﻿body {
        /*   font-family: 'Tahoma'; */
        font-family: 'Courier New';
    font-size:16px;
}
.centered-form{
	margin-top: 10px;
}

.centered-form .panel{
	background: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.text-center {
    text-align:center;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Tahoma';
}

h1 {
    margin-top:80px;
    text-transform:uppercase;   
}
h2 
{
    text-transform: capitalize;
    color: #169bd7;
    font-family: 'Tahoma';  
}
    
h3 {
    line-height:10px;
    padding-bottom:10px;
    font-family:Tahoma;
}
h4 {
    line-height:40px;
    color:#FF581A;
}

p {
    font-weight:400;
    font-size:14px;
    line-height:30px;
    padding-bottom:20px;
    font-family:Tahoma;
}

.space-pad {
    padding-bottom:10px;
    padding-top:10px;
}

section {
    padding-top:50px;
    padding-bottom:40px;
}

/*=======================================
    COLOR CODES
==================================================*/
.main-color {
    color: #169bd7;
}
.penalhead-color {
    color: #86b300;
}

/*=======================================
    NAVIGATION STYLES
==================================================*/

.navbar a {
    color:#000000 !important;
    font-size:16px !important;  
    text-transform:uppercase;    
    font-family:Tahoma;    
}
.navbar a:hover{
    font-weight:bold;    
    font-size:14px;
}

.navbar ul {
   margin:0;
padding:0; 
}
.navbar li {
display:inline;
padding:0 10px 0 10px ;
}

.navbar-header a {
    color:#ffffff !important;
    font-weight:800!important;
    padding-right:100px;
}

nav {
	position: absolute;
	width: 100%;
    background: #169bd7;
    z-index:99;  
  
}

.fixed {
	position: fixed; 
/*	top: 0; */
	min-height: 150px; 
	width:100%;
	z-index: 99;	 
}
.navbar-inverse {
background-color: #169bd7;
border-color: #05A250;
height:50px;
}
/*=======================================
   SIDEBAR MENU FOR CANDIDATE LOGIN
==================================================*/
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

/*=======================================
    FOOTER STYLES
==================================================*/


#footer1 {
    background-color:#169bd7;
    border-color: #05A250;
    color:#ffffff;
    padding:20px 50px 20px 50px;
    text-align:right;
    border: 1px solid #00e600;
    min-height: 40px; 
   

}




