/*-------- THEME CSS ---------------*/
.global-btn {
    background: #D93030;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 16px;
    border: 0;
    padding: 14px 80px;
    text-transform: uppercase;
    margin: auto;
}

.global-btn:hover {
    background: #edbf1c;
    color: #2d2d2d;
}

.body-content {
    background: #F9F9F9 0% 0% no-repeat;
}

.no-border {
    border: 0 !important;
}

.breadcrumb {
    background: transparent;
}

.ms-toggler.ms-d-block-sm.pr-0.ms-nav-toggler {
    display: none;
}

.reverse {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }
}

/*---------- Data Table ------------------*/
.table.dataTable {
    border: 1px solid #f2f2f2;
}

.thead-primary.table thead tr th {
    color: #000;
    font-weight: 400;
    border: 0;
    background: #EDBF1C;
}

.thead-primary.table tbody tr td {
    color: #000;
}

.fc button {
    background: #fff;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #d2c9c9;
    color: #000;
}

.fc-event {
    padding: 6px 10px !important;
    background: #D93030 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 0 !important;
}

.fc-event .fc-title {
    color: #fff !important;
}

.fc-widget-header {
    padding: 0;
}

.fc-widget-header.fc-day-header {
    padding: 10px;
    vertical-align: middle;
    font-weight: 600;
    color: #000;
}

.fc-toolbar button:focus {
    outline: 0;
}

table.dataTable .avatar.list-img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ui-datepicker .ui-datepicker-next {
    background: url(../img/cal-arrow-right.svg) no-repeat 0 0;
    height: 20px;
    width: 20px;
    background-size: 100%;
    right: 3px;
    top: 6px;
}

.ui-datepicker .ui-datepicker-prev {
    background: url(../img/cal-arrow-left.svg) no-repeat 0 0;
    height: 20px;
    width: 20px;
    background-size: 100%;
    left: 3px;
    top: 6px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 3px;
    top: 6px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 3px;
    top: 6px;
}

.needs-validation .input-group {
    max-width: 300px;
}

.needs-validation .input-group .form-control {
    border: 1px solid #000;
    border-radius: 4px !important;
    background: url(../img/drop-down.svg) no-repeat right 3px top 5px;
    -webkit-appearance: none;
}

.ui-timepicker-viewport {
    padding-right: 35px !important;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    top: 50%;
    display: block;
    opacity: 0.3;
    margin-top: -12px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}


table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

/*------- LOGIN CSS ----------*/

.login-action-link {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.login-action-link a {
    letter-spacing: 0.8px;
    color: #D93030;
    font-size: 16px;
    font-weight: 600;
}

.login-form-main {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
}

.login-form-main .form-inner {
    max-width: 470px;
    margin: -30px auto 0;
    width: 100%;
    text-align: center;
}

.login-form-main .form-logo {
    width: 100%;
    display: block;
    margin: 0 0 80px;
}

.login-form-main .form-inner .form-row {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login-form-main .form-row .form-group {
    width: 100%;
    margin: 0 0 40px;
    position: relative;
}

.login-form-main .form-row .form-group .invalid-feedback {
    bottom: -20px;
    left: 0;
    right: auto;
    text-align: left;
}

.login-form-main .form-row .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    letter-spacing: 0;
    color: #282828;
    opacity: 0.84;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.custom-control-label::before {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 4px;
    height: 18px;
    width: 18px;
}

.custom-control-label::before {
    top: 1px;
    left: -40px;
}

.custom-control {
    padding-left: 40px;
}

.forgot-pass .forgot-label {
    display: inline-block;
    float: right;
}

.forgot-pass .custom-control-label:after {
    left: -39px;
    top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #07be6e !important;
    border: 0;
}

.login-form-main form .global-btn {
    display: inline-block;
    margin-top: 60px;
}

.thead-primary thead {
    background-color: #d93030;
}

.table td,
.table th {
    padding: 15px 36px;
    border: 0;
}

.table td .btn {
    margin: 2px;
}

.table td .btn i {
    display: none;
}

.table td {
    font-size: 14px;
    line-height: 24px;
}

.ms-panel-body .table tr td {
    border-right: 1px solid #dee2e6;
}

.ms-panel-body .table tr td:last-child {
    border-right: none;
}

table i {
    margin-right: 10px;
    font-size: 14px;
}

.row.label-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px !important;
}

.field-label {
    flex: 0 0 150px;
    max-width: 150px;
    text-align: right;
}

.field-label label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.field-input {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-left: 30px;
}

.field-input .input-group {
    margin: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border-radius: 0;
    background: #F9F9F9;
    max-width: 300px;
    width: 100%;
    padding: 15px;
}

.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    font-weight: 600;
}

.ui-datepicker th {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #E9E9F0;
    padding: 0;
    line-height: 30px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0;
    text-align: center;
    color: #000;
    opacity: 1;
    background: transparent;
    padding: 8px 5px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 0;
    background: rgba(217, 48, 48, 0.2) !important;
    color: #D93030 !important;
    margin: 0;
    border-radius: 100%;
}

.form-control {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(2.50rem + 2px);
}


.custom-control-input {
    position: absolute;
    z-index: 1;
    display: block;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}

.custom-control-label:after {
    top: 2px;
    left: -38px;
}

.btn-sm {
    font-size: 12px;
    padding: 9px 20px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-radius: 5px;
    line-height: 16px;
}

