@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
body{
    background-color: #f5f5f5;
    font-size: .95em!important;
    font-family: Poppins;
}
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 0.8em;
}

.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-top: 7px;
    color: rgba(0, 0, 0, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.shadow{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.5);
    box-shadow: 0 0 4px rgba(0,0,0,.5);
}
.navbar{
    padding: 1rem 1rem;
}
.bg--dark{
    background-color: #06122D;
}
.content{
    margin-top: 60px;
    margin-bottom: 20px;
}
.boxed{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 20px;
}
.hr-10{
    margin-left: -10px;
    margin-right: -10px;
}
.hr-15{
    margin-left: -15px;
    margin-right: -15px;
}
.hr-20{
    margin-left: -20px;
    margin-right: -20px;
}
.summary{
    margin-bottom: 15px;
}
.help-block{
    color: #AB292A;
}
.profile-picture{
    border: 1px solid #e7e7e7;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #f5f5f5;
}
.profile-picture img{
    border-radius: 50px;
}
.btn-dark,.btn-secondary{
    color: #fff!important;
}
.summary{
    display: none;
}
a,a:hover{
    text-decoration: none;
    color:steelblue;
}
.steps{
    margin-bottom: 0!important;
}
.step{
    border: 1px solid #777;
    background-color: #777;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.active-step{
    border: 1px solid #231F20;
    background-color: #231F20;
}
.box-header{
    margin-bottom: -10px;
}
.box-header h6{
    margin-top: 5px;
}
.boxed h6,.boxed h5{
    font-weight: 800;
    font-size: 1em;
}
.form-control{
    font-size: .9rem;
}
.form-separator{
    padding: 10px 20px;
    margin:0px -20px;
    border-bottom:1px solid #e7e7e7;
    margin-bottom: 20px;
}
.form-separator h6{
    text-transform: capitalize;
    font-size:1em;
    font-weight: 700;
}
.form-text{
    font-style: italic;
}
.application-documents td:first-child{
    width:50%;
}
.detail-view th{
  width: 50%;
}
.dropdown-item{
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.dropdown-item:last-child{
    border-bottom: none;
}
.dropdown-menu{
    padding-top:0px;
    padding-bottom: 0px;
}
.form-group label:first-child{
    font-weight: 500;
    color:#242424;
}
.hint-block{
    font-style: italic;
}
.section-title{
	font-size: 13px;
    font-weight: 500;
	margin: 20px 0px;
	text-transform: uppercase;
}
.boxed-header{
    background-color: #103245;
    margin:-20px -20px 20px -20px;
    border-bottom: 1px solid #e7e7e7;
    padding:30px 20px 20px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.form-header{
    background-color: #E9ECEF;
    margin:-20px -20px 20px -20px;
    border-bottom: 1px solid #e7e7e7;
    padding:30px 20px 20px 20px;
    border-top-right-radius: 1px;
    border-top-left-radius:1px;
}
.form-footer{
    background-color: #E9ECEF;
    margin:10px -20px -20px -20px;
    border-top: 1px solid #e7e7e7;
    padding:20px 20px 20px 20px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius:1px;
}
.form-header > .float-right{
    margin-top:-10px;
}
.form-footer > .form-group{
    margin-bottom: 0px;
}
.boxed-header h5{
    color:#ffffff !important;
}
.mpesa-form-footer{
    padding-top:10px;
    margin-top:20px;
}
.btn-link{
    color:steelblue;
}
.fc-center h2{
    font-size: .9em;
}
.btn-group{
    border:1px solid #e7e7e7;
    border-radius: 3px;
}
.fc-month-button,.fc-prev-button{
    border-right: 1px solid #e7e7e7;
}
.navbar-brand{
    padding:0;
}
.paybill-instructions{
    text-align:left !important;
}
.paybill-instructions li{
    line-height: 2em;
}
.payment-header td:first-child{
    background-color: #f5f5f5;
    font-weight: bold;
}
.btn-link,.btn-link:focus, .btn-link.focus{
    text-decoration: none!important;
    text-transform: none;
    box-shadow:none !important;
}
#signupform-verifycode-image{
    width: 80px;
}
#refresh-verifyCode{
    font-size: .8em;
}
td ul{
	margin-bottom: 0;
	padding-left:20px;
}
td .ul-divided li{
    border-bottom:1px solid #e7e7e7;
    padding: 5px;
    margin: 5px -10px 0px;
}
td .ul-divided li:last-child{
    border-bottom: none;
}
.form-data-table td:first-child{
	width: 30%!important;
}
.section-title{
	margin: 20px 0px;
}
.doc-frame{
	border: 1px solid #4A4A4A;
	border-radius: 3px;
	padding: 2px 2px 0px 2px;
    background-color: #4A4A4A;
}
.dropzone {
    border: 2px dashed #aaa;
    border-radius:2px;
}
.dz-image,.dz-progress {
    -webkit-border-radius: 0!important;
    border-radius: 0!important
}
.dropzone .dz-preview .dz-progress{
    border-color: #18c5a9
}
.dropzone .dz-preview .dz-progress .dz-upload{
    background-color: #18c5a9
}
.text-primary{
    color: #5c6bc0!important
}
.text-success{
    color: #18c5a9!important
}
.text-info{
    color: #2cc4cb!important
}
.text-warning{
    color: #f39c12!important
}
.text-danger{
    color: #f75a5f!important
}
.text-purple{
    color: #5c6bc0!important
}
.text-pink{
    color: #ff4081!important
}
.text-blue{
    color: #3498db!important
}
.text-muted{
    color: #aaa!important
}
.text-light{
    color: #71808f!important
}
.text-white {
    color: #fff!important
}
.pagination{
    justify-content: center;
}
.pagination li>a,.pagination li>span {
    height: 31px;
    width: 31px;
    padding: 0;
    border: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    -webkit-border-radius: 50%!important;
    border-radius: 50%!important
}

