/*
  Additional style definitions

  AUTHOR:			M-Auwal Gene III
  E-MAIL:			hello@jitatlantis.com
  WEBSITE:			https://jitatlantis.com
  LOCATION:			Zaria, Nigeria
  FILE VERSION:		1.0.027
  FIRST CREATED:	Sun.16.Sept.2018
  LAST MODIFIED:	Mon.05.Aug.2024 by M-Auwal Gene
*/

@charset "utf-8";

@font-face {
  font-family: 'header_font';
  src: local('us101');
    src: url('../fonts/U.S.101/us101.eot');
    src: url('../fonts/U.S.101/us101.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'main_body_text';
  src: local('Open Sans');
    src: url('../fonts/open-sans-fontfacekit/web_fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('../fonts/open-sans-fontfacekit/web_fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-fontfacekit/web_fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/open-sans-fontfacekit/web_fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/open-sans-fontfacekit/web_fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	padding:0;
	font-size: 105%;
  font-family: 'main_body_text', 'Open Sans', sans-serif;
  background:#fff;
  border-left: solid 5px #999 !important;
}

body a{
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-weight:400;
}

.login_box{
	text-align: center;
    transition:all 0.3s ease 0s;
	
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	
	-webkit-box-shadow:#333 0 2px 3px;
	-moz-box-shadow:#333 0 2px 3px;
	box-shadow:#333 0 2px 3px;
}

.modal-dialog {
    margin: 100px auto;
}

.modal-header {
    text-align: Center;
}
.modal-title {
    font-size: 30px;
}
.modal-content {
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
}
.modal-content h3{
	color: #59595b;
	font-weight: 700;
	font-size: 1.2em;
	border: none;
	padding: 0 10px;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 11px;
}
.modal-lg {
    width: 580px;
    padding: 25px 35px;
    background-color: #fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.modal-header {
    padding: 25px;
}
.modal-body {
    padding: 30px 15px 10px;
}
.close {
    font-size: 27px;
    color: #802626;
    opacity: 0.8;
}
button.close {
    position: absolute;
    top: -20px;
    right: -25px;
}

.sub_header{
	letter-spacing:1px;
	text-shadow:
		1px -1px 1px rgba(000,000,000,1),
		0px 1px 0px rgba(255,255,255,0.1);
}

.login_header{
	font-family: 'header_font';
    color: #20b2aa;
    text-align: center;
}

.server_date_area{
    font-family:'Arial Narrow', Arial, sans-serif;
    font-size:1.5em !important;
    letter-spacing:1px;
    text-align: center;
	color:#cf0000;
}

.shaded_text{
	text-shadow: 1px 1px #000;
/*
	text-shadow:
	1px -1px 1px rgba(000,000,000,1),
	0px 1px 0px rgba(255,255,255,0.1);
*/
}

.dotted_link{
    color: #4848ef;
	border-bottom: 1px dotted #3333ff;
}


#textarea_feedback{
    font-size:14px;
    color:#ff3333;
}

.feedback_div{
    font-size:16px;
    font-weight: bold;
    text-align:center;
    text-transform:none;
    color:#be0a00;
    padding-bottom:10px !important;
}

.red_star{
    color:#ff0000;
}
.red_star:before{content: '*';}


.read_more{
    font-size:14px;
    border-bottom:dotted 1px;
}

.prominent_red{
	color:#FFCC00 !important;
	font-size:1.75em;
	font-weight:normal;
	letter-spacing:0.025em;
	text-shadow: 1px 1px 1px #555;
	filter: dropshadow(color=#555, offx=1, offy=1);
}

.after_thought{
	font-size:0.6em;
	font-style:normal;
	color: #be0a00 !important;
	text-transform:none;
	letter-spacing:0;	
}

.agile-its-header {
    padding: 5px 0;
}

.uhs_header{
	font-size:0.85em !important;
    text-align:right;
}

.w3ls-header {
    background: #025545;
    padding: 8px 20px 10px 25px;
} 
.w3ls-header-left {
    float: left;
}
.w3ls-header-right {
    float: right;
}
.w3ls-header-right ul li.dropdown {
    display: inline-block;
    padding: 0 16px; 
} 

.w3ls-header-left p {
    font-size: 1.5em; 
	color:#fff;
	font-weight:normal;
}
.w3ls-header-left p a{ 
    color: #fff;
	text-decoration:none;
}
.w3ls-header-left p { 
    margin-top:3px;
}


.action_msg {
    width:96%;
    text-align: left;
    display: inline-block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding: 15px 15px 5px;

    margin-bottom: 20px;
    border: 1px solid transparent;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
    /*
    -webkit-box-shadow:2px 2px 2px 1px rgba(77, 77, 77, 0.5);
    -moz-box-shadow:2px 2px 2px 1px rgba(77, 77, 77, 0.5);
    box-shadow:2px 2px 2px 1px rgba(77, 77, 77, 0.5);*/
    text-transform:none;
}

.action_msg #action_msg_caption{
    color:#fff;
    width:100% !important;
    
    font-family:'header_font' !important;
    font-size:1.5em;
    letter-spacing:1px;
    display: inline-block;
    text-align: left !important;
    text-transform:uppercase;
    text-shadow:1px -1px 1px #000000;
}

#msg_starter{
    margin-top:0;
    padding-top:0.5em;
    border-top: 2px solid #000000;

    font-family: "main_body_text";
    font-size:16px !important;
	font-weight:normal;
    line-height:24px;   
    text-align:justify;
}

