@charset "utf-8";
/* CSS Document */

@import "text.css";
@import "debug.css";

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

form{
	margin:0;
	padding:0;
}
.announcement-box {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    clear: both;
}
/* email template */
.email-container {
	max-width: 600px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.email-header {
	font-size: 16px;
	margin-bottom: 20px;
}
.email-body {
	font-size: 16px;
}
.mfa-code {
	font-size: 19px;
	font-weight: bold;
	color: #d9534f;
	padding: 10px 0;
}
h1{
	color:#003366;
	font-size:24px;
	font-weight:normal;
	margin:5px 0;
}
h2{
	color:#777;
	font-size:16px;
	font-weight:normal;
	margin:6px 0 20px;
    border-bottom: solid #eee 1px;
}
h3{
	color:#003366;
	font-size:16px;
	font-weight:normal;
	margin:6px 0;
}

img{
    border:none;
}

#wrapper{
	margin:0 auto;
	padding:0;
	width:959px;
}

#header{
	background:url("../../images/rea-card/title.jpg") 0 -28px no-repeat;
	height:120px;
	width:959px;
}
#menu-utility{
	/*border-top:solid #ccc 1px;*/
	/*border-bottom:solid #ccc 1px;*/
	height:40px;
}
#menu-utility .shop-name{
	color:#666;
	float:left;
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	line-height: 40px;
	padding: 0 10px;
}
#menu-utility .shop-terminal-id{
	color:#666;
	float:right;
	/*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:14px;
	line-height: 40px;
	padding: 0 10px;
}

/*Menu Utility Icons*/
#menu-utility .iconset{
	/*background:#009999;*/
	float:right;
	height:40px;
	margin-right:10px;
	width:64px;
}
#menu-utility .icon{
	float:right;
	height:22px;
	width:22px;
	margin:9px 5px;
}
#menu-utility .info{
	background:url("../../images/info.png") center no-repeat;
}
#menu-utility .exit{
	background:url("../../images/exit.png") center no-repeat;
}

#content-body{
	/*background:#efefef;*/
	background:url("../../images/secure.png") bottom right no-repeat;
	border-top:solid #ccc 1px;
	/*border-right:solid #ccc 1px;*/
	border-bottom:solid #ccc 1px;
	/*border-left:solid #ccc 1px;*/
	margin-bottom:2px;
	min-height:500px;
}
#center-viewport{
	
}
#center-viewport div.loader{
	
}
#center-viewport div.loader h3{
	color:#999;
	text-align:center;
}
#center-viewport div.loader div{
	text-align:center;
}

#menu-left{
	/*background:#efefef;*/
	/*border-right:solid #ccc 1px;*/
	float:left;
	/*min-height:500px;*/
	padding:25px 0;
	width:210px;
}

#menu-left ul{
	list-style:none;
	padding:0;
	margin:0;
}
#menu-left ul li{
	list-style:none;
	margin:0;
	padding:0;
}

a.ml-link{
	color:#6699CC;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 30px;
	text-decoration:none;
}
a.ml-link:hover{
	color:#003366;
}
a.ml-link-selected{
	color:#003366;
}

#main-content{
	/*background:#eee;*/
	float:left;
	width:705px;
	padding:20px;
}

#menu-icons{
	float:right;
	height:35px;
}

#menu-bottom{
	margin-bottom:2px;
}
#menu-bottom ul{
	list-style: none;
	margin:0;
	padding:0;
}
#menu-bottom ul li{
	float:left;
	height:36px;
	margin:0;
	padding:0;
}
#menu-bottom ul li a{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height: 36px;
	margin: 0;
	padding:10px 20px;
	text-decoration:none;
}

#footer{
	background:url("../../images/footer-bg.png") repeat-x;
	height:50px;
	padding:20px;
	text-align:center;
}

#footer a{
	color:#777;
	text-decoration: none;
}

/*Class Definitions*/
.clear{
	clear:both;
}

