/* Style Sheet For Epay*/

*{
	font-family: Lato, sans-serif;
	margin:0px;
	padding: 0px; 	
}

body{
	color: #000 !important;
}

p{
	font-size: 14px;
}
.cefgll{	
    border: 1px solid #ddd;    
    padding: 10px;
    margin-top: -1px;
}
.btn-warning {
	white-space: normal !important;
}

.mtop30{
	margin-top: 30px;
}
.mtop15{
	margin-top: 15px;
}
.mbtm15{
	margin-bottom: 15px;
}
.mrht15{
	margin-right:15px;
}
.mlft15{
	margin-left:15px;
}
.red-text{
	color: red;
}
.float-right{
	float: right;
}
.fscreen{
	height:70vh;
}
.topmenu{
	background-color: black;
	height: 40px;
	padding-top: 0px;
	font-size: 14px;
}
.text-orange{
	color:#42b72a !important;
}
#header{
	background-color: #2A3052;
	height: 100px;	
}
.logo img{
	margin-top: -15px;
	width: 130px;
}

/******* Nav bar *******/
.menubar{
	background-color:#000;
}

.navbar{
	margin-bottom:0px !important;
}
.activityclosebutton{
	color:white !important;
}
.casedetail{
	background-color:#d7dee6;
}

.casedetail1{
	background-color:#e9ebf1;
}
ui-dialog-title
.casedetailinfo{
	font-family: Verdana;
	font-size: 9pt;
	color:#42b72a;
}

.navbar-default{
	background-color: transparent !important;
	border: none !important;
}
.navbar-toggle .icon-bar {
	width: 22px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.navbar-default .navbar-toggle {
	position:relative;
	padding-top:10px;
	z-index:100
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: 10% 10%;
	-webkit-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.navbar-default .navbar-nav > li > a{
	color:#fff !important;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	color:#fff !important;
	text-decoration: none;
	background-color: #343649 !important;
}

.title h2{	
	text-transform: uppercase;
	color:white;
}
.title h3{	
	text-transform: uppercase;
	color:white;
	margin-top: 5px;
}
.warning-msg p{
	color: red;
	font-size: 11px;
}
.clerk-image {	
	border-right: 1px solid #ccc;	
}
.clerk-image img{
	width: 250px;
	padding: 3px;
	border:1px solid #111;
}
.clerk-image h3{
	font-weight: 700;
}
.clerk-image p{
	font-weight: 700;
}
.page-content h3{
	margin-bottom: 20px;
	margin-top: 0px;
	border-left: 5px solid #111;
	padding: 10px;
	/*background-color: #a96237;*/
	background-color: #343649;
	color: white;
}

/* KHL PR-8901 04/15/2020 start */
.successAlert .ui-widget-header {
	background: #efb158;
	color: #42b72a;
}

.failureAlert .ui-widget-header {
	background: #e66038;
	color: black;
}
/* KHL PR-8901 04/15/2020 end */

.links-ul li{
	list-style: none;
	font-size: 16px;
	line-height: 40px;
}
.links-ul li:last-child .icon{
	list-style: none;
	font-size: 16px;	
	height: 65px;
	line-height: 12px;
}
.links-ul li:last-child .link-text{
	line-height: 28px;
}
.icon{
	color: #343649;
	padding: 10px;
	float: left;
}
.link-text{	
	text-align: justify;
}
.btn-default {
    color: #333;
    background-color: #77768f;
    border-color: #ccc;
}
.paybutton{
	padding: 20px;
	text-align: center;
}
.paybutton .btn{
	width: 200px;
	border: 1px solid #343649;
	border-radius: 0;
	color: white;
	background-color: #2a3052;
}

.blue-button .primary-button{
	background-color: blue;
}


.paybutton .btn:hover{
	width: 200px;
	border: 1px solid #111;
	border-radius: 0;
	color: #fff;
	background-color: #3a5aa4;
}
.related-links h4{
	border-left: 5px solid #111;
	padding: 14px;
	margin-top: 0px;
	background-color: #343649;
	color: white;
}
.alert-front{
	color: #192033;
    background-color: #d7dee6;
    border-color: #ebccd1;
	
}
#cot_tl_fixed{
	z-index: 999999999;
}
.related-links {
	border-left: 1px solid #ccc;	
}

.sidebar-links li{
	list-style: none;
	line-height: 2;
	border-bottom: 1px solid #eee;
	padding: 5px;
	background-color: #2a3052;
	color: white;
}
.sidebar-links a li:hover{
	list-style: none;
	line-height: 2;
	border-bottom: 1px solid #eee;
	padding: 5px;
	background-color: #3a5aa4;
	text-decoration: none !important;
}
.sidebar-links a:hover{	
	text-decoration: none !important;
}

#footer {
	background: #1a1a1a;
	height: auto;
	padding: 15px 0px;	
	color: white;
}
#footer-bottom{
	background: #343649;
	height: auto;
	padding: 15px 0px;
	color: white;
}
.link-color a{
	color: #343649;
	font-weight: 700;
	text-transform: uppercase;	
}