span.success_icon{
    background-image:url(../images/notice-success.png);
    width:29px;
    height:29px;
    display:inline-block;
    position:relative;
    float:left;
    margin-left: -45px;
}

span.error_icon{
    background-image:url(../images/notice-error.png);
    width:29px;
    height:29px;
    display:inline-block;
    position:relative;
    float:left;
    margin-left: -45px;
}

span.info_icon{
    background-image:url(../images/notice-info.png);
    width:29px;
    height:29px;
    display:inline-block;
    position:relative;
    float:left;
    margin-left: -45px;
}

span.warning_icon{
    background-image:url(../images/notice-warning.png);
    width:29px;
    height:29px;
    display:inline-block;
    position:relative;
    float:left;
    margin-left: -45px;
}

.action_msg p,ul{
    color:#000;
    margin-left:0;
    padding-left: 0.5em;
    margin-top: -10px;
}

.action_msg ul{
    list-style: square !important;
	font-weight:normal;
}

.err_msg{
    background: #FA8072;
    border:#Fb7777 solid 1px !important;
    border-left: solid 30px #bb0000 !important;
    color:#BB0000 !important;
}



/* Hexadecimal entities for the icons */
/*
.add:before{content: "\271A";}
.edit:before{content: "\270E";}
.delete:before{content: "\2718";}
.cross:before{content: "\2716";}
.save:before{content: "\2714";}
.warning:before{content: "\26A0";}
.email:before{content: "\2709";}
.close:before{content: "\29BB";}
.like:before{content: "\2764";}
.next:before{content: "\279C";}
.star:before{content: "\2605";}
.spark:before{content: "\2737";}
.play:before{content: "\25B6";}
.coffeecup:before{content: "\2615";}
.yingyang:before{content: "\262F";}
*/

.success_msg{
    background:#b2e5ea;
    border:#86b5b0 solid 1px;
    border-left: solid 35px #008b8b !important;
    color:#006600;
}

.info_msg{
    background:#7ac2fc;
    border:#87CEEB solid 1px;
    border-left: solid 35px #3498db !important;
    color:#271f9a;
}

.warning_msg{
    background:#ffe691;
    border: #f6db7b solid 1px;
    border-left: solid 35px #FF8C00 !important;
    color:#9e4f28;
}

.home-img-bg{
    background: url(../images/6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    padding: 220px 0;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0.1em;
	margin-left:2.0em;
	max-width: 550px;
	width: calc(100% - 1.5em);
	vertical-align: top;
}

.input_bordered{
	border: #b0c4de solid 1px !important;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom:0.1em;
	width: 60%;
/*	height:1.65em;*/
	border: none;
	border-radius: 0;
	background: #fff;
	color: #797979;
	font-family:'main_body_text' !important;
	font-size:2.5em !important;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}


.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #333;
	font-family:'main_body_text' !important;
	font-size: 125%  !important;
	font-weight:lighter !important;
	text-transform: none;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Individual styles */

/* Kaede */
.input--kaede {
	display: block;
	overflow: hidden;
	margin: 1em auto 2em;
	background: #b0c4de;
}

.input__field--kaede {
	position: absolute;
	top: 0;
	right: 100%;
	width: 60%;
	height: 100%;
	background: #ffffff;
	color: #9DABBA;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--kaede {
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	cursor: text;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content--kaede {
	padding: 1.5em 0;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
	-webkit-transform: translate3d(60%, 0, 0);
	transform: translate3d(60%, 0, 0);
	pointer-events: none;
}

@media screen and (max-width: 34em) {
	.input__field--kaede:focus + .input__label--kaede,
	.input--filled .input__label--kaede  {
		-webkit-transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		transform: translate3d(65%, 0, 0) scale3d(0.65, 0.65, 1);
		pointer-events: none;
	}
}