body {
 /* padding: 50px;*/
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.confidential{
  position: absolute;
  letter-spacing: 1px;
}

.greenFont, .greenFont a {
	color: #56AF40 !important;
}

.redFont{
  color: red;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 1px 1px black;
}

.redFontImportant {
	color: red !important;
}

.confidential.redFont{
  font-size: 19px;
}

.ui.menu .ui.dropdown .menu>.item{
  padding: 0;
}

.menuLink{
  display:inline-block;
  width:100%;
  height:100%;
  padding: .78571429em 1.14285714em !important;
}

.ui.top.attached.header{
  font-size: 26px;
  max-height: 65px;
  background: #848484b8;
  border-width: 0;
  border-bottom: black 1px solid;
  color: white;
}

.ui.tutorials .top.attached.header{
	font-size: 22px;
}

.ui.attached.segment.portalContentList{
  background: #848484b8;
  border-width: 0;
  min-height: 400px;
}

.ui.attached.segment.portalContentList > div > .item, .ui.attached.segment.portalContentList > div > .item > div > .header > a{
  color: white;
}


#clientList {
  margin:0 0 30px 0;
}

#clientList table {
  border-collapse:separate;
  border-spacing:1px;
  background:#CCC;
}

#clientList table th {
  background:#EEE;
  font-weight:600;
  padding:10px 20px;
  text-align:center;
}

#clientList table tbody {
  padding:0; margin:0;
  border-collapse:collapse;
  border-spacing:0;
}

#clientList table td {
  background:#FFF;
  padding:5px 10px;
  text-align:center;
}



@media (min-height: 320px) {
  .ui.footer.portal-page{
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.main {
  background: linear-gradient(253deg, #3aaa35, #000000, #3aaa35,#000000);
  background-size: 300% 300%;
  -webkit-animation: Background 25s ease infinite;
  -moz-animation: Background 25s ease infinite;
  animation: Background 25s ease infinite;
}


@-webkit-keyframes Background {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Background {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Background {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

/* genisys tutorial styles 1/30/25 */
.tutorial-header {
	color: white;
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 20px;
}