.pagination li>a:focus,.pagination li>a:hover,.pagination li>span:focus,.pagination li>span:hover {
    color: #5c6bc0;
    background-color: #e9ecef
}

.pagination li .page-link-solid {
    color: #5c6bc0;
    background-color: #e9ecef
}

.pagination .active>a,.pagination .active>a:focus,.pagination .active>a:hover,.pagination .active>span,.pagination .active>span:focus,.pagination .active>span:hover,.pagination .page-item.active .page-link {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    color: #fff
}
.footer h6{
    color:#fff;
}
.footer p,.footer a{
    color:#fff;
}
.paybill-instructions input[type="radio"]{
    height: 19px;
    width: 19px;
    position: relative;
    top: 4px;
}
.file-upload-hr-15{
	margin-left: -15px;
	margin-right: -15px;
}
.file-upload-hr-15:last-child{
	display: none;
}

.grid-view table.table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.3rem;
    overflow: hidden;
    border-width: 0px;
}

/* Top corners */
.grid-view table.table thead th:first-child {
    border-top-left-radius: 0.3rem;
}

.grid-view table.table thead th:last-child {
    border-top-right-radius: 0.3rem;
}

/* Bottom corners applied only to footer if it exists */
.grid-view table.table tfoot tr:first-child td:first-child {
    border-bottom-left-radius: 0.3rem;
}

.grid-view table.table tfoot tr:first-child td:last-child {
    border-bottom-right-radius: 0.3rem;
}

/* Do not apply border-radius to the last row in tbody */
.grid-view table.table tbody tr:last-of-type td:first-child {
    border-bottom-left-radius: 0; /* Ensure no border-radius is applied */
}

.grid-view table.table tbody tr:last-of-type td:last-child {
    border-bottom-right-radius: 0; /* Ensure no border-radius is applied */
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #ECEDEE !important;
}

.detail-view {
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0.3rem;
	overflow: hidden;
	border-width: 0px;
}

/* Top corners */
.detail-view thead th:first-child {
	border-top-left-radius: 0.3rem;
}

.detail-view thead th:last-child {
	border-top-right-radius: 0.3rem;
}

/* Bottom corners */
.detail-view tbody tr:last-of-type td:first-child {
	border-bottom-left-radius: 0.3rem;
}

.detail-view tbody tr:last-of-type td:last-child {
	border-bottom-right-radius: 0.3rem;
}
.table th, .table td{
	border-top:none!important;
}
.table thead th{
	border-bottom: none!important;
}
/* put this in a CSS file that loads after Bootstrap, or register via $this->registerCss */
.grid-view .table > tbody > tr:last-child > td {
  border-bottom: 2px solid #f8f9fa !important;
}
.select2-container--krajee-bs4 .select2-selection {
    box-shadow:none;
	border-radius: .15rem;
}