@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    background-color: #EBEEF0 !important;
    color: #666 !important;
    font-family: "Roboto",arial,sans-serif !important;
    font-size: 14px !important;
}

.carousel-inner .item {
  opacity: 0;
  transition: none;
  transform: translate3d(0,0,0) !important;
}

.btn-warning {
    color: #fff !important;
}

* html #container {
    height: 100%;
    background-color: #EBEEF0;
}

.header-container {
    width: 100%;
}

.the-logo {
    float: left;
    width: 413px;
    height: 100px;
}

.menus-holder {
    margin: 0 0 0 398px;
}

#countdown {
    color: #fff;
}

.topmenu {
    padding-bottom: 8px;
    padding-top: 24px;

}

.userlogged {
    float: right;
    position: relative;
    top: -33px;
    list-style: none;
}

.theheadertitle {
    width: 100%;
    background-color: #396FC3;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.theheadertitle h1 {
    color: #fff !important;
    font-size: 35px !important;
    margin-left: 80px;
}

/*.userlogged li {
    line-height: 40px;
}*/

.userlogged li a {
  color: #fff !important;
  padding-bottom: 14px;
}

.dropdown-item {
    padding-bottom: 0px !important;
}

.bottommenu  {
    padding-top: 0px;
}

.homemenu2 li {
    float: left;
    line-height: 47px;
    border-right: 1px solid #0B3D8D;
}

.homemenu2 li a {
	color: #fff !important;
	padding: 5px 15px !important;

}

.homemenu2 li a:hover {
	color: #8dc641 !important;
}


.btn-homelogin{
    color: #fff;
    margin-left: 15px;
    margin-right: 15px !important;
    border: 1px solid #72B044 !important;
    border-radius: 50px !important;
	box-shadow: none !important;
    display: block;
}

.mybal-mob {
    /*background-color: #396FC3;*/
    background-color: transparent;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mybalance {
    background-color: #396FC3;
    padding:  15px;
    color: #fff;
    width: 100%;
    margin-left: -15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.mybal-amount {
    font-size: 25px;
}

.mybal-heading {
    margin-bottom: 0px;
}

.myaccounts-info {
   font-size: 15px;
   margin-bottom: 0px !important;
}

.myaccounts {
    padding:  15px;
}

.limit-table {
    width: 100%;
}

.limit-table td {
    width: 50%;
    border: none !important;
    border-top: 1px solid rgba(0,0,0,.1) !important;
}

.limits-balances {
    margin-top: 20px; 
    text-align: left; 
    background-color: #396FC3; 
    color: #fff; padding: 10px; 
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; 
}

.limits-only {
    padding: 10px;
    border: 1px solid #396FC3;
}

#managebefit {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quick-menu {
    width: 327px;
    background: #8AC349;
    height: 107px;
    float: left;
    border-radius: 5px;
    margin-right: 24px;
    box-shadow: 0px 2px 1px  rgba(113, 158, 56, 1);
}

.quickmenu-holder {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
   
}

#sidebar-container {
    padding: 0;
}

.quickmenu-onceoff {
    background-image: url(../images/onceoff.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 107px;
    border-right: 2px solid #719E38;
    background-position: center;
    float: left;
}

.quickmenu-manage {
    background-image: url(../images/manageben.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 107px;
    border-right: 2px solid #719E38;
    background-position: center;
    float: left;
}

.quickmenu-pay {
    background-image: url(../images/payben.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 107px;
    border-right: 2px solid #719E38;
    background-position: center;
    float: left;
}

.quickmenu-content {
    float: left;
    height: 107px;
    padding: 30px 0px 0px 20px;
}

.quickmenu-content a {
    color: #fff;
    font-size: 20px;
}

.quickmenu-content a:hover {
    color: #719E38;
    text-decoration: none;
}

.quickmenu-content span{
    color: #fff;
    font-size: 16px;
}

::placeholder {
    color: #a9a9a9 !important;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 250px;
}
.sidebar-collapsed {
    width: 60px;
}

#savenumber-label {
    position: relative;
    top: 20px;
    left: 20px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 40px;
}

#fieldset-leftgrouponceoff select {
    width: 100%;
}

select {
    color: #666 !important;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    color: #999 !important;
    padding-left: 40px;
}
.sidebar-submenu a {
    font-size: 0.9rem;
    color: #37464F !important;
}

.list-group-item:first-child {
    border-top-right-radius: 0px !important;
    border-top: 0px;
    border-left: 0px;
}

.left-menu-all {
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 180px !important;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0d7";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0da";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#MTN-label, #MTN-element, #Voda-label, #Voda-element, #CellC-label, #CellC-element,#Telkom-label, #Telkom-element {
	display: none;
}

div#container {
    height: auto !important;
    min-height: 100%;
}
div#main {
/*overflow-y: auto; overflow-x: visible; width: 100%;*/
    overflow: auto;
   /* padding-bottom: 100px; */
}
div#header {
    background-color:#0D46A0;
    height: 100px;
    /*border-bottom: 1px solid #ddd;*/
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
    /*padding: 10px;
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}

#myTable_paginate {
	margin-top: 10px;
}

#DataTables_Table_0_filter {
	display: none;
}

table.dataTable {
	border-collapse: collapse !important;
}

.dt-buttons {
	display: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #1d4381 !important;
	border-color: #1d4381 !important;
}

#header a {
	color: #22405c; 
}

label {
	float: none !important;
	display: block !important;
}

.homemenu li {
	float: left;
	padding-top: 20px !important; 
}

.homemenu li:nth-child(3),
.homemenu li:nth-child(4)
{
  padding-top:15px !important;
}

.homemenu li a {
	color: #fff !important;
	padding: 5px 15px !important;

}

.homemenu li a:hover {
	color: #8dc641 !important;
}

.home-sliders {
	width: 100%;
	/*background: url(../images/onlineb11.jpg);
	background-size: cover; 
	background-repeat: no-repeat; */
	height: 400px;
}
.col-lg-6 {
	float: left;
}



.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

#monthform {
    margin-top: 15px;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.wrapper {
	width: 90%;
	margin: auto;
}

.reg-right {
    padding-top: 50px;
}

.sr-only {
	position: relative !important;
}

.alert-info {
    border-color: #31708f !important;
    border-left: 7px solid #31708f !important;
}

.navbar-toggle {
	z-index: 9999;
}

.reg-problem {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f0ad4e;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 13px;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 20px;
}