/*------ HEADER CSS ----*/
.header-notification {
    font-size: 18px;
    color: #FFF;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right h5 {
    font-size: 16px;
    margin-right: 10px;
    text-transform: capitalize;
}

.navbar {
    padding: 10px 25px;
    height: 68px;
}

body.ms-aside-left-open .navbar.fixed-header-top {
    position: fixed;
    top: 0;
    left: 310px;
    z-index: 99;
    width: calc(100% - 310px);
    -webkit-transition: position 10s;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: position 10s;
}
.side-nav {
    width: 310px;
    box-shadow: none;
}

.side-nav .logo-sn a {
    padding: 9px 0;
}

.side-nav ul.ms-main-aside {
    padding-top: 50px;
}


.side-nav .menu-item a {
    transition: 0.4s;
}

.side-nav .menu-item a {
    border-left: 6px solid transparent;
}

.side-nav .menu-item a:hover,
.side-nav .menu-item a.active {
    background: #CF1F1F;
    border-left: 6px solid #F2B705;
}

.side-nav .menu-item a.active:before {
    display: none;
}

.side-nav .menu-item a:hover .side-nav .logo-sn {
    margin-bottom: 70px;
}

.side-nav .menu-item a span {
    width: 27px;
    display: inline-block;
}

.side-nav .menu-item a span img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.side-nav .menu-item ul {
    padding: 0;
    margin: 0;
}

.side-nav .menu-item ul li a {
    padding: 15px 20px 15px 25px;
}

/*----- DAHSBOARD CSS ------------*/
.ms-infographics-widget.ms-p-relative .ms-card-body + i {
    position: absolute;
    top: 0;
    right: 0;
    color: rgb(255, 255, 255);
    background: #009efb;
    padding: 20px;
    border-radius: 50px 0px 0px 50px;
    text-align: center;
    line-height: 2;
    width: 30%;
    height: 100%;
}

.ms-infographics-widget.ms-p-relative .ms-card-body + i::before {
    font-size: 2rem;
}

.ms-card.card-gradient-custom {
    /*background-color: #ffffff;*/
   /* background: transparent -webkit-gradient(linear, right top, left top, from(#FF010140), to(#FF0707)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(right, #FF010140 0%, #FF0707 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #FF010140 0%, #FF0707 100%) 0% 0% no-repeat padding-box;*/
    background: #CF1F1F;
    min-height: 164px;
}

.ms-card .ms-card-body > .media span i {
    font-size: 14px;
}

.ms-infographics-widget.ms-p-relative .ms-card-body + i {
    border-radius: 80% 0px 24% 0px;
    background: #EDBF1C;
    text-align: left;
    width: 32%;
    right: -50px;
}

.media {
    padding: 10px;
}

.media .media-body h2 {
    line-height: 50px;
    margin: 0 0 10px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.media .media-body h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
}

.ms-has-notification {
    font-weight: 700;
}

