

html,body{
		height: 100%
		padding: 0px;
		margin:0px;
		background-image: url('../../img/background.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-color: #eff0f1;
		font-family: 'Libre Franklin', sans-serif;
	}

	#header{
		
		height: 100px;
		width: 100%;
	}

	#holder {
		min-height: 100%;
		position:relative;
		
	}

	#body {
		padding-top: 91px;
		padding-bottom: 149px;
	}

	#footer{
		
		bottom: 0;
		height:  170px;
		left: 0;
		position: absolute;
		right: 0;
	}

	#clock{
	position: absolute;
    top: 7px;
    right: 0px;	
	}

.page {
	padding:  0rem 2rem;
}

.footer-page {
	padding:  0rem 1rem;
}

.bg-light {
    background-color: #FFF!important;
}

header.container {
	color: #00a0df;
}

.left {
	
}

.warning {
	color: red;
}

.navbar-brand {
    display: inline-block;
    padding-top: 2rem !important;
    padding-bottom: .3125rem;
    font-size: 2.8em !important;	
    line-height: inherit;
    white-space: nowrap;
	font-weight: 700;
	color: #00a0df;
}



.navbar-sub-brand {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: #00a0df;
}

a { 
    text-decoration: none;
}



a:link {
  color: #00a0df;
}


a:visited {
  color: #00a0df;
}


a:hover {
  color: #00a0df;
}


a:active {
  color: #00a0df;
}

.element-item {
    height: 314px;
}

.right {
	text-transform: uppercase;
	font-size: .8em;	
	font-weight: 700;
	text-align:right;
}


.navbar-light .navbar-nav .nav-link {
    
	font-weight: 700;
	font-size: .9em;
	text-transform: uppercase;
}

.navbar {
	border-top: 1px solid #00a0df;
	border-bottom: 1px solid #00a0df;
	padding: .2rem 0rem;
	/*margin: 0rem 1rem;*/

}

.nav-link:link {
    color: #00a0df !important;

}

.nav-link:visited {
    color: #00a0df !important;

}

.nav-link:hover {
    color: #00a0df !important;

}

.nav-link:active {
    color: #00a0df !important;

}

.nav-item {
	margin-right: 1.9rem;
}

.logout {
	margin-top: 14px;
}

.container{
  background-color: #fff;
 
	
}


.nav-last {
	margin-right: 0rem;
}

.h1, h1 {
    font-size: 1.9rem !important;
	margin-bottom: 1.9rem !important;
	color: #00a0df !important;
}

.h2, h2 {
    font-size: 1.5rem !important;
	margin-bottom: 1rem !important;
	color: #00a0df !important;
}

.h3, h3 {
    font-size: 1.3rem !important;
	margin-bottom: 1rem !important;
}

.h5, h5 {
    font-size: .9rem !important;
	margin-bottom: 1rem !important;
}

.h6, h6 {
    font-size: .8rem !important;
	line-height: 1.3rem !important;
	margin-top: 1rem !important;
}

p {
    margin-top: 0;
    margin-bottom: .5rem;
	font-size: 1rem;
}

.element-item p {
   height: 49px;
}


.footer {
	color: #00a0df;
	padding: .4rem 0rem !important;
    bottom: 0 !important; 
	width: 100%;
	
}

.footer-line {
	border-top: 1px solid #00a0df;
}


.footer a{	
	color: #00a0df;
}

.footer span {
	margin: 0 .2rem;
}

.footer img {
	margin-top: 1rem;
}



.btn-primary {
    color: #fff !important;
    background-color: #00a0df !important;
    border-color: #00a0df !important;
}

/* small adjusts, don't necessaries to functioning this filter, this is something visual */
.btn {
  margin-bottom:3px;
}
.btn:hover{
  cursor:pointer;
}
.btn-outline-primary:focus {
  background-color:#00a0df;
  color:#fff;
}


/*.element-item {
	margin: 10px;
}*/

.card-header {
    padding: .375rem .75rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0);
    border-bottom: 0px solid rgba(0,0,0,0);
}

.card {

    border: 0px solid rgba(0,0,0,.125);
    color: #000;
}

.card-header a {

    color: #000 !important;
}


sup {
    top: -.3em;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    left: -1px;
}

.Tremfya {
left:-1px;
position: relative;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00a0df !important;
    border-color: #00a0df !important;
}

.Refferal-Section {
 background-color: #88cfd2 !important;
	
}

.Refferal-Section h5{
	
 color: white;
 font-size: 1.3rem !important;  
}


.prep_date {
	font-size: 0.75em;
    color: black;
    
    text-align: center;
}

.table th {
	white-space: nowrap;
}
.help-block {
	margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;

    display: block;
}

span.disabled {
  cursor: not-allowed;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 0!important;
   
}




@media print {
	
#body {
    padding-top: 28px;
}	

html,body{
		height: 100%
		padding: 0px;
		margin:0px;
		background-image: none;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center;
		background-color: #fff;
		font-family: 'Libre Franklin', sans-serif;
	}
	
	.page {
	padding:  0rem 0rem;
}



}