.reg-success {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #dff0d8;
    border-color: #5cb85c;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 1px 7px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 100%;
}

.termscond {
    position: relative;
    top: -109px;
    left: 20px;
}

.dropdown-menu .divider {
	width: 100%;
	margin: 0px !important;
}

.fa-trash-alt {
	color: #D9534F !important;
}

.img1 {
	background-image:url(../images/homeslider1.jpg);
}

.img2 {
	background-image:url(../images/onlineb22.jpg);
}

.img-heading {
	border-bottom: none !important; color: #22405c !important;
}

.carousel-caption h1 {
    color: #fff !important;
    font-size: 60px !important;
    font-family: "Roboto",arial,sans-serif !important;
    font-weight: normal !important;
}

.login-message {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    width: 100%;
    background-color: #E6F3D6;
    padding: 15px;
    padding-left: 15px;
    padding-left: 35px;
    border: 1px solid #C9E4AA;
    border-radius: 4px;
    font-size: 12px;
    background-image: url(../images/warn.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

.progress-bar-success {
	background-color: #8dc641 !important;
}

/*.list-group {
	margin-top: 20px;
}*/
.list-group-item {
    border-left: 0px !important;
}

.bg-light {
    background-color: #fff !important;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	 background-color: #22405c !important;
	 border-color: #22405c !important;
}

.btn-primary {
	 background-color: #8dc641 !important;
     border-color: #8dc641 !important;
     border-radius: 50px !important;
}

.btn {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.ui-datepicker-trigger {
	display: none;
}

.ui-datepicker-calendar td {
	padding: 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	background-image: none !important;
	background-color: transparent !important;
	border: none !important;
}

.ui-widget-header {
	background-image: none !important;
	background-color: #1d4381 !important;
	border: none !important;
}

.ui-dialog-titlebar-close {
	display: none;
}

.modal-dialog {
	max-width: 80% !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	font-weight: normal !important;
}

#csrf_token-element .errors {
	display: none;
}

#csrf_token-label {
	display: none;
}

#captcha-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	text-transform: uppercase;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #fff !important;
    border-top: 3px solid #85939F !important;
    border-bottom: 1px solid #85939F !important;
    border-right: none !important;
    color: #666 !important;
}

input[type=submit] {
   background-color: #8dc641;
   border-color: #65A822;
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.42857143;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   color: #fff;
   -ms-touch-action: manipulation;
      touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 4px;
   margin-right: 3px;
}

input[type=submit]:focus,
input[type=submit]:active:focus,
input[type=submit].active:focus,
input[type=submit].focus,
input[type=submit]:active.focus,
input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].focus {
  color: #22405C;
  text-decoration: none;
}

input.btn-danger {
    background-color: #22405C !important;
    border-color: #1B3349 !important;
    color: #fff;
}

input.btn-danger:hover {
    color: #70BC26;
}

#RoleID-element, #RoleID-label {
	display: none !important;
}

div#Header {
    font-size: 11px;
    border-bottom: 1px solid #235077;
    margin-bottom: 5px;
    padding-bottom: 7px;
}
div#breadcrumbs {
    font-size: 11px;
    border-bottom: 1px solid #235077;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
span.heading {
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    padding-left: 25px;
    color: #FFFFFF;
  
}
div#body {
    height: 100%;
    overflow: hidden;
	width: 90%;
	margin: auto;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  background-color: #D5ECD5 !important;
}

.mymenu {
	padding-left: 0px;
	list-style: none;
}

.mymenu li {
	line-height: 25px;
}

.home-heading{
	margin: 25px 0px 10px 6px;
}

div#content {
    margin: auto;
    padding: 0px 20px 20px 0px;
	float: left;
	width: 75%;
    /*background-color: #EAEAEA;*/
}

.dropdown-menu{
    width: 209px;
}

.content-wrapper {
    margin-bottom: 70px;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    margin-left: 80px;
}

.viewallbutton {
    padding-left: 10px;
}

.wrapper-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

ul.dropdown-menu li {
    width: 100%;
}

.alert-danger {
    margin-top: 10px;
}

#secnav {
    margin-left: 77px;
}

#startDate {
    width: 190px !important;
}

#endDate {
    width: 190px !important;
}

div#left-sidebar {
    float: left;
    padding: 8px 8px 8px 8px;
    width: 20%;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
}
div#footer {
     width: 100%;
    line-height: 50px;
    background-color: #0D46A0;
    clear: both;
    color: #fff;
    position: fixed;
    bottom: 0px;
    margin-top: 20px;
    z-index: 999;
    font-size: 13px;
}
div#footer p {
    margin: 0;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}

#footer a{
    color: #FFFFFF;
}

.number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #1473E6;
    color: #fff;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 13px;
}

h1 {
    font-size: 16px;
    margin: 0px;
    color: #1D2148;
}

h2 {
    font-size: 15px;
    margin: 0px;
    color: #1D2148;
}

h3 {
    font-size: 14px;
    margin: 0px;
    color: #1D2148;
}

h4 {
    font-size: 13px;
    margin: 0px;
    color: #1D2148;
}

h5 {
    font-size: 12px;
    margin: 0px;
    color: #1D2148;
}

.sitemessages {
    border: solid 1px #008000;
    background: #B0E5B0;
    color: #000000;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.errormessages {
    border: solid 1px #FF0000;
    background: #FFADAD;
    color: #000000;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.noticemessages {
    border: solid 1px #9B6700;
    background: #EDB640;
    color: #000000;
    padding: 4px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.carousel-indicators {
	bottom: 5px !important;
}

.navigation-heading {
    color: #1D2148;
    font-weight: bold;
    font-size: 16px;
    /*background-color: #9E9E9E;*/
    padding: 4px;
}

div#pagetitle {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
}

/* Table */
div#content-table table {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0px 10px 0px;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    /*font-size: 11px;*/
    background-color: #FFFFFF;
}

div#content-table table td {
	padding: 5px;
}

div#content-table tr {
    /*color: #444444;*/
    color: #333;
}

div#content-table thead:first-child tr:first-child th, div#content-table thead:first-child tr:first-child th td, div#content-table tbody:first-child tr:first-child th, div#content-table tbody:first-child tr:first-child td {
    border-top: 0 none;
}

div#content-table th + th, div#content-table td + td, div#content-table th + td, div#content-table td + th {
    border-left: 1px solid #C6C9CC;
}

div#content-table th, div#content-table td {
    text-shadow: 0 1px 0 #FFFFFF;
    border-top: 1px solid #C6C9CC;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

