.kt-aside .kt-aside-menu {
    padding: 0px;
}

.kt-grid-nav>.kt-grid-nav__row>.kt-grid-nav__item {
    padding: 1.3rem .75rem;
}

.kt-grid-nav.kt-portlet__body {
    padding: 0 !important;
    margin: 0;
    display: table;
}

.kt-svg-icon.kt-svg-icon--success g [fill] {
    fill: orange !important;
}

.kt-grid-nav__item {
    curser: pointer;
}

.kt-sticky-toolbar {
    width: 160px;
    top: 20%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 50;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    border-radius: 3px 0 0 3px;
}


/*@media (min-width: 1025px)
.kt-container {
    padding: 0 15px !important;
}
*/

#kt-container {
    padding: 25px !important;
}

.kt-portlet .kt-portlet__body,
.kt-portlet .kt-portlet__foot {
    padding: 20px;
}

.kt-section {
    margin: 0;
}

.form-group {
    margin-bottom: 1.54rem;
}

.form-group.last {
    margin-bottom: 0;
}

.col-form-label {
    padding-right: 2px;
}

.kt-widget13 {
    padding: 0;
}

.kt-widget13 .kt-widget13__item:last-child {
    margin-bottom: 0;
}

.affix {
    position: sticky;
    top: 15px;
}

.kt-body {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .02);
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.kt-notification .kt-notification__item.active {
    transition: background-color .3s ease;
    text-decoration: none;
    background-color: #f7f8fa;
}

.kt-notification .kt-notification__item.active .kt-notification__item-details .kt-notification__item-title {
    transition: color .3s ease;
    color: #22b9ff;
}

.kt-header__brand-2 {
    display: flex;
    flex-direction: row;
    padding: 0 25px;
    height: 70px;
    /* background-color: #fbce44; */
    justify-content: center;
    align-self: center;
    width: 250px;
}

.kt-header__brand-2 .kt-header__brand-logo {
    display: flex;
    align-self: center;
    justify-content: center;
}

.highcharts-legend-item text {
    fill: #74788d !important;
    color: #74788d !important;
    font-weight: 700 !important;
}

.form-control::placeholder {
    /* Firefox, Chrome, Opera */
    color: #a2a5b9 !important;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a2a5b9 !important;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a2a5b9 !important;
}

.kt-badge i {
    cursor: pointer;
    font-weight: bold;
}

.kt-badge i:hover {
    font-weight: bolder;
}

.accordion.accordion-toggle-arrow .card .card-header:hover .card-title {
    color: #22b9ff;
}

.accordion .card .card-header:hover .card-title>i {
    color: #22b9ff;
}

.accordion.accordion-toggle-arrow .card .card-header:hover .card-title:after {
    color: #22b9ff;
}

.kt-header__brand .kt-header__brand-logo {
    font-weight: 600;
    font-size: 15px;
}

.kt-scrolltop {
    bottom: 30px;
}

.dropzone {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.dropzone .dz-preview {
    margin: 0 auto;
}

#header-topbar {
    display: inline-flex;
}


/* Steps Progress bar */

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(33, 131, 221, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(33, 131, 221, 0);
    }
}