.ms-infographics-widget.ms-p-relative .ms-card-body + i::before {
    font-size: 40px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

.ms-aside-left-open .body-content {
    padding-left: 310px;
}

.ms-panel-header {
    padding: 25px 25px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ms-panel-body #line-chart {
    height: 100% !important;
    max-height: 350px;
}

.ms-panel-header h6 {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
}

.thead-primary.table-home-appoinments.table thead tr th {
    background: #f2f2f2;
    color: #D93030;
}

.table-home-appoinments.thead-primary tbody tr:nth-child(even),
.table-home-appoinments.thead-primary tbody tr:hover {
    background-color: #F9F9F9;
}

.table-home-appoinments tr td {
    position: relative;
}

.table-home-appoinments.thead-primary tr td .call-icon {
    margin: 0;
    position: absolute;
    right: 20px;
}

.ms-panel-header.home-appoinments {
    padding: 25px 25px 0;
}

/*------------- PROFILE CSS ---------*/
.profile-main .ms-panel-body {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-img {
    height: 180px;
    width: 180px;
}

.profile-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 100%;
}

.profile-detail {
    width: calc(100% - 180px);
    padding-left: 30px;
}

.profile-name .global-btn {
    position: absolute;
    right: 50px;
    top: 50px;
    padding: 13px 50px !important;
    margin: 0;
}

.profile-name {
    display: block;
    padding: 0 0 30px;
    border-bottom: 1px solid #70707045;
    margin-bottom: 30px;
}

.profile-name h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.profile-name h4 span {
    display: block;
    font-size: 16px;
    opacity: 0.84;
    font-weight: 400;
    margin: 5px 0 0 0;
    color: #000000;
}

.profile-name .specilality span {
    color: #000000;
    opacity: 0.54;
    font-size: 14px;
}

.profile-name .specilality b {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.profile-detail .contact-info h6 {
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 0.54;
    font-size: 14px;
    display: inline-block;
    margin: 25px 0 25px;
}
.profile-detail .contact-info .global-btn{
    display: inline-block;
    float: right;
}
.profile-detail .contact-info .contact-inner {
    width: 100%;
    display: block;
    margin: 0 0 20px;
}

.profile-detail .contact-info .contact-inner:last-child {
    margin: 0;
}


.edit-profile-main .contact-info .form-control {
    width: 100%;
    font-size: 14px;
    max-width: 420px;
    display: inline-block;
    background: transparent;
    color: #D93030;
}


/*---------- APPOINTMENT CSS --------*/
.apointment-right {
    display: inline-block;
    float: right;
}

.apointment-right select {
    border: 0;
}

.apointment-right .calendar-icn {
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.docter-slider {
    width: 100%;
}

.docter-slider .slick-slide {
    padding: 0 15px;
}


.breadcrumb-wrap {
    position: relative;
}

.change-view {
    /* display: inline-block; */
    padding: 30px;
    background: #fff;
    /* float: right; */
    position: absolute;
    /* display: inline-block; */
    height: 28px;
    float: right;
    margin: 0;
    right: 0;
    top: -13px;
    width: 300px;
    display: flex;
    align-items: center;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#calendars h2 {
    font-size: 24px;
}

#calender_view {
    margin: 0;
    box-shadow: none;
}

#calender_view .ms-panel-body {
    padding: 0;
}

.fc-toolbar button.fc-state-active {
    background: #d93030;
    color: #FFF;
}

.fc-toolbar button {
    text-transform: capitalize;
}

.switch {
    font-size: 14px;
    font-weight: 600;
    padding-left: 60px;
    cursor: pointer;
    margin: 0;
    display: flex;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider {
    position: absolute;
    cursor: pointer;
    top: 15px;
    left: 20px;
    right: 0;
    bottom: 0;
    background-color: #a1a1a1;
    -webkit-transition: .4s;
    transition: .4s;
    width: 54px;
    height: 27px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #d93030;
}

input:focus + .slider {
    box-shadow: 0 0 1px #d93030;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 40px;
}

.slider.round:before {
    border-radius: 50%;
}

.book-new-app {
    font-weight: 700;
    text-decoration: underline;
    color: #d93030;
    font-size: 16px;
}

.responsive-menu {
    display: none;
}

/*************************/



.contact-info .contact-inner label {
    display: inline-block;
    width: 180px;
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 0.54;
    font-size: 14px;
    font-weight: 600;
}

.contact-info .contact-inner a {
    letter-spacing: 0.7px;
    color: #D93030;
    font-size: 14px;
}

.contact-info .contact-inner adress {
    display: inline-block;
    vertical-align: text-top;
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 1;
    width: calc(100% - 190px);
}


.profile-name .form-control {
    border: 0;
    border-bottom: 1px solid #70707045;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    font-size: 24px;
}

.profile-name .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.profile-name .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.profile-name .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.profile-name .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.profile-name .form-control:focus {
    box-shadow: none;
}

.contact-info .form-control {
    border: 0;
    border-bottom: 1px solid #70707045;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length select{
    width: 80px;
    margin-left: 10px;
}
.contact-info .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.contact-info .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.contact-info .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.contact-info .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.contact-info .form-control:focus {
    box-shadow: none;
}

.edit-profile-main .profile-img {
    position: relative;
}

.profile-img.has-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) url(../img/edit.svg) no-repeat center center;
    border-radius: 100%;
    background-size: 25px;
}

.profile-img input#fileToUpload {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.edit-profile-main .contact-info .form-control {
    width: 100%;
    font-size: 14px;
    max-width: 420px;
    display: inline-block;
    font-weight: 400;
}

.edit-profile-main .contact-info .form-control.texterea-col {
    vertical-align: text-top;
    height: 90px;
    font-weight: 400;
}

.edit-profile-main .contact-info .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #D93030;
}

.edit-profile-main .contact-info .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #D93030;
}

.edit-profile-main .contact-info .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #D93030;
}

.edit-profile-main .contact-info .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #D93030;
}

.edit-profile-main .contact-info .form-control.texterea-col::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.edit-profile-main .contact-info .form-control.texterea-col::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.edit-profile-main .contact-info .form-control.texterea-col:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.edit-profile-main .contact-info .form-control.texterea-col:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.edit-profile-main .contact-info .form-control.texterea-col:focus {
    box-shadow: none;
}

.edit-profile-main .profile-img {
    position: relative;

}

.edit-profile-main contact-info .form-control.texterea-col {
    display: inline-block;
    vertical-align: text-top;
}

.edit-profile-main .profile-detail .global-btn {
    padding: 13px 50px !important;
    margin-top: 35px;
}

/*---------- Patient CSS -------*/
.user-rightside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-rightside ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.add-patient-form .card {
    border: 0;
}

.add-patient-form .card .card-body {
    padding: 0;
}

.patient-form .form-group {
    margin: 0 0 25px;
}

.patient-form .form-row {
    margin: 0 -15px;
}

.patient-form .form-row > .col,
.patient-form .form-row > [class*=col-] {
    padding: 0 15px;
}

.form-group.calender-icon {
    position: relative;
}

.form-group.calender-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f133";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*--------- PATIENT DETAILS ---------*/
.patient-detail-main .ms-panel-body {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.patient-detail-main .profile-img {
    height: 250px;
    width: 250px;
}

.patient-detail-main .profile-img img {
    border-radius: 0;
}

.patient-detail-main .profile-detail {
    width: calc(100% - 250px);
}

.patient-detail-main .profile-detail h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.patient-detail-main .profile-detail h6 {
    font-size: 16px;
    line-height: 28px;
    opacity: 0.84;
    padding: 0 0 5px;
}

.patient-detail-main .profile-detail .e-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(112, 112, 112, 0.27);
    margin-bottom: 25px;
}