div#content-table th {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding: 4px;
    background-color: #E0E9EF;
}

div#content-table td {
    padding: 4px;
}

/*
div#content-table th:hover {
    background-color: #8EB4CE;
    color: #333333;
}
div#content-table tr:hover {
    background-color: #8EB4CE;
}
div#content-table td, div#content-table th {
    padding-right: 5px;
    padding: 3px;
}
div#content-table td {
    vertical-align: top;
    font-size: 9pt;
}*/

.row1{
    /*background: #F4F4F4;*/
    border: 1px solid #ADADAD;
}
.row2{
    /*background: #FFFFFF;*/
    border: 1px solid #ADADAD;
}

a {
    color: #01317A;
    text-decoration: none;
}

/* Pagination */
.paginationControl {
    /*padding: 10px;*/
    padding: 10px 2px 10px 2px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    height: 13px;
}
.paginationControl_showing {
    float: left;
    position: relative;
    font-weight: bold;
}
.paginationControl_showing strong.current {
    color: #1D6DE5;
}
.paginationControl_pages {
    float: right;
    position: relative;
    font-weight: bold;
    color: #494848;
}
.paginationControl_pages a {
    color: #494848;
}
.paginationControl_pages strong {
    color: #1D6DE5;
}
.paginationControl_pages .previous, .paginationControl_pages .next {
    color: #1D6DE5;
}

.warning-message {
    width: 400px;
    border: 1px solid;
    margin: 10px 0px;
    padding: 5px 5px 0px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #9F6000;
    background-color: #FEEFB3;
}

/* buttons */
.menubutton
{
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 0.4em;
    margin-top: 0px;
    font: bold 1em/2em Arial, Helvetica;
    font: 12px Arial, Helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    height: 20px;
}

.menubutton:hover
{
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.menubutton:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.menubutton:focus
{
    outline: 0;
    background: #fafafa;
}

.menubutton:before
{
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}

span.menubutton
{
    padding-top: 5px;
}

.menubutton a:link, .menubutton a:visited
{
    color: #333;
}

.menubutton a:hover
{
    color: #999;
}

#user-sidebar {
    border: 1px solid black;
}

#chipdata {
    width: 100%;
}

.wordwrap {
   white-space: pre-wrap;      /* CSS3 */
   white-space: -moz-pre-wrap; /* Firefox */
   white-space: -pre-wrap;     /* Opera <7 */
   white-space: -o-pre-wrap;   /* Opera 7 */
   word-wrap: break-word;      /* IE */
}

.tooltip {
    background-color:#1D2148;
    border: 1px solid #fff;
    padding:10px 15px;
    width:300px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

.errors {
    color: red;
    margin-bottom: 0px;
}

/* Search Results */
div#searchresults {
    width: 99%;
    border: 1px solid #235077;
    height: 100%;
    overflow-y: auto; overflow-x: visible;
}

div#searchresultshead {
    /*clear: both;*/
    width: 100%;
}

div#searchresultshead h3 {
    padding-left: 5px;
    font-size: 12px;
    /*background: #E2E2E2;*/
    background: url(../images/site/center_headers.jpg);
    height: 27px;
    line-height: 27px;
    color: #FFFFFF;
}

#searchresultstable {
    width: 99%;
    padding: 2px;
    margin: 5px 0px 10px 0px;
}

#searchresultstable .left {
    width: 20%;
    background: #E4E4E4;
    padding: 5px;
    /*font-size: 11px;*/
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#searchresultstable .right {
    width: 80%;
    background: #F2F2F2;
    padding: 5px;
    /*font-size: 11px;*/
    font-size: 12px;
}

div#searchnoresults {
    font-weight: bold;
    padding: 10px;
}

.bg_plus {
    background:url(../images/down-small.png) center right no-repeat;
}

.bg_minus {
    background:url(../images/up-small.png) center right no-repeat;
}

.bg_right {
    background:url(../images/right-small.png) center right no-repeat;
}

/* STATEMENTS */
#statementcontainer {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    width: 99%;
    min-height: 500px;
    margin-top: 5px;
}

#statementheader {
    height: 100px;
    border: 1px solid black;
    position: relative;
}

#statementicons {
    height: 25px;
    margin-top: 10px;
    text-align: right;
}

#statementhead {
    height: 120px;
}

#statementhead-left {
    width: 35%;
    float: left;
}
#statementhead-right {
    width: 55%;
    float: right;
    height: 100%;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}

#statementlogo {
    padding: 5px;
}

#statementcontent {
    /*border: 1px solid black;*/
    padding: 5px;
}

.statementhr {
    border: 1px solid #CCCCCC;
    width: 100%;
}

.statementpara {
    font-family: Arial;
}

#statement_table {
    border: 1px solid #C6C9CC;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    font-size: 12px;
}
#statement_table thead th {
    text-align: left;
    border-bottom: 1px solid #C6C9CC;
    padding: 3px;
}
#statement_table tbody tr {
    text-align: left;
}
#statement_table tbody td {
    padding: 3px;
}

#statementfoot {
    height: 40px;
    margin-top: 10px;
    line-height: 10px;
    text-align: right;
    font-size: 10px;
}

#content-tab {
    /*border: 1px solid black;*/
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #FFFFFF;
}

.navbar-toggler {
    display: none;
}

#loaderimgDiv {
    width: 99.5%;
    background:url(../images/ajax-loader.gif) center no-repeat;
    text-align: center;
    border-left: 1px solid #235077;
    border-right: 1px solid #235077;
    padding: 40px 0px 15px 0px;
    margin-top: 20px;
}
#loaderimgDivNoBorder {
    clear: right;
    width: 99.5%;
    background:url(../images/ajax-loader.gif) center no-repeat;
    text-align: center;
    padding: 40px 0px 15px 0px;
    margin-top: 5px;
}

#infoDiv {
    /*margin-left: 5px;*/
    padding-top: 5px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    /*font-weight: bold;
    color: #5E5E5E;*/
    color: red;
}

#infoDiv hr {
    border: 1px solid #235077;
}

#infoDivBlue {
    /*margin-left: 5px;*/
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    color: #5E5E5E;
    /*color: red;*/
}

#directorytree {
    border: 0px solid black;
    margin-left: 2px;
    margin-right: 1px;
    padding: 2px;
}

.directory {
    cursor: pointer;
}

.maindir {
    font-size: 13px;
    font-weight: bold;
}

