body {
  color: #788288;
  overflow: hidden;
}

.m-t-lg {
  margin-top: 30px;
}

.m-t-sm {
  margin-top: 10px;
}

.loadingimg {
  background-color: transparent;
  width: 110px;
  height: 110px;
  animation-name: jump;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@keyframes jump {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.jump {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.activecolor {
     color: #fff;
}

.label-data {
  padding-top: 7px;
}

.Remove-underline, a:focus,
a:hover {
  color: #23527c;
  text-decoration: none!important;
}

.VKTable,
.btn-login {
  -moz-user-select: none;
}

.breaking-news, .html, .tab {
    overflow: hidden;
}

.breaking-news,
.breakingbx {
  position: relative;
}

.table-responsive::-webkit-scrollbar {
  display: none;
}

.ajax__calendar_container {
    font-size: 12px!important;
    font-family: Verdana, sans-serif!important;
    color:#1f1f1f;
}

.ajax__calendar_container {
  background-color: #fff!important;
  width: 200px!important;
  border: 1px solid #ddd;
  z-index: 9;
}

.ajax__calendar_header{
    color: #0b7fbd;
    font-weight:bold;
}

.ajax__calendar_container TABLE {
    color: #1f1f1f;
}

.ajax__calendar_container TABLE thead tr td {
    color: #1f1f1f;
    font-weight:bold;
}

.page-footer {
  background-color: #d3d3d3;
  color: #048ed5;
  font-size: 12px;
  text-align: center;
  /*z-index: 9999;*/
  /*padding-right: 50px;*/
}

footer {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
}

.clsNotesHeader,
.clsNotesTable {
  border-left: solid 1px #DAE8F4;
  border-right: solid 1px #DAE8F4;
  border-top: solid 1px #DAE8F4;
  border-bottom: solid 1px #DAE8F4;
}

.clsNotesHeader {
  font-size: 8pt;
  font-weight: 700;
  background-color: #EAF3FB;
  padding: 3px 5PX 3PX;
  vertical-align: top;
  text-align: left;
}

.clsNotesLine {
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  background-color: #DAE8F4;
  background-repeat: repeat-x;
  z-index: 999;
}

.clsNotesTable,
.clsTableData2 {
  text-align: left;
  padding: 3px;
  vertical-align: top;
}

.clsNotesTable {
  font-size: 6pt;
  color: #000;
}

.DefaultLabelSmall {
  font-size: 10pt;
}

.DefaultLabel {
  font-size: 14px;
  color: #312C73;
  font-weight: 700;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.LogOutText {
  color: Green;
  font-size: small;
  font-weight: 700;
}

.BulletArrow {
  background: URL(Images/Blue_arrow.png) no-repeat;
  background-position: right top;
  width: 18px;
  height: 18px;
  vertical-align: top;
  display: inline-block;
  margin-right: 5px;
}

.BulletColumn,
.vkIcon {
  background-repeat: no-repeat;
}

.BulletColumn {
  background-image: url(Images/bullet.gif);
  background-position: left center;
  width: 12px;
  height: 10px;
}

.clsPaddedLabel {
  color: #707378;
  font-size: 8pt;
  padding: 3px 0 3px 3px;
  font-weight: 700;
}

textarea {
  resize: none;
}

.dropDownBox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  -webkit-box-shadow:none
  box-shadow:none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.HelpTableBorderBlack {
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  border-top: #000 1px solid;
}

.clsGuideline {
  font-size: 10pt;
  padding: 3px;
  font-weight: 700;
}

.clsnotes,
.clspanel {
  font-size: 12px;
  line-height: 20px;
}

.Close {
  background: URL(Images/dialog-close.png) no-repeat;
  height: 21px;
  width: 21px;
  cursor: pointer;
}

.clspanel {
  margin-left: 0;
  margin-right: 0;
  padding-top: 1%;
  padding-right: 4%;
}

#div_Loading {
  display: none;
}

.division {
  border-width: 1px;
  border-right-style: solid;
  border-right-color: #0bb2ef;
}

.left-division {
  border-left: 1px solid #0bb2ef;
}

.labelnetbank-form {
    color: #000;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}

.Gridpager a,
.Gridpager span {
  display: block;
  height: 15px;
  width: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.clsLabelData,
.clsTableHeader th {
  text-align: left;
}

.GridLink{
  text-decoration: underline;
}

.Gridpager a {
 color: #1F1F1F;
 text-decoration:underline;
}

.Gridpager span {
  color: #3e7fb9;
  font-weight: bold;
}

.clsLabelData {
  font-size: 11pt;
}

.clsLabel {
  font-size: 11pt;
  padding: 0;
  font-weight: 600;
}

.balance{
    color:#177bbb;
    font-weight:700;
    font-size:12px;
}

.Error {
  color: red;
  font-size: 12px;
  font-weight: 700;
}

.GridLink {
  color: #048ed5;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.DefaultLabelNormal {
  font-size: 10pt;
  color: #312C73;
}

.footer {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.ErrorLogo:before {
  /*background-image: URL(Images/Error.jpg);
  width: 32PX;
  height: 32PX;*/
  font-family: 'FontAwesome';
  content: "\f05c";
  color: red;
  font-size:24px;
  text-align:center;
}

.SuccessfulLogo:before {
  /*background-image: URL(Images/sucessful.jpg);
  width: 32PX;
  height: 32PX;*/
  font-family: 'FontAwesome';
  content: "\f058";
  color: green;
  font-size:24px;
  text-align:center;
}

.Successful {
  color: green;
  font-size: 14px;
  font-weight: 500;
}

.panel-heading.accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f063";
  float: right;
  color: #fff;
}

.panel-heading.accordion-toggle.collapsed:after {
  content: "\f062";
}