/*Step 01 Page*/
.warning-title{
	padding: 25px 0px;
}
.conditions dt{
	color: #343649;
	font-size: 16px;
}
.conditions dd p{
	padding-bottom: 15px;
	border-bottom: 1px solid #a962372e;
	margin-bottom: 15px;
	text-align: justify;
}

.menu-ul li{
	display: inline-block;
	padding: 10px;
	margin-right: 25px;
}
.menu-ul li a{
	color: white;
}
.menu-ul li a:hover{
	color:  #343649;
}

li.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown-menu a li{
	color: black;
}


.list-group li{
	padding-left: 10px;
	list-style:none;
}
.displayMsg{
	padding:0px 15px;
}
.errormsg{	
    margin: 15px;
    padding: 15px;
}
.form-area{
	border:1px solid #ddd;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 25px;
}
.control-label-contact{
	text-align: right;
}
input[type="file"]{
	height:35px !important;
}

th{
	font-size: 14px !important; 
}
td{
	font-size: 14px !important; 
}
.btn-sm{
	margin-bottom: 5px !important;
}
.centerTable{
	margin-left:auto;
	margin-right:auto;
}

.card h4{
	background-color: #343649;
color: white;
width: 50%;
margin-left: 25%;
padding: 10px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 17.3%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 335px;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #2A3052;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #2A3052;
  color: white;
}



/*=====================Media Queries==================*/


/* Small devices */
@media (max-width: 575px) { 
	
	.title h2 {
		text-transform: uppercase;
		color: black;
		font-size: 24px;
		text-align: center;
	}
	.title h3 {
		text-transform: uppercase;
		color: #000000;
		margin-top: 5px;
		text-align: center;
		font-size: 18px;
	}
	.menubar{
		margin-top: 140px
	}

	.logo{
		text-align: center;
	}

	.clerk-image{
		text-align: center;		
		border-right: none;	

	}
	.clerk-image img{
		width: 100%;
	}
	.icon{	
		color: #343649;
		padding: 5px 15px 5px 0px;
		float: left;
	}
	.links-ul li{
		list-style: none;
		font-size: 16px;
		line-height: 24px;
		height: 55px;
	}
	.links-ul li:last-child .icon{
		list-style: none;
		font-size: 18px;	
		height: 120px;
		line-height: 12px;
	}
	.related-links {
		border-left: none;	
	}
	.paybutton .btn {
		width: 200px;
		margin: 10px;
	}
	.page-content h4 {		
		text-align: center;
	}
	.page-content h3 {		
		border-top: 5px solid #111;
		border-left: none;
		text-align: center;
	}
	.related-links h4 {
		border-top: 5px solid #111;
		border-left: none;
		text-align: center;
	}
	.conditions dl {
		margin-top: 0;
		margin-bottom: 0px;
	}

	.conditions dd p{		
		border-bottom: none;
		margin-bottom: 0px;		
	}
	.conditions dt{		
		padding-bottom: 15px;		
	}
	.control-label-contact{
		text-align: center;
	}
	.form-area{
		text-align: center;
	}
	
	.container-no-padding{
		padding-right: 0px;
		padding-left: 0px;
	}


}
@media screen and (max-width: 1225px) , screen and (max-height: 820px) {

#fixedfooter{
	position: relative !important;	
	}

}

@media (min-width: 576px) and (max-width: 767px) { 

	.logo{
		width: 33.3% !important;
	}
	.title {	
		width: 66.7% !important;
	}
	.title h2{	
		font-size: 24px;
	}
	.title h3{	
		font-size: 18px;
		margin-top: 5px;
	}
	.clerk-image {
		text-align: center;		
	}
	.clerk-image img{
		width: 100%;
		max-width: 350px;
	}
	.related-links {
		border-left: none;	
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px){ 
	
	.title h2{	
		font-size: 24px;
	}
	.title h3{	
		font-size: 18px;
		margin-top: 5px;
	}
	.clerk-image {
		text-align: center;		
	}
	.clerk-image img{
		width: 100%;
		max-width: 350px;
	}
}


/* PR 11027 Starts */
.test-alert-modal {
	background-color: white;	
}
/* PR 11027 Ends */