#directorytree ul {
    list-style-type: none;
}

#directorytree > ul {
    /*margin-left: 0px;*/
    width: 50%;
}

.file {
    list-style: none;
    padding: 2px;
    font-size: 11px;
}

div#resultshead {
    /*clear: both;*/
    width: 99.5%;
    margin-left: 2px;
}

div#resultshead h3 {
    padding: 5px;
    font-size: 12px;
    background: url(../images/site/center_headers.jpg);
    color: #FFFFFF;
}

#prelogininfo {
    width: 99.8%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* Dashboard */
#dashtable {
    width: 100%;
    height:100%;
}

#dashtable td {
    width: 33.3%;
    vertical-align: top;
    /*border: 1px solid #CCC;*/
    min-height:100%;
    height:100%;
    background: #F4F4F4;
}

.dashtablediv {
    border: 1px solid #235077;
    /*width: 300px;*/
    width: 98%;
    margin: 0px auto;
    min-height:97.5%;
    /*height:100%;
    position:relative;*/
}

.dashtablediv h3 {
    background: url(../images/site/center_headers.jpg);
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px;
}

#dashtabledivcontent {
    font-size: 12px;
    /*margin: 5px;*/
    height: 100%;
    display: block;
}

#dashtabledivcontent table {
    width: 100%;
    padding: 5px;
}
#dashtabledivcontent th {
    text-align: left;
    background: #D0D0D0;
    padding: 5px;
}
#dashtabledivcontent td {
    background: #FFFFFF;
    padding: 2px;
}
#dashtabledivcontent .tdlabel {
    width: 80%;
    background: #F1F3F5;
    font-size: 11px;
    text-align: left;
}
#dashtabledivcontent .tdcontent {
    width: 20%;
    background: #F1F3F5;
    font-size: 11px;
    text-align: right;
}
#dashtabledivcontent div.moreinfo {
    margin-top: 10px;
    margin-right: 7px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    /*position: relative;*/
}


