@charset "utf-8";

/* NEW ADDED

.keyboard-c - For corporate login page


*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
body {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Tajawal-Medium, sans-serif, Arial !important;
	width: 100%;
	height: 100%;	
	font-size: 14px;
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.Fleft {
	float: right;
}

.Fright {
	float: left;
}

.Fclear {
	clear: both;
}

.Tleft {
	text-align: right;
}

.Tright {
	text-align: left;
}

.Tcenter {
	text-align: center;
}

.wrapper {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px;	
	border-top: none;	
	margin-top: 108px;
}

.header {
	max-width: 1280px;
	width: 90%; margin : 0 auto;
	padding: 0px;
	margin: 0 auto;
}

.sidebar-left {
	width: 220px;
	float: right;
	margin-top: 10px;
}

.sidebar-right {
	margin-top: 10px;
	width: 220px;
	float: left;
}

.main-right {
	width: 710px;
	float: left;
	margin-top: 10px;
}

h2.title {
	color: #c4122e;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}

*.focus {
	outline: none;
}

input[type="text"], input[type="password"] {
	border: 1px solid #b1aea2;
	padding: 4px 2px 2px 2px;
	width: 166px;
	font-size: 11px;
	height: 16px;
}

.styled-select select {
	background: transparent;
	width: 193px;
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 25px;
	-webkit-appearance: none;
}

.styled-select {
	width: 170px;
	height: 25px;
	overflow: hidden;
	background: #ffffff url("../images/select-arrow.png") no-repeat left;
	border: 1px solid #b1aea2;
}

.row {
	padding: 0px 0px 10px 0px;
}

.cols2 {
	width: 50%;
	float: right;
}

.form label {
	float: right;
	width: 150px;
	text-align: left;
	padding-left: 5px;
	padding-top: 7px;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}

input[type="submit"] {
	background: #b1aea2;
	border: 0px;
	margin: 0px;
	padding: 5px 10px 4px 10px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	min-width: auto;
}

/* .btn {
	display: block;
	background: #b1aea2;
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 7px 10px 7px 11px;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	margin-right: 3px;
	float: left;
}

.btn:hover {
	color: #ffffff;
	background: #8c8879;
} */

.ddsmall {
	width: 135px;
}

.rightmargin {
	margin-left: 3px;
}