.patient-detail-main .profile-detail .e-info > div {
    margin-right: 50px;
    margin-bottom: 20px;
}

.patient-detail-main .profile-detail .e-info .info {
    font-size: 14px;
    opacity: 0.54;
}

.patient-detail-main .profile-detail .e-info label {
    display: block;
    margin: 0;
    font-size: 16px;
    color: #000;
    opacity: 0.84;
}

.patient-detail-main .profile-detail .appoitment-schudle label {
    display: block;
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    text-transform: capitalize;
}

.patient-detail-main .profile-detail .appoitment-schudle label span {
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 3px;
}

.patient-detail-tab .nav-tabs li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #F2F2F2;
    color: #000;
    font-weight: 600;
    border-radius: 0 !important;
    border: 0 !important;
    /*border-left: 1px solid #D8D8D8 !important;*/
}

.patient-detail-tab .nav-tabs .nav-item.show .nav-link,
.patient-detail-tab .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #d93030;
    border-color: #D8D8D8;
}

.patient-detail-tab .tab-content {
    padding: 25px;
}

.tab-details {
    border-bottom: 1px solid #70707045;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.tab-details:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.tab-details h6 {
    letter-spacing: 0.7px;
    color: #000000;
    font-size: 14px;
    opacity: 0.54;
    font-weight: 400;
    padding: 0 0 10px;
}

.tab-details ul li {
    margin: 0 0 5px;
}

.tab-details ul li strong {
    font-weight: 600;
    opacity: 0.6;
    width: 170px;
    display: inline-block;
}

.tab-details ul li span {
    color: #000;
    opacity: 0.8;
}

.panel-search {
    max-width: 840px;
    margin: 0 auto;
}

.panel-search .form-group {
    position: relative;
    width: 360px;
    margin: 0;
}

.panel-search .form-control {
    border-radius: 25px;
    border: 1px solid #0000003D;
    font-size: 13px;
}

.panel-search .global-btn {
    padding: 0 10px !important;
    font-size: 14px;
    width: 180px;
    border-radius: 20px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
}

.search-specialization {
    text-align: center;
    padding: 25px 0;
}

.search-specialization label {
    font-size: 12px;
    color: #000000;
    opacity: 0.27;
    position: relative;
}

.search-specialization label:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 100px;
    height: 1px;
    background: #000;
    opacity: 0.27;
    top: 8px;
    margin-left: 15px;
}

.search-specialization label:after {
    content: "";
    position: absolute;
    right: 100%;
    width: 100px;
    height: 1px;
    background: #000;
    opacity: 0.27;
    top: 8px;
    margin-right: 15px;
}

.search-specialization h6 {
    font-size: 12px;
    color: #000;
    opacity: 0.54;
    font-weight: 400;
}

.search-specialization .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-specialization .row .col-6 {
    padding: 0 30px;
}

.specialization {
    margin-top: 30px;
    margin-bottom: 20px;
}

.specialization a {
    display: block;
    padding: 30px;
    border: 1px solid #70707045;
    border-radius: 8px;
    color: rgba(0, 0, 0, 0.55);
    text-transform: capitalize;
}

.specialization a:hover {
    color: #FFF;
    background: #D93030;
}

.case-form .form-group {
    margin-bottom: 25px;
    width: 50%;
}

.doctor-info {
    padding-top: 15px;
}

.appoitment-schudle.doctor-info label {
    display: block;
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    text-transform: capitalize;
}

.appoitment-schudle.doctor-info label span {
    display: block;
    font-size: 16px;
    color: #000;
    margin-top: 3px;
}

.doctor-info-left {
    padding-right: 20px;
}

.doctor-info-left:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    background: #70707045;
    right: -15px;
}

.doctor-info-left h4 {
    display: inline-block;
}

.doctor-info-left .link-edit {
    margin-left: 10px;
    color: #D93030;
    font-size: 14px;
    text-decoration: underline;
   
}

.doctor-info-right {
    padding-left: 30px;
}

.doctor-info-left .profile-img,
.doctor-info-left .profile-detail {
    display: inline-block;
    vertical-align: top;
}

.doctor-info-left .profile-detail {
    width: calc(100% - 260px);
}

.doctor-info-right {
    padding-left: 50px;
}

.doctor-info-right h6 {
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 0.54;
    font-size: 14px;
}

.doctor-info-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 5px;
    letter-spacing: 0.7px;
}

.doctor-type {
    padding: 0 0 20px;
}

.doctor-info-right ul li strong {
    font-weight: 600;
    opacity: 0.54;
}

.doctor-info-right ul li span {
    color: #000;
    opacity: 0.84;
}

.doctor-info-right .doctor-time h6 {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;

}


.ms-panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 25px;
    background: #F2F2F2;
    color: #000;
}

.ms-panel-head h5 {
    letter-spacing: 0.8px;
    color: #000000;
    font-size: 16px;
    margin: 0;
}

.ms-panel-head ul li {
    margin: 0;
}

.ms-panel-head ul li a.btn {
    margin: 0;
}

.fc-day-grid-container.fc-scroller {
    height: auto !important;
    overflow: auto;
}

.uploaded-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uploaded-image-block .file-image {
    width: 33.33%;
    padding-right: 20px;
    text-align: center;
}