.button {
    border-top: 1px solid #9bd6fa;
    background: #7ab1d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#316487), to(#7ab1d6));
    background: -webkit-linear-gradient(top, #316487, #7ab1d6);
    background: -moz-linear-gradient(top, #316487, #7ab1d6);
    background: -ms-linear-gradient(top, #316487, #7ab1d6);
    background: -o-linear-gradient(top, #316487, #7ab1d6);
    padding: 5.5px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
.button:hover {
    border-top-color: #325b73;
    background: #325b73;
    color: #ffffff;
}
.button:active {
    border-top-color: #325b73;
    background: #325b73;
}

#imageAjaxLoading {
    display:none;
    height:35px;
    width:300px;
    position:fixed;
    top:50%;
    left:50%;
    z-index: 1;
    background: url(../images/ajax-loader.gif) no-repeat center center;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
}

/* zebra table rows */
.zebrarow1{
    background: #F4F4F4;
    border: 1px solid #ADADAD;
}
.zebrarow2{
    background: #FFFFFF;
    border: 1px solid #ADADAD;
}
.zebrarow1noborder{
    background: #EDEDED;
    /*border: 1px solid #ADADAD;*/
}
.zebrarow2noborder{
    background: #FFFFFF;
    /*border: 1px solid #ADADAD;*/
}
.zebrarowsubtotal {
    background: #E0E9EF;
    border: 1px solid #ADADAD;
    font-size: 12px;
    font-weight: bold;
}
.zebrarowgrandtotal {
    background: #A4CDE8;
    border: 1px solid #ADADAD;
    font-size: 13px;
    font-weight: bold;
}
.zebrarowcubesubtotal {
    background: #B9D69E;
    border: 1px solid #ADADAD;
    font-size: 12px;
    font-weight: bold;
}
.zebrarowcubesubtotal td {
    color: #000000;
}
.zebrarowheading {
    background: #A4CDE8;
    border: 1px solid #ADADAD;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

/* menu buttons blue */
.menubutton-blue
{
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 0.4em;
    margin-top: 0px;
    font: bold 1em/2em Arial, Helvetica;
    font: 12px Arial, Helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #204C71;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    height: 20px;
}

.menubutton-blue:hover
{
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');
}

.menubutton-blue:active
{
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.menubutton-blue:focus
{
    outline: 0;
    background: #fafafa;
}

.menubutton-blue:before
{
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}

span.menubutton-blue
{
    padding-top: 5px;
}

.menubutton-blue a:link, .menubutton-blue a:visited
{
    color: #204C71;
}

.menubutton-blue a:hover
{
    color: #204C71;
}
#statementcontaineriba {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
    width: 99.8%;
    min-height: 500px;
    margin-top: 5px;
}

#loaderimgDivIba {
    width: 99.5%;
    background:url(../images/ajax-loader.gif) center no-repeat;
    text-align: center;
    border-left: 1px solid #235077;
    border-right: 1px solid #235077;
    padding: 40px 0px 15px 0px;
    margin-top: 20px;
}



.main-page {
    background-color: #fff !important;
}

@media print {
    .scroll-table {
        height: auto !important;
    }
}

.logout {
    box-shadow: none !important;
    background-color: #fff;
    line-height: 30px;
    color: #F90
}


.proof-download {
    padding-bottom: 1px !important;
    padding-top: 1px !important;
    width: 100%;
}

.cale {
    float: left;
    width: 40%;
    overflow: hidden;
    padding-right: 10px;
}

.cale2 {
    float: left;
    width: 20%;
    overflow: hidden;
    line-height: 41px;
    text-align: right;
}



h1 {
    color: #1D4381 !important;
    font-size: 24px !important;
}

a.list-group-item {
    color: #337ab7;
}

h4 {
    margin-top: 10px !important;
}



.pdfprint {
    display: none;
}

.open-account {
    background-image: url(../resources/free.jpg);
    background-position: right 0px bottom 130px;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.main-home {
    width: 1149px !important;
}

.login-register {
    width: 40%;
    float: right;
    padding-top: 30px;
    text-align: right;
}

.blue {
    color: #1D4381;
    margin-bottom: 0px;
}

.option-icons {
    color: #693;
    font-size: 24px !important;
    margin-right: 10px;
    float: left;
    width: 30px;

}

.account_options {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    padding-top: 20px;
}

.account_options li {
    padding-bottom: 10px;
}

header {
    width: 100%;
    min-height: 80px;
    /*background-color: #26a69a;
    background-color: #5CB85C;*/
    background-color: #8DC641;
    overflow: hidden;
}

.slider-holder {
    width: 100%;
    height: 331px;
    background-color: #fff;
    /*border-bottom: 1px solid #22405c;*/
}

#slider {
    width: 1149px;
    margin: auto;
    height: 329px;
    /*background-color: #22405c;*/
    /*border-bottom: 1px solid #22405c;
    border: 1px solid #ddd;
    border-top: none !important;
border-radius: 2px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.bottom-services {
	width: 100%; 
	padding-top: 50px; 
    padding-bottom: 20px;
    min-height: 260px;
    margin-bottom: 20px;
}

.blocks {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    background-color: #8dc641;
    text-align: center;
}

.month-fee {
    width: 69px;
    height: 69px;
    background-color: #37464F;
    border-radius: 50%;
    margin: auto;
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    position: relative;
    bottom: 40px;
}

.monthly {
    width: 320px;    
    background-repeat: no-repeat;
    text-align: center;
    padding: 15px;
	background-color: #fff;
	border-radius: 4px;
    float: left;
    font-size: 15px;
    height: 240px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.monthly-middle {
	margin-left: 50px;
	margin-right: 50px;
}

.monthly h3 {
    color: #37464F;
    font-weight: bold !important;
    border-bottom: none !important;
    margin-top: -20px !important;
}

.monthly h3 span {
    font-weight: normal;
}

.fingerprint {
    width: 289px;
    height: 211px;
    background-image: url(../resources/fingerprint.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 20px;
    margin-right: 20px;
    float: left;
}

.fingerprint h3 {
    color: #1D427C;
    font-weight: bold !important;
    border-bottom: none !important;
    margin-top: 0px !important;
}

.fingerprint h3 span {
    font-weight: normal;
}


.not-logged {
    /*border-bottom: 1px solid #22405c;*/
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

label {
    font-weight: normal !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
    margin-top: 15px !important;
}

.userpasserrors {
    color: #a94442 !important;
}

#btn_register {
    text-align: left !important;
    /*background-color: #22405c !important;
    border: 1px solid #22405c;*/       
}

#sidebar-container .list-group a.activeMenu {
    background: #fff !important;
    color: #37464F;
    
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-warning {
    border-color: #1D4381 !important;
    background-color: #1D4381 !important;
}


#btn_register a {
    color: #fff;
    font-size: 16px;
}

#btn_register a:hover {
    color: #fff;
    text-decoration: none;
}

.mdi-navigation-close {
    font-size: 10px !important;
}

header a {
    color: #fff;
}

header .nav {
    line-height: 60px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #eee;
}

.the-logo-mob {
    display: none;
}

.tabs {
    height: 44px !important;
    width: 100% !important;
}

.tabs .tab {
    height: 44px !important;
    line-height: 44px !important;
    text-align: left !important;
    width: auto !important;
    letter-spacing: 0px !important;
}

.tabs .tab a {
    color: #72b044 !important;
    text-transform: capitalize !important;
    font-size: 17px !important;
}

.tabs .tab a.active {
    color: #333;
}

.tabs .indicator {
    background-color: transparent !important;
}

.resp-vtabs li.resp-tab-active {
    border-color: #72b044 #fff #72b044 #72b044 !important;
}

.resp-tabs-list li {
    font-weight: normal !important;
    padding: 5px 10px !important;
    border-bottom: 1px solid #ddd;
    font-size: 14px !important;
    background-color: #fff !important;
}

.resp-tab-item {
    background-color: #fff !important;
}

.resp-vtabs .resp-tabs-list li {
    padding: 10px !important;
}

.resp-vtabs .resp-tabs-list li {
    margin: 0 0 0px !important;
}

.resp-vtabs .resp-tabs-container {
    height: auto !important;
}

.dropdown-menu > li > a {
    color: #666;
}

.benefit-input {
    height: 30px !important;
}

.tab-content {
    border-left: 1px solid #ddd;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    border-radius: 0px 0px 4px 4px;
}

#txtCaptchaDiv {
    color: #000;
    font-size: 28px;
    padding: 3px; 
    width: 170px; 
    margin-bottom: 5px; 
    border-radius: 3px; 
    text-align: center; 
    font-weight: bold;
    background-image: url(capt.JPG);
    font-style: italic;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;     
    user-select: none; 
}

.tab-content h3 {
    border-bottom: none;
    margin-top: 5px;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.register-form label {
    margin-top: 0px !important;
}

.nav-tabs > li > a:hover {
    border-bottom-color: transparent !important;
    background-color: #D5ECD5 !important;
    color: #333 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #D5ECD5 !important;
    color: #333 !important;
}

nav {
    width: 100%;
    height: 45px;
    background-color: #CFD7DC;
    
}

nav ul {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 0px;
}

nav ul a {
    font-size: 16px !important;
}

nav ul li {
    float: left;
}

.dropdown-item {
    color: #37464F !important;
}

nav ul li a {
    display: block;
    line-height: 45px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 1px;
    text-decoration: none;
	color: #37464F !important;
	font-size: 15px !important;
}

.navbar-right li a {
    color: #DD8713 !important;
}

.logged {
   /* float: right;
    padding-top: 25px; */
    font-size: 13px;
    display: block;
    color: #fff;
    text-transform: capitalize;
	padding-top: 30px;
}

#leftgroup-label {
 display: none;
}

#fieldset-leftgroup {
	float: left;
	width: 48%;
	margin-right: 30px;
	min-height: 320px;
	margin-top: -40px;
}

#fieldset-rightgroup {
	float: left;
	width: 47%;
	min-height: 320px;
	margin-top: -40px;
}

#fieldset-leftgroup select {
	width: 100%;
}

#fieldset-rightgroup  select {
	width: 100%;
}


#leftgrouponce-label {
 display: none;
}

#fieldset-leftgrouponce {
	float: left;
	width: 47%;
	margin-right: 30px;
	min-height: 390px;
}

#fieldset-rightgrouponce {
	float: left;
	width: 48%;
	min-height: 390px;
}

#fieldset-leftgrouponce select {
	width: 100%;
}

#fieldset-rightgrouponce  select {
	width: 100%;
}


.session {
    float: right;
    padding-left: 10px;
    padding-top: 4px;
    font-size: 12px;
}

#currentUser {
    text-transform: capitalize;
}

#currentUser::first-letter {
    text-transform: uppercase;
}

.fa-clock-o {
    padding-right: 3px;
}