.list-top {
	background: #efefef;
	padding: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3.list-title {
	width: 30%;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

.list-heading {
	background: #bc1a1c;
	padding: 10px 10px 15px 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.listing {
	margin-bottom: 12px;
}

table {
	width: 100%;
	border-spacing: 0px;
}

table.list th {
	background: #efefef;
	padding: 4px 5px 4px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

table.list.red th {
	background: #c4122e;
	padding: 10px 5px 10px 5px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
}

table.list td {
	padding: 7px 5px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
}

table.list td label {
	display: inline;
}

table.list tr.odd {
	background: #efefef;
}

.hoverCol {
	background-color: #foo !important;
}

.list-footer {
	margin-top: 40px
}

.list-bottom {
	background: #efefef;
	padding: 10px;
	padding-bottom: 0px;
	margin-top: 15px;
}

.main-section-3cols {
	width: 58%;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
}

.submenu-list {
	display: none;
}

.list-actions a {
	float: right;
	padding: 3px 5px 0px 0px;
}

.loggedin-details {
	padding-bottom: 5px;
}

.steps-tabs {
	margin-top: 15px;
	margin-bottom: 15px;
}

.steps-tabs ul li {
	float: right;
	padding: 10px 0px 10px 0px;
	background: #b1aea2;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	width: 33.3%;
	text-align: center;
}

.steps-tabs ul li.active {
	background: #c4122e;
}

.steps-tabs ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}

.row-heading {
	background: #c4122e;
	padding: 5px 10px 5px 5px;
	color: #ffffff;
	margin-bottom: 15px;
}

h3.row-title {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.row-inner .cols {
	padding-left: 5px;
	font-size: 11px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 14px;
	width: 45%;
}

.row-inner .small-cols {
	width: 3%;
	margin-top: -1px;
}

.pagination {
	width: 438px;
}

.pagination input[type="text"] {
	width: 50px;
}
/*
.pagination input[type="submit"]{
	padding: 5px 10px 4px 10px;
}
.list-bottom input[type="submit"]{
	padding: 4px 10px 5px 10px;
}*/
.w172 {
	width: 172px;
}

h1.title {
	font-size: 16px;
	color: #c4122e;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}

.hide {
	display: none;
}

.footer {
	width: 100%;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.footer .footerblock {
	
}

.footerlinks li {
	display: inline;
	zoom: 1;
}

.footerlinks {
	margin: 0 auto;
	padding-bottom: 5px;
}

.footerlinks li a {
	font-size: 10px;
	color: #b3afa4;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #cccccc;
	line-height: 10px;
}

.footer p {
	font-size: 11px;
	color: #b3afa4;
}

.gray-list {
	background: #efefef;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gray-bg {
	background: #efefef;
}

.Tmargin25 {
	margin-top: 8px;
}

select#sampleSel1, select#sampleSel2, select#sampleSel3, select#sampleSel4,
	select#sampleSel5 {
	background: #fff;
	font-size: 11px;
	margin-top: 2px;
	width: 172px;
}

select {
	/*	border:
	padding:0px;
	margin:0px;
	font-size: 11px;
    height: 24px;
    line-height: 14px;
    padding: 5px 2px 2px;
    width: 171px;*/
	/*
	font-size: 12px;
    width: 171px;
	padding:4px;
	padding:3px\9;*/
	border: 1px solid #B1AEA2;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	height: 20px;
	width: 172px;
}

.selectSkin1 {
	background: #ffffff url('../images/select-arrow.png') 0% 50% no-repeat;
	color: #000;
	font-size: 11px;
	padding: 5px 5px 5px 0px;
	text-align: right;
	width: 167px;
	border: 1px solid #b1aea2;
}

/* radio ,checkbox style */
input[type=checkbox], input[type=radio] {
	position: absolute;
	right: -999px;
}

input[type=checkbox]+label {
	padding-right: 20px;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	line-height: 11px;
	height: 15px;
	position: relative;
	background: url(../images/select-icons.png) 0px -15px no-repeat;
}

input[type=radio]+label {
	padding-right: 20px;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 3px;
	line-height: 11px;
	padding-bottom: 1px;
	height: 15px;
	position: relative;
	background: url(../images/select-icons.png) 0px -48px no-repeat;
}

input[type=radio]:checked+label, label.radiochecked {
	background: url(../images/select-icons.png) 0px -31px no-repeat
		!important;
}

input[type=checkbox]:checked+label, label.chkchecked {
	background: url(../images/select-icons.png) 0px 1px no-repeat !important;
}

.Tmargin35 {
	margin-top: 15px;
}

.tooltip span {
	background: none repeat scroll 100% 0 #ccc;
	bottom: -20px;
	color: #000000;
	display: none;
	padding: 3px 2px;
	position: absolute;
	min-width: 80px;
	right: 0px;
	z-index: 9;
	border: 1px solid #fff;
}

.tooltip:hover span {
	display: block;
}

span.stip {
	display: none;
}

.list-top .btn.leftmargin {
	margin-right: 300px;
	min-width: 35px;
}

.listing a.btn {
	color: #000000;
	margin-right: 3px;
}

.listing table a.btn {
	clear: both;
	color: #000000;
	display: inline;
	float: none;
	padding: 0 15px 2px;
}

.listing a.btn:hover, .listing table a.btn:hover {
	color: #ffffff;
}

.row.form.otp .btn.leftmargin {
	margin-right: 3px;
}

ul.selectddl {
	height: auto;
	width: 125px;
	position: absolute;
	z-index: 99;
}

ul.selectddl li {
	float: right;
	padding: 5px 10px;
	width: 113px;
	display: none;
	background: #ffffff;
	border: 1px solid #b1aea2;
	border-top: 0px;
	cursor: pointer;
	z-index: 9;
}

ul.selectddl li:hover, ul.selectddl li.selected {
	background: #d0cec6;
	color: #000;
}

ul.selectddl li.init {
	padding: 2px 10px;
	z-index: 2;
	cursor: pointer;
	display: block;
	background: #ffffff url(../images/select-arrow.png) left -6px no-repeat;
}

ul.selectddl li.init:hover {
	background: #ffffff url(../images/select-arrow.png) left 0px no-repeat;
	color: #000000;
}

li.init {
	cursor: pointer;
}

ul.selectddl li.init {
	background: url("../images/select-arrow.png") no-repeat scroll left 0px
		#FFFFFF;
	border: 1px solid #b1aea2;
	cursor: pointer;
	display: block;
	height: 11px;
	padding: 6px 10px;
	top: 0;
	z-index: 2;
}

ul.selectddl li input {
	display: inline;
	position: absolute;
	top: 3px;
	right: 5px;
	border: 0px;
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	padding: 0px;
}

ul.selectddl li input:focus {
	outline: 0;
}

.large ul.selectddl li {
	width: 150px;
}

.selectblock {
	width: 125px;
	height: 20px;
}

.selectblock.large {
	width: 150px;
	height: 20px;
}
/* common css ends here */
/* CSS Document */
.header-wrapper {
	background: #ef3e42;
	height: 64px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
}

.logo {
	margin-top: 10px;
}

.header-menu {
	padding: 30px 0px 0px 25px;
}

.header-menu ul li {
	float: right;
	border-left: 1px solid #ffffff;
}

.header-menu ul li.last {
	border: none;
	border: 0px;
}

.header-menu ul li a {
	float: right;
	list-style: none;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 15px 5px 15px;
	line-height: 10px;
}

.header-menu ul li.last a {
	padding-left: 0px;
}

.main-menu ul li {
	float: right;
	zoom: 0; /* important*/
}

.main-menu ul li a {
	float: right;
	list-style: none;
	color: #000000;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	line-height: 10px;
	background: #b1aea2;
	margin-left: 1px;
}

.main-menu ul li.active a {
	color: #ffffff;
	background: #bc1a1c;
}

.main-menu ul li.active a:hover {
	color: #ffffff;
	background: #bc1a1c;
}

.main-menu ul li:hover a {
	color: #fff;
	background: #b1aea2;
}

.loggedin-user {
	font-size: 11px;
}

.main-right-top {
	border: 1px solid #c4122e;
	padding: 5px 10px 12px 10px;
}

.breadcrumb ul li {
	float: right;
	font-size: 11px;
}

.breadcrumb ul li a {
	color: #000000;
	font-size: 11px;
}

.row .action input {
	width: 60px;
}

.list-bottom label {
	text-align: right;
}

.list-bottom input[type="submit"] {
	margin-right: 5px;
}

.list-footer .pagination-info {
	border: 1px solid #b1aea2;
	margin: 0px 2px;
	height: 16px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	line-height: 16px;
	width: 80px;
	text-align: center;
}

.list-footer .pagination .form label {
	width: 100px;
}

ul.side-menu li a {
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding: 8px 10px 8px 5px;
	background: #c2beb3;
	border-bottom: 1px solid #ffffff;
}

ul.side-menu li {
	position: relative;
}

ul.side-menu li a:hover, ul.side-menu li.active a {
	/*background:#eaeaea !important;*/
	
}

ul.side-menu li.submenu a {
	background: #c2beb3 url(../images/menu-arrow.png) 5% no-repeat;
}

ul.side-menu li a:hover {
	background: #B1AEA2;
	color: #ffffff;
}

ul.side-menu li a.active {
	background: #9a978e;
	color: #ffffff;
}

ul.side-menu li a.active:hover {
	background: #9a978e;
	color: #000000;
}

ul.side-menu li.submenu a.active {
	background: #9a978e url(../images/menu-arrow-active.png) 5% no-repeat;
	color: #ffffff;
}

ul.side-menu li.submenu a.active:hover {
	background: #9a978e url(../images/menu-arrow-active.png) 5% no-repeat;
	color: #ffffff;
}

ul.side-menu li.submenu a:hover {
	background: #B1AEA2 url(../images/menu-arrow-active.png) 5% no-repeat;
	color: #ffffff;
}

ul.side-menu li.submenu a.active.mailbox {
	background: url("../images/mail.png") no-repeat scroll left 9px
		rgba(0, 0, 0, 0);
	color: #000000;
}

ul.side-menu li.submenu.mailbox a {
	background: none;
	background: #b1aea2 url(../images/mail-arrow.png) 5% no-repeat;
}

ul.side-menu li.submenu.mailbox a.active {
	background: #b1aea2 url(../images/mail-arrow-active.png) 5% no-repeat;
}

ul.side-menu li.change-user a {
	background: #eaeaea;
}

ul.side-menu li ul li a {
	background: none !important;
	background: #ffffff;
	border: 1px solid #f0f0f0;
}

.list-heading.padded25 {
	padding: 5px 25px 5px 25px;
}

table.list input[type="submit"] {
	padding: 1px 15px 1px 15px;
}

ul.side-menu li.active .submenu-list {
	display: block;
}

ul.side-menu li.active .submenu-list {
	display: block;
}

ul.side-menu li.active .submenu-list li.active a {
	border: 1px solid #f0f0f0;
	color: #c4122e;
}

ul.side-menu li.active .submenu-list li.active a:hover {
	border: 1px solid #f0f0f0;
	color: #c4122e;
}

ul.side-menu li.active .submenu-list li a:hover {
	border: 1px solid #f0f0f0;
	color: #9A978E;
}

.list-bottom label {
	width: 115px;
}

.list-bottom .btn {
	margin-right: 3px;
}

.row .left-cols {
	width: 280px;
	margin-left: 80px;
}

.left-cols ul {
	padding-right: 3px;
}

.left-cols ul li {
	padding: 3px 0px 3px 0px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	margin-right: 20px;
}

.otp.form label {
	text-align: right;
	width: 60px;
	margin-right: 185px;
}

table.list th.Tright {
	text-align: left;
}

table.list td.Tright {
	text-align: left;
}

.steps-tabs-contents .row-inner .cols {
	width: 250px;
}

.steps-tabs-contents .row-inner .cols label {
	font-weight: bold;
}

.steps-tabs-contents.action input[type="submit"] {
	margin-left: 15px;
}

.steps-tabs-contents .row-inner .cols.small {
	padding-bottom: 20px;
	padding-right: 50px;
}

.steps-tabs-contents .row-inner .cols.nolpadding {
	padding-right: 0px;
}

.steps-tabs-contents .row-inner .cols.small label {
	font-weight: normal;
}

.row.otp .left-cols {
	margin-right: 20px;
}

.otp h2.title {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
}

.row.form.otp {
	padding-top: 25px;
	padding-bottom: 25px;
}

.row-inner .cols.Lpadded {
	width: 29%;
	margin-right: 160px;
}

.row-inner .cols.Lpadded input[type="radio"] {
	margin-left: 5px;
}

.listing a {
	color: #C4122E;
	position: relative;
}

.btn_next {
	background: url(../images/next.png) 100% 0;
	width: 30px;
	height: 28px;
}

.btn_next:hover {
	background: url(../images/next_roll.png) 100% 0;
	width: 30px;
	height: 28px;
}

/*
Tipr drop 1.0
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/
.tipr_content {
	color: #333;
	background-color: #C2BEB3;
	color: #000;
	padding: 2px 7px;
	margin-right: 12px;
}

.tipr_container_bottom {
	display: none;
	position: absolute;
	margin-top: 13px;
	z-index: 1000;
}

.tipr_container_top {
	display: none;
	position: absolute;
	margin-top: -46px;
	z-index: 1000;
}

:not (#foo ) >table.list input[type='radio']+label {
	margin-top: 0px;
}

.prelogin-top {
	padding: 40px 40px 40px 30px;
	border-bottom: 1px solid #c9c9c9;
}

.prelogin-top p {
	/*color:#b3afa4;*/
	color: #999;
	font-size: 15px;
}

.prelogin-main .cols {
	width: 157px;
	margin-left: 15px;
}

.pagination  input[type="submit"] {
	margin-right: 3px;
}

*+html .list-bottom input[type="submit"] {
	margin-right: 10px;
}

*+html input[type="submit"] {
	padding: 3px 8px 3px 8px;
}

ul.side-menu li .mailbox {
	background: transparent;
	background: url("../images/email.gif") left 2px no-repeat;
	border: 0 none;
	display: inline;
	height: 20px;
	padding-left: 15px;
	position: absolute;
	left: 25px;
	text-align: left;
	top: 7px;
	width: 30px;
	z-index: 99;
}

ul.side-menu li .mailbox:hover {
	background: transparent;
	color: #000000;
	background: url("../images/email.gif") left 2px no-repeat;
}

ul.side-menu li .mailbox span {
	font-size: 11px;
	color: #000000;
}

.list-bottom .selectblock {
	width: 135px;
	height: 20px;
}

.gray-list .row-inner .cols.toppadding {
	padding-top: 5px;
}

.gray-list.paddeditems .row-inner .small-cols {
	padding-top: 5px;
}

.gray-list .row-inner .toppaddedchk {
	margin-top: 3px;
}

/* style1 starts here*/
.prelogin-main {
	padding: 40px 40px 40px 0px;
}

.Tpadding100 {
	padding-top: 100px;
}

.prelogin-main .notice {
	padding: 5px 5px 5px 10px;
	min-height: 145px;
	width: 135px;
}

.prelogin-main .notice h2 {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #c4122e;
	font-size: 13px;
}

.prelogin-main .notice p {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 11px;
}

.red-footer {
	background: url(../images/red-footer-bg.png) repeat-x;
}

.red-footer p {
	background: url(../images/red-footer-icon.png) -4px -13px no-repeat;
	margin: 0px;
	padding: 0px;
	padding: 5px 110px 5px 23px;
	min-height: 66px;
	font-size: 11px;
	line-height: 15px;
	color: #ffffff;
	text-align: justify;
}

.red-footer a {
	color: #ffffff;
	text-decoration: underline;
}

.footer .Fleft {
	width: 400px;
	margin-right: 245px;
}

.footerlinks li.last a {
	border-left: none;
}

.login-main .leftcol {
	width: 425px;
	padding-top: 10px;
}

.login-top {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #c9c9c9;
}

.login-top label {
	color: #bc1a1c;
	/*width: 65px;*/
	width: 82px;
	display: block;
	float: right;
	padding-top: 4px;
	font-size: 12px;
}

.login-top select#sampleSel1 {
	width: 120px;
}

.login-top .selectSkin1 {
	width: 111px;
}

.login-top input[type="text"], .login-top input[type="password"] {
	width: 240px;
}

.Tmarginl30 {
	margin-right: 20px;
}

.login-top .keyboardchk label {
	width: 100%;
}

.login-top input.leftmargin {
	margin-right: 20px;
}

.login-top input[type="submit"] {
	min-width: 53px;
}

.keyboard input[type="submit"] {
	height: 18px;
}

.keyboard input[type="submit"].capsbtn {
	min-width: 70px;
}

.login-top .leftcol .row {
	padding-bottom: 15px;
}

.login-bottom {
	margin: 5px 20px 5px 20px
}

.login-bottom .leftcol {
	/*border-right: 1px solid #c9c9c9;*/
	
}

.login-bottom .rightcol {
	padding-right: 25px;
}

.login-bottom .rightcol h2 {
	color: #bc1a1c;
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.login-bottom .rightcol h2.manage {
	padding-right: 37px;
	margin-top: 3px;
	background: url("../images/manage-icon.png") -2px -2px no-repeat;
}

.login-bottom .rightcol h2.transact {
	margin-top: 15px;
	padding-right: 30px;
	padding-top: 5px;
	background: url("../images/online-icon.png") -2px -3px no-repeat;
}

.login-bottom .leftcol {
	width: 390px;
}

.login-bottom .rightcol p {
	color: #909193;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 490px;
	line-height: 15px;
	text-align: justify;
}

.tabs ul li a {
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	min-width: 35px;
	text-align: center;
}

.keyboard {
	background: url(../images/keyboard.png);
	width: 479px;
	height: 173px;
}

.keyboard-c { /* NEW for Corporate */
	background: url(../images/keyboard-c.png);
	width: 479px;
	height: 185px;
	padding-top: 8px; /* Adjust the top padding accordingly */
}

.key {
	display: block;
	float: right;
	width: 20px;
	font-size: 12px;
	line-height: 12px;
	background: #f7f7f7;
	color: #c4122e;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2.keyboard-title {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}

.leftkeys {
	margin-right: 55px;
}

.rightkeys {
	width: 80px;
	margin-top: 23px;
	margin-right: 15px;
}

.keyboard input[type="submit"], .keyboard .btn {
	display: block;
	background: url("../images/btn-bg.png");
	border: 0px;
	margin: 0px;
	padding: 2px 8px 3px 8px;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	color: #ffffff;
	outline: none;
	margin-top: 5px;
	margin-left: 2px
}

.keyboard .action {
	margin-right: 145px;
}

.keyboard .row-two, .keyboard .row-four {
	margin-right: 15px;
}

.keyboard .row-five {
	margin-right: 30px;
}

input[type="submit"].loginbtn {
	width: 10px;
	padding-right: 0px;
	padding-left: 1px;
}

input[type="submit"].clearbtn {
	width: 10px;
	padding-right: 0px;
	padding-left: 1px;
}

.keyboard input[type="submit"] {
	padding-right: 0px;
	padding-left: 1px;
}

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
	background-color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

.dk_container:focus {
	outline: 0;
}

.dk_container a {
	cursor: pointer;
	text-decoration: none;
}

.dk_toggle {
	border: 1px solid #b1aea2;
	color: #000000;
	padding: 6px 10px;
	position: relative;
	background: #ffffff url(../images/select-arrow.png) left 0px no-repeat;
}

.dk_toggle:hover, .dk_toggle:focus {
	border-color: #8c8c8c;
}

.dk_toggle:after {
	position: absolute;
	top: 45%;
	left: 10px;
}

.dk_focus .dk_toggle {
	border-color: #40b5e2;
	box-shadow: 0 0 5px #40b5e2;
	-moz-box-shadow: 0 0 5px #40b5e2;
	-webkit-box-shadow: 0 0 5px #40b5e2;
}

.dk_open {
	box-shadow: 0 0 5px #40b5e2;
	-moz-box-shadow: 0 0 5px #40b5e2;
	-webkit-box-shadow: 0 0 5px #40b5e2;
	z-index: 10;
}

.dk_open .dk_toggle {
	background: #ffffff url(../images/select-arrow.png) left 0px no-repeat;
	padding: 6px 10px;
	z-index: 2;
	cursor: pointer;
	display: block;
}

.dk_open_top .dk_toggle {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.dk_options {
	background: #ffffff;
}

.dk_options a {
	background-color: #fff;
	border: 1px solid #b1aea2;
	border-top: 0px;
	font-weight: normal;
	padding: 6px 10px;
}

.dk_options a:hover, .dk_options:focus, .dk_options .dk_option_current a
	{
	background-color: #d0cec6;
	color: #000000;
	text-decoration: none;
}

.dk_options .disabled {
	cursor: default;
}

.dk_options .disabled a {
	color: #aaa;
}

.dk_options .disabled:hover, .dk_options .disabled:hover a
    .dk_options .disabled:focus, .dk_options .disabled:focus a {
	cursor: default;
	background-color: #fff;
	border-bottom-color: #999;
	text-shadow: none;
}

.dk_options_inner {
	max-height: 250px;
	color: #000000;
}

.dk_container {
	display: none;
	float: right;
}

.dk_container a {
	outline: 0;
}

.dk_toggle {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	position: relative;
	zoom: 1;
}

.dk_open {
	position: relative;
}

.dk_open .dk_options {
	display: block;
	top: 25px !important;
}

.dk_open .dk_label {
	color: inherit;
}

.dk_options {
	display: none;
	margin-top: -1px;
	position: absolute;
	left: 0;
	width: 100%;
}

.dk_options a, .dk_options a:link, .dk_options a:visited {
	display: block;
}

.dk_options_inner {
	overflow: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.dk_container select {
	position: absolute;
	top: -99999em;
	visibility: hidden;
}

.dk_mobile {
	position: relative;
}

.dk_mobile select {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	visibility: visible;
	opacity: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.marginbottomspace {
	margin-bottom: 10px
}

.three-cols .leftside {
	width: 217px;
	float: right;
}

.three-cols .rightside {
	width: 217px;
	float: right;
}

.three-cols .mainside {
	width: 276px;
	float: right;
	padding-top: 1px;
}

.three-cols .mainside.toppaddedimage {
	padding-top: 60px;
}

.blocks {
	background: url(../images/opt-block-bg.png) no-repeat right top;
	height: 108px;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.blocks:hover {
	cursor: pointer;
}

.blocks:hover h3.moreinfo {
	color: #ffffff;
	cursor: pointer;
}

.blocks.last {
	margin-bottom: 0px;
}

.blocks h2.title {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 7px;
	text-transform: capitalize;
}

.blocks p {
	padding: 0px 7px;
	font-size: 11px;
}

a.blockslinks {
	color: #000000;
	cursor: pointer;
}

a.blockslinks:hover {
	
}

.blocks h3.moreinfo {
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #dedad3;
	margin-top: 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	/*background:#B1AEA2 url(../images/moreinfo.png) no-repeat 50% center;*/
	position: absolute;
	bottom: 3px;
	width: 100%;
}

/* NEW ADDED */
.transfers-list {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blocks-transfers {
	background: url(../images/opt-block-bg.png) no-repeat right top;
	height: 108px;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}

.blocks-transfers:hover {
	cursor: pointer;
}

.blocks-transfers:hover h3.moreinfo {
	color: #ffffff;
	cursor: pointer;
}

.blocks-transfers.last {
	margin-bottom: 0px;
}

.blocks-transfers h2.title {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 7px;
	text-transform: capitalize;
}

.blocks-transfers p {
	padding: 0px 7px;
	font-size: 11px;
}

.blocks-transfers h3.moreinfo {
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #dedad3;
	margin-top: 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	/*background:#B1AEA2 url(../images/moreinfo.png) no-repeat 50% center;*/
	position: absolute;
	bottom: 3px;
	width: 100%;
}

.transf_pay {
	background-color: #efefef;
	padding: 0 12px 12px;
	width: 328px;
	margin-top: 7px;
}

.transf_pay h2.title {
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 5px;
}

.transf_pay p img {
	float: right;
	margin-left: 5px;
}

.transf_pay .btn {
	float: left !important;
	margin-top: -27px;
}

/* NEW  */
.content-extras {
	/* padding: 8px; */
	line-height: 14px;
}

.h1_text {
    color: #231f20;
    font-size: 22px;
    margin: 0px;
    padding: 0px;
    font-family: Tajawal-Bold, sans-serif, Arial;
    line-height: normal;
}

/* .left-block-extras {
	width: 600px;
} */

/* .content-extras h1 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
	background: #c2beb3;
	padding: 12px;
	color: #FFF;
} */

/* .content-extras h2 {
	color: #c4122e;
	font-weight: bold;
	margin-bottom: 6px;
} */


.h2_text {
    color: #231f20;
    font-family: Tajawal-Bold, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    text-transform: unset;
        line-height: normal;
}

.card_BorderBootom {
    border-bottom: 5px solid #ffba08 !important;
}

.card {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.content-extras p {
	margin: 8px 0;
	color: #636466 !important;
font-size: 14px;
line-height: normal;
}

.content-extras ul li {
	    list-style-type: circle;
    margin: 10px 16px 0 0;
    font-size: 14px;
}

.content-extras-menu {
	background: none repeat scroll 100% 0 #fff;
	float: left;
	margin: 60px 4px 3px 9px;
	width: 268px;
	padding: 4px;
	border: #CCC 1px solid;
	line-height: 18px;
}

.content-extras-menu h1 {
	font-size: 14px;
	color: #fff;
	background: #c4122e;
	padding: 4px;
	margin-bottom: 6px;
	font-weight: bold;
}

.content-extras-menu .bold-text {
	font-weight: bold;
}

.content-extras-menu .font-itl, .font-itl {
	font-style: italic;
	color: #666;
}

.time-info {
/* 	padding-top: 10px;
 */	display: inline-block;
}

.extraForm {
	color: #fff;
	background: #ef3e42;
	padding: 10px;
/* 	display: block; */
	max-width: 260px;
	text-align: center;
	font-size: 14px;
    text-transform: none;
}

.bm_btnCustomRedFullWidth {
    width: 100%;
    border-radius: 25px;
    box-shadow: none;
    line-height: 20px;
    padding: 8px 8px 6px 8px;
    height: auto;
    background: rgb(239,42,66);
    background: -moz-linear-gradient(top, rgb(239,42,66) 0%, rgb(189,34,52) 100%);
    background: -webkit-linear-gradient(top, rgb(239,42,66) 0%,rgb(189,34,52) 100%);
    background: linear-gradient(to bottom, rgb(239,42,66) 0%,rgb(189,34,52) 100%);
        background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef2a42', endColorstr='#bd2234',GradientType=0 );
}

/* .extraForm:hover {
	color: #fff;
	background: #9a978e;
} */

.extraLink {
	color: #ef3e42;
	text-align: center;
	text-decoration: underline;
}

.notice-extras {
	color: #ef3e42;
	font-size: 13px;
}

.notice-extras span {
	font-weight: bold;
}

/* New sep */
.terms-ol li {
	margin-right: 20px;
	padding-right: 0px;
	list-style-type: lower-alpha;
	margin-bottom: 3px;
}

.terms-ol ul {
	padding-right: 10px;
}

.terms-ol-roman  li {
	list-style-type: lower-roman;
}

.iframeBox {
	border: #CCC 1px solid;
}

.terms-p {
	font-size: 14px;
	padding: 10px;
}

/* used in plan */
/*.plans .btnPlan {
	float:right !important;
	margin-top:-27px;
}*/
.termsBtnBox {
	text-align: center;
	padding-right: 378px;
}

.btnTerms {
	display: block;
	background: #b1aea2;
	color: #000000;
	border: 0px;
	margin: 0px;
	padding: 7px 11px 7px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	margin-left: 3px;
	float: right;
}

.btnTerms:hover {
	color: #ffffff;
}
/* NEW Dec 2014  */
.dirRTL {
	direction: ltr;
}

.terms-ol-ar li {
	list-style-type: initial;
	margin-bottom: 3px;
	margin-left: 20px !important;
	padding-right: 0;
}

.trouble-logging {
	background-color: #fff;
	line-height: 16px;
	margin-bottom: 14px;
	margin-top: 5px;
	padding: 15px;
}

.trouble-ul {
	padding-right: 1px;
}

.trouble-ul li {
	/*list-style-position: outside;
    list-style-type: disc;*/
	line-height: 18px;
}

.token-1 {
	padding-right: 26px;
}

.token-1 li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 24px;
}

.token-1 a {
	color: #c4122e;
	text-decoration: underline;
}

.token-2 {
	padding-right: 26px;
}

.token-2 li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}

/* NEW - ARB */
.token-1-ar {
	padding-left: 26px;
}

.token-1-ar li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 24px;
}

.token-1-ar a {
	color: #c4122e;
	text-decoration: underline;
}

.token-2-ar {
	padding-left: 26px;
}

.token-2-ar li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}
/* New Dec 3 - Accordian for faq*/
.bm_accordian {
	width: 931px;
}

.bm_accordian div {
	margin-bottom: 25px;
	padding-right: 15px;
	background-color: #fff;
}

.bm_accordian p {
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	/*font-size: 10px;*/
	padding: 4px 10px 0 7px;
}

.bm_accordian a {
	cursor: pointer;
	display: block;
	padding: 5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	background-color: #f4f2f0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
	background: url(../images/acc_plus.png) 6px 6px no-repeat #f4f2f0;
	padding-right: 25px;
}

.bm_accordian a:hover {
	background-color: white;
	background: url(../images/acc_plus.png) 6px 6px no-repeat #f4f2f0;
}

.bm_accordian a.selected {
	font-weight: bold;
	color: #333;
	background: url(../images/acc_minus.png) 6px 6px no-repeat #f4f2f0;
	padding-right: 25px;
}

.bm_accordian ul li {
	margin-right: 30px;
}

@font-face {
	font-family: Tajawal-Regular;
	src: url('../fonts/Tajawal-Regular.ttf');
	src: url('../fonts/Tajawal-Regular.woff');
}

@font-face {
	font-family: Tajawal-Bold;
	src: url('../fonts/Tajawal-Bold.ttf');
	src: url('../fonts/Tajawal-Bold.woff');
}

@font-face {
	font-family: Tajawal-Medium;
	src: url('../fonts/Tajawal-Medium.ttf');
	src: url('../fonts/Tajawal-Medium.woff');
}

.bm_HeaderRightMenu {
	float: right;
	position: relative;
}

nav.HeaderTopMenu {
	background: none;
	border: 0;
	box-shadow: none;
}

nav {
	height: 64px;
	line-height: 64px;
	color: #fff;
}

.icon-help {
	display: inline-block;
}

.icon-help a {
	display: inline-block;
	padding-left: 25px !important;
	padding-right: 30px !important;
	padding-top: 23px;
	padding-bottom: 21px;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
	background: url(../images/help.png) no-repeat right center;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	line-height: 21px;
	background-size: 18px;
}

.login-body-style {
	background: #F5F5F5 url(../images/logi-bg.png) no-repeat top center;
	background-size: cover;
}

.header-modalbox {
	position: absolute;
	top: 64px;
	left: -275px;
	min-height: 100px;
	padding: 10px 20px !important;
	width: 370px !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.40);
	overflow: visible !important;
	border-radius: 5px;
	color: #231f20;
	background-color: #FFFFFF !important;
}

.header-modalbox:before {
	content: '';
	background: url(../images/alertBxArrow.png) no-repeat;
	width: 18px;
	height: 9px;
	display: inline-block;
	position: relative;
	top: -17px;
	left: 0%;
}

.width100percent {
	width: 100%;
}

.header-modalbox .callus-icon {
	background: url(../images/Mobile_contact_us.png) no-repeat;
	background-position: 98% 10px;
}

.header-modalbox .modal-row {
	padding: 10px 40px 10px 10px !important;
}

.header-modalbox .mailus-icon {
	background: url(../images/Mobile_email.png) no-repeat;
	background-position: 98% 10px;
}

.header-modalbox .pop-menu {
	width: 100%;
	float: right;
	min-height: 16px;
	padding-bottom: 4px;
	line-height: 15px;
}

.header-modalbox .pop-menu-link {
	line-height: 21px;
	float: right;
	width: 100%;
	font-size: 15px;
	word-break: break-word;
	color: #231f20;
}

.header-modalbox .pop-menu a {
	font-size: 14px;
	color: #231f20;
	font-family: Tajawal-Bold, sans-serif, Arial !important;
}

.bm_CardBigPadding {
	padding: 20px 10% 0px 10% !important;
}
.clear10 {
    clear: both;
    height: 10px;
}

.footer-wrapper {
   color: #fff;
    background-color: #333333;
    border-top: 3px solid #ef3e42;
    font-weight: 500;
    font-size: 13px;
     margin-top: 20px; 
    clear: both;
    z-index: 9999;
    position: relative;
    bottom: 0px;
    float: right;
    width: 100%;
}

.footer-container {
    width: 100%;
    margin: 0px auto;
    padding: 14px 0px;
    float: right;
    margin: 0 auto;
}
.footer-wrapper .footer-links {
    float: left;
    margin-right: 5px;
}
.footer-wrapper .copyright {
    text-align: left;
    float: right;
}

.footer-wrapper .footer-links ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-image: none;
    list-style-position: outside;
     text-align: center;
}
.footer-wrapper .footer-links ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    list-style-type: disc;
    margin-bottom: 7px;
}
.footer-wrapper .footer-links a {
    color: #FFFFFF !important;
    text-decoration: none;
}

.logo_1 {
    background: url(../images/BankMuscatlogo.png) no-repeat scroll left 0 transparent;
    float: left;
    height: 43px;
    margin-top: 9px;
    margin-right: 19px;
    width: 177px;
}
.mt-10{
	margin-top:-10px !important;
}
.row {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0px !important;
}
.mb-5{
	margin-bottom:-5px !important;
}