html,
body {
    height: 100%;
}

/* navbar */

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 200px !important;
    padding: 10px !important;
    text-align: center !important;
}

#login-wrapper .btn-primary{

    a:hover, a:focus {
        color: #177835;
        text-decoration: underline;
    }

    a {
        color: #177835;
        text-decoration: none;
    }

   .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #59a52c;
        border-color: #59a52c;
    }
}

.index-panel{
    display: flex;
    justify-content: left;
    align-items: center;
}
.panel-logo{
    margin-right:200px;
}
img.panel-logo {
    width:142px;
    background-color:#fff;
    -moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
img.panel-logo:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

.list-group {
    margin-bottom: 5px;
}

.fa-2x {
    vertical-align: middle;
    margin-right: 6px;
}


/* push the date-picker calendar down a bit so we can see it */

/* .datepicker-orient-top {
    top: 3.6em !important;
} */

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0px !important;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.label-center {
    padding-top: 0px!important;
}

.rocketchat-widget {
    bottom: 50px!important;
}

#loader {
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: rgba(255, 255, 255, .5); */
    background: rgb(12 12 12 / 61%);
}

.group-border{
    border-bottom: 1px solid #9e9e9e57;
    margin-top: 5px;
}

.group-border-last{
    border-bottom: 1px solid #9e9e9e57;
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-group-item {
    color: #000
}

.bordered {
    border: 1px solid rgb(39, 32, 32)
}

.border-primary {
    border-color: rgb(29, 29, 65);
}


/* padding-helper */

.p-1 {
    padding: 1px
}

.p-2 {
    padding: 2px
}

.p-3 {
    padding: 3px
}

.p-4 {
    padding: 4px
}

.p-5 {
    padding: 5px
}

.p-6 {
    padding: 6px
}

.p-10 {
    padding: 10px
}

.py-10 {
    padding-left: 10px;
    padding-right: 10px;
}


/* margins */

.ml-1 {
    margin-left: 10px
}

.ml-2 {
    margin-left: 20px
}

.ml-3 {
    margin-left: 30px
}

.mr-1 {
    margin-right: 10px
}

.mr-2 {
    margin-right: 20px
}

.mr-3 {
    margin-right: 30pz
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.inactivity {
    text-align: center;
    margin: 20px 0;
}


/* bg-colorname styles */

.bg-white {
    color: #000;
    background-color: #fff;
    padding: 10px;
}

.bg-light-teal {
    background-color: #d9f3cd !important;
}

/* upload-files styles  */


/* For recent activity table, hover styles for the rows */

table.recentActivity tr.w0:hover {
    background-color: rgb(199, 230, 178) !important;
    color: rgb(29, 29, 65);
    /* font-weight: 700; */
}

/* .content-header>h1:before { */
    /* display: block; */
    /* content: url(../img/logo.png); */
    /* margin-bottom: 10px; */
/* } */

.upload .fa-cloud-upload:before {
    color: #8aa4af;
    font-size: 35px;
    vertical-align: middle;
}

ul.list-group.filetypes {
    width: 400px;
    font-weight: normal;
}

.filetypes li.list-group-item {
    padding: 5px 10px;
}

.filetypes .fa-file-pdf-o:before {
    color: red;
    margin-right: 6px;
}

.filetypes .fa-file-text-o:before {
    color: blue;
    margin-right: 6px;
}

.filetypes .fa-file-image-o:before {
    color: green;
    margin-right: 6px;
}

.filetypes .fa-file-excel-o:before {
    color: #ff9800;
    margin-right: 6px;
}


/* Home page styling */

.content {
    padding-top: 0px !important;
}

.actionPanel .panel {
    border: unset;
}

.actionPanel .panel-body {
    min-height: 300px;
    padding: 5px 10px;
}


/* footer overrides */

footer.main-footer {
    display: flex;
    justify-content: space-between;
}

footer .credits:not( a:link) {
    font-weight: 700;
}


/* developer overides */

li.changelog-item {
    line-height: 23px;
    list-style-type: '- ';
    vertical-align: middle;
    margin-left: 10px;
}

li.changelog-item a {
    color: #000 !important;
}

li.changelog-item a:hover {
    text-decoration: underline;
}

li.developer-tree {
    margin-top: 40px !important;
}

li.developer-tree li.active a {
    color: white !important;
}


/* Pure CSS loader for CollectNow */


/* gridiew container */

table.guarantors_table {
    /* border-collapse: collapse !important; */
    /* border: none !important; */
}


/* Guarantors table heading */

.table-responsive {
    overflow-x: hidden;
}

table.guarantors_table thead tr th {
    border: none !important;
    background: lightgray;
    /* padding: 0px 0px 10px 4px; */
}

table.guarantors_table thead tr td {
    border: none !important;
    background: lightgray;
    padding: 0px 0px 5px 2px;
}

table.guarantors_table tr td {
    border: 1px solid #221a4724 !important;
    padding: 2px 4px;
}

.crmconsumer-info-index .summary {
    margin: 0 0 10px 0;
}

table.guarantors_table a {
    color: black;
}

table.guarantors_table a:hover {
    text-decoration: underline;
}

table.guarantors_table .form-control {
    height: unset;
    padding: 4px;
}

table.guarantors_table th.action-column,
table.guarantors_table th.kv-all-select {
    color: #000;
}

table.guarantors_table .ledger-header {
    text-align: center;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    height: 70px;
}

.lds-ellipsis div {
    position: absolute;
    top: 30px;
    width: 18px;
    height: 19px;
    border-radius: 10%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:last-child {
    width: 400px;
    background: transparent;
    margin-top: 40px;
    border-radius: unset;
    font-size: 16px;
    color: #ffeb3b;
    letter-spacing: .025em;
    margin-left: calc(100% - 80px);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
    background-color: rgb(36, 138, 128);
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
    background-color: rgb(44, 153, 142);
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
    background-color: rgb(70, 204, 191);
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis2 0.6s infinite;
    background-color: rgb(70, 223, 210);
}

.lds-ellipsis div:nth-child(5) {
    left: 76px;
    animation: lds-ellipsis2 0.6s infinite;
    background-color: rgb(169, 247, 235);
}

.lds-ellipsis div:nth-child(6) {
    left: 96px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


/* Filter select  */

.select2-container--krajee .select2-selection--single {
    height: 30px;
}


/* buttons for ledger/hide */

.guarantors_table .btn-sm {
    line-height: 1.25;
}

table.guarantors_table .form-control {
    height: unset;
    padding: 0px;
}

/* .guarantors_table .btn { */
    /* padding: 0px 10px; */
/* } */

#w4-success {
    margin-top: 10px;
    width: 35%;
}

.collectnow h5 {
    font-weight: 700;
}


/* Panels */

.panel {
    margin-bottom: 10px;
}

.panel-heading {
    padding: 4px 15px;
}

section:not(.content) .panel-body {
    padding: 5px;
}


/* Clock styling */

.clock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* color: #17D4FE; */
    /* font-size: 20px; */
    /*     font-family: Orbitron; */
    /* letter-spacing: 2px; */
}

.jumbotron p {
    /* margin-bottom: 15px; */
    font-size: 15px;
    /* font-weight: 200 !important; */
}


/* alerts */

.alert-success,
.alert-warning,
.alert-danger {
    margin-top: 20px;
    /* width: 50%; */
    /* margin: auto; */
}


/* Ledger Table Style */

table.ledger>tbody>tr>td {
    padding: 4px;
}

.ledgerHeader {
    background-color: #999;
}

.ledgerHeader a {
    color: white;
    font-weight: normal;
}


/* Badges */

.badge {
    box-shadow: 2px 2px 2px #0000005e;
    font-weight: normal;
}

.fa.red {
    color: red;
    margin-right: 2px
}

.badge-danger {
    background-color:red;
    
}

.badge-warning {
    background-color: #ff9800;
    color: #000
}

.badge-success {
    background-color: green;
}

.badge-info {
    background-color: lightseagreen;
}

.badge-new {
    background-color: #c0ca36
}

.export-badge {
    display: none;
}

/* progress report */
.progress-report{
    display:flex;
    align-items: center;
}
.progress-report .pagination{
    margin: 0;
}

/* Main Panel */
.date-container{
    color: #fde393;
}
.main-panel-heading{
    font-size: 18px;
    /* font-weight: 700; */
}
#main_panel, .panel-primary{
    -webkit-box-shadow: 3px 3px 5px 0px rgba(133,127,142,0.63); 
    box-shadow: 3px 3px 5px 0px rgba(133,127,142,0.63);
}
#main_panel .panel-body{
    padding: 0px 15px 0px 15px;
}
.panel-footer.text-smaller{
    font-size: smaller;
    padding: 2px 0;
}

