﻿
body
{
    background: #e8ebf0;
    font-family: verdana;
    font-size: 16px;
}
.headerdiv
{
   
border-top: 2px solid #9e9e9e;
   
border-bottom: 2px solid #9e9e9e;
   
width: 100%;
   
background: #98002e;
}
.headerdiv h1
{
    
    font-weight: 500;
    margin-top: 12px; 
    font-family: impact;
    font-size: 31px;
    color: #ffffff;
}
.headerdiv h3
{
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    color: #fff09f;
}
.headerdiv img
{
    padding-top: 9px;
    padding-bottom: 9px;
}
.headerdiv p
{
   
    color: #fff;
}
.contentmid
{
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 1px 2px 2px 2px #bfbfbf;
}
.contentmidprint
{
    background: #fff;
    margin-bottom: 10px;
    padding-top: 15px;
    box-shadow: 1px 2px 2px 2px #bfbfbf;
}

.contentmidprint h4
{
    font-weight: 600;
    font-family: verdana;
    font-size: 13px;
    padding: 2px 0px 2px 6px;
    border-bottom: 1px solid lightgrey;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #a9a9a9;
    color: darkblue;
}
.contentmidprint .table
{
    margin-bottom: 1px !important;
}

.contentmid h4
{
    font-weight: 600;
    font-family: verdana;
    font-size: 13px;
    padding: 4px 0px 5px 6px;
    border-bottom: 2px solid lightgrey;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(0, 140, 149);
    color: #ffffff;
}
.contentmid label
{
    font-weight: normal;
}
.contentmid ul li
{
    font-size: 12px;
}
.labelfilter label
{
    margin-left: 3px;
}
.footersec
{
      background: #12160a;
      bottom: 0px;
      width: 100%;
      position:fixed;
      font-size: 11px;
    }
.footersec p
{
    color: #fff;
    padding-top: 8px;
}
.lblstyle label
{
    margin-right: 8px;
}

.lblstyle input[type="radio"]
{
    margin-left: 8px;
    margin-right: 8px;
}

.form-control
{
    border-radius: 0;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
}
.navbar
{
    border-radius: 0px;
    position: relative;
    min-height: 42px;
    margin-bottom: 0px;
    border: 1px solid #00000038;
}

.navbar-inverse
{
    background-color: #000000;
    /*border-color: #009688;*/
}
.nav > li > a
{
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-inverse .navbar-nav > li > a
{
    color: #ffffff;
    font-size: 15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    color: #fff;
    background-color: #9e9e9e;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle
{
    border-color: #333;
    background: #007db5;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
    color: #fff;
    background-color: #FF4343;
}


/*.tableborder > tbody > tr > td{ border:none;}*/

@media only screen and (max-width: 800px)
{
    .headerdiv img
    {
        margin: 0px auto;
    }
}






	.popup {position: absolute;
    top: 100px;
    /* left: 50%; */
    width: 90%;
    /* margin-left: -350px; */
    padding: 50px 30px;
    background: #fff;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    border: 10px solid #150E2D;
    z-index: 9999;}
  		
  		    .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #4EBD79; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}	

            .alert{position: fixed;
    top: 5px; 
    left:2%; z-index:99999;
    width: 96%;}



.form-group
{
    margin-bottom: 5px;
}


.formLabel .form-group label
{
    font-weight: 600;
}
.input-group-addon {
    padding: 0px 9px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
        background-color:transparent; border:none;}
         .custom-table{border-collapse:collapse;width:100%;border:solid 1px #c0c0c0;font-family:open sans;font-size:16px}
            .custom-table th,.custom-table td{text-align:left;padding:8px;border:solid 1px #c0c0c0}
            .custom-table th{color:#000080}
            .custom-table tr:nth-child(odd){background-color:#f7f7ff}
            .custom-table>thead>tr{background-color:#dde8f7!important}
            .tbtn{border:0;outline:0;background-color:transparent;font-size:13px;cursor:pointer}
            .toggler{display:none}
            .toggler1{display:table-row;}
            .custom-table a{color: #0033cc;}
            .custom-table a:hover{color: #f00;}
            
            
            
   

body {
  background: #F1F3FA;
}

/* Profile container */
.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: #2f415f;
  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;
}


.breadcrumb {
    padding: 0px;
	background: #D4D4D4;
	list-style: none; 
	overflow: hidden;
  /*  margin-top: 20px;*/
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ; 
}
.breadcrumb li.completed a {
	background: brown;                   /* fallback color */
	background: hsla(153, 57%, 51%, 1); 
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid hsla(153, 57%, 51%, 1);
} 

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }

.show-on-hover:hover > ul.dropdown-menu {
    display: block;    
}