@keyframes nextStep {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.alert-icon i {
    font-size: 1.3rem
}

.alert-text {
    align-self: center;
    flex-grow: 1;
}

.bs-wizard {
    margin-top: 40px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard .bs-wizard-step+.bs-wizard-step {}

.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 0.8rem;
    margin-bottom: 5px;
    min-height: 40px;
}

.bs-wizard .bs-wizard-step .bs-wizard-stepnum-bottom {
    color: #595959;
    font-size: 1rem;
    margin-top: 45px;
    min-height: 40px;
}

.bs-wizard .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: orange;
    top: 62px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard .bs-wizard-step.secondary .bs-wizard-dot {
    top: 58%;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot:after {
    content: ' ';
    width: 22px;
    height: 22px;
    background: orange;
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.bs-wizard .bs-wizard-step .progress {
    position: relative;
    border-radius: 0px;
    height: 5px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard .bs-wizard-step.secondary .progress {
    margin: 20px 0 0 0;
}

.bs-wizard .bs-wizard-step .progress .progress-bar,
.bs-wizard .bs-wizard-step .vert-progress .progress-bar {
    width: 0px;
    box-shadow: none;
    background: orange;
}

.vert-progress {
    background-color: #ebedf2;
}

.bs-wizard .bs-wizard-step.active .bs-wizard-dot:after {
    background: white;
}

.bs-wizard .bs-wizard-step.complete .progress .progress-bar {
    width: 100%;
}

.bs-wizard .bs-wizard-step.active .progress .progress-bar {
    width: 50%;
}

.bs-wizard .bs-wizard-step:first-child.active .progress .progress-bar {
    width: 0%;
}

.bs-wizard .bs-wizard-step:last-child.active .progress .progress-bar {
    width: 100%;
}

.bs-wizard .bs-wizard-step.disabled .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot-disabled,
.bs-wizard .bs-wizard-step .bs-wizard-dot-disabled:after {
    background: #fbe8aa !important;
}

.bs-wizard .bs-wizard-step.disabled .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard .bs-wizard-step:first-child .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard .bs-wizard-step:last-child .progress {
    width: 50%;
}

.bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


/* vertical*/

.bs-wizard .bs-wizard-step>.vert-progress {
    height: 30px;
    margin-left: 152px;
    width: 8px;
    margin-top: -20px;
    margin: 0 33px;
    position: relative;
    border-radius: 0px;
    box-shadow: none;
}

.bs-wizard .bs-wizard-step>.vert-progress>.progress-bar {
    width: 8px;
}

.vert-progress .progress-bar {
    transition: all .5s ease;
}

.bs-wizard .bs-wizard-step.active .vert-progress .progress-bar {
    width: 50%;
}

.bs-wizard .bs-wizard-step:first-child.active .vert-progress .progress-bar {
    width: 0%;
}

.bs-wizard .bs-wizard-step:last-child.active .vert-progress .progress-bar {
    width: 100%;
}

.bs-wizard .bs-wizard-step:first-child .vert-progress {
    left: 50%;
    width: 50%;
}

.bs-wizard .bs-wizard-step:last-child .vert-progress {
    width: 50%;
}

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 0px 30px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 20px;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

.status {
    padding: 0px 30px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
}

.status h4 {
    font-weight: 600;
    font-size: 13px !important;
    margin-top: 1.33em !important;
    margin-bottom: 1.33em !important;
    line-height: 1.5 !important;
    text-align: center;
}

.status span:before {
    width: 25px;
    height: 25px;
    background-color: white;
    color: White;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 42%;
    transition: all 200ms ease-in;
    background-image: url(ic_check.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.li.complete .status {
    border-top: 4px solid #22b9ff;
}

.li.complete .status span:before {
    background-color: #22b9ff;
    border: none;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #22b9ff;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }
    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }
    .timestamp {
        width: 100px;
    }
    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}

.kt-notes .kt-notes__items .kt-notes__item .kt-note-alert {
    background: rgba(253, 39, 235, .1);
}

.kt-notes .kt-notes__items .kt-notes__item .kt-note-alert:after {
    border-right: solid 10px rgba(253, 39, 235, .1);
}


/* RxLifeCycle Flags */

.flagIcon {
    font-size: 2rem;
}

.flagText {
    padding-top: 12px;
    padding-left: 10px;
	font-size: 12px;
}

.pt-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot-completed {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: orange;
    top: 62px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard .bs-wizard-step .bs-wizard-dot-completed:after {
    content: ' ';
    width: 22px;
    height: 22px;
    /* background: orange; */
    border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.CircleChkMark {
    font-size: 0.8rem;
    color: white;
    top: 5px;
    left: 8px;
    position: absolute;
}

.myC {
    word-break: keep-all;
}

.kt-header__topbar-prescriber-name {
    display: flex;
    align-self: center;
    padding: 0 .55rem;
    font-weight: 500;
    font-size: .9rem;
    color: #636177;
}

.btn-phyz {
    color: #ffffff !important;
    background-color: #F6861F;
    border-color: #F6861F;
}

.nav-tabs.nav-tabs-line.nav-tabs-line-phyz a.nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-phyz a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-phyz.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-phyz.nav.nav-tabs .nav-link:hover {
    border-bottom: 1px solid #F6861F;
}

.phyz-alerts {
    width: 100%;
}
.fileNameTxt{
	font-size:0.8rem !important;
}
.fileDescTxt{
	font-size: 0.7rem !important;
}
.fileIconWidth{
	width: 2rem !important;
}
.dropzoneScroll{
	overflow-x: auto;
	overflow-y: auto;
}
@media only screen and (min-width: 1025px) {
	
	.RxLifeCycle-Desktop{
	visibility:visible;
	}
	.RxLifeCycle-Mobile{
		visibility:hidden;
		display: none !important;
	}
}
@media only screen and (min-width: 10px) and (max-width: 767px){
	
	.RxLifeCycle-Desktop{
	visibility:hidden;
	display: none !important;
	}
	.RxLifeCycle-Mobile{
		visibility:visible;
	}
	.rlc-word-wrap{
	max-width: 100px;
    word-wrap: break-word;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){ /* Tablet */
	
	.RxLifeCycle-Desktop{
	visibility:hidden;
	display: none !important;
	}
	.RxLifeCycle-Mobile{
		visibility:visible;
	}
	.rlc-word-wrap{
	
    word-wrap: break-word;
	}
}
	
.dz-preview{
	padding-right:10px;
}
.activePatient{
	transition: background-color .3s ease;
    text-decoration: none;
    background-color: #f7f7f7;
}
.activePatient svg{
	transition: color 0.3s ease;
    color: #22b9ff !important;
}
.activePatient .rxTitle{
	transition: color 0.3s ease;
    color: #22b9ff !important;
}
.rxDatePeriod{
	    font-weight: bold;
    color: black;
}
.paExpWarning{
	font-size: 14px;
    padding-left: 5px;
	font-weight: bold;
    color: black;
}
}
