@import url("custom/input.css");
@import url("custom/panel.css");
@import url("custom/menu.css");
@import url("custom/table.css");
@import url("custom/search.css");
@import url("custom/print.css");
@import url("custom/pagination.css");
@import url("custom/action.css");
@import url("custom/image.css");
@import url("custom/alert.css");
@import url("custom/heading.css");
@import url("custom/footer.css");
@import url("custom/width.css");
@import url("custom/border.css");
@import url("custom/support.css");
body {
  background: #fff;
}
.please-wait {
  background: white;
  background: url(../images/custom/loading.gif) no-repeat center white;
  opacity: 0.9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 45vh;
  position: fixed;
  z-index: 99999999 !important;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  transition: all 1s ease;
}
.please-wait::before {
  content: "";
  font-family: Arial;
  font-size: 26px;
  color: black;
  text-shadow: 2px 1px white;
  text-decoration: blink;
  font-weight: bolder;
  background: white;
  opacity: 1 !important;
}
a {
  cursor: pointer;
}
a[href]:after {
  content: none;
}
.row {
  margin-bottom: 3px;
}
.no-rounded {
  border-radius: 0px;
}
.form-error {
  background: #804040;
  color: #F4F4F4;
  padding: 1px 5px 3px;
  display: block !important;
  font-size: 11px;
  font-family: arial;
  line-height: 12PX;
}
.required {
  color: #A00;
  font-weight: normal !important;
  padding-left: 1px;
}
.control-label {
  font-size: 12px;
  text-transform: capitalize;
}
.value {
  color: #2B7DBC;
  line-height: 22px;
}
.bold, .b {
  font-weight: bold;
}
.bolder, .strong {
  font-weight: bolder;
}
.alert {
  padding: 5px;
}
.alert strong i {
  font-size: 18px;
  margin-right: 5px;
}
.alert p {
  margin: 0px;
  margin-bottom: 0px;
  display: inline;
}
.full-width {
  width: 100% !important;
}
.no, table tr th.no, table tr td.no {
  font-weight: bolder;
  color: maroon;
}
* .center {
  text-align: center;
}
* .left {
  text-align: left;
}
* .right {
  text-align: right;
}
* .justify {
  text-align: justify;
}
* .middle {
  vertical-align: middle;
}
.error, .error *, .message, .message * {
  color: white;
  border: 1px solid #400000;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}
.error, .error * {
  background: #804040;
}
.message, .message * {
  background: #006600;
}
* .big, * .big * {
  font-size: 16px !important;
  font-weight: bolder;
}
.blue2 {
  color: blue !important;
}
.maroon {
  color: maroon !important;
}
.black {
    color:black;
}
.item-name {
  background: #D7FFD7 !important;
  color: blue !important;
  font-size: 16px !important;
  font-weight: bolder;
}
.breadcrumbs {
  overflow: unset !important;
}
.breadcrumbs .btn-print {
  padding: 4px 5px 3px 5px !important;
  font-size: 12px;
}
.breadcrumb > li:first-child a {
  color: #1B6AAA;
  font-weight: bold;
}
.tab50 {
  width: 50%;
  margin: 0 auto;
}
.tab70 {
  width: 70%;
  margin: 0 auto;
}
#collections h4 {
  margin: 0 !important;
  padding: 5px;
  font-size: 14px !important;
}
.padding-left-zero {
  padding-left: 0 !important;
}
.padding-right-zero {
  padding-right: 0 !important;
}
.danger {
  background-color: #D15B47 !important;
  border-color: #D15B47;
  color: #ffffff
}
.success {
  background-color: #629B58 !important;
  border-color: #629B58;
  color: #ffffff
}
.support-box {
  background-color: #fff !important;
}
.login-layout .login-container, .light-login .login-container {
  margin-top: 80px;
}
.logo-area {
  background-color: rgba(255, 255, 255, 0.43);
  text-align: center;
  padding: 10px 0;
  margin-top: -50px;
}
.logo-area a {
  display: block;
  padding-top: 40px;
}
.light-login .widget-box.login-box, .light-login .widget-box.forgot-box {
  background-color: transparent !important;
}
.widget-body {}
.login-layout .widget-box .widget-main {
  background-color: rgba(255, 255, 255, 0.62) !important;
  padding: 16px 0 0 !important;
}
.widget-icon {
  margin-top: -65px;
}
.widget-icon img {
  display: block;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 2px;
}
.login-area {
  padding: 0 16px 16px;
  display: inline-block;
  width: 100%;
}
.modal {
  text-align: center;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.infobox .stat {
  visibility: hidden;
  transition: all 0.3s ease;
}
.infobox:hover .stat {
  visibility: visible;
  transition: all 0.5s ease;
}
.infobox:hover {
  background: #408080;
}
.Pending, .Disabled, .Closed, .OLD {
  color: red !important;
  font-weight: bolder;
  font-style: italic;
}
.Paid, .Enabled, .Active, .NEW {
  color: green !important;
  font-weight: bolder;
}
.NA {
  color: blue;
  font-weight: bolder;
}
.principal {
  color: purple;
}
.interest-generated {
  color: #2B7DBC;
}
.interest {
  color: blue;
}
.return {
  color: darkblue;
}
.payment {
  color: #00aa00;
}
.paid {
  color: green;
}
.charge {
  color: red;
}
.client, th.client {
  color: blue;
}
.sponsor, th.sponsor {
  color: red;
}
#countdown {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    color: #00ff00;
    background: rgba(0, 0, 0, 0.7); /* dark transparent background */
    padding: 10px 30px;
    min-width:200px;  
    width: auto;
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
    border:5px solid #000000;  
  }
#countdown .name { color: #ffffff;font-size: 20px;} 
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
    border: 1px solid #000000;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
    border: 1px solid #666666;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
    border: 1px solid #ffffff;
  }
}
.btn-in-call-top {
  animation: glowing 1300ms infinite;
  position: absolute;
  z-index: 99999999;
  top: 5px;
  left: 45%;
  border-radius: 20px;
  border: 1px transparent;
  color: #eeeeee;
  display: inline-block;
  padding: 6px 18px;
  text-align: center;
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
}
.btn-voice-call-now, .btn-voice-call-disconnect-now {
  border-radius: 20px;
}
.voice-call-timer {
  width: 160px;
  font-size: 22px;
  color: blue;
  border: 1px solid #cccccc;
  border-radius: 7px;
  text-align: center;
  margin: 5px;
}
.blink {
  animation: blinker 1s linear infinite;
}
* * .ucl { color:blue; }
* * .pl { color:red; }
@keyframes blinker {
  50% {
    opacity: 0;
  }
}