.uploaded-image-block .file-image img {
    max-width: 100%;
    margin: 0 0 10px;
}

.case-study-block {
    position: relative;
}

.case-study-block:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 130px;
    width: 1px;
    height: 100%;
    background: #DF5151;
}

.case-study-day {
    margin: 0 0 20px;
}

.main-day {
    padding: 10px 0 20px;
    position: relative;
}

.main-day:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 117px;
    width: 25px;
    height: 25px;
    background: #DF5151;
    border-radius: 25px;
}

.main-day label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.main-day label span {
    display: block;
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 0.84;
    font-weight: 400;
}

.main-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-time .time-left {
    max-width: 200px;
    flex: 0 0 200px;
    padding: 25px 0 20px;
    position: relative;
}

.main-time .time-left:before {
    content: "";
    position: absolute;
    top: 25px;
    left: 124px;
    width: 13px;
    height: 13px;
    background: #DF5151;
    border-radius: 25px;
}

.main-time .time-left:after {
    content: "";
    position: absolute;
    top: 22px;
    left: 121px;
    width: 19px;
    height: 19px;
    border: 1px solid #DF5151;
    border-radius: 20px;
}

.main-time .time-left h5 {
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 0.84;
    font-size: 12px;
}

.main-time .time-right {
    max-width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    padding: 20px 0;
    border: 1px solid #d2d2d2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative;
}

.view-doc {
    position: absolute;
    top: 0;
    right: 0;
}

.main-time .time-right ul {
    margin: 0;
}

.main-time .time-right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 5px;
}

.main-time .time-right ul li strong {
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 0.54;
    width: 160px;
    flex: 0 0 160px;
    max-width: 160px;
    padding-right: 20px;
}

.main-time .time-right ul li span {
    letter-spacing: 0.7px;
    color: #000000;
    opacity: 0.84;
    font-weight: 400;
    width: calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.main-time:last-child .time-right {
    border-bottom: 1px solid #d2d2d2;
}

.daterangepicker .ranges li.active {
    background-color: #d93030 !important;
  
}

.invalid-feedback,
.valid-feedback {
    bottom: 0;
    right: 0 !important;
    text-align: left;
    position: relative;
    top: 0 !important;
}

.breadcrumb .breadcrumb-item .material-icons {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.edit-profile-main .contact-info {
    padding-bottom: 20px;
}

.edit-profile-main .contact-info .contact-inner label {
    width: 140px;
}


#time_availability_modal .dreditform {
    padding-right: 50px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0;
}

#time_availability_modal .dreditform .ms-form-group {
    margin: 10px 0;
}

#time_availability_modal .field-label label {
    font-size: 14px;
}

#time_availability_modal .dreditform .form-control {
    height: calc(2.25rem + 2px);
}

#time_availability_modal .dreditform .fix-right-delete {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    flex: 0 0 50px;
    max-width: 50px;
    padding: 0;
}

#time_availability_modal .dreditform .fix-right-delete .input-group {
    margin: 0;
}

#time_availability_modal .modal-body button {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: red;
    cursor: pointer;
}


#time_availability_modal .modal-body button:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#time_availability_modal .modal-body button:hover {
    color: #CF1F1F;
}


.modal-content .modal-header {
    background: #D93030;
}

#time_availability_modal .field-label {
    text-align: left;
}

#time_availability_modal button[type="submit"] {
    background: #D93030;
    border-color: #CF1F1F;
    color: #FFF;
}

#time_availability_modal button[type="submit"]:hover {
    background: #CF1F1F;
}

.modal-content .modal-footer button:hover {
    background: #CF1F1F;
}

