#nav-top {
	background: #1166ad;
}

html, body {
	  height: 100%;
	  font-size: .95rem;
}

#nav-top .nav-item {
	color: white;
}

#nav-top .nav-item:hover {
	border-bottom: .125rem solid rgba(255,255,255,.6);
	padding-bottom: .375rem;
}
#nav-top .nav-item.active  {
 	border-bottom: .125rem solid white;
	padding-bottom: .375rem;
}

.btn-top-login {
	border-color:white;
	background-color:transparent;
	color:white;
}

#page-content {
	padding-top: 1.5rem;
}

.nav-content-seperator {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
.social-list > dt {
	font-weight: normal;
	font-style: italic;
}

.subnav-top {
	margin-top:1rem;
	margin-bottom:1rem;
}

.subnav-top.nav-pills .nav-item.active {
	color:#ffffff;
	background-color:#1166ad;
}

.subnav-top.nav-pills .nav-item {
	color: #1166ad;
}
.subnav-top.nav-pills .nav-item:hover {
	text-decoration: underline;
}


#block-main {
	padding-bottom: 2rem;
}

#footer-main {
	padding-top: 1rem;
	background: #1166ad;
	box-shadow: inset 0 8px 6px -7px black;
}

#footer-main ul {
	list-style: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-right: 1rem;
	margin-left: 0rem;
}

#footer-main .nav-li-top {
	font-weight: bold;
}

#footer-main a {
	color: white;
}

#footer-main footer a:hover {
	color: white;
}

#footer-main .unilogo {
	margin: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}

.event-list {
	margin-top:1rem;
}

.event-list .event-item {
	margin-bottom:1rem;
}

.event-list .event-item .event-item-detail {
	display: block;
	margin-left:1rem;
}

#activity-container {
}

#activity-container h1 {
	margin: 1rem 0rem;
}

/* let's test some rounded corners in our input groups */

/*.btn {
	border-radius: 1.5rem;
}*/

.ebtn-inline {
	padding: 0 0.65rem;
}

.state-alert {
	padding:.3rem;
	margin-bottom:0;
	display: inline-block;
}

/*.custom-select {
	border-radius: 1.5rem;
}*/

.event-container {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding: 1rem;
}

.event-manage-header {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.profile-header {
	margin-top: 1rem;
}
.profile-header h1 {
	margin-bottom: 0rem;
}

.eimg-card {
	margin-bottom: 1.5rem;
}

.dl-list {
	margin-top:1rem;
}

.dl-list .dl-item {
	margin-bottom:1rem;
}

.dl-list .dl-item .dl-item-detail {
	display: block;
	margin-left:1rem;
}

.li-item-detail {
	display: block;
}

.logo-container {
	font-size: 13pt;
	font-weight: 400;
}
.logo-container img {
	max-width:220px;
}
.logo-container .fas {
	color: grey;
}

.logo-container figcaption {
	margin-left: 1rem;
}
.logo-container a {
	color: #0063a6;
	text-decoration: none;
}


#toc ul {
	list-style: none;
	padding-left: 0.5rem;
}

#toc a {
	font-weight: bold;
	padding-left: 0.5rem;
	color: gray;
	border-left: 2px solid rgba(128, 128, 128, 0);
}

#toc a:hover {
	color: #1166ad;
	border-left: 2px solid;
}


@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-sm-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-sm {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-md-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-md {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-lg-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-lg {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* https://stackoverflow.com/questions/46412541/applying-borders-on-elements-depending-on-device-size-with-bootstrap */
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #e3e7eb !important;
  }
  .border-xl-right {
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl-left {
    border-left: 1px solid #e3e7eb !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-y {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
  }
  .border-xl {
    border-top: 1px solid #e3e7eb !important;
    border-bottom: 1px solid #e3e7eb !important;
    border-left: 1px solid #e3e7eb !important;
    border-right: 1px solid #e3e7eb !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}

/* stepped progress bar */

.progress-steps {
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
}

.progress-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(90deg, #6c757d, #6c757d) no-repeat center 1rem/100% 2px;
}

.progress-step.active {
	background-image: linear-gradient(90deg, #007bff, #007bff);
}
.progress-step.completed {
	background-image: linear-gradient(90deg, #28a745, #28a745);
}
.progress-step.first {
	background-position: 100% 1rem;
	background-size: 50% 2px;
}
.progress-step.last {
	background-position: 0% 1rem;
	background-size: 50% 2px;
}


.progress-step-indicator {
	background: white;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	border: 2px solid #6c757d;
	color: #6c757d;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.active .progress-step-indicator {
	border: 2px solid #007bff;
	color: #007bff;
}

.completed .progress-step-indicator {
	border: 2px solid #28a745;
	color: #28a745;
}

.progress-step-label {
	margin-top: 0.5rem;
}

/* mutlicolumn label-ul */
@media all and (max-width: 767px) {
	.list-epl-multicolumn {
		column-count: 2;
	}
}
@media all and (min-width: 768px) and (max-width: 991px) {
	.list-epl-multicolumn {
		column-count: 3;
	}
}
@media all and (min-width: 992px) {
	.list-epl-multicolumn {
		column-count: 4;
	}
}