nav ul li a.active {
    background-color: #D5ECD5;
    color: #333;
    line-height: 44px;
}

.btn-success {
    /*background-color: #5bc0de;*/
    border-color: #6CAC44 !important;
    background-color: #8dc641 !important;
    /*margin-right: 5px;       */
}

.btn-back {
    background-color: #fff !important;
    border: 1px solid #72B044 !important;
    color: #72B044 !important;
    opacity: 1;
}

.btn-success:hover {
    background-color: #6CAC44 !important;
}

.btn {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    margin-right: 3px;
}

.progress {
    height: 30px !important;
    background-color: #F4F4EA !important;
}

.progress-bar {
    line-height: 30px !important;
}

.small-h3 {
    margin-top: 0px; padding-top: 0px; font-size: 18px;
    border-bottom: none;
}

nav ul li a:hover {
    background-color: #EBEEF0;
    color: #333;
    line-height: 44px;
    text-decoration: none;
}

.current {
    background-color: #EBEEF0;
    color: #333;
    line-height: 44px;
    text-decoration: none;
}

.paymentstable{
    border: 1px solid #ddd; 
    padding: 15px;
    padding-bottom: 0px;
    border-radius: 4px; 
    margin-bottom: 15px; 
    background-color: #f9f9f9;
    overflow: hidden;
    margin-top: 20px;
}

.choosedate {
    float: left; margin-right: 10px;
}

.logo {
    color: #fff;
    float: left;
    padding-left: 4px;
    padding-top: 5px;
}

h1.logo {
    font-size: 26px;
    font-weight: normal;
}

form p {
    margin-bottom: 5px !important;
}

#fm {
    margin:0;
    padding:10px 30px;
}

/*{
                border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
                background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}*/

.panel-header {
    background: #d9edf7;
}

.panel-title {
    color: #31708f;
    line-height: 30px;
    padding-left: 20px;
    border-radius: 3px 3px 3px 3px;
}

.datagrid-row-selected {
    background: #ffe48d none repeat scroll 0 0;
    color: #000000;
}

.datagrid-header-row {
    background-color: #f9f9f9;
    line-height: 30px;
    margin-bottom: 5px;
    width: 800px;
}

.datagrid-header-row td {
    padding-left: 15px;
}

.datagrid-wrap {
    border: 1px solid #bce8f1;
}



.datagrid-htable {
    float: left;
    position: relative;
}

.datagrid-body {
    float: left;
    position: relative;
}

.datagrid-body td {
    padding-left: 15px;
    border: 1px solid #eee;
    line-height: 30px; 
}

.newuser {
    color: #5CB85C;
    border: 1px solid #5cb85c;
    padding: 3px;
    border-radius: 2px;
}

.newuser:hover {
    text-decoration: none;
}

.edituser {
    color: #F0AD4E;
    border: 1px solid #F0AD4E;
    padding: 3px;
    border-radius: 2px;
}

.edituser:hover {
    text-decoration: none;
}

.deleteuser {
    color: #CB4B4B;
    border: 1px solid #CB4B4B;
    padding: 3px;
    border-radius: 2px;
}

.deleteuser:hover {
    text-decoration: none;
}

.thelogin {
    width: 400px;
    /*padding-top: 20px;*/
}

.thelogo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo-statement {
    margin-bottom: 5px;
	/*width: 180px;*/
}

#loginhome .alert {
    margin-bottom: 0px;
}

.statement-online {
    border: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
    padding: 15px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

h3 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: normal !important;
}

.wrapper {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 70px;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);

}

.wrapper-main {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 70px;
    border-radius: 4px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;

}

.accounts-btn {
    background: none;
    border: none;
    color: #337ab7;
    padding-left: 0px;
}

.right-menu {
    padding-top: 40px;
    padding-left: 30px;
    float: right;
    width: 300px;
}

footer {
    width: 100%;
    line-height: 50px;
    background-color: #22405c;
    clear: both;
    color: #fff;
    position: fixed;
    bottom: 0px;
    margin-top: 20px;
    z-index: 999;
    font-size: 13px;
}

footer a {
    color: #eee;
}

.resp-tab-content {
    padding-left: 30px !important;
    padding-top: 0px !important;
}

.reg-left {
    padding-bottom: 30px;
}

.reg-problem {
    border: 1px solid #f0ad4e;
    border-left: 7px solid #f0ad4e;
    /*width: 100%;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 13px;
    overflow: hidden;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.reg-success {
    border: 1px solid #8AC349;
    border-left: 7px solid #8AC349;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dff0d8;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 13px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.nav-tabs > li > a {
    background-color: #5bc0de;
    color: #fff;
}

.margin-r {
    margin-right: 30px;
}

.sr-only {
    position: inherit !important;
}

.proofTable {
    background-color: #fff !important;
}

.proofTable td {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.proofpayheading {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.prooffooter p {
    font-size: 12px;
}

.prooffooter {
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #ddd;
}

#balState {
    margin-left: 15px;
}

table td {
    padding: 3px 10px !important;
    /* border: 1px solid #5bc0de !important; 
     background-color: #fff;*/ 
    border: 1px solid #ddd !important;
}

.table-bordered {
    /*border: 1px solid #5bc0de !important;
    border: 1px solid #ddd !important;*/
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*border: 1px solid #5bc0de !important;*/ 
    border: 1px solid #ddd !important;
}

.statementhr {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.table-heading {
    /* background-color: #d9edf7;*/
    background-color: #CFD7DC !important; 
   /* border: 1px solid #CFD7DC !important;*/
    color: #666 !important;
    font-weight: normal !important;
}

.table-heading th, td{
    font-weight: normal !important;
    padding: 5px !important;
}

.theactive {
    background-color: #d9edf7 !important;
}

.scroll-table {
    width: 100% !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    display: inline-block;
}

.popover {
    max-width: none !important;
    min-width: 276px;
}

.regpop {
    box-shadow: none !important;
    line-height: normal !important;
    padding: 2px 15px !important;
    display: block;
    background-color: transparent !important;
    /*color: #f0ad4e;*/
}

.resp-vtabs ul.resp-tabs-list {
    background-color: transparent !important;
    background: transparent !important;
}

.theregister .input-group-addon {
    padding: 0px !important;
}

.regpop:focus {
    outline: 0 !important;
}

#downloadTransactions {
    margin-top: 15px;
}

