.footer-block:nth-child(2) {
    border-right: 0px;
}

.pdf_download{
	margin-bottom: 20px;
}

.pdf_download p{
	font-size: 18px;
	margin: 0px;
}

.pdf_download__consult {
	font-weight: bold;
}

.patient_makeappointment a{
    color: cadetblue;
}

.patient_makeappointment a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.patient_makeappointment__top-header{
    text-align: center;
    margin-bottom: 25px;
}

.appointment-header__custom{
    position: relative;
}

.hdr-logo a img {
    height: auto;
}

.page-ttl{
    background-image: url('../../public/uploads/media-9125083145f1988e3ec289.jpg');
}

.profile_medication textarea{
    resize: auto;
}

.form-login .login-link{
	margin: 0px auto 30px auto;
}

/* Upload image START */
.upload-images .upload-patient-picture_img_container{
	display: flex;
}
.upload-images .upload-patient-picture_remove{
    margin-left: 3px;
    display: inline-block;
    vertical-align: top;
}

.upload-images > .input-group {
	flex-direction: column;
}

.upload-images .upload-patient-picture_select{
    width: auto;
    line-height: initial;
    height: auto;
    padding: 0px;
}

.upload-images .upload-patient-picture_preview {
    width: 100px;
	height: 100px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	
}

.saved-picture-delete a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background-color: #999;
    border-radius: 2px;
}

.ti-trash:before {
    content: "\e605";
}


[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.upload-files__support-format{
	font-size: 14px;
    opacity: 0.7;
}


@font-face {
	font-family: 'themify';
	src:url('fonts/themify.eot?-fvbane');
	src:url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('fonts/themify.woff?-fvbane') format('woff'),
		url('fonts/themify.ttf?-fvbane') format('truetype'),
		url('fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Upload image END */


/* Upload files START */
#patient-files .panel {
    background: #f5f9fc;
}
#patient-files .panel .panel-body {
    padding: 15px;
}

#patient-files .upload-files{
    padding: 15px;
}

#patient-files .title_list_of_files__inner{
    padding: 0px 30px;
    padding-bottom: 0px!important;
}

#patient-files .title_list_of_files{
    font-weight: bold;
    margin-bottom: 0px;
}


.upload-files .upload-patient-files_select{
    width: auto;
    line-height: initial;
    height: auto;
    padding: 0px;
}
.upload-files #but_upload_files{
	width: 40%;
}

.download_secured{
    display: inline-block;
}

.removeDoc{
    margin-left: 5px!important;
}

/* Upload files END */

/* DOCTOR SELECT START */
.doctors-select {
	min-height: 280px;
}
.doctors-select .dropdown-toggle {
	text-align: left;
	color: #000000;
	width: 250px;
	border: 1px solid #D5D5D5;
	border-radius: 20px;
	padding: 0;
}
.doctors-select .dropdown-toggle::before, .doctors-select .dropdown-toggle::after {
	display: none;
}
.doctors-select .dropdown-menu .dropdown-item input {
	display: none;
}
.doctors-select .all-doctors-dropdown .dropdown-toggle input {
	border: none;
	border-radius: 20px;
	margin: 0;
	padding: 14px 28px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	height: 48px;
}
.doctors-select .all-doctors-dropdown .dropdown-toggle input::placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.doctors-select .choosed-doctors-dropdown .dropdown-toggle {
	padding: 16px 28px;
	font-size: 12px;
	line-height: 16px;
	background: #ffffff;
}
.doctors-select .choosed-doctors-dropdown .dropdown-toggle .fas {
	float: right;
	transition: transform ease-in-out 0.2s;
}
.doctors-select .choosed-doctors-dropdown.show .dropdown-toggle .fas {
	transform: rotateZ(180deg);
}
.doctors-select .dropdown-menu {
	max-width: 250px;
	max-height: 200px;
	overflow: hidden;
    overflow-y: overlay;
	padding: 0;
	width: 100%;
	border: 1px solid #E9E9E9 !important;
	border-top: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	margin: 0;
	transform: translate3d(1px, 48px, 0px) !important;
}
.doctors-select .dropdown-menu .dropdown-item {
	padding: 10px 36px 10px 16px;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin: 0 !important;
	border-top: 1px solid #E9E9E9;
}
.doctors-select .dropdown-menu .dropdown-item:first-child {
	border-top: none;
}
.doctors-select .all-doctors-dropdown .dropdown-menu .dropdown-item:hover {
	background: #5D78FF;
	color: #ffffff;
}
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item:hover {
	background: #ffffff;
}
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item .dropdown-doctor-name {
	max-width: 200px;
	overflow: hidden;
	display: block;
}
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item label {
	position: absolute;
	right: 26px;
	top: 12px;
	line-height: inherit;
	padding: 0;
	margin: 0;
}
.doctors-select .no-doctors-choosed {
	padding: 10px 36px 10px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin: 0 !important;
}
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item label::before,
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item label::after {
	display: none;
}
.doctors-select .choosed-doctors-dropdown .dropdown-menu .dropdown-item label:hover {
	color: #5D78FF;
}
/* DOCTOR SELECT START */


.will-be-removed{
	color: red;
    font-size: 9px;
}

.information-being-shared,
label.shared_info_with_doctor{
	font-weight: 700;
}

@media (max-width: 768px) {
	
	.doctors-select .row > div{
		margin-bottom: 30px;
	}
}