.slogan{
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 36px;
	padding: 0 10px;
}

.trxn-list{
	font-size:12px;
	width:100%;
}
.trxn-list thead{
	
	margin:0;
	padding:0;
}
.trxn-list thead th{
	padding:5px 5px;
	text-align:left;
}
.trxn-list tbody{
	margin:0;
	padding:0;
}

.trxn-list tbody td{
	padding:2px 5px;
	text-align:left;
}

/*Form Layout*/
.css-form dl, dt, dd{
	margin:0;
	padding:0;
}
.css-form dt, dd{
    clear:right;
    float:left;
	line-height:24px;
}
.css-form dt{
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:150px;
}
.css-form div.clear{
	clear:both;
}
.css-form div.text{
	margin:6px 0;
}

.css-form label.error{
	color:red;
	margin-left:10px;
}
.css-form ul.hint-list{
	list-style-type:square;
}
.css-form ul.hint-list li{
	color:#777;
}

input[type="text"]{
	width:250px;
}
input[type="email"]{
	width:250px;
}

input[type="text"].half-width{
	width:125px;
}
input[type="password"]{
	width:250px;
}

input[type="password"].half-width{
	width:125px;
}
/*Selects*/
select.full-width{
	width:255px;
}

.msg{
	color:#454545;
	font-weight:bold;
	margin:10px 0;
}
.msg-error{
	color:#FF0000;
}

ul.inline-menu{
	height:36px;
	list-style: none;
	margin:0;
	padding:0;
}
ul.inline-menu li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
}

/*Taken from bootstrap*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-decoration:none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*Pagination styles*/

.pgn-wrapper{
	/*background:#999;*/
	/*height:24px;*/
	margin-bottom:10px;
}
ul.pgn-options{
	color:#999;
	float:left;
	list-style: none;
	margin:0;
	padding:0;
}
ul.pgn-options li{
	float:left;
	line-height:16px;
	margin:0;
	padding:0;
}
ul.pgn-pages{
	float:right;
	list-style: none;
	margin:0;
	padding:0;
}
ul.pgn-pages li{
	float:left;
	margin:0;
	padding:0;
}
ul.pgn-pages li a{
	background:#efefef;
	color:#666;
	margin-left:5px;
	text-decoration:none;
	padding:2px 5px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
ul.pgn-pages li a.current{
	background:#666;
	color:#efefef;
}
/*2 Factor Authentication*/
        .container1 {
            text-align: center;
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .tableTitle2 {
            font-weight: bold;
            margin-top: 20px;
        }
        .inputField {
            margin: 20px 0;
        }
        .button {
            margin: 20px 0;
        }
        
        button {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            background-color: #007bff;
            color: white;
            cursor: pointer;
            font-size: 12px;
        }
        button:hover {
            background-color: #0056b3;
        }
        .box1 {
            min-height: 90px;
        }
        .box2 {
            min-height: 90px;
        }
       .button-small1 {
            padding: 6px 10px; /* Adjust padding to make the button smaller */
            font-size: 14px; /* Adjust font size */
            border-radius: 4px; /* Optional: Add border radius for rounded corners */
            background-color: #4CAF50; /* Button background color */
            color: white; /* Button text color */
            border: none; /* Remove button border */
            cursor: pointer; /* Add pointer cursor on hover */
            width: 41px; /* Set a fixed width for the small button */
            text-align: center; /* Center the text inside the button */
        }
        .button-small1:hover {
            background-color: #45a049;
        }
		.error-box {
            margin: 20px 0;
            padding: 10px;
            border: 1px solid red;
            background-color: #f8d7da;
            color: #721c24;
            border-radius: 5px;
        }
        .success-box {
            margin: 20px 0;
            padding: 10px;
            border: 1px solid green;
            background-color: #c9f1d1;
            color: #040404;
            border-radius: 5px;
        }
          .container2 {
            text-align: center;
            max-width: 500px;
            margin: 0 auto;
            margin-bottom : 57px;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