.datecover {
    padding: 15px 0px 0px 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-top: 15px;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.has-feedback label ~ .form-control-feedback {
    top: 40px !important;
}

.modal-footer {
    clear: both;
}

.form-control-feedback {
    z-index: -99 !important;
}

.faleft {
    padding-right: 5px;
}

.mybtn {
    padding: 2px 8px !important;
    font-size: 12px !important;
}

/*.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #22405c !important;
    border-color: #22405c !important;
    color: #fff !important;
}*/

.fa-trash-o {
    color: #D9534F;
}

.fa-pencil-square-o {
    color: #EC971F;
}

.col-lg-8 {
    float: left;
}

.form-control {
    height: 40px !important;
    padding: 10px 12px !important; 
}

.steps {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.activestep {
    background-color: #5CB85C;
    float: left;
    padding: 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
}

.step {
    background-color: #666;
    float: left;
    padding: 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;

}

.alert-danger {
    border-left: 7px solid #a94442 !important;
    border-color: #a94442 !important;
}

.alert-success {
    border: 1px solid #5cb85c !important;
    border-left: 7px solid #5cb85c !important;
}

.alert-info {
    border-left: 7px solid #31708f !important;
    border-color: #31708f !important;
}

.alert-confirm {
    border-left: 7px solid #31708f !important;
    border-color: #31708f !important;
    background-color: #fff;
}

.alert-warning {
    border: 1px solid #f0ad4e !important;
    border-left: 7px solid #f0ad4e !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.alert-warning {
}

input[type='number'] {
    -moz-appearance:textfield;
}

div.pass-container {
    min-height: 5px;
}

div.pass-bar {
    height: 11px;
    margin-top: 2px;
}
div.pass-hint {
    font-family: arial;
    font-size: 11px;
}

#transactionHistory  dt  {
	float: left;
}

#transactionHistory  dd {
	float: left;
}

#transactionHistory label {
	margin-top: 0px !important;
	margin-right: 13px !important;
}

#transactionHistory #startDate-element {
	margin-right: 13px !important;
	width: 29%;
}

#transactionHistory  #endDate-element  {
	margin-right: 10px !important;
	width: 29%;
}

#endDate-label {
	margin-left: 15px;
}

#endDate {
	margin-right: 10px;
}

.current-selected {
	border-color: #72b044 #fff #72b044 #72b044 !important;
	border-left: 4px solid #72b044 !important;
	border-bottom: 2px solid #72b044 !important;
}

.paymenu:first-child {
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.paymenu:last-child {
	border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #72b044 !important;
    background-image: none !important;
    border-radius: 0px;
}

#accountOnceOff {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 14px;
    height: auto !important;
    padding: 10px 12px !important;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    -moz-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow:  0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/*---------  Hiding stuff which may be important on Once of payments -----------*/

.select-dropdown {
    display: none;
}

#oncepayment-form .form-group {
    margin-bottom: 0px !important;
}

#addBenefit .form-group {
    margin-bottom: 0px !important;
}

#statementTable {
    table-layout: fixed;
    width: 100%;
}

.headertable {
    width: 100%;
    margin-bottom: 0px;
}

.headertable th {
    width: 20%;          
}

.headertable th + th + th + th +th {
    width: 22%;
}

#statementTable td {
    width: 20%;
}

#statementTable td + td {
    text-transform: lowercase;
}

#statementTable td + td:first-letter {
    text-transform: uppercase;
}

#statementTable td + td + td + td + td {
    width: 21.5%;
}

#transactionHistoryTable td {
    width: 20%;
}

#transactionHistoryTable td + td {
    text-transform: lowercase;
}

#transactionHistoryTable td + td:first-letter {
    text-transform: uppercase;
}

#transactionHistoryTable td + td + td + td + td {
    width: 21.5%;
}

#beneficiariesTable {
    width: 100%;
}

#beneficiariesTable td {
    width: 14%;
}

#manageBenefTable td {
    width: 20%;
}

.headertable2 {
    width: 100%;
    margin-bottom: 0px;
    /*           table-layout: fixed;*/
}

.headertable2 th {
    width: 14%;          
}

.headertable3 {
    width: 100%;
    margin-bottom: 0px;
    /*table-layout: fixed;*/
}

.headertable3 th {
    width: 12.6%;       
}

#inactivedebitorderTable td {
    width: 20%
}

#loadDebitOrder td {
    width: 12.6%;     
}

.headertable3 th + th + th {
    width: 24.6%;     
}

#loadDebitOrder td + td +td {
    width: 24.6%;
    text-transform: capitalize !important;    
}

#loadDebitOrder td + td {
    width: 11%;        
}

.headertable3 th + th {
    width: 11%;        
}

#loadDebitOrder td + td + td + td{
    width: 10%;        
}

.headertable3 th + th + th +th {
    width: 10%;        
}

#loadDebitOrder td + td + td + td + td + td{
    width: 18%;        
}

.headertable3 th + th + th + th + th + th {
    width: 18%;        
}

#paymentDashboardTable td {
    width: 20%;
}

#paymentDashboardTable td + td + td + td + td {
    width: 21.5%;
}

#accountsDiv {
    width: 20%;
}

#page-loader {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    background-color: white;
    z-index: 99;
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 25px;
}

.navbar-toggle {
    border: 1px solid #fff !important;
    margin-top: 24px !important;
    margin-right: 12px !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.loggingout {
    display: none;
}

.loggingout a {
    color: #dd8713;
}

.tabs li {
    width: auto !important;
}

.downloademail {
    text-align: right;
}

.downloademail1 {
    float: right;
}

.table-responsive {
    border: none !important;
}

#paymentstable .btn-success {
    margin-bottom: 10px;
}

#OnceOffView {
    margin-left: 0.5rem;
    margin-right: 10px !important;
}

.resp-tab-active {
    border-color: #5cb85c #5cb85c #fff !important;
}

#beneficiariesTable .form-control {
    height: 30px !important;
    padding: 5px 12px !important;
}

#stateDetail {
    text-transform: capitalize;
}

.btnEditBenefit {
    padding-left: 20px;
    padding-right: 30px;
}

#payBTotal {
    float: right;
    text-transform: capitalize;
}

#PayBAvail {
    float: left;
    text-transform: capitalize;
}


#datecover [readonly] {
    background-color: #fff !important;
}

.btn-homebanking{
    background-color: #8dc641 !important;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px !important;
    border-radius: 50px !important;
	box-shadow: none !important;
	display: block;
	
}

