body {
    color: #5a5a5a;
    background-color: #fff;
}

header {
	background: url(../images/header-bg.png) no-repeat center 0 #eb7907;
	/*background-color: #e95526;*/
	padding: 15px 0px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
}

a:hover,
a:active {
	text-decoration: none;
}

header a,
header a:focus,
header a:hover {
	color: #fff;
}

header .fa {
	font-size: 22px;
}

header .etitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 10px;
}

.btn-primary {
	color: #fff !important;
	background-color: #e95526;
	border-color: #b31b48;
}

#dashboard .card {
	/* border: 0 none; */
	border-radius: 15px;
	margin-bottom: 28px;
	padding: 10px;
}

#dashboard .card h5 {
	color: #e95526;
	font-size: 13px;
	margin-bottom: 0;
}

#dashboard .card i {
	color: #e95526;
	font-size: 60px;
}

#dashboard .card-body {
	padding: 6px 0;
}

.sub-head {
	border-bottom: 1px #e95526 solid;
	width: 100%;
	padding: 10px 0;
	margin: 15px 0 10px;
	color: #e95526;
}

.checkbox label,
.radio label,
label {
	color: #565656;
}

.nav-item a {
	width: 32px;
	height: 32px;
	padding: 4px;
	border-radius: 100px !important;
}

.form-control,
.form-group .form-control {
	background-color: rgba(220, 220, 220, 0.3);
	padding: 5px;
}

.card {
	-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 0 4px 0px rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.form-group {
	margin: 0;
}

ul#myTab {
	margin-bottom: 30px;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 13px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 13px;
}

input::-ms-input-placeholder {
	/* IE 10+ */
	font-size: 13px;
}

input::-moz-placeholder {
	/* Firefox 18- */
	font-size: 13px;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
	color: #6c757d;
}

.btn:not(.btn-raised):not(.btn-link):focus,
.btn:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
	background-color: rgba(237, 45, 102, 0.5);
}

.app-logo {
	text-align: center;
	font-size: 25px;
	line-height: 150px;
	color: #fff;
	background-color: #009688;
	border-radius: 100px;
	width: 130px;
	height: 130px;
	margin: 0 auto 30px;
	line-height: 136px;
}

.profile dd {
	border-bottom: 1px #d6d6d6 solid;
	margin-bottom: 16px;
}

.doctor-listing .card {
	/* border: 0 none; */
	border-radius: 15px;
	margin-bottom: 28px;
	padding: 10px;
}

.doctor-listing .card h5 {
	/*  text-align: left; */
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-bottom: 0;
}

.doctor-listing .card i {
	color: #fff;
	font-size: 30px;
	line-height: 43px;
}

.doctor-listing .card-body {
	padding: 6px 0;
}

.dr-photo {
	background-color: #666;
	padding: 5px;
	border-radius: 100px;
	width: 55px;
	height: 55px;
}

.doctor-listing .card .registered i {
	color: green;
	font-size: 30px;
	line-height: 43px;
}

.doctor-listing .card .not-registered i {
	color: red;
}

.btn,
.input-group-btn .btn {
	border-radius: 30px;
}

.add-doctor .card {
	/* border: 0 none; */
	border-radius: 15px;
	margin-bottom: 28px;
	padding: 10px;
}

.add-doctor .card h5 {
	color: #e95526;
	font-size: 13px;
	margin-bottom: 0;
}

.add-doctor .card i {
	color: #e95526;
	font-size: 60px;
}

.add-doctor .card-body {
	padding: 6px 0;
}

.add-doctor.success .card {
	padding: 30px;
	text-align: left;
}

.add-doctor.success .card h5 {
	font-size: 22px;
	color: #4CAF50;
}

.add-doctor.success .card i {
	color: #4CAF50;
	font-size: 60px;
}

.share-mesg {
	border: 1px #ccc solid;
	margin: 30px 0;
	padding: 10px;
	background-color: #f9f9f9;
}

.patient .card {
	border-radius: 15px;
	margin-bottom: 10px;
	background: transparent;
	border: 0 none;
	box-shadow: none;
}

.patient .card h5 {
	color: #e95526;
	font-size: 13px;
	margin-bottom: 0;
	height: 30px;
}

.patient .card i {
	color: #e95526;
	font-size: 40px;
}

.patient .card-body {
	padding: 6px 0;
}

.patient .dr-photo {
	width: 150px;
    height: 150px;
    display: block;
    margin: 100px auto 16px;
    position: relative;
    border: 8px #e95526 solid;
    padding: 0;
}
.dr-name {
    position: relative;
    color: #000;
    z-index: 9;
}

header.patient .dr-photo .fa {
	font-size: 97px;
	line-height: 125px;
	
}

header.patient .dr-spl {
	font-size: 12px;
    margin-bottom: 10px;
    color: #000;
    position: relative;
    z-index: 9;
    font-weight: normal;
}

#dr_profile .card {
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	background-color: transparent;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 1px;
	border: none;
	border-bottom: 1px #ccc solid;
	box-shadow: none;
}

#dr_profile .card-header:first-child {
	border-radius: 0;
}

#dr_profile .card-header {
	background-color: #eb7907;
	margin-bottom: 0;
	padding: 12px 1.25rem;
	border: none;
}