.actionPanel .list-group-item{
    padding: 5px 15px;
}

/* Rejects pages styling  */

.redbox{
    background-color: #ff00003b;
    font-weight: 700;
}

ul.nav.navbar-nav.notify {
    padding: 14px;
}

ul.nav.nabar-nav.notify a{
    color: red !important;
}

.status{
    display: none;
}

table#rejects thead tr th {
    padding: 10px !important;
}

.rejected { display: none;}

.table-ledger thead tr th {
    padding: 10px !important;
}

.table-ledger tr.Pay, .table-ledger tr.Ins{
    background-color: rgb(210, 250, 210) !important;
}

.table-ledger td{
    padding: 2px !important;
    width: 10%;
}

.table-ledger td:nth-child(3){
    width: 50%;
}

.table-ledger thead th{
    background-color: rgb(201, 199, 199);
}
.table-ledger .Payment{
    background-color: rgb(185 221 185 / 33%);
}

.table-ledger td.ledgerTotal{
    font-weight: 700;
    border-top:2px solid #000;
}

.table-ledger td.Procedure{
width: 20%;
}

#inner-right{
    height: 600px;
    max-height: 600px;
    overflow-y: scroll;
}
.databox .panel-heading{
    display: flex;
    justify-content: space-between;
}
.databox .panel-heading #close{
    cursor: pointer;
}

/* corner ribbon */
/* The ribbons */

.corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .box {
    position: relative;
    /* max-width: 600px; */
    width: 90%;
    /* height: 400px; */
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-top: 0px !important;
  }
  
  /* common */
  .ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: #222d32;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: normal 14px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    /* text-transform: uppercase; */
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
    top: -1px;
    right: -2px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -5px;
    top: 24px;
    transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
  }
  .ribbon-bottom-left::after {
    top: 0;
    left: 0;
  }
  .ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
  }
  .ribbon-bottom-right::after {
    top: 0;
    right: 0;
  }
  .ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
  }

  /* alert-action */
  .alert-action {
      background-color: #ff110026;
      width: 65%;
      box-shadow:2px 2px 2px 2px #777777;
  }

  .rmbutton-aao{
    position: absolute;
    bottom: 3px;
    left: 10px;
  }