.mybal-mob {
    background-color: #396FC3;
    border-top-left-radius: 4px; 
}

.paymentstable [readonly] {
    background-color: #fff !important;
}

.breadcrumb > li {
    display: inline-block;
}

.mobile-menu {
	display: none;
}

.mobile-nav {
	background-color: #325E85; 
	 overflow: hidden; 
	 position: relative; 
	 z-index: 999;		
	 border-radius: 0px 0px 3px 3px ;
	 margin-top: 15px;
	 border: 1px solid  #325E85;
	 width: 100%;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.mobile-nav  ul  li a {
	color: #8dc641 !important;
	display: block;
	text-align: left;
}


.the-history-mob {
	display: none;
	width: 100%;
}

/*--------- End Hiding stuff which may be important on Once of payments -----------*/

.navbar-toggler:not(:disabled):not(.disabled) {
    border: 1px solid #fff;
    position: absolute;
}

.toggler-left{
    top: 15px;
    left: 15px;
}

.toggler-right{
    top: 15px;
    right: 15px;
}

.navbar-mobile {
    display: none !important;
}

.navbar-mobile nav {
    min-height: 0px;
}

.navbar-mobile .navbar {
    padding: 0px;
}

#navbarSupportedContent ul {
    list-style: none;
    background-color: #0D46A0;
    /*margin-left: 20px;*/
    padding-left: 20px;
}

@media (min-width: 769px)  {
	.col-lg-8 {
		width: 54%;
	}
}

@media (max-width: 768px)  {
.thelogin {
    width: 100%;
}

.main-home {
    width: 100% !important;
}
	
.mobile-menu {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 100px;
    width: 90%;
}

.main-not-mobile {
	display: block;
	width: 100%;
}

.main-mobile {
	display: none;
	width: 100%;
}

.d-none {
    display: block !important;
}

.sidebar-expanded {
    width: 100%;
}

.the-logo-mob {
    float: left;
    width: 100%;
    height: 100px;
    display: block;
} 

.reg-right {
    padding-top: 20px;
}

.h-mobile {
    display: none !important;
}

.divider {
  margin-top: 5px;
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
						
.carousel-caption h1 {
    font-size: 13px !important;
}

.carousel-caption {
    bottom: 0px !important;
}

.the-logo {
    display: none;
}

.mobile-nav  ul {
	list-style: none;
	padding-left: 0px;
}

.navbar-mobile {
    display: block !important;
}

.mobile-menu li {
    line-height: 30px;
}

.mobile-menu li a {
    color: #fff !important;
}

.navbar-toggler {
    display: block;
}

.content-wrapper {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.col-lg-6 {
    width: 100%;
}

.main-mobile {
	display: block;
}

.show {
    display: none;
}

.mybal-mob {
    background-color: #396FC3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
}


.quick-menu {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
}

.content-wrapper h3 {
    margin-top: 10px;
}

.myaccounts {
    border-bottom: 1px solid #ddd;
}

.collapse {
    display: block;
}

.main-not-mobile {
	display: none;
}

div#header {
    background-color: #89C34A;
}


.menus-holder,.bottommenu {
    display: none;
}

.the-logo img {
    width: 100%;
}

.the-logo {
    width: 100%;
}

.btn-homebanking {
    background-color: #325E85 !important;
    border: 1px solid #325E85 !important;
    box-shadow: none !important;
    color: #8dc641;
}

.homemenu {
	display: none;
}

.proofTable {
	/*display: none;*/
}

.viewbtn {
	margin-left: 0px !important;
}

div#footer { 
position: static;
line-height: 25px;

}

.the-history-mob {
	display: block;
}

#downloadStatement {
	margin-bottom: 10px;
}

.printingpdf {
	/*display: none;*/
}

#fieldset-leftgrouponce, #fieldset-rightgrouponce {
	width: 100%;
	min-height: 300px;
}



#transactionHistory  dd {
	float: none;
	margin-top: 10px;
}

#endDate-label {
	margin-left: 0px;
}

#transactionHistory   #submit-element {
	float: left;
}


#transactionHistory   #viewall-element {
	float: left;
}
	
.topmenu {
    display: none;
}


nav {
    min-height: 45px;
    height: auto;
}

.logged {
    padding-top: 5px;
    float: left;
    width: 100%;
    display: none;
}

.session {
    padding-left: 0px;
    padding-bottom: 10px;
}

nav {

}

.col-lg-8 {
    width: 100%;
    float: none;
}

nav ul li {
    float: none;
    width: 100% !important;
}

nav ul li a {
    padding-left: 10px;
    line-height: 35px !important;
    border-bottom: 1px solid #eee;
}

nav ul li a.active {
    background-color: transparent !important;
}

.tabs .tab {
    line-height: 35px !important;
    height: 35px !important;
}

.tabs .tab a {
    font-size: 15px !important;
}

.tabs {
    height: auto !important;
}


.tabs li {
    width: 100% !important;
}

.navbar-right {
    display: none;
}

.loggingout {
    display: block;
}

.datecover {
    padding-bottom: 10px;
}

.thelogin {
    width: 100%;
}

.scroll-table {
    width: auto !important;
}

.right-menu {
    float: none;
    padding-left: 0px;
    width: 100%;
}

#loginhome {
    margin-right: -15px;
}

.downloademail {
    text-align: left;
    padding-bottom: 10px;
}

.downloademail1 {
    float: left;
    padding-bottom: 10px;
}

.logo-statement {
    display: none;
}

.resp-tab-content {
    padding: 10px !important;
}

.paymentstable {
    margin-left: 10px;
    margin-right: 10px;
}

#payments-dashboard h3 {
    margin-top: 10px !important;
}

.btn {
    /*margin-bottom: 10px;*/
}

.col-lg-4 {
    padding-bottom: 15px;
}

footer {
    line-height: 24px;
    padding-top: 15px;
}

.scroll-table {
    overflow-y: scroll;
}

#payBTotal {
    color:#060; 
    float: none;
}

#PayBAvail {
    float: none;
}

.btnEditBenefit {
    padding-left: 0px;
    padding-right: 0px;
}

.fa {
    font-size: 12px;
}

.first-slide {
	width: 100%;
	height: 100%;
}

.monthly {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.monthly-middle {
    margin-left: 0px;
    margin-right: 0px;	
}

.home-sliders {
    height: auto;
}
.android-image {
	width: 120px;
	float: left;
	margin-right: 10px;
}

.apple-image {
	width: 120px;
	float: left;
}
}