.modal-content input:focus {
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

div.dataTables_filter input:focus,  .custom-select:focus, .panel-search .form-control:focus{
    border-color: rgb(171, 170, 170);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 1px rgba(255, 0, 0, 0.6);
    outline: 0 none;
}
.daterangepicker.show-calendar .drp-buttons .applyBtn {
    margin-left: 15px;
}

/*2-4-2020------*/
.patient-detail-main .profile-detail{
    padding-left: 0
}
.patient-detail-main .contact-info .contact-inner label{
    width: 150px
}
.profile-main.edit-profile-main .profile-name {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.profile-main.edit-profile-main  .profile-name h4{margin-bottom: 10px}

.test-reports > label {
    width: 150px;
}

.test-reports > label + a{
    margin-right: 5px;
}

.test-reports img{
    max-height: 50px;
    width: auto;
}
/*****Bug fixing ******/

.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    opacity: 0.5;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none !important;
}
.btn.focus, .btn:focus{
    box-shadow: none !important;
}  
.drp-buttons .cancelBtn:hover{color: #000;}
.table td, .table th{
    vertical-align: middle;
}
.contact-info .contact-inner a{
    color: #000;
}

.modal-header .close{
    color: #fff;
}
.modal-footer button{
    background: #d93030;
    color: #fff;
}
.thead-primary.table tbody tr td{
    border-right: 1px solid #dee2e6;
}
#time_availability_modal .dreditform .ms-form-group{
    max-width: 300px;
}
.prescription_list{
    width: 100%;
    float: left;
    padding: 0 0 10px;
}
.prescription_list a{
    margin-top: 0
}
.contact-inner1 .form-prescription{
    padding: 10px;
    width: 100%;
}
.daterangepicker th.next.available span{
    position: relative;
    right: 3px;
}
.modal-body .contact-info{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
.modal-body .contact-info:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal .close{
    color: #fff;
}
.contact-info .contact-inner1 label{
    width: 180px !important;
}

.contact-info .contact-inner1 span{
	word-break: break-all;
}

.medicine_sect .col-md-12 input {
	padding: 12px;
	width: 100%;
	height: 40px;
}

/*08-05-2020*/

/* 19-5-2020 */
.contact-info  .contact-inner1 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.contact-info .contact-inner1 label {  width: 30% !important;}
.contact-info .contact-inner1 span{width:70%;}

#firstdoctor_table .thead-primary.table tbody tr td{white-space: nowrap !important}
#firstdoctor_table .thead-primary.table tbody tr td.address_td{    white-space: normal !important;}

/*21-07-2020*/

.add-patient-form .card .card-body #img_div #new_user_image{
	width: 100%;
	max-width: 320px;
	height: 240px;
	object-fit: contain;
}



/*----------------- RESPONSIVE -----------*/

@media (max-width: 1600px) {
    .ms-card.card-gradient-custom .ms-card-body {
        padding-right: 70px;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i {
        right: -30px;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i::before {
        font-size: 30px;
        left: 30px;
    }

    .table td,
    .table th {
        white-space: nowrap;
        padding: 12px 25px;
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1440px) {
    .navbar.fixed-header-top {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
    }
    body.ms-aside-left-open .navbar.fixed-header-top {
        
        width: calc(100% - 260px);
        left: 260px;
    }
    .side-nav {
        width: 260px;
    }

    .ms-aside-left-open .body-content {
        padding-left: 260px;
    }

    .profile-main .ms-panel-body {
        padding: 30px;
    }

    .doctor-info-left .profile-img {
        height: 150px;
        width: 150px;
    }

    .doctor-info-left .profile-detail {
        width: calc(100% - 160px);
        padding-left: 20px;
    }

    .patient-detail-main .doctor-info-left .profile-detail h4 {
        font-size: 22px;
    }

    .patient-detail-main .doctor-info-left .profile-detail h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .patient-detail-main .profile-detail .appoitment-schudle.doctor-info label span,
    .appoitment-schudle.doctor-info label span {
        font-size: 14px;
    }

    .doctor-info {
        padding-bottom: 10px;
    }

    .login-form-main .form-row .form-group {
        margin: 0 0 20px;
    }

    .login-form-main form .global-btn {
        margin-top: 30px;
    }

}

@media (max-width: 1199px) {

    .global-btn,
    .profile-name .global-btn,
    .edit-profile-main .profile-detail .global-btn {
        font-size: 14px;
        padding: 10px 40px !important;
    }

    .side-nav .menu-item a {
        padding: 10px 0 10px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-brand {
        padding: 0 !important;
    }

    .logo-sn a img {
        width: 100%;
    }

    .ms-content-wrapper {
        padding: 30px;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i {
        width: 35%;
        right: -40px;
        padding: 0;
    }

    .media .media-body h6 {
        font-size: 14px;
        line-height: normal;
    }

    .media .media-body h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i {
        width: 40%;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i::before {
        bottom: 20px;
        left: 20px;
    }

    .table td,
    .table th {
        padding: 12px 15px;
        border: 0;
    }

    .ms-panel-header {
        padding: 20px;
    }

    .ms-panel-body,
    .ms-panel-footer {
        padding: 20px;
    }

    .ms-panel-header h6 {
        font-size: 14px;
    }

    .book-new-app {
        font-size: 14px;
    }

    .btn {
        min-width: 100px;
    }

    .fc-event {
        font-size: 12px !important;
    }

    #calendars h2 {
        font-size: 20px;
    }

    .form-control {
        height: calc(2.15rem + 2px);
    }

    .patient-detail-main .ms-panel-body {
        padding: 20px;
    }

    .panel-search .global-btn {
        height: 36px;
        line-height: 36px;
    }

    .doctor-info-left .profile-img {
        height: 200px;
        width: 200px;
        margin: 0 0 20px;
    }

    .doctor-info-left .profile-detail {
        width: calc(100% - 210px);
        padding-left: 0;
    }

    .doctor-info-left .profile-img,
    .doctor-info-left .profile-detail {
        display: block;
    }

    .main-time .time-left {
        max-width: 170px;
        flex: 0 0 170px;
    }

    .main-time .time-right ul li strong {
        max-width: 150px;
        flex: 0 0 150px;
    }

    .main-time .time-right ul li span {
        width: calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
    }

    .main-time .time-right {
        max-width: calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
    }

    .case-study-block:after {
        left: 100px;
    }

    .main-day:after {
        left: 88px;
    }

    .main-time .time-left:before {
        left: 94px;
    }

    .main-time .time-left:after {
        left: 91px;
    }
}

@media (max-width: 1024px) {
    .ms-aside-left-open .body-content {
        padding-left: 0;
    }

    .responsive-menu {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #d93030;
        left: 0;
        z-index: 999;
        padding: 12px 15px;
        display: block;
    }

    .responsive-menu ul {
        max-width: 520px;
        margin: auto;
        width: 100%;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .responsive-menu ul li {
        display: inline-block;
        padding: 0 5px;

    }

    .responsive-menu ul li a {
        color: #fff;
        font-size: 14px;
        text-align: center;
        display: inline-block;
    }

    .responsive-menu ul li img {
        max-height: 16px;
    }

    .responsive-menu ul li a span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    .table td,
    .table th {
        white-space: nowrap;
    }
    .navbar.fixed-header-top{
        width: 100%;
        left: 0;
    }
}

@media(max-width:991px) {
    .ms-infographics-widget.ms-p-relative .ms-card-body + i {
        width: 30%;
    }

    .profile-main .ms-panel-body {
        padding: 20px;
    }

    .profile-img {
        height: 150px;
        width: 150px;
    }

    .profile-name h4 {
        font-size: 22px;
    }

    .profile-name h4 span {
        font-size: 14px;
    }

    .profile-name .specilality b {
        font-size: 14px;
    }

    .profile-name {
        padding: 0 0 15px;
        margin-bottom: 20px;
    }

    .profile-detail .contact-info .contact-inner {
        margin: 0 0 10px;
    }

    .profile-name .global-btn {
        right: 20px;
        top: 20px;
    }

    .patient-detail-main .profile-img {
        height: 200px;
        width: 200px;
    }

    .patient-detail-main .profile-detail h4 {
        font-size: 22px;
    }

    .patient-detail-main .profile-detail h6 {
        font-size: 14px;
        line-height: 20px;
    }

    .patient-detail-main .profile-detail .e-info {
        margin-bottom: 15px;
    }

    .patient-detail-main .profile-detail .e-info > div {
        margin-right: 30px;
    }

    .patient-detail-main .profile-detail .e-info label {
        font-size: 14px;
    }

    .patient-detail-tab .nav-tabs li a {
        padding: 12px;
    }

    .patient-detail-tab .tab-content {
        padding: 15px 20px;
    }

    .tab-details {
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

    .tab-details h6 {
        padding: 0 0 5px;
    }

    .doctor-info-left {
        padding-right: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .doctor-info-left:after {
        content: "";
        position: absolute;
        top: auto;
        height: 1px;
        width: 100%;
        background: #70707045;
        right: 0;
        bottom: 0;
    }

    .doctor-info-right {
        padding-left: 0;
    }

    .side-nav .menu-item a.has-chevron:after {
        top: 10px;
    }

    .side-nav .menu-item a[aria-expanded="true"]:after,
    .side-nav .menu-item a.has-chevron:after {
        right: 20px;
    }

	

}

@media (max-width: 767px) {

    .login-form-main {
        padding: 40px 20px 50px;
    }

    .login-form-main .form-logo {
        margin: 0 0 30px;
    }

    .login-form-main .form-logo img {
        max-width: 350px;
    }

    .navbar {
        padding: 10px 15px;
        height: 60px;
    }

    .logo-sn a img {
        width: 110px;
    }

    .header-right h5 {
        font-size: 14px;
    }

    .side-nav .menu-item a {
        padding: 10px 0 10px 15px;
        transition: 0s;
        font-size: 14px;
        line-height: 22px;
    }

    .side-nav .has-chevron:hover:after {
        top: 10px;
        right: 10px;
    }

    .side-nav .menu-item ul li a {
        padding: 10px 30px 10px 10px;
    }

    .ms-content-wrapper {
        padding: 15px;
    }

    .ms-card.card-gradient-custom {
        min-height: 105px;
        margin-bottom: 15px;
    }

    .media {
        padding: 15px 25px;
    }

    .media .media-body h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 5px;
    }

    .media .media-body h6 {
        font-size: 12px;
        line-height: 16px;
        margin: 0
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i {
        width: 32%;
        right: -40px;
    }

    .ms-infographics-widget.ms-p-relative .ms-card-body + i::before {
        font-size: 24px;
        bottom: 10px;
        left: 30px;
    }

    .ms-panel-header {
        padding: 15px;
    }

    .ms-panel-body,
    .ms-panel-footer {
        padding: 15px 15px 25px;
    }

    .table td,
    .table th {
        padding: 9px 12px;
        border: 0;
        white-space: nowrap;
        font-size: 12px;
    }

    .responsive-menu {
        padding: 10px;
        text-align: center;
    }

    .responsive-menu ul li {
        padding: 0 6px;
    }

    .responsive-menu ul li a span {
        font-size: 12px;
    }

    .ms-aside-left-open .body-content {
        padding-left: 0;
        padding-bottom: 40px;
    }

    .profile-name h4 {
        font-size: 20px;
    }

    .profile-main .ms-panel-body {
        display: block;
    }

    .profile-img {
        margin: 0 0 20px;
    }

    .profile-detail {
        width: 100%;
        padding-left: 10px;
    }

    .profile-name .global-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .profile-name .form-control {
        font-size: 20px;
    }

    .contact-info .contact-inner label {
        display: block;
        margin: 0;
    }

    .ms-content-wrapper {
        padding: 15px;
    }

    .breadcrumb {
        padding: 0;
    }

    .change-view {
        position: relative;
        width: 100%;
        padding: 10px;
        top: 0;
        height: auto;
        float: none;
        display: block;
        margin-bottom: 15px;
    }

    .switch {
        font-size: 12px;
        font-weight: 400;
    }

    .switch .slider {
        top: 8px;
        left: 15px;
        width: 45px;
        height: 20px;
    }

    .slider:before {
        height: 15px;
        width: 15px;
        left: 3px;
        bottom: 3px;
    }

    .ms-panel-custome {
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ms-panel-custome form{
        width: 100%;
        margin: 10px 0 0;
    }
    .user-rightside ul {
        padding: 10px 0 0 0;
    }

    .user-rightside ul li {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .user-rightside ul > a.btn{
        float: right;
        display: inline-block;
        margin: -30px 0 0 0;
    }
    .user-rightside ul li:last-child {
        margin-bottom: 0;
    }

    .fc-toolbar .fc-left {
        float: left;
        width: 100%;
        padding: 0 0 15px;
    }

    button.fc-today-button {
        float: right !important;
    }

    .fc-toolbar .fc-right {
        float: right;
        width: 100%;
        padding: 0 0 15px;
        text-align: center;
    }

    .fc-right .fc-button-group {
        display: block;
        text-align: center;
        width: 100%;
    }

    .fc-right .fc-button-group .fc-button {
        float: none !important;
    }

    #calendars h2 {
        font-size: 18px;
    }

    .fc-widget-header.fc-day-header {
        padding: 5px;
        font-size: 12px;
    }

    div.table-responsive > div.dataTables_wrapper > div.row .col-sm-12 {
        padding: 0 !important;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 12px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .custom-control-label:after {
        top: 1px;
        left: -40px;
        width: 15px;
        height: 15px;
    }

    .custom-control-label:before {
        height: 15px;
        width: 15px;
        border-radius: 3px !important;
    }

    .field-label {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .field-label label {
        font-size: 14px;
        margin: 0 0 5px;
    }

    .field-input {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .patient-detail-tab .nav-tabs li a {
        padding: 10px 8px;
        font-size: 12px;
    }

    .patient-detail-main .ms-panel-body {
        display: block;
    }

    .patient-detail-main .profile-detail {
        width: 100%;
        padding-left: 0;
    }

    .panel-search .global-btn {
        position: relative;
        margin: 15px auto 0;
        display: inherit;
    }

    .search-specialization {
        padding: 10px 0;
    }

    .search-specialization .row .col-6 {
        padding: 0 15px;
    }

    .specialization {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .specialization a {
        padding: 20px;
    }

    .case-form .form-group {
        margin-bottom: 15px;
        width: 100%;
    }

    .patient-detail-main .doctor-info-left .profile-detail h4 {
        font-size: 20px;
    }

    .tab-details {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .main-time .time-right ul li {
        margin: 0 0 10px;
    }

    .main-time .time-right ul li strong {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .main-time .time-right ul li span {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        font-size: 12px;
    }

    .view-doc {
        position: relative;
    }

    .main-time .time-left {
        max-width: 80px;
        flex: 0 0 80px;
    }

    .main-time .time-right {
        max-width: calc(100% - 80px);
        flex: 0 0 calc(100% - 80px);
    }

    .main-day:after,
    .case-study-block:after,
    .main-time .time-left:before,
    .main-time .time-left:after {
        display: none;
    }

    .contact-info .contact-inner adress {
        width: 100%;
    }

    div#reportrange {
        margin-top: 10px;
    }

    a.fc-more {
        display: inline-block;
        margin: -2px 2px !important;
    }

    .side-nav .menu-item a[aria-expanded="true"]:after,
    .side-nav .menu-item a.has-chevron:after {
        right: 20px;
    }

    .user-rightside a {
        margin: 0 0 5px;
    }

    .needs-validation .input-group {
        max-width: 100%;
    }
    .panel-search .form-group {
        width: 100%;
        max-width: 360px;
    }
    .user-rightside{
        width:100%;
    }
    .ms-panel-body .col-xl-4{
        text-align: center;
    }
    .ms-panel-body .col-xl-4.col-md-4 #reportrange{
        display: inline-block;
        
    }   
    .modal-footer {
        display: flex;
    }
    .ms-panel-header h6 {
        font-size: 14px;
        margin: 0 0 10px;
    }
    body.ms-aside-left-open .navbar.fixed-header-top {
        width: 100%;
        left: 0;
    }
    .ms-panel-body #daterangepicker_view .col-md-5{
        text-align: center;
    }
    table.dataTable thead > tr > th.sorting{
        padding-right: 10px;
    }
}

@media(max-width:380px) {
    .responsive-menu ul li a span {
        font-size: 11px;
    }

    .responsive-menu ul li {
        padding: 0 5px;
    }
    .prescription_list a{
        margin-bottom: 5px;
    }
}
a#deletevalue {
    margin-left: 10px;
    }
    
    .fstdropdown {
    border: 0 !important;
    }
    
    .fstdropdown > .fstselected {
    border: 1px solid #000;
    border-radius: 4px !important;
    background: url(../img/drop-down.svg) no-repeat right 3px top 5px;
    -webkit-appearance: none;
			background-position: right center;
			display: flex;
			align-items: center;
    box-shadow: none !important;
    padding: 10px 25x !important;
    height: 40px;
    }
    
    .fstdropdown > .fstselected:after {
    display: none !important;
    }
    .fstdropdown.open {
    border: 1px solid #ccc !important;
    }

    .appointment-class .field-input {
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px);
    }

    .appointment-class .field-label {
        flex: 0 0 170px;
        max-width: 170px;
    }

    @media (max-width: 767px) {
        .appointment-class .field-label,.appointment-class .field-input {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }




