h1, h2, h3, h4, h5, h6, h7{
	font-family: Montserrat;
}
.navbar-dark .navbar-brand {
	background:#fff;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #dadada;
	position: relative;
    top: -43px;
    left: 14px;
    box-shadow: 0 0 0 4px #334ba0;
}

.navbar{
	display:flex;
	justify-content:center;
    background: #334ba0 !important;
	padding: 0;
}
.nav-link.nav-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-link.nav-icon img{
	width:50px;
	height:50px;
	border-radius:50%;
	border:2px solid rgba(255,255,255,.64)
}
.nav-link.nav-icon span {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 1px;
}
.search-filter a {
    color: #000 !important;
}
.search-filter.navbar {
    background: #fff !important;
    align-items: center;
    justify-content: center;
	padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1102px;
    margin: 0 auto;
}
body{
	padding:20px;
}
.nav-link.btn.text-white.btn-success {
    color: #fff !important;
    padding: 1px 10px;
    font-weight: 500;
    background: #04be2d;
    width: 106px;
}
.search-filter .btn {
    padding: 0;
    background: #334ba0;
    padding: 2px 10px;
    color: #fff !important;
    border: none;
    width: 33px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-filter .nav-item + .nav-item {
	margin-left:5px !important;
}
.btn-filter {
    font-size: 12px;
}

.search-filter .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.nav-group-icons {
    display: flex;
}
.page-title {
    font-size: 22px;
}
.address + td {
    
    border-right: none !important;
}
.action-buttons::before {
    display: none !important;
}
.action-buttons {
    display: flex;
    justify-content: center;
}

.action-buttons button, .action-buttons a {
    min-width: 20px;
    min-height: 36px;
    margin: 4px 0;
    border-radius: 7px;
    font-family: 'Montserrat';
    font-weight: 600;
    width: auto;
    background: #334ba0;
    font-size: 14px;
    border-radius: 50%;
    white-space: nowrap;
}

.page-container table th:first-child {
    width: 28px;
}

.action-buttons button span, .action-buttons a span {
    font-size: 13px;
	margin-right:0px;
}
.btn-primary.btn-edit span {
    font-size: 11px;
}
.btn-primary.btn-delete {
    background: #e01118;
}

.btn-primary.btn-upload {
    background: #00b9f6;
}
.btn-primary.btn-visit {
    background: #2db34a;
}

h2.page-title {
    border-bottom: 1px solid #333;
    padding-bottom: 6px;
    margin-top: 13px;
    font-size: 21px;
    font-weight: 500;
    color: #334ba0;
	margin-bottom:30px;
}
.action-buttons-cntnr {
    width: 99%;
    display: flex;
    flex-direction: column;
    word-break: break-all !important;
	padding: 0;
    padding-top: 5px;
}

.btn-primary.btn-view, .btn-primary.btn-delete {
    margin-right: 4px;
}


.page-container table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.page-container table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.page-container table tr {
  /*background-color: #f8f8f8;
  border: 1px solid #ddd;*/
  padding: .35em;
}

.page-containertable th,
.page-container table td {
  padding: .625em;
  font-size:14px;
  text-align: left;
}

.page-container table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.page-container table th {
    font-weight: 500;
    text-transform: capitalize;
    white-space: nowrap;
}

.action-buttons button em, .action-buttons a em {
    font-style: normal;
    display: none;
}
.action-btn-header {
    width: 220px;
}
.address-header {
    width: 180px;
}
.phone-header {
    width: 128px;
}
.first-name-header {
    width: 90px;
}

.last-name-header {
    width: 90px;
}

.regDate-header {
    width: 95px;
}

.reference-header {
    width: 96px;
}
.fixed-bottom {
    bottom: unset;
    top: 0;
}
.navbar-dark .navbar-brand {
    top: 21px;
}
body{
		margin-top:100px;
	}
.main-nav ul {
    width: 100%;
    display: flex;
}

.phonebrand {
    display: none;
}

.nav-link.nav-icon span {
    font-size: 15px;
    text-transform: capitalize;
    padding-top: 23px;
    margin-left: 17px;
    font-weight: 500;
}

.nav-link.nav-icon img {
    display: none;
}
.action-buttons-wrpr {
    display: flex;
    flex-wrap: wrap;
}
.pagination-wrpr {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.pagination-wrpr span {
    color: #000;
}

.pagination-wrpr li.active a {
    background: #334ba0;
    border-color: #334ba0 !important;
}
.pagination-wrpr li a{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-wrpr li span{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.age-header {
    width: 50px;
}
.action-buttons + .action-buttons {
    padding-left: 4px;
}
.page-container table td[data-heading="First Name"],
.page-container table td[data-heading="Last Name"] {
    word-break: break-all;
}
.navbar-dark .navbar-brand:after {
    content: 'Jeevan Jyothi';
    position: absolute;
    left: 88px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.page-container form input {
    background: #fafafa;
}

.page-container form label {
    font-weight: 500;
    margin-top: 20px;
}

.page-container form button {
    margin-top: 60px;
}
.profile-banner {
    background: #02a0ec;
    background-image: linear-gradient(to bottom, #324da2, #2a62b6, #1f76ca, #108bdb, #02a0ec);
    min-height: 230px;
	
}
.profile-pic-cntnr {
   color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile-wrpr {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background: url(../images/profile-avatar.jpg);
	background-position: center;
    margin: 30px
}

.profile-wrpr img {
    border-radius: 50%;
    width: 158px;
    height: 158px;
}
.profile-columns {
    display: flex;
    justify-content: space-between;
}
.profile-label, .profile-content {
    width: 49%;
}
.profile-columns {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.profile-content:before {content: ":";padding-right: 5px;}

.profile-label {
    font-weight: 500;
}

.profile-label .btn {
    border: none !important;
}
.profile-btns {
    border-bottom: none;
}
.nav-icon.custom-menu {
    position: relative;
    top: -1px;
    right: 14px;
}
.nav-link.nav-icon.custom-menu span {
    font-size: 23px;
}

.custom-menu-active {
    position: relative;
    right: 191px;
}
body{
	right: 0px;
	position: relative;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.custom-menu-wrpr {
    background: #334ba0;
    width: 260px;
    position: fixed;
    right: -260px;
    top: 80px;
    bottom: 0;
    z-index: 10001;
	transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.custom-menu-active .custom-menu-wrpr{
	right: 0;
}
.custom-menu-wrpr .navbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-menu-wrpr .navbar a,.custom-menu-wrpr .navbar button {
    width: 258px;
    padding-left: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
    text-align: left;
    height: 51px;
}

.custom-menu-wrpr .navbar a span,.custom-menu-wrpr .navbar button span {
    font-size: 14px;
    width: 23px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.custom-menu-wrpr .navbar .nav-item:nth-child(2) a span {
    font-size: 11px;
    position: relative;
    left: -3px;
    top: 0px;
}

.custom-menu-wrpr .navbar .nav-item:nth-child(3) a span {
    position: relative;
    left: -3px;
}
.loggeduser-info {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c2d69;
    padding: 13px;
}

.loggeduser-info span {
    display: inline-flex;
    width: 28px;
}
.custom-menu-wrpr .navbar a:hover {
    background: rgb(25 19 82 / 20%);
}
a.close-sidebar {
	display:none;
}
.search-wrpr.container,.filter-wrpr {
    margin-top: 10px;
	display:none;
}
.profile-label + .profile-label {
    margin-left: 10px;
}

.profile-label em {
    font-style: normal;
}
.patientshead{
    width: 125px;
}
.patntsearch{
    width: 145px;
}
.regpatint{
    width: 119px;
}
.filtall{
    width: 145px;
}
.datefiltrss .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
   
}


@media (max-width:800px){
    .navbar-dark .navbar-brand:after {
    display: none;
    }
        .datefiltrss .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0px;
    }
    h1.textinfo {
    text-align: center;
    color: white;
    }
    .control-label {
    color: white;
    }
    .user-default-login {
    background-color: #334ba0;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 20px;
    }

    .custom-menu-wrprss .logophone {
    padding-top: 50px;
    padding-bottom: 30px;
    }

    .btnlogin {
        background: #00b4f4;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        width: 100%;
    }
    .remembrme{
        color: white;
    }
    a.navbar-brand.phonebrand {
    text-align: center;
    }
    label.rememberme {
        color: white;
    }




    .datefiltrss .col-md-6.text-right {
        padding-right: 0px;
    }

	.search-wrpr.container .row .col-md-12,
	.filter-wrpr.container .row .col-md-12	{
		padding: 0px !important;
	}
	.search-wrpr input[type=search] {
		width: 82%;
		margin-right: 4px;
	}
	.action-buttons + .action-buttons {
		padding-left: 0px;
	}
	.navbar.bg-light {
		height: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	a.close-sidebar {
		border: none !important;
		display: flex;
		justify-content: center;
		width: 375px !important;
		padding: 10px;
	}

	a.close-sidebar span {
		display: inline-flex;
		width: 35px;
		height: 35px;
		min-width: 35px;
		border-radius: 50%;
		background: white;
		color: #1c2d69;
		font-weight: 700;
	}

	a.close-sidebar span:before {
		font-size: 17px;
	}
	.custom-menu-wrpr .navbar ul {
		padding: 13px;
	}
	.custom-menu-wrpr .navbar ul a {
		border: 1px solid rgb(255 255 255 / 30%);
		margin: 10px 0;
	}
	.custom-menu-active {
		position: relative;
		right: 0;
	}
	.custom-menu-wrpr {
		top: 0;
	}
	.custom-menu-active .custom-menu-wrpr {
		right: 0;
		top: 0;
		width: 100%;
	}

	.custom-menu-wrpr .navbar ul {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.custom-menu-wrpr .navbar ul a,.custom-menu-wrpr .navbar ul button{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-left: 0;
	}
	
	.desktop-custom-menu{
		display:none;
	}
	.profile-content.address-content:before {
		display: none;
	}
	.profile-wrpr {
		width: 128px;
		height: 128px;
	}
	.profile-wrpr img {
		width: 128px;
		height: 128px;
	}
	.nav-link.nav-icon.active img {
		box-shadow: 0 0 10px rgb(0 184 246 / 60%);
	}
	h2.page-title {
		margin-bottom: unset;
	}
	.action-buttons-wrpr {
		display: unset;
	}
	.action-buttons button,.action-buttons a {
		min-width: 20px;
		min-height: 16px;
		margin: 4px 0;
		border-radius: 7px;
		font-family: 'Montserrat';
		font-weight: 600;
		width: auto;
		background: #334ba0;
		font-size: 14px;
		border-radius: 4px;
		white-space: nowrap;
	}
	.navbar-dark .navbar-brand {
		background:#fff;
		width: 80px;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		border: 3px solid #dadada;
		position: relative;
		top: -43px;
		left: 14px;
		box-shadow: 0 0 0 4px #fff;
	}
	.nav-link.nav-icon span {
		text-transform: uppercase;
		font-size: 10px;
		margin-top: 1px;
		padding-top: unset !important;
		margin-left: unset !important;
	}
	.phonebrand {
		display: block;
	}
	.nav-link.nav-icon img {
		display: unset;
	}
	.main-nav ul {
		width: unset;
		display: flex;
	}
	.desktopbrand {
		display: none !important;
	}
	.action-buttons button,.action-buttons a {
		min-width: 50px;
		min-height: 36px;
		margin: 4px 2px;
		border-radius: 7px;
		font-family: 'Montserrat';
		font-weight: 600;
		width: 100%;
		background: #334ba0;
		font-size: 14px;
		border-radius: 4px;
		white-space: nowrap;
	}
	.fixed-bottom {
		bottom: 0;
		top: unset;
	}
	.navbar-dark .navbar-brand {
		top: -43px;
	}
	.action-buttons button span,.action-buttons a span {
		font-size: 13px;
		margin-right:5px;
	}
	.action-buttons button em,.action-buttons a em {
		font-style: normal;
		display:unset;
	}
	.page-container .table td, .page-container .table th {
		
		vertical-align: top;
		border-top: 0px solid #dee2e6;
	}
	.table-striped tbody tr:nth-of-type(odd) {
		background-color: #fff;
	}
	.page-containertable th,
	.page-container table td {
	  padding: .625em;
	  padding-left: 0;
	  text-align: center;
	  
	}
	.action-buttons-cntnr {
		width: 99% !important;
		display: flex;
		flex-direction: column;
		word-break: break-all !important;
		padding: 0;
		padding-top: 5px;
	}
	.number-column{
		display:none !important;
	}
	.address,
	.treatmentgiven,
	.fullwidth{
		width:99% !important; word-break: break-all;
	}
	.page-container table {
    border: 0;
  }

  .page-container table caption {
    font-size: 1.3em;
  }
  
  .page-container table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .page-container table tr {
    border-bottom: 0px solid #ddd;
    display: inline-block;
    margin-bottom: 10px !important;
  }
  
  .page-container table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
	width: 50%;
    float: left;
	font-family: 'Montserrat';
  }
  
  .page-container table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-heading);
    display: block;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat';
	    margin-bottom: 4px;
  }
  
  .page-container table td:last-child {
    border-bottom: 0;
  }
	
	body{
		margin-top:0px;
		margin-bottom:115px;
	}
	.page-container{
		padding-top:10px;
		padding-left:0px;
		padding-right:0px;
	}
	.navbar-dark .navbar-brand {
		width: 70px;
		height: 70px;
	}
	.navbar-dark .navbar-brand img {
		width: 35px;
		height: 35px;
	}
	ul.navbar-nav {
		flex-direction: initial;
	}
}