 .display-block{
     display: block;
}
.display-none.display-none.display-none{
     display: none;
}
.display-initial{
    display: initial;
}
.display-flex{
    display: flex;
}
 .padding-zero{
     padding:0;
}
 .z-index-fifty{
     z-index:50;
}

 .width-full.width-full.width-full{
     width: 100%;
}
 .width-full-important{
     width: 100% !important;
}
#loader {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.loader-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.loader-text {
	display: block;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 16px;
	color: #2a3137;
	text-align: center;
}
.redirect-text {
	position: relative;
	display: block;
	margin-top: 24px;
	padding: 16px 24px;
	border-radius: 50px;
	font-size: 18px;
	background-color: #e5f0ff;
	animation: fadeInUp 1s ease forwards;
}
.redirect-text.hide {
	display: none;
}
@keyframes fadeInUp {
  0% {bottom: -50px; opacity: 0}
  100% {bottom: 0; opacity: 1}
}
thead,
tfoot {
    background-color: #3f87a6;
    color: #fff;
}

tbody {
    background-color: #e4f0f5;
}

caption {
    padding: 10px;
    caption-side: bottom;
}

table {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .8rem;
}

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
}

td {
    text-align: center;
}
thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  font-family: Poppins-Thin, sans-serif;
  font-size: 1rem;
  background: #CCC
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
#red-instruction-box{
	font:normal 11px verdana, arial, helvetica, sans-serif;
	color:#FF0000;
	border:1px solid #FF0000	;
	padding:5px 5px 5px 30px;
	width:770px;
	position:relative;
	margin: 0 1em 1.4em 0em;
	min-height: 24px;
}
.dropdown-dropdown-menu{
	position: relative;
	top: 20px;
	display: none;
	width: 100%;
}
.dropdown-dropdown {
    width: 100%;
    flex-direction: column;
    padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 1024px) {
    .sgds-navbar-item.sgds-dropdown{
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
    }
    .sgds-dropdown-menu{
        position: relative;
    }
    .sgds-dropdown.sgds-navbar-item.dropdown-dropdown .dropdown-dropdown-menu{
        position: relative;
        top: 15px;
        display: none;
        width: 100%;
    }
}

.sgds-dropdown-menu.sgds-dropdown-content .sgds-dropdown-item, .dropdown-dropdown .sgds-dropdown-trigger {
    color: #414950;
}
.sgds-dropdown.sgds-navbar-item.dropdown-dropdown.is-active .dropdown-dropdown-menu{
	display:block;
}
@media screen and (min-width: 1024px) {
    .dropdown-dropdown-menu{
		position: absolute;
		top: -8px;
		left: 100%;
		display: none;
	}
	.sgds-dropdown-menu.sgds-dropdown-content {
		width: calc(100% + 56px);
	}
}