#dr_profile .card-header a i {
	position: absolute;
	font-size: 28px;
	padding: 5px 0;
	color: #FFF;
	right: 8px;
	top: 3px;
}

#dr_profile .card-header a {
	width: 100%;
	float: left;
	color: #565656;
}

#dr_profile .card-header p {
	margin: 0;
}

#dr_profile .card-header h3 {
	margin: 0 0 0px;
	font-size: 16px;
	color: #000 !important;
}

#dr_profile .card-block {
	-moz-box-flex: 1;
	flex: 1 1 auto;
	padding: 20px;
	color: #232323;
	box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
	border-top: 1px soild #000;
	border-radius: 0;
	background-color: #fff;
}

.card.dr-name {
	background-color: #f8a56f;
	border: 0 none;
	box-shadow: none;
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 30px;
}

.card.dr-name .fa {
	font-size: 35px;
	line-height: 42px;
	color: #fff;
}

.dr-appointment .btn:not(.btn-raised):not(.btn-link),
.dr-appointment .btn:not(.btn-raised):not(.btn-link),
.dr-appointment .input-group-btn .btn:not(.btn-raised):not(.btn-link),
.dr-appointment .input-group-btn .btn:not(.btn-raised):not(.btn-link) {
	border-radius: 30px;
	border: 1px #ccc solid;
	margin-right: 5px;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 5px 20px;
	line-height: 20px;
	width: 31.33%;
	background-color: #fff;
}

.dr-appointment .btn:not(.btn-raised):not(.btn-link):focus,
.dr-appointment .btn:not(.btn-raised):not(.btn-link):hover,
.dr-appointment .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus,
.dr-appointment .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover {
	background-color: rgb(237, 45, 102);
	color: #fff;
}

.dr-appointment .btn-group,
.dr-appointment .btn-group-vertical {
	display: block;
}

.dr-appointment .btn:not(.btn-raised).btn-success,
.dr-appointment .input-group-btn .btn:not(.btn-raised).btn-success {
	background-color:#e95526;
	color: #fff;
}

.dr-appointment .form-group .card-header span {
	font-size: 11px;
}


/*   .dr-appointment .card {

        box-shadow: none;

        background-color: transparent;

        border: 0 none;

    } */

.dr-appointment .form-group .card {
	box-shadow: none;
	background-color: transparent;
	border: 0 none;
	margin-top: 15px;
}

.dr-appointment .form-group .card-body {
	padding: 0;
}

.dr-appointment .form-group .card-header {
	padding: .25rem 1.25rem;
	background-color: #e95526;
	color: #fff;
}

#myTab .nav-item a {
	width: auto;
	height: 32px;
}

.dr-apptabs li a {
	color: #000 !important;
	font-size: 15px;
	display: block;
	border: 1px #ccc solid !important;
	margin: 0 6px;
	border-radius: 8px;
	padding: 5px 10px;
}

.dr-apptabs li.active a {
	background-color: #e95526 !important;
	color: #FFF !important;
	font-size: 15px;
	display: block;
	border: 0px #ccc solid !important;
	margin: 0 6px;
	border-radius: 8px;
	padding: 5px 10px;
}

.dr-apptabs li a:focus {
	background-color: rgb(182, 55, 93) !important;
}

.dr-apptabs li a span {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #666;
}

.dr-apptabs li.active a span,
.dr-apptabs li a:focus span {
	color: #FFF;
}

ul.nav.nav-tabs.dr-apptabs {
	background-color: transparent;
	height: auto;
	border: 0 none;
}

.scrtabs-tab-scroll-arrow {
	border: 0 none;
	font-size: 20px;
	height: auto;
	padding-top: 12px;
}

.scrtabs-tabs-fixed-container {
	height: auto;
	margin-bottom: 20px;
}

.pay-logo {
	text-align: center;
	max-width: 134px;
	padding-bottom: 30px;
	display: block;
	margin: 0 auto;
	position: relative;
}

.heading h5 {
	background-color: #e95526;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 4px;
}

.modal-backdrop {
	background: #000000;
}

.dr-apptabs .nav-tabs>li>a,
.dr-apptabs .nav-tabs>li>a:focus,
.dr-apptabs .nav-tabs>li>a:hover {
	background-color: transparent!important;
	border: 1px solid #ccc !important;
	color: #000!important;
	font-weight: 500;
}

header.patient {
	background: url(../images/DigiCard-bg.png) no-repeat 0 0;
	background-size: cover;
}


header.patient:after {
    content: " ";
    display: block;
    background-color: #fff;
    height: 82px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.st-custom-button {
	background-color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #e95526;
	padding: 5px 9px;
	border-radius: 20px;
	font-size: 16px;
	width: 32px;
	height: 32px;
}

#st-el-1.st-hidden {
	display: none;
}

.footer {
	position: relative;
	/* display: none; */
}

.dr-photo img {
	padding: 0;
    width: 100%;
}

.dg-icon img {
    
}

.dr-appointment a, .dr-appointment a:focus, .dr-appointment a:hover {
    color: #e95526;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #e95526 !important;
}

.small {
    font-size: 11px;
}


.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dr-appointment a i.fa {
	float: left;
	line-height: 20px;
}

section.patient {
    border-bottom: 12px #e95526 solid;
}