﻿@charset "UTF-8";

body, html {
    width: 100%;
    height: 100%;
}

html {
    min-height: 100%;
    position: relative;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body, html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0;
    width: 100%;
    height: 100%;
    font-family: Montserrat, sans-serif;
    /*, sans-serif*/
}

    body.login-bg {
        min-height: 100%;
        background-repeat: no-repeat;
    }

    body.login-bg, body .login-bg-main {
        width: 100%;
        height: 100%;
    }

    body.new-login {
        /*background-image: url(/img/bg-image.png) !important;
  background-size: cover !important;
  background-position: 0 1%;
  background-repeat: no-repeat;*/
    }

        body.new-login .modal-dialog.cascading-modal {
            padding-top: 6%;
            margin-top: 0;
        }

        body.new-login .darken-3 {
            background: #933ec5 !important;
        }

        body.new-login .animated {
            box-shadow: 0px 6px 10px #7b7b7b;
        }

        body.new-login .fa-envelope {
            font-size: 1.2rem !important;
            top: 0.7rem !important;
        }

.login-page-footer a {
    color: #933ec5 !important;
}

.height-fix {
    height: 100%;
}

.main-container {
    position: static;
    padding: 0;
}

.center-fix {
    /*display: grid;*/
    /*height: 99vh;*/
    height: 99vh;
}

.main-container {
    position: static;
    padding: 0;
}

/************************************** Siderbar css************************************/
.navbar {
    padding: 10px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin-left: 1px;
    z-index: 50;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

    .wrapper #content .navbar {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.imgPrint {
    margin-left: 10px;
}


#sidebar {
    /*min-width: 250px;
  max-width: 250px;*/
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    height: 100%;
    float: left;
    padding-top: 10px;
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

        #sidebar.active .components li span {
            display: none !important;
        }

        #sidebar.active .components li img {
            width: 24px !important;
        }

        #sidebar.active .sidebar-header .logobig,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header .logosmall {
            display: block;
        }

    #sidebar ul li a {
        text-align: left;
        font-size: 14px !important;
        letter-spacing: 1px;
    }

    #sidebar ul li ul.collapse li a {
        font-size: 14px !important;
        letter-spacing: 1px;
    }

    #sidebar.active ul li a {
        /*padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;*/
        padding: 20px 0px;
        text-align: center;
        font-size: 10px;
    }

    #sidebar.active ul li ul:after, #sidebar.active ul li ul:before {
        right: 100%;
        top: 0%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #sidebar.active ul li ul:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #933ec5;
        border-width: 10px;
        margin-top: -1px;
    }

    #sidebar.active ul li ul {
        position: absolute;
        z-index: 10;
        left: 89px;
        top: 220px;
        background: #933ec5;
        border: 1px solid #933ec5;
    }

        #sidebar.active ul li ul a {
            text-align: left;
        }

            #sidebar.active ul li ul a i {
                font-size: 0.8em;
                right: 5px;
                float: left;
                padding-right: 8px;
            }

            #sidebar.active ul li ul a .fa-circle {
                right: 0;
            }

    #sidebar.active #historysubmenu {
        top: auto;
        bottom: calc(100% - 515px);
    }

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.8em;
        margin-bottom: 5px;
        right: 5px;
    }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 20px 10px;
        /*padding: 20px;*/
        background: #fff;
        padding-bottom: 0px;
    }

        #sidebar .sidebar-header .logosmall {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        padding: 0px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

        #sidebar ul.components span {
            padding-left: 10px;
        }

    #sidebar ul li .down-arrow {
        font-size: 18px;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        margin-right: 0;
        color: #933ec5;
    }

    #sidebar ul li a {
        padding: 10px 15px;
        /*font-size: 1.1em;*/
        font-size: 13px;
        display: block;
        color: #000;
        background: #fff;
        font-weight: 400;
    }

    #sidebar ul li ul li a {
        padding: 5px 3px;
    }

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

    #sidebar ul li a i {
        margin-right: 10px;
        font-size: 8px;
        vertical-align: super;
        position: relative;
        top: 3px;
    }

    #sidebar ul li.active > a,
    a[aria-expanded=true] {
        color: #933ec5;
        /*background: #933ec5;*/
        font-weight: 600;
    }

.subactive {
    color: #82984a !important;
    font-weight: 600 !important;
}

a[data-toggle=collapse] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 12px !important;
    padding-left: 50px !important;
    background: #fff;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    /*padding: 20px;*/
    min-height: 100vh;
    transition: all 0.3s;
}

.first-bar {
    width: 18px;
    height: 2px;
    background-color: #933ec5;
    margin: 4px 3px;
    text-align: center;
    cursor: pointer;
}

.second-bar {
    margin: 6px 0;
    width: 24px;
    height: 2px;
    background-color: #933ec5;
    cursor: pointer;
}

#sidebarCollapse {
    cursor: pointer;
    margin-left: 37px;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-left: auto;
}

    .navbar-right li {
        z-index: 999;
    }

.nav.navbar-top-links .wel-mem {
    padding: 0;
    display: inline-block;
    margin-right: -4px;
}

    .nav.navbar-top-links .wel-mem a {
        color: #000;
        display: inline-block;
        font-weight: 400;
    }

.pad-l-25-i {
    padding-left: 25px !important;
}

.wel-box {
    position: absolute;
    top: 9px;
    right: 55px;
    font-size: 13px;
}

    .wel-box .wel-txt {
        text-align: center;
    }

.chng-pwd {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 1px;
    position: absolute;
    top: 62px;
    width: 175px;
    padding: 0px;
    right: 40px;
    border: 0;
    background: #fff;
}

.wel-box .pwd-drop-down {
    padding: 8px;
    /*border: 1px solid #dcdcdc;*/
    margin-top: 0;
    position: relative;
    top: 0px;
    /*i {
      border: solid #dcdcdc;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      background: #fff;
      position: absolute;
      top: -5px;
      text-align: center;
      left: 43%;
  }

  up {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
  }*/
}

    .wel-box .pwd-drop-down i {
        font-size: 18px;
        /*position: absolute;
  top: 7px;
  right: 9px;
  left: 6px;*/
        padding-right: 10px;
        color: #933ec5;
    }

.avatar-top-header {
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}

    .avatar-top-header img {
        width: 100%;
    }

.logout {
    /* position: absolute;
  left: auto;
  right: 10px;
  float: right;
  top: 15px;*/
    margin-top: 9px;
    margin-left: 10px;
}

.nav.navbar-top-links .wel-mem img {
    /*border-radius: 50%;
  width: 45px;
  margin-left: 10px;
  background: transparent;
  vertical-align: bottom;
  margin-top: -4px;*/
    border-radius: 50%;
    width: 45px;
    margin-left: 89px;
    background: transparent;
    vertical-align: bottom;
    position: relative;
    /*bottom: 64px;*/
    top: -4px;
}

.nav.navbar-top-links .wel-mem a {
    padding: 0px !important;
    background: transparent !important;
    display: initial !important;
}

.notification-icon {
    /*float: left;
  margin-left: 16px !important;
  position: relative;
  right: 15px;
  top: 5px;*/
    position: absolute;
    left: auto;
    right: 205px;
    float: right;
    top: 15px;
}

.noti-number {
    background: #fff;
    border: 1px solid #933ec5;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    /*padding: 0px 6px;*/
    top: -5px;
    left: 0px;
    margin-left: 15px;
    height: 18px;
    width: 18px;
}

    .noti-number span {
        color: #933ec5;
        font-size: 12px;
        position: relative;
        top: -4px;
    }

.wel-user-txt {
    font-size: 16px;
    padding-left: 2px;
    letter-spacing: 1px;
}

.wel-txt {
    font-size: 12px;
    color: #838f99;
    letter-spacing: 2px;
    padding-left: 5px;
}

.none {
    display: none;
}

.v-align-txt-bottom {
    vertical-align: text-bottom;
}

.list-unstyled .fa-circle {
    color: #933ec5;
}

/***************************************************** Subheader CSS *************************************************************/
.top-header {
    background-color: #933ec5;
}

.page-heading {
    padding: 15px 0 10px 10px;
    margin-left: 1px;
    height: 50px;
}

    .page-heading h4 {
        margin-bottom: 0px;
        margin-bottom: 0px;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

/*****************************************Start Scrollbar***********************************************************/
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #933ec5;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #832db6;
    }

/*****************************************End Scrollbar***********************************************************/
/****************************************************** Ibox css ****************************************************************/
.ibox {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    margin: 15px 0px;
    box-shadow: 0px 7px 13px #afafaf87;
    border-radius: 5px;
}

.ibox-title {
    border-color: #d4d4d4;
    /*background-color: #f3f2f2;*/
    border-width: 0 0 0;
    padding: 9px 15px;
    min-height: 38px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 1px;
    border-style: solid;
}

    .ibox-title h5 {
        color: #000;
        margin-bottom: 0px;
        font-size: 16px;
        padding-top: 1px;
        font-weight: 700;
    }

.ibox-content {
    background-color: #fff;
    color: inherit;
    padding: 20px 15px 20px 15px;
    border-color: #eceff1;
    border-image: none;
    /*border-style: solid;*/
    border-width: 1px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .ibox-content .service-txtbox {
        margin-top: 0px;
    }

        .ibox-content .service-txtbox input {
            color: #000;
            /*padding-bottom: 5px;*/
            font-size: 13px;
            padding-bottom: 0px;
            height: 30px;
        }

        .ibox-content .service-txtbox label {
            color: #000;
            font-size: 13px;
        }

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.picker__input {
    cursor: default;
}

    .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.picker {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    color: #000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .picker .picker__holder {
        width: 100%;
        overflow-y: auto;
        overflow-scrolling: touch;
        position: fixed;
        -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
        -o-transition: background 0.15s ease-out, top 0s 0.15s;
        transition: background 0.15s ease-out, top 0s 0.15s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .picker .picker__frame,
    .picker .picker__holder {
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
    }

    .picker .picker__frame {
        position: absolute;
        margin: 0 auto;
        min-width: 16rem;
        max-width: 20.3125rem;
        width: 18.75rem;
        max-height: 21.875rem;
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

@media (min-height: 28.875em) {
    .picker .picker__frame {
        overflow: visible;
        top: auto;
        bottom: -100%;
        max-height: 80%;
    }
}

@media (min-height: 40.125em) {
    .picker .picker__frame {
        margin-bottom: 7.5%;
    }
}

.picker .picker__frame .picker__wrap {
    display: table;
    width: 100%;
    height: 100%;
}

@media (min-height: 28.875em) {
    .picker .picker__frame .picker__wrap {
        display: block;
    }
}

.picker .picker__box {
    background: #fff;
    display: table-cell;
    vertical-align: middle;
}

@media (min-height: 28.875em) {
    .picker .picker__box {
        display: block;
        border: 1px solid #777;
        border-top-color: #898989;
        border-bottom-width: 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
        box-shadow: 0 0.75rem 2.25rem 1rem rgba(0, 0, 0, 0.24);
    }
}

.picker--opened .picker__holder {
    top: 0;
    background: 0 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.32);
    -webkit-transition: background 0.15s ease-out;
    -o-transition: background 0.15s ease-out;
    transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
    top: 0;
    opacity: 1;
}

@media (min-height: 35.875em) {
    .picker--opened .picker__frame {
        top: 10%;
        bottom: auto;
    }
}

.datepicker.picker__input.picker__input--active,
.timepicker.picker__input.picker__input--active {
    border-bottom: 1px solid #e3f2fd;
}

.picker__list {
    list-style: none;
    padding: 0.75em 0 4.2em;
    margin: 0;
}

.picker__list-item {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
    position: relative;
    padding: 0.75em 1.25em;
}

@media (min-height: 46.75em) {
    .picker__list-item {
        padding: 0.5em 1em;
    }
}

.picker__list-item:hover {
    cursor: pointer;
    background: #b1dcfb;
    border-color: #0089ec;
    z-index: 10;
}

.picker__list-item--highlighted {
    border-color: #0089ec;
    z-index: 10;
}

    .picker--focused .picker__list-item--highlighted,
    .picker__list-item--highlighted:hover {
        cursor: pointer;
        color: #000;
        background: #b1dcfb;
    }

.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
    background: #0089ec;
    z-index: 10;
}

.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
    border-color: #ddd;
    z-index: auto;
}

.picker--time .picker__button--clear {
    display: block;
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 1.25em;
    background: 0 0;
    border: 0;
    font-weight: 500;
    font-size: 0.67em;
    text-align: center;
    text-transform: uppercase;
    color: #666;
}

    .picker--time .picker__button--clear:focus,
    .picker--time .picker__button--clear:hover {
        color: #000;
        background: #b1dcfb;
        border-color: #e20;
        cursor: pointer;
        outline: 0;
    }

    .picker--time .picker__button--clear:before {
        top: -0.25em;
        color: #666;
        font-size: 1.25em;
        font-weight: 700;
    }

.picker--time .picker__frame {
    min-width: 16rem;
    max-width: 20rem;
}

.picker--time .picker__box {
    font-size: 1em;
    background: #f2f2f2;
    padding: 0;
}

@media (min-height: 40.125em) {
    .picker--time .picker__box {
        margin-bottom: 5em;
    }
}

.picker__date-display {
    text-align: center;
    background-color: #4285f4;
    padding-bottom: 0.9375rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

    .picker__date-display .clockpicker-display {
        vertical-align: middle;
        display: inline-block;
        margin: auto;
        height: 5.3125rem;
        font-size: 4.375rem;
        padding: 0.625rem;
        padding-bottom: 0;
        color: #b2dfdb;
    }

        .picker__date-display .clockpicker-display .clockpicker-display-column {
            float: left;
        }

            .picker__date-display .clockpicker-display .clockpicker-display-column #click-am.text-primary,
            .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm.text-primary,
            .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-hours.text-primary,
            .picker__date-display .clockpicker-display .clockpicker-display-column .clockpicker-span-minutes.text-primary {
                -webkit-animation-name: pulse;
                animation-name: pulse;
            }

            .picker__date-display .clockpicker-display .clockpicker-display-column #click-am,
            .picker__date-display .clockpicker-display .clockpicker-display-column #click-pm {
                cursor: pointer;
            }

        .picker__date-display .clockpicker-display .clockpicker-display-am-pm {
            padding-left: 0.3125rem;
            vertical-align: bottom;
            height: 5.3125rem;
        }

            .picker__date-display .clockpicker-display .clockpicker-display-am-pm .clockpicker-span-am-pm {
                display: inline-block;
                font-size: 1.4375rem;
                line-height: 1.5625rem;
                color: #b2dfdb;
            }

        .picker__date-display .clockpicker-display .clockpicker-span-hours,
        .picker__date-display .clockpicker-display .clockpicker-span-minutes {
            -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-transition: color 0.5s;
            -o-transition: color 0.5s;
            transition: color 0.5s;
            cursor: pointer;
        }

.btn-floating.btn-flat {
    color: #fff;
    padding: 0;
    background: #4285f4;
}

    .btn-floating.btn-flat:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-floating.btn-flat:focus,
    .btn-floating.btn-flat:hover {
        background-color: #5a95f5 !important;
    }

    .btn-floating.btn-flat.active {
        background-color: #0b51c5 !important;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.picker__footer .clockpicker-button {
    margin: auto;
    margin-top: 0.9375rem;
    background-color: transparent;
    text-transform: uppercase;
}

    .picker__footer .clockpicker-button:focus {
        background-color: transparent;
    }

    .picker__footer .clockpicker-button:active {
        background-color: rgba(0, 150, 136, 0.25);
    }

.picker__box {
    padding: 0;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    overflow: hidden;
}

    .picker__box .picker__header {
        text-align: center;
        position: relative;
        margin-bottom: 1.25rem;
    }

        .picker__box .picker__header select {
            display: inline-block !important;
        }

        .picker__box .picker__header .picker__date-display {
            text-align: center;
            /*background-color: #4285f4;*/
            background-color: #933ec5;
            padding-bottom: 0.9375rem;
            font-weight: 300;
            margin-bottom: 1rem;
        }

            .picker__box .picker__header .picker__date-display .picker__weekday-display {
                /*background-color: #206ff2;*/
                background-color: #6f269a;
                padding: 0.625rem;
                font-weight: 200;
                letter-spacing: 0.5;
                font-size: 1rem;
                margin-bottom: 0.9375rem;
                color: #fff;
            }

            .picker__box .picker__header .picker__date-display .picker__month-display {
                text-transform: uppercase;
                font-size: 2rem;
                color: #fff;
            }

            .picker__box .picker__header .picker__date-display .picker__day-display {
                font-size: 4.5rem;
                font-weight: 400;
                color: #fff;
            }

            .picker__box .picker__header .picker__date-display .picker__year-display {
                font-size: 1.8rem;
                color: rgba(255, 255, 255, 0.4);
            }

        .picker__box .picker__header .picker__month,
        .picker__box .picker__header .picker__year {
            display: inline-block;
            margin-left: 0.25em;
            margin-right: 0.25em;
        }

        .picker__box .picker__header .picker__select--month,
        .picker__box .picker__header .picker__select--year {
            height: 2em;
            padding: 0;
            margin-left: 0.25em;
            margin-right: 0.25em;
            display: inline-block;
        }

            .picker__box .picker__header .picker__select--month:focus,
            .picker__box .picker__header .picker__select--year:focus {
                border-color: rgba(0, 0, 0, 0.05);
            }

        .picker__box .picker__header .picker__select--year {
            width: 30%;
        }

        .picker__box .picker__header .picker__select--month.browser-default {
            display: inline;
            width: 40%;
        }

        .picker__box .picker__header .picker__select--year.browser-default {
            display: inline;
            width: 25%;
        }

        .picker__box .picker__header .picker__nav--next,
        .picker__box .picker__header .picker__nav--prev {
            position: absolute;
            padding: 0.5em 1.55em;
            width: 1em;
            height: 1em;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            bottom: 0;
        }

            .picker__box .picker__header .picker__nav--next:hover,
            .picker__box .picker__header .picker__nav--prev:hover {
                cursor: pointer;
                color: #000;
                background: #ecf2fc;
            }

            .picker__box .picker__header .picker__nav--next:before,
            .picker__box .picker__header .picker__nav--prev:before {
                content: " ";
                border-top: 0.5em solid transparent;
                border-bottom: 0.5em solid transparent;
                border-right: 0.75em solid #676767;
                width: 0;
                height: 0;
                display: block;
                margin: 0 auto;
            }

        .picker__box .picker__header .picker__nav--prev {
            left: -1em;
            padding-right: 1.25em;
        }

        .picker__box .picker__header .picker__nav--next {
            right: -1em;
            padding-left: 1.25em;
        }

            .picker__box .picker__header .picker__nav--next:before {
                border-right: 0;
                border-left: 0.75em solid #676767;
            }

        .picker__box .picker__header .picker__nav--disabled,
        .picker__box .picker__header .picker__nav--disabled:before,
        .picker__box .picker__header .picker__nav--disabled:before:hover,
        .picker__box .picker__header .picker__nav--disabled:hover {
            cursor: default;
            background: 0 0;
            border-right-color: #f5f5f5;
            border-left-color: #f5f5f5;
        }

    .picker__box .picker__table {
        text-align: center;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        font-size: 1rem;
        width: 100%;
        margin-top: 0.75em;
        margin-bottom: 0.5em;
    }

        .picker__box .picker__table td,
        .picker__box .picker__table th {
            text-align: center;
        }

        .picker__box .picker__table td {
            margin: 0;
            padding: 0;
        }

        .picker__box .picker__table .picker__weekday {
            width: 14%;
            font-size: 0.9em;
            padding-bottom: 0.25em;
            color: #999;
            font-weight: 500;
        }

@media (min-height: 33.875em) {
    .picker__box .picker__table .picker__weekday {
        padding-bottom: 0.25em;
    }
}

.picker__box .picker__table .picker__day--today {
    position: relative;
    letter-spacing: -0.3;
    padding: 0.75rem 0;
    font-weight: 400;
    border: 1px solid transparent;
}

.picker__box .picker__table .picker__day.picker__day--today {
    color: #4285f4;
}

.picker__box .picker__table .picker__day--disabled:before {
    border-top-color: #aaa;
}

.picker__box .picker__table .picker__day--infocus {
    color: #595959;
    letter-spacing: -0.3;
    padding: 0.75rem 0;
    font-weight: 400;
    border: #595959 transparent;
}

    .picker__box .picker__table .picker__day--infocus:hover {
        cursor: pointer;
        color: #000;
        font-weight: 500;
    }

.picker__box .picker__table .picker__day--outfocus {
    display: none;
    padding: 0.75rem 0;
}

    .picker__box .picker__table .picker__day--outfocus:hover {
        cursor: pointer;
        color: #ddd;
        font-weight: 500;
    }

.picker__box .picker__table .picker--focused .picker__day--highlighted,
.picker__box .picker__table .picker__day--highlighted:hover {
    cursor: pointer;
}

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    /*background-color: #4285f4;*/
    background-color: #933ec5;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
}

    .picker__box .picker__table .picker--focused.picker__day--outfocus,
    .picker__box .picker__table .picker__day--selected.picker__day--outfocus,
    .picker__box .picker__table .picker__day--selected:hover.picker__day--outfocus {
        background-color: #ecf2fc;
    }

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--disabled,
.picker__box .picker__table .picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default;
}

.picker__box .picker__table .picker__day--highlighted.picker__day--disabled,
.picker__box .picker__table .picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb;
}

.picker__box .picker__footer {
    text-align: right;
    padding: 0.3125rem 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .picker__box .picker__footer .picker__button--clear,
    .picker__box .picker__footer .picker__button--close,
    .picker__box .picker__footer .picker__button--today {
        border: 1px solid #fff;
        background: #fff;
        font-size: 0.8em;
        padding: 1rem 0 0.7rem 0;
        font-weight: 700;
        width: 33%;
        display: inline-block;
        vertical-align: bottom;
        text-transform: uppercase;
    }

        .picker__box .picker__footer .picker__button--clear:hover,
        .picker__box .picker__footer .picker__button--close:hover,
        .picker__box .picker__footer .picker__button--today:hover {
            cursor: pointer;
            color: #000;
            background: #b1dcfb;
            border-bottom-color: #b1dcfb;
        }

        .picker__box .picker__footer .picker__button--clear:focus,
        .picker__box .picker__footer .picker__button--close:focus,
        .picker__box .picker__footer .picker__button--today:focus {
            background: #b1dcfb;
            border-color: rgba(0, 0, 0, 0.05);
            outline: 0;
        }

        .picker__box .picker__footer .picker__button--clear:before,
        .picker__box .picker__footer .picker__button--close:before,
        .picker__box .picker__footer .picker__button--today:before {
            position: relative;
            display: inline-block;
            height: 0;
        }

        .picker__box .picker__footer .picker__button--clear:before,
        .picker__box .picker__footer .picker__button--today:before {
            content: " ";
            margin-right: 0.45em;
        }

        .picker__box .picker__footer .picker__button--today:before {
            top: -0.05em;
            width: 0;
            border-top: 0.66em solid #0059bc;
            border-left: 0.66em solid transparent;
        }

        .picker__box .picker__footer .picker__button--clear:before {
            top: -0.25em;
            width: 0.66em;
            border-top: 3px solid #e20;
        }

        .picker__box .picker__footer .picker__button--close:before {
            content: "×";
            top: -0.1em;
            vertical-align: top;
            font-size: 1.1em;
            margin-right: 0.35em;
            color: #777;
        }

        .picker__box .picker__footer .picker__button--today[disabled],
        .picker__box .picker__footer .picker__button--today[disabled]:hover {
            background: #f5f5f5;
            border-color: #f5f5f5;
            color: #ddd;
            cursor: default;
        }

            .picker__box .picker__footer .picker__button--today[disabled]:before {
                border-top-color: #aaa;
            }

.picker__calendar-container {
    padding: 0 1rem;
}

    .picker__calendar-container thead {
        border: none;
    }

.btn-save {
    background-color: #933ec5;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-save img {
        padding-right: 10px;
        vertical-align: text-top;
    }

.btn-view-clinical-note {
    background-color: #4caf50;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-view-clinical-note img {
        padding-right: 10px;
    }

.btn-generate-persc {
    background-color: #4285f4;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-generate-persc a {
        color: #fff !important;
    }

    .btn-generate-persc img {
        padding-right: 10px;
        vertical-align: text-top;
    }

.btn-edit {
    background-color: #49c4d9;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-edit img {
        padding-right: 10px;
        vertical-align: text-top;
    }

.btn-delete {
    background-color: #f60040;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-delete img {
        padding-right: 10px;
        vertical-align: text-top;
    }

.btn-cancel {
    background-color: #a8a8a8;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
}

    .btn-cancel img {
        padding-right: 10px;
        vertical-align: inherit;
    }

.btn-reset {
    background-color: #e41b45 !important;
}

.search-table {
    border: 1px solid #d4d4d4;
    /*box-shadow: 0px 5px 17px #dddddd;*/
}

    .search-table table {
        margin-bottom: 0px;
    }

        .search-table table thead {
            /*border-bottom: 2px solid #d4d4d4;*/
            border-bottom: 1px solid #d4d4d4;
        }

            .search-table table thead th {
                font-weight: 700;
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 12px;
            }

        .search-table table tbody td {
            font-size: 12px;
            color: #000;
            padding-top: 8px;
            padding-bottom: 8px;
        }

.go-to-mapping {
    /*position: relative;
  bottom: 23px;*/
    position: relative;
    top: 35px;
    right: 10px;
}

    .go-to-mapping img {
        margin-right: 3px;
    }

    .go-to-mapping span {
        font-size: 13px;
        color: #933ec5;
        font-weight: 700;
    }

.bottom-20 {
    position: relative;
    bottom: 20px;
}

.blink_me {
    animation: blinker 1s linear infinite;
    color: #933ec5;
}

.collapse-chevron .fa-angle-down {
    transition: 0.3s transform ease-in-out;
}

.collapse-chevron .collapsed .fa-angle-down {
    transform: rotate(-90deg);
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-b-10 {
    padding-bottom: 10px;
}

.collapse-chevron a {
    font-weight: 400;
}

.collapse-chevron .ibox {
    margin-top: 0px !important;
}

.collapse-chevron span {
    font-size: 12px;
    color: #933ec5;
}

.collapse-chevron strong {
    font-size: 12px;
    color: #933ec5;
}

.collapse-chevron .ibox-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .collapse-chevron .ibox-content .brdr-bottom {
        border-bottom: 1px solid #acacac;
    }

    .collapse-chevron .ibox-content .brdr-right {
        border-right: 1px solid #acacac;
    }

    .collapse-chevron .ibox-content label {
        font-weight: 700;
        color: #000;
        font-size: 13px;
    }

    .collapse-chevron .ibox-content span {
        font-size: 12px;
        color: #000;
    }

    .collapse-chevron .ibox-content .brder-top {
        border-top: 1px solid #ece8e8;
    }

    .collapse-chevron .ibox-content .fa-angle-down {
        color: #933ec5;
    }

.pad-l-0 {
    padding-left: 0px;
}

.pad-r-0 {
    padding-right: 0px;
}

.pad-r-0-i {
    padding-right: 0px !important;
}

.mrg-b-15 {
    margin-bottom: 15px;
}

.mrg-t-15 {
    margin-top: 15px;
}

.mrg-t-20 {
    margin-top: 20px;
}

.mrg-t-10 {
    margin-top: 10px;
}

.sub-active-menu {
    color: #933ec5 !important;
}

.mrg-0 {
    margin: 0px;
}



.print-icon {
    right: 250px;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    /*background: url("//demosthenes.info/assets/images/polina.jpg") no-repeat;*/
    background-size: cover;
    transition: 1s opacity;
}

.stopfade {
    opacity: 0.5;
}

.daw-text {
    position: relative;
    top: 8px;
}

    .daw-text label {
        float: left;
        color: #000;
        font-size: 13px;
        padding-top: 2px;
    }

    .daw-text .sales-txt-choose {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: auto;
        position: absolute;
        left: 60px;
    }

.sales-txt-choose-extend {
    left: 210px !important;
}

.daw-text .sales-txt-choose h6 {
    position: relative;
    left: 0px;
    overflow: hidden;
    color: #488c24;
    padding-left: 11px;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 2px;
}

.daw-text .sales-txt-choose li {
    color: #000;
    position: relative;
    float: left;
    height: auto;
    overflow: hidden;
}

    .daw-text .sales-txt-choose li input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .daw-text .sales-txt-choose li label {
        display: inline-block;
        position: relative;
        font-weight: 300;
        font-size: 15px;
        padding: 0px 0px 0 37px;
        /*margin: -2px auto;*/
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        vertical-align: top;
    }

    .daw-text .sales-txt-choose li .check {
        display: block;
        position: absolute;
        border: 2px solid #ced4da;
        border-radius: 100%;
        height: 20px;
        width: 20px;
        top: 0px;
        left: 10px;
        z-index: 5;
        transition: border 0.25s linear;
        -webkit-transition: border 0.25s linear;
    }

        .daw-text .sales-txt-choose li .check::before {
            display: block;
            position: absolute;
            content: "";
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 2px;
            left: 2px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

    .daw-text .sales-txt-choose li input[type=radio]:checked ~ .check {
        border: 3px solid #933ec5;
    }

        .daw-text .sales-txt-choose li input[type=radio]:checked ~ .check::before {
            background: #933ec5;
        }

.check-status {
    /*position: relative;
  top: 8px;*/
}

    .check-status label {
        float: left;
        color: #000;
        font-size: 13px;
        top: 1px;
    }

    .check-status .sales-txt-choose {
        list-style: none;
        margin: 0;
        /*padding: 0;*/
        overflow: auto;
        position: absolute;
        left: 60px;
    }

        .check-status .sales-txt-choose h6 {
            position: relative;
            left: 0px;
            overflow: hidden;
            color: #488c24;
            padding-left: 11px;
            font-size: 12px;
            padding-left: 5px;
            padding-top: 2px;
        }

        .check-status .sales-txt-choose li {
            color: #000;
            position: relative;
            float: left;
            height: auto;
            overflow: hidden;
        }

            .check-status .sales-txt-choose li input[type=radio] {
                position: absolute;
                visibility: hidden;
            }

            .check-status .sales-txt-choose li label {
                display: inline-block;
                position: relative;
                font-weight: 300;
                font-size: 13px;
                padding: 0px 0px 0 37px;
                /*margin: -2px auto;*/
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear;
                vertical-align: top;
                top: 1px;
            }

            .check-status .sales-txt-choose li .check {
                display: block;
                position: absolute;
                border: 2px solid #ced4da;
                border-radius: 100%;
                height: 20px;
                width: 20px;
                top: 0px;
                left: 10px;
                z-index: 5;
                transition: border 0.25s linear;
                -webkit-transition: border 0.25s linear;
            }

                .check-status .sales-txt-choose li .check::before {
                    display: block;
                    position: absolute;
                    content: "";
                    border-radius: 100%;
                    height: 10px;
                    width: 10px;
                    top: 2px;
                    left: 2px;
                    margin: auto;
                    transition: background 0.25s linear;
                    -webkit-transition: background 0.25s linear;
                }

            .check-status .sales-txt-choose li input[type=radio]:checked ~ .check {
                border: 3px solid #933ec5;
            }

                .check-status .sales-txt-choose li input[type=radio]:checked ~ .check::before {
                    background: #933ec5;
                }

/*.file-field.big .file-path-wrapper {
    height: 3.2rem;
}

.file-field.big .file-path-wrapper .file-path {
    height: 3rem;
}*/
.btn-floating.btn-lg {
    width: 35px;
    height: 35px;
}

.amber.darken-2 {
    background-color: #933ec5 !important;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*margin: 10px;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

    .btn-floating.btn-lg i {
        font-size: 1.2rem;
        line-height: 35px;
    }

    .btn-floating i {
        display: inline-block;
        width: inherit;
        text-align: center;
        color: #fff;
    }

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

/*.file-field.big .file-path-wrapper {
    height: 3.2rem;
}*/
.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}

/*.file-field.big .file-path-wrapper .file-path {
    height: 3rem;
}*/
.file-field input.file-path {
    width: 100%;
    height: 1.8rem;
    font-size: 13px;
    padding-top: 2px;
}

.preview p {
    position: relative;
    left: 5px;
    font-size: 13px;
    top: 7px;
}

.preview img {
    order: 1;
    height: 30px;
}

.preview ol {
    list-style-type: none;
}

.preview1 p {
    position: relative;
    left: 5px;
    font-size: 13px;
    top: 7px;
}

.preview1 img {
    order: 1;
    height: 30px;
}

.preview1 ol {
    list-style-type: none;
}

/*form {
    width: 600px;
    background: #ccc;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid black;
}*/
/*form li, div > p {
    background: #eee;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid black;
}*/
/*form img {
         height: 64px;
        order: 1;
    }

    form p {
        line-height: 32px;
        padding-left: 10px;
    }

    form label, form button {
        background-color: #7F9CCB;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px ridge black;
        font-size: 0.8rem;
        height: auto;
    }

    form label:hover, form button:hover {
        background-color: #2D5BA3;
        color: white;
    }

    form label:active, form button:active {
        background-color: #0D3F8F;
        color: white;
    }*/
.c .input-field {
    position: relative;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.select-city-dd .select-wrapper {
    position: relative;
}

    .select-city-dd .select-wrapper input.select-dropdown {
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #ced4da;
        outline: none;
        width: 100%;
        font-size: 13px;
        margin: 0 0 8px 0;
        padding: 0;
        display: block;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 1;
        color: #495057;
        margin: 0px 0 0.5rem;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0.2rem 0 0;
    }

.select-city-dd ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.select-city-dd .dropdown-content {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 6.25rem;
    max-height: 40.625rem;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.select-city-dd .select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03);
}

.select-city-dd ul:not(.browser-default) > li {
    list-style-type: none;
}

.select-city-dd .dropdown-content li {
    clear: both;
    color: #000;
    cursor: pointer;
    line-height: 1.3rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

    .select-city-dd .dropdown-content li > a, .select-city-dd .dropdown-content li > span {
        font-size: 16px;
        color: #26a69a;
        display: block;
        line-height: 22px;
        padding: 14px 16px;
    }

.select-city-dd .select-dropdown li.disabled, .select-city-dd .select-dropdown li.disabled > span, .select-city-dd .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
}

.select-city-dd .dropdown-content li > a, .select-city-dd .dropdown-content li > span {
    font-size: 0.9rem;
    color: #4285f4;
    display: block;
    padding: 0.5rem;
}

.select-city-dd .select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}

.select-city-dd .disabled, .select-city-dd :disabled {
    pointer-events: none !important;
}

.select-city-dd select {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    height: 3rem;
    display: none;
}

.select-city-dd .select-dropdown li.disabled, .select-city-dd .select-dropdown li.disabled > span, .select-city-dd .select-dropdown li.optgroup {
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
}

.select-city-dd .input-field > label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.select-city-dd input:not([type]) + label:after, .select-city-dd input[type=text]:not(.browser-default) + label:after, .select-city-dd input[type=password]:not(.browser-default) + label:after, .select-city-dd input[type=email]:not(.browser-default) + label:after, .select-city-dd input[type=url]:not(.browser-default) + label:after, .select-city-dd input[type=time]:not(.browser-default) + label:after, .select-city-dd input[type=date]:not(.browser-default) + label:after, .select-city-dd input[type=datetime]:not(.browser-default) + label:after, .select-city-dd input[type=datetime-local]:not(.browser-default) + label:after, .select-city-dd input[type=tel]:not(.browser-default) + label:after, .select-city-dd input[type=number]:not(.browser-default) + label:after, .select-city-dd input[type=search]:not(.browser-default) + label:after, .select-city-dd textarea.materialize-textarea + label:after, .select-city-dd .select-wrapper + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.select-city-dd .select-wrapper + label {
    transition: 0.2s ease-out;
    cursor: text;
    color: #757575;
    left: 0;
    transform: translateY(-105%);
    position: absolute;
    /*font-size: 0.75rem;*/
    font-size: 13px;
}

.barcodescan {
    /*position: relative;
  top: 80px;*/
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
}

.brcode-img {
    position: relative;
    left: 30px;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 13px;
    margin-top: -25px;
}

    .custom-file-upload label {
        display: block;
        margin-bottom: 5px;
    }

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 45%;
    color: #000;
    font-size: 13px;
    padding: 8px 15px;
    border: none;
    background-color: #fff;
    transition: all 0.2s ease-in;
    float: left;
    /* border-bottom: 1px solid #d4d4d4; */
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .file-upload-input:hover, .file-upload-input:focus {
        /*background-color: darken(#933ec5, 5);*/
        outline: none;
    }

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 15px;
    border: none;
    margin-left: -1px;
    background-color: #fff;
    float: left;
    border-left: 1px solid #c1c1c1 !important;
    transition: all 0.2s ease-in;
    border: 1px solid #d4d4d4;
    height: auto;
    min-height: 37px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

    .file-upload-button:hover {
        background-color: #592479;
        color: #fff;
    }

.patient-history {
    padding: 15px 15px 10px 15px;
    font-size: 14px;
    border-bottom: 0;
}

    .patient-history h6 {
        font-size: 14px;
        margin-bottom: 0;
        border-bottom: 1px solid #eceff1;
        padding-bottom: 10px;
    }

.patient-history-content {
    margin-left: 15px;
    margin-right: 15px;
}

    .patient-history-content label, .patient-history-content span {
        font-size: 13px;
    }

    .patient-history-content label {
        font-weight: 700;
    }

.generate-presc {
    padding: 15px 15px 20px 15px;
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eceff1;
}

.search-data {
    padding-top: 10px;
    width: 25%;
}

    .search-data i {
        position: absolute;
        left: 25px;
        top: 18px;
        bottom: auto;
    }

    .search-data input {
        /*width: 92% !important;*/
        width: 89% !important;
        padding-left: 30px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border: 1px solid #e6e6e6 !important;
        font-size: 14px;
        border-radius: 30px !important;
    }

.presc-history:after {
    content: "";
    background: #903cc0;
    height: 32px;
    width: 5px;
    display: block;
    position: absolute;
    top: 30px;
    bottom: 0;
}

.view-presc-table {
    border-radius: 5px;
    margin-top: 10px;
    /*table {
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  }*/
}

    .view-presc-table thead {
        border: 1px solid #933ec5;
    }

        .view-presc-table thead tr {
            background: #933ec5;
            color: #fff;
            border-radius: 5px;
        }


        .view-presc-table thead th {
            /*font-weight: 700;*/
            /*padding-top: 12px;
  padding-bottom: 12px;*/
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 13px;
            cursor: pointer;
            border-right: 1px solid #ffffff26;
        }

        .view-presc-table thead tr th a {
            background: #933ec5;
            color: #fff;
        }

    .view-presc-table tbody {
        border: 1px solid #ececec;
    }

        .view-presc-table tbody tr {
            background-color: #ffffff;
            /*box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);*/
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .view-presc-table tbody td {
            /*font-weight: 700;*/
            /*padding-top: 12px;
  padding-bottom: 12px;*/
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 12px;
            border: 0px;
            vertical-align: middle;
        }

.btn {
    padding: 10px 15px !important;
}

.md-form input[type=text]:focus:not([readonly]) {
    box-shadow: 0 1px 0 0 #fff;
}

.presc-history {
    border-bottom: 1px solid #e8e6e6;
    padding-bottom: 8px;
    position: relative;
    bottom: 20px;
}

    .presc-history label {
        padding-top: 25px;
        padding-left: 2px;
        padding-bottom: 0;
        /*font-size: 14px;*/
        font-size: 16px;
        font-weight: 600;
    }

.left-15 {
    left: 15px !important;
}

.back-to-search h5 {
    float: left;
}

.back-to-search a {
    color: #933ec5;
    float: right;
    font-size: 13px;
}

.back-to-search img {
    padding-right: 2px;
    position: relative;
    top: -1px;
}

.add-clinical-note {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.past-medical-history-heading {
    font-weight: 700;
}

    .past-medical-history-heading label {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

.past-medical-history-content {
    /*.bs-switch {
      left: 15px;
  }

  .bs-switch input:checked + .slider {
      background-color: #933ec5;
  }*/
}

    .past-medical-history-content label {
        font-weight: 700;
        float: left;
        font-size: 13px;
        padding-top: 5px;
    }

.switch label {
    cursor: pointer;
    padding-left: 15px;
    font-weight: 400;
}

    .switch label input[type=checkbox] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch label .lever {
        content: "";
        display: inline-block;
        position: relative;
        background-color: #818181;
        -webkit-border-radius: 0.9375rem;
        border-radius: 0.9375rem;
        margin-right: 0.625rem;
        vertical-align: middle;
        margin: 0 1rem;
        width: 2.5rem;
        height: 0.9375rem;
        -webkit-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
        margin-left: 8px;
        margin-right: 8px;
    }

    .switch label input[type=checkbox]:checked + .lever {
        background-color: #dccfe2;
    }

        .switch label input[type=checkbox]:checked + .lever:after {
            background-color: #a6c;
            left: 1.5rem;
        }

    .switch label .lever:after {
        content: "";
        position: absolute;
        display: inline-block;
        background-color: #f1f1f1;
        -webkit-border-radius: 1.3125rem;
        border-radius: 1.3125rem;
        left: -0.3125rem;
        top: -0.1875rem;
        -webkit-box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
        box-shadow: 0 0.0625rem 0.1875rem 0.0625rem rgba(0, 0, 0, 0.4);
        width: 1.3125rem;
        height: 1.3125rem;
        -webkit-transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
        transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 1s ease;
        -o-transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
        transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease;
        transition: left 0.3s ease, background 0.3s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease;
    }

.diseas-name {
    margin-top: 10px;
}

    .diseas-name label {
        float: left;
        margin-bottom: 0;
        font-size: 13px;
        /*padding-bottom: 0;
  padding-top: 10px;*/
    }

    .diseas-name .md-form {
        margin-top: -5px;
        margin-bottom: 10px;
        padding: 0;
        margin-left: 20px;
    }

        .diseas-name .md-form input {
            font-size: 13px;
        }

        .diseas-name .md-form label {
            font-size: 13px;
        }

.pad-t-7 {
    padding-top: 7px;
}

.mrg-l-10 {
    margin-left: 10px;
}

.view-all-presc-history {
    margin-top: 10px;
}

    .view-all-presc-history label {
        font-size: 13px;
        font-weight: 700;
    }

    .view-all-presc-history span {
        font-size: 13px;
    }

    .view-all-presc-history .view-presc-list {
        margin-left: 0px;
        /*box-shadow: 2px 0px 10px #afafaf;*/
        border: 1px solid #ccc;
        margin-right: 0px;
        padding: 10px 5px;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .view-all-presc-history .col-md-1 {
        -ms-flex: 0 0 1%;
        flex: 0 0 1%;
        max-width: 1%;
        font-size: 13px;
        padding-top: 3px;
    }

    .view-all-presc-history .col-md-11 {
        -ms-flex: 0 0 98%;
        flex: 0 0 98%;
        max-width: 98%;
    }

    .view-all-presc-history ul {
        padding-left: 0;
    }

    .view-all-presc-history li {
        list-style-type: none;
    }

.mrg-t-13-i {
    margin-top: 13px !important;
}

.search-pharmasict-table button {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.search-pharmasict-table tbody tr {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.send-query {
    /*font-size: 12px;
  padding-top: 12px;
  padding-bottom: 12px;*/
    font-size: 14px;
    color: #fff !important;
}

    .send-query img {
        margin-right: 5px;
    }

.histoy-popup {
    /*.modal-c-tabs .nav-tabs {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
      margin: -1.5rem 1rem 0;
  }*/
}

    .histoy-popup .nav-link {
        border: 0;
    }

    .histoy-popup .modal-body {
        padding-left: 14px !important;
        padding-right: 0 !important;
        padding-top: 0px !important;
    }

        .histoy-popup .modal-body lable {
            font-size: 14px;
            padding-bottom: 8px;
        }

        .histoy-popup .modal-body textarea {
            font-size: 13px;
            margin-top: 8px;
            padding: 5px 10px;
        }

    .histoy-popup .light-blue.darken-3 {
        background-color: #933ec5 !important;
    }

    .histoy-popup .modal-footer {
        text-align: center;
        padding: 5px;
        display: block;
    }

/*#disqus_thread {
    position: relative;

}

#disqus_thread:after {
    content: "";
    display: block;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: white;
}*/
.media .avatar {
    width: 64px;
}

.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}

.basic-textarea textarea {
    height: auto;
}

.rounded-corners textarea {
    border-radius: 0.25rem;
}

.reply-comment .input-group textarea {
    width: 30%;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 13px;
}

.reply-comment .input-group .input-group-prepend {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.reply-comment h5 {
    font-size: 14px;
}

.reply-comment .blue-text {
    color: #933ec5 !important;
}

.reply-comment .media .avatar {
    width: 50px;
}

.reply-comment textarea {
    resize: none;
}

.reply-comment span {
    font-size: 13px;
    color: #000;
}

.reply-comment .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .reply-comment .input-group > .custom-select:focus, .reply-comment .input-group > .form-control:focus {
    z-index: 0;
}

.reply-comment .input-group {
    /*width: 30%;*/
}

    .reply-comment .input-group a {
        font-size: 13px;
        /*background: #933ec5;*/
        color: #fff;
    }

        .reply-comment .input-group a img {
            margin-right: 8px;
        }

        .reply-comment .input-group a:hover {
            color: #fff;
        }

.footer-btn img {
    width: 15px;
}

.footer-btn > a {
    border-right: 1px solid #933ec5;
    padding-right: 5px;
}

    .footer-btn > a:last-child {
        border-right: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

.footer-btn span {
    color: #933ec5 !important;
}

.mrg-t-5-i {
    margin-top: 5px !important;
}

.bg-green {
    background-color: #6e9c12;
}

.no-record-found lable {
    font-size: 13px;
    color: red;
}

.no-record-found button {
    font-size: 13px;
    padding: 9px 15px;
}

    .no-record-found button img {
        padding-right: 0;
        margin-right: 5px;
        width: 15px;
    }

.cguardid {
    padding-top: 15px;
}

    .cguardid label {
        font-weight: 700;
        font-size: 13px;
    }

    .cguardid span {
        font-size: 13px;
        color: #000;
    }

.font-size-13 {
    font-size: 13px;
}

.repeat-filed {
    border-bottom: 1px solid #eceff1;
}

.new-fildes {
    border-top: 1px solid #eceff1;
}

.dashboard-pres-detail label {
    padding-top: 0;
    position: relative;
    /*top: 7px;*/
}

.dashboard-pres-detail form {
    padding-top: 0px;
    margin-top: -8px !important;
}

    .dashboard-pres-detail form i {
        top: 12px;
    }

.dashboard-pres-history > .row {
    position: relative;
    /*margin-right: 15px;
  margin-left: 15px;*/
    border-radius: 5px;
}

.dashboard-pres-history .flag-icon {
    border: 1px solid #933ec5;
    border-radius: 3px;
    background: #933ec5;
    height: 100%;
    width: 45px;
    padding: 4px 7px;
    position: absolute;
    top: 0%;
    left: 0px;
    right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    z-index: 9;
    box-shadow: 2px 0px 10px #afafaf;
}

    .dashboard-pres-history .flag-icon i {
        color: #fff;
        font-size: 24px;
        position: absolute;
        top: 45%;
        left: 8px;
    }

.chng-pwd-tabs {
    border: 1px solid #d4d4d4 !important;
}

    .chng-pwd-tabs .light-blue.darken-3 {
        background-color: #933ec5 !important;
    }

    .chng-pwd-tabs .nav-link {
        border: 0;
    }

.login-page {
    /*max-width: 50%;*/
    height: 100%;
}

    .login-page .request-access {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0;
    }

        .login-page .request-access label {
            font-size: 12px !important;
        }

        .login-page .request-access input {
            font-size: 12px !important;
        }

    .login-page .select-city-dd .select-wrapper input.select-dropdown {
        padding: 0;
        margin: 0;
        height: 30px;
    }

    .login-page .modal-footer > :not(:last-child) {
        margin-right: 7.25rem;
    }

.service-txtbox {
    margin-top: 0px;
}

    .service-txtbox input {
        color: #000;
        /*padding-bottom: 5px;*/
        font-size: 13px;
        padding-bottom: 0px;
    }

    .service-txtbox label {
        color: #000;
        font-size: 13px;
    }

.f-w-700 {
    font-weight: 700;
}

.f-w-400 {
    font-weight: 400;
}

.add-provider {
    font-size: 12px;
    font-weight: 700;
}

    .add-provider img {
        width: 15px;
        margin-right: 5px;
    }

@media only screen and (max-width: 767px) {
    .login-page {
        max-width: 100% !important;
        height: 100%;
    }
}

.paging-nav {
    /*display: inline-block;*/
    display: table;
    margin: 0 auto;
}

    .paging-nav a {
        color: black;
        float: left;
        padding: 6px 13px;
        text-decoration: none;
        transition: background-color 0.3s;
        border-radius: 50%;
        font-size: 13px;
    }

        .paging-nav a.selected-page {
            background-color: #933ec5;
            color: white;
        }

        .paging-nav a:hover:not(.active) {
            background-color: #ddd;
        }

.pagination {
    /*display: inline-block;*/
    display: table;
    margin: 0 auto;
}

    .pagination a {
        color: black;
        float: left;
        padding: 6px 13px;
        text-decoration: none;
        transition: background-color 0.3s;
        border-radius: 50%;
        font-size: 13px;
    }

        .pagination a.selected-page {
            background-color: #933ec5;
            color: white;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }

.credential-warning img {
    position: absolute;
    left: auto;
    right: 295px;
    float: right;
    top: 15px;
}

.credential-warning #container {
    background: #45453f;
    position: absolute;
    left: auto;
    right: 306px;
    float: right;
    top: 13px;
}

.credential-warning .pulse {
    width: 10px;
    height: 10px;
    border: 1px solid red;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: red;
    z-index: 10;
    position: absolute;
}

.credential-warning .dot {
    border: 5px solid red;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 40px;
    width: 40px;
    -webkit-animation: pulse 1s ease-out;
    -moz-animation: pulse 1s ease-out;
    animation: pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.add-member-popup {
    max-width: 45%;
    /*.service-txtbox {
      margin-bottom: 0;
  }*/
}

    .add-member-popup .modal-body {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .add-member-popup label {
        font-size: 13px !important;
        /*top: 1.4rem;*/
    }

    .add-member-popup input {
        font-size: 13px !important;
        padding-bottom: 0px !important;
    }

    .add-member-popup .tab-content {
        padding: 1rem 0 0 !important;
    }

.character-counter {
    display: none;
}

.theme-pagination ul {
    /* padding-top: 40px; */
    padding-top: 0px;
    padding-bottom: 70px;
    display: block;
}

    .theme-pagination ul li {
        display: inline-block;
    }

        .theme-pagination ul li a {
            display: block;
            font-size: 16px;
            color: #232323;
            /* width: 50px; */
            width: 70px;
            /* line-height: 48px; */
            line-height: 38px;
            text-align: center;
            border-radius: 5px;
            border: 1px solid #dadada;
            padding: 0.5rem 1px;
        }

            .theme-pagination ul li a:hover, .theme-pagination ul li.active a {
                color: #fff;
            }

        .theme-pagination ul li.active a {
            cursor: default;
        }

.hidden-print {
    display: none;
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    html, body {
        width: 210mm;
        /*height: 297mm;*/
        height: 100%;
    }

    .hidden-print {
        display: block;
    }

    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }

    page {
        background: white;
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5cm;
        box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    }

        page[size=A4] {
            width: 21cm;
            height: 29.7cm;
        }

    .prescription-hisotry nav {
        display: none;
    }

    .prescription-hisotry .navbar {
        display: none;
    }

    .prescription-hisotry .top-header {
        display: none;
    }

    .prescription-hisotry .hide-prescription {
        display: none;
    }

    .prescription-hisotry .navbar-top-links {
        display: none;
    }

    .prescription-hisotry .ibox-content {
        border: 0;
    }

    .prescription-hisotry .ibox-title {
        background-color: #fff;
        border-bottom: 1px solid #ccc !important;
        border: 0;
        min-height: 70px;
        padding: 9px 0px;
    }

        .prescription-hisotry .ibox-title .presc-heading {
            text-align: center;
            padding-top: 15px;
            font-weight: 700;
            font-size: 18px;
        }

    .prescription-hisotry footer {
        border-top: 1px solid #ccc !important;
    }

    .prescription-hisotry img {
        vertical-align: text-top;
        padding-top: 2px;
        margin-right: 2px;
    }

    .prescription-hisotry .barcode-scan-print {
        left: -5px;
        position: relative;
    }
}

.p-r-5-i {
    padding-right: 5px !important;
}

.v-align-sub {
    vertical-align: sub;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0;
    float: left;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: inline-block;
        height: 1.5625rem;
        line-height: 1.5625rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 1px solid #fff;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.form-check-label {
    margin-bottom: 0;
    font-weight: 500 !important;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/*************************************************** Select All ******************************************************/
.form-check-select {
    position: relative;
    display: block;
    padding-left: 0;
    float: left;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input-select {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input-select[type=checkbox] + label, label.btn input[type=checkbox] + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: inline-block;
        height: 1.5625rem;
        line-height: 1.5625rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.form-check-label-select {
    margin-bottom: 0;
}

.form-check-input-select[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check-input-select[type=checkbox] + label:before, .form-check-input-select[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 1px solid #933ec5;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        margin-top: 3px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.form-check-label-select {
    margin-bottom: 0;
    font-weight: 500 !important;
}

.form-check-input-select[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input-select[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #933ec5;
    border-bottom: 2px solid #933ec5;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.drug-form {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 15px;
}

    .drug-form .form-control {
        padding-bottom: 0;
    }

    .drug-form label {
        margin-bottom: 0;
        font-size: 13px !important;
    }

.brdr-bottom {
    border-bottom: 1px solid #ccc;
}

.histoy-popup .modal-body.pl-15 {
    padding-left: 15px !important;
}

.histoy-popup .modal-body.pr-15 {
    padding-right: 15px !important;
}

.partial-patient-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

    .partial-patient-info label {
        font-weight: 700;
        font-size: 13px;
    }

.desclimber-textarea textarea {
    font-size: 13px !important;
    padding: 5px 0px !important;
    margin-top: 0 !important;
}

.desclimber-textarea label {
    font-size: 13px;
}

.message-board textarea {
    font-size: 13px;
}

.message-board label {
    font-size: 13px;
}

.message-warning img {
    position: absolute;
    left: 4px;
    right: 295px;
    float: right;
    top: 5px;
    width: 14px;
}

.message-warning #container {
    background: #45453f;
    position: absolute;
    left: auto;
    right: 18px;
    float: right;
    top: -6px;
}

.message-warning .pulse {
    width: 25px;
    height: 25px;
    border: 1px solid red;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: red;
    z-index: 10;
    position: absolute;
    box-shadow: 2px 0px 10px #afafaf;
    box-shadow: 0px 1px 5px red;
}

.message-warning .dot {
    border: 5px solid red;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 1s ease-out;
    -moz-animation: pulse 1s ease-out;
    animation: pulse 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
    opacity: 0;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

/************************************************************************************/
.wizard-container {
    /*padding-top: 100px;*/
    z-index: 3;
}

    .wizard-container .wizard-navigation {
        position: relative;
    }

/*.card {
    background-color: #FFFFFF;
    padding: 10px 0;
    width: 100%;
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff;
}*/
/*.wizard-card {
    min-height: 410px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}*/
.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .tab-content {
    border-radius: 0;
}

.wizard-card .picture:hover {
    border-color: #2ca8ff;
}

.wizard-card .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 13px;
    text-transform: capitalize;
    -webkit-font-smoothing: subpixel-antialiased;
    top: -2px;
    left: 5px;
    /*left: 30px;*/
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card[data-color=purple] .moving-tab {
    background-color: #9c27b0;
    box-shadow: 0 16px 26px -10px rgba(156, 39, 176, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.wizard-card[data-color=purple] .picture:hover {
    border-color: #9c27b0;
}

.wizard-card[data-color=purple] .choice:hover .icon, .wizard-card[data-color=purple] .choice.active .icon {
    border-color: #9c27b0;
    color: #9c27b0;
}

.wizard-card[data-color=purple] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #9c27b0;
}

.wizard-card[data-color=purple] .radio input[type=radio]:checked ~ .check {
    background-color: #9c27b0;
}

.wizard-card[data-color=purple] .radio input[type=radio]:checked ~ .circle {
    border-color: #9c27b0;
}

.wizard-card[data-color=green] .moving-tab {
    background-color: #4caf50;
    box-shadow: 0 16px 26px -10px rgba(76, 175, 80, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.wizard-card[data-color=green] .picture:hover {
    border-color: #4caf50;
}

.wizard-card[data-color=green] .choice:hover .icon, .wizard-card[data-color=green] .choice.active .icon {
    border-color: #4caf50;
    color: #4caf50;
}

.wizard-card[data-color=green] .form-group .form-control {
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2);
}

.wizard-card[data-color=green] .radio input[type=radio]:checked ~ .check {
    background-color: #4caf50;
}

.wizard-card[data-color=green] .radio input[type=radio]:checked ~ .circle {
    border-color: #4caf50;
}

.wizard-card[data-color=blue] .moving-tab {
    background-color: #005c32;
    box-shadow: 0 16px 26px -10px rgba(30, 82, 164, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(30, 82, 164, 0.2);
}

.wizard-card[data-color=blue] .picture:hover {
    border-color: #005c32;
}

.wizard-card[data-color=blue] .choice:hover .icon, .wizard-card[data-color=blue] .choice.active .icon {
    border-color: #005c32;
    color: #005c32;
}

.wizard-card[data-color=blue] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #005c32;
}

.wizard-card[data-color=blue] .radio input[type=radio]:checked ~ .check {
    background-color: #005c32;
}

.wizard-card[data-color=blue] .radio input[type=radio]:checked ~ .circle {
    border-color: #005c32;
}

.wizard-card[data-color=orange] .moving-tab {
    background-color: #ff9800;
    box-shadow: 0 16px 26px -10px rgba(255, 152, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.wizard-card[data-color=orange] .picture:hover {
    border-color: #ff9800;
}

.wizard-card[data-color=orange] .choice:hover .icon, .wizard-card[data-color=orange] .choice.active .icon {
    border-color: #ff9800;
    color: #ff9800;
}

.wizard-card[data-color=orange] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #ff9800;
}

.wizard-card[data-color=orange] .radio input[type=radio]:checked ~ .check {
    background-color: #ff9800;
}

.wizard-card[data-color=orange] .radio input[type=radio]:checked ~ .circle {
    border-color: #ff9800;
}

.wizard-card[data-color=red] .moving-tab {
    background-color: #f44336;
    box-shadow: 0 16px 26px -10px rgba(244, 67, 54, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.wizard-card[data-color=red] .picture:hover {
    border-color: #f44336;
}

.wizard-card[data-color=red] .choice:hover .icon, .wizard-card[data-color=red] .choice.active .icon {
    border-color: #f44336;
    color: #f44336;
}

.wizard-card[data-color=red] .checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background-color: #f44336;
}

.wizard-card[data-color=red] .radio input[type=radio]:checked ~ .check {
    background-color: #f44336;
}

.wizard-card[data-color=red] .radio input[type=radio]:checked ~ .circle {
    border-color: #f44336;
}

.wizard-card .picture input[type=file] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard-card .picture-src {
    width: 100%;
}

.wizard-card .tab-content {
    min-height: 340px;
    padding: 20px 15px;
}

.wizard-card .wizard-footer {
    padding: 0 15px;
}

    .wizard-card .wizard-footer .checkbox {
        margin-top: 16px;
    }

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header {
    text-align: center;
    padding: 25px 0 35px;
}

    .wizard-card .wizard-header h5 {
        margin: 5px 0 0;
    }

.wizard-card .nav-pills > li {
    text-align: center;
}

.wizard-card .btn {
    text-transform: uppercase;
}

.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

    .wizard-card .choice .icon {
        text-align: center;
        vertical-align: middle;
        height: 116px;
        width: 116px;
        border-radius: 50%;
        color: #999999;
        margin: 0 auto 20px;
        border: 4px solid #CCCCCC;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .wizard-card .choice i {
        font-size: 40px;
        line-height: 111px;
    }

    .wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
        border-color: #2ca8ff;
    }

    .wizard-card .choice input[type=radio],
    .wizard-card .choice input[type=checkbox] {
        position: absolute;
        left: -10000px;
        z-index: -1;
    }

.wizard-card .btn-finish {
    display: none;
}

.wizard-card .description {
    color: #999999;
    font-size: 14px;
}

.wizard-card .wizard-title {
    margin: 0;
}

/***************************************************************************************************************/
.wizard {
    background-color: #fff;
}

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .wizard a,
    .tabcontrol a {
        outline: 0;
    }

    .wizard ul,
    .tabcontrol ul {
        list-style: none !important;
        padding: 0;
        margin: 0;
    }

        .wizard ul > li,
        .tabcontrol ul > li {
            display: block;
            padding: 0;
        }

    /* Accessibility */
    .wizard > .steps .current-info,
    .tabcontrol > .steps .current-info {
        position: absolute;
        left: -999em;
    }

    .wizard > .content > .title,
    .tabcontrol > .content > .title {
        position: absolute;
        left: -999em;
    }

    /*
    Wizard
*/
    .wizard > .steps {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-collapse: separate;
        box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
        border: 1px solid #933ec5;
    }

    .wizard.vertical > .steps {
        display: inline;
        float: left;
        width: 30%;
    }

    .wizard > .steps > ul > li {
        display: table-cell;
        width: 1%;
        position: relative;
        line-height: 48px;
        margin: 0;
        text-align: center;
    }

        .wizard > .steps > ul > li:before {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            border: 24px solid transparent;
            z-index: 1;
            border-right: 0;
            right: -15px;
            border-left: 14px solid rgba(0, 0, 0, 0.2);
        }

        .wizard > .steps > ul > li:after {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            border: 24px solid transparent;
            z-index: 1;
            border-right: 0;
            right: -14px;
            border-left: 14px solid #fff;
        }

        .wizard > .steps > ul > li.current:before {
            right: -14px;
            border-left: 14px solid;
        }

        .wizard > .steps > ul > li.current:after {
            right: -14px;
            border-left: 14px solid;
        }

        .wizard > .steps > ul > li.done:before {
            right: -14px;
            border-left: 14px solid #3C763D;
        }

        .wizard > .steps > ul > li.done:after {
            right: -13px;
            border-left: 14px solid #EEF9EA;
        }

        .wizard > .steps > ul > li.error:before {
            right: -14px;
            border-left: 14px solid;
            border-left-color: #A94442 !important;
        }

        .wizard > .steps > ul > li.error:after {
            right: -13px;
            border-left: 14px solid;
            border-left-color: #F9F0F0 !important;
        }

        .wizard > .steps > ul > li a:after {
            content: "";
            font: normal normal normal 24px/1 MaterialDesignIcons;
            position: absolute;
            margin-left: 6px;
            line-height: inherit;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .wizard > .steps > ul > li:last-child:after {
            display: none;
        }

    .wizard.vertical > .steps > ul > li {
        float: none;
        width: 100%;
    }

.steps .number {
    padding-left: 15px;
}

.wizard > .steps a {
    display: block;
    font-size: 13px;
    width: auto;
    height: 48px;
    color: #757575;
    overflow: hidden;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: white;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background-color: #EEF9EA !important;
    color: #3C763D !important;
}

    .wizard > .steps .done a:after,
    .wizard > .steps .done a:hover:after,
    .wizard > .steps .done a:active:after {
        content: "✓";
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
    background-color: #F9F0F0 !important;
    color: #A94442 !important;
}

    .wizard > .steps .error a:after,
    .wizard > .steps .error a:hover:after,
    .wizard > .steps .error a:active:after {
        content: "⚠";
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.wizard > .content {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto;
    border: 1px solid #933ec5;
    border-top: 0;
}

.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    /*padding: 2.5%;*/
}

    .wizard > .content > .body ul {
        list-style: disc !important;
    }

        .wizard > .content > .body ul > li {
            display: list-item;
        }

    .wizard > .content > .body > iframe {
        border: 0 none;
        width: 100%;
        height: 100%;
    }

.wizard > .content .clearable-btn {
    top: 9px !important;
}

.wizard > .content > .body label {
    display: inline-block;
    /*margin-bottom: 0.5em;*/
}

    .wizard > .content > .body label.error {
        color: #8a1f11;
        display: inline-block;
        /*margin-left: 1.5em;*/
        margin-left: 0;
        background-color: #F2DEDE !important;
        float: left;
        width: 100%;
        font-size: 11px !important;
        display: block;
        margin-top: 30px;
        padding: 2px 5px;
    }

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    background-color: #f5f5f6;
    padding: 8px 12px 2px;
    border: 1px solid #933ec5;
    border-top: 0;
}

.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}

    .wizard > .actions > ul > li {
        margin: 0 0.5em;
        float: left;
    }

.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    display: inline-block;
    margin-bottom: 0;
    line-height: 34px;
    background-image: none;
    padding: 5px 30px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

    .wizard > .actions a:hover,
    .wizard > .actions a:hover:hover,
    .wizard > .actions a:active:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
    box-shadow: none;
}

/*
    Tabcontrol
*/
.tabcontrol > .steps {
    position: relative;
    display: block;
    width: 100%;
}

    .tabcontrol > .steps > ul {
        position: relative;
        margin: 6px 0 0 0;
        top: 1px;
        z-index: 1;
    }

        .tabcontrol > .steps > ul > li {
            float: left;
            margin: 5px 2px 0 0;
            padding: 1px;
        }

            .tabcontrol > .steps > ul > li:hover {
                background: #edecec;
                border: 1px solid #bbb;
                padding: 0;
            }

            .tabcontrol > .steps > ul > li.current {
                background: #fff;
                border: 1px solid #bbb;
                border-bottom: 0 none;
                padding: 0 0 1px 0;
                margin-top: 0;
            }

            .tabcontrol > .steps > ul > li > a {
                color: #5f5f5f;
                display: inline-block;
                border: 0 none;
                margin: 0;
                padding: 10px 30px;
                text-decoration: none;
            }

                .tabcontrol > .steps > ul > li > a:hover {
                    text-decoration: none;
                }

            .tabcontrol > .steps > ul > li.current > a {
                padding: 15px 30px 10px 30px;
            }

.tabcontrol > .content {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

    .tabcontrol > .content > .body {
        float: left;
        position: absolute;
        width: 95%;
        height: 95%;
        padding: 2.5%;
    }

        .tabcontrol > .content > .body ul {
            list-style: disc !important;
        }

            .tabcontrol > .content > .body ul > li {
                display: list-item;
            }

@media only screen and (max-width: 480px) {
    .wizard > .steps a:after {
        display: none;
    }
}

.dark-skin .wizard > .actions {
    background-color: #262733;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-skin .wizard > .steps > ul > li.disabled:after {
    border-left-color: #262733;
}

.dark-skin .wizard > .steps li:not(.current) a {
    color: #A9B1B3;
}

.theme-mda .wizard > .actions > ul > li:not(.disabled) > a {
    background-color: #933ec5;
    color: rgba(255, 255, 255, 0.9);
}

.theme-mda .wizard > .steps > ul > li.current a {
    background-color: #933ec5;
}

.theme-mda .wizard > .steps > ul > li.current:after,
.theme-mda .wizard > .steps > ul > li.current:before {
    border-left-color: #933ec5;
    border-right-color: #933ec5;
}

.theme-red .wizard > .actions > ul > li:not(.disabled) > a {
    background-color: #880e4f;
    color: rgba(255, 255, 255, 0.9);
}

.theme-red .wizard > .steps > ul > li.current a {
    background-color: #880e4f;
}

.theme-red .wizard > .steps > ul > li.current:after,
.theme-red .wizard > .steps > ul > li.current:before {
    border-left-color: #880e4f;
    border-right-color: #880e4f;
}

.search-patient {
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-bottom: 0;
}

    .search-patient label {
        margin-bottom: 0;
        padding-top: 15px;
        font-size: 13px;
    }

    .search-patient img {
        margin-top: 7px;
    }

.search-patient-info {
    width: 100%;
}

    .search-patient-info input {
        width: 100% !important;
        margin: 0 !important;
        padding-left: 55px !important;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[type=radio]:checked + label:before, label.btn input[type=radio]:checked + label:before {
        border: 2px solid transparent;
    }

    .form-check-input[type=radio] + label:after, .form-check-input[type=radio] + label:before, label.btn input[type=radio] + label:after, label.btn input[type=radio] + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        margin: 4px;
        width: 16px;
        height: 16px;
        z-index: 0;
        -webkit-transition: 0.28s ease;
        -o-transition: 0.28s ease;
        transition: 0.28s ease;
    }

    .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:after {
        -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
        transform: scale(1.02);
    }

    .form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio]:checked + label:after {
        background-color: #933ec5;
    }

    .form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after {
        border: 2px solid #933ec5;
    }

    .form-check-input[type=radio].with-gap:checked + label:after, .form-check-input[type=radio].with-gap:checked + label:before, .form-check-input[type=radio]:checked + label:after, .form-check-input[type=radio]:checked + label:before, .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio].with-gap:checked + label:after, label.btn input[type=radio].with-gap:checked + label:before, label.btn input[type=radio]:checked + label:after, label.btn input[type=radio]:checked + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .form-check-input[type=radio]:not(:checked) + label:after, .form-check-input[type=radio]:not(:checked) + label:before, label.btn input[type=radio]:not(:checked) + label:after, label.btn input[type=radio]:not(:checked) + label:before {
        border: 2px solid #5a5a5a;
    }

.font-size-14 {
    font-size: 14px;
}

#searchpatient ul, #searchpractice ul, #searchpharmacy ul {
    list-style-type: none;
    padding-left: 0px;
    display: grid;
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    MAX-HEIGHT: 350px;
}

    #searchpatient ul li, #searchpractice ul li, #searchpharmacy ul li {
        border-bottom: 1px solid #ccc;
    }

.drug-list li label {
    font-size: 13px;
}

.drug-list li span {
    font-size: 13px;
}

.scrollroletable {
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
    max-height: 300px;
}

.role-mgmt-check .form-check-label {
    color: #000 !important;
}

.role-mgmt-check .form-check-input[type=checkbox] + label:before, .role-mgmt-check .form-check-input[type=checkbox]:not(.filled-in) + label:after, .role-mgmt-check label.btn input[type=checkbox] + label:before, .role-mgmt-check label.btn input[type=checkbox]:not(.filled-in) + label:after {
    /*border: 2px solid #000000;*/
    border: 2px solid #8a8a8a;
}

.role-mgmt-check .form-check-input[type=checkbox]:checked + label:before, .role-mgmt-check label.btn input[type=checkbox]:checked + label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    /*border-right: 2px solid #100000;
  border-bottom: 2px solid #000;*/
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    top: -1px;
    left: -4px;
    width: 9px;
    height: 1.1rem;
}

.activation .form-check-input[type=checkbox] + label:before, .activation .form-check-input[type=checkbox]:not(.filled-in) + label:after, .activation label.btn input[type=checkbox] + label:before, .activation label.btn input[type=checkbox]:not(.filled-in) + label:after {
    /*border: 2px solid #000000;*/
    border: 2px solid #8a8a8a;
}

.activation .form-check-input[type=checkbox]:checked + label:before, .activation label.btn input[type=checkbox]:checked + label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    /*border-right: 2px solid #100000;
  border-bottom: 2px solid #000;*/
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    top: -1px;
    left: -4px;
    width: 9px;
    height: 1.1rem;
}

.role-mgmt-check tr {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.role-mgmt-check td {
    font-weight: 700;
    font-size: 13px;
}

.bg-light-grey {
    background: #efefef;
}

.shift {
    margin-top: 50px;
}

    .shift a {
        background: #933ec5;
        padding: 13px;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 10px auto;
        width: 50px;
        height: 50px;
    }

        .shift a img {
            width: 24px;
        }

#review span {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    font-size: 14px;
}

.review-info label {
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 0;
    padding-top: 3px;
    margin-right: 5px;
}

.review-info span {
    width: auto !important;
    border: 0 !important;
    font-size: 13px !important;
    padding-bottom: 0 !important;
}

.mt-08 {
    margin-top: -8px;
}

.drug-table tr {
    box-shadow: 0px 1px 10px #00000014;
}

.min-height-300 {
    min-height: 300px;
}

.border-dash .modal-content {
    box-shadow: inherit !important;
    border: 1px dashed #ccc !important;
}

.textarea-box .z-depth-1 {
    box-shadow: inherit !important;
}

.textarea-box input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px !important;
}

.request-access-box {
    max-width: 65%;
}

.w-100 {
    width: 100% !important;
}

.border-none {
    border: none !important;
}

/*.modal-dialog .modal-content {
    box-shadow: inherit !important;
    border: 1px dashed #ccc !important; 
}*/
/*.modal-dialog {
    max-width:60% !important;
}*/
/************DATEPICKER***********/
.ui-widget-header {
    border: 1px solid #933ec5;
    background: #933ec5 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #cccccc;
        background: #f6f6f6 url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #933ec5;
        font-size: 13px;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #933ec5;
        background: #933ec5 url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
        color: #ffffff;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #cccccc;
        background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #933ec5;
        text-align: center;
    }

.ui-datepicker .ui-datepicker-prev {
    /*background: url(../../Source/img/chevron-sign-left.png) no-repeat center center;*/
    border: 0 !important;
    left: 2px !important;
}

.ui-datepicker .ui-datepicker-next {
    /*background: url(../../Source/img/chevron-sign-right.png) no-repeat center center;*/
    border: 0 !important;
    right: 2px !important;
}

.basic-textarea .input-group-text {
    background: #933ec5;
}

.min-height-275 {
    min-height: 275px;
}

.box-width {
    width: 47%;
    margin-right: 13px;
    box-shadow: 2px 2px 10px 0px #afafaf;
    height: auto;
    /* min-height: 165px; */
    min-height: 110px;
    display: inline-block;
    margin-bottom: 8px;
    position: relative;
    border-radius: 5px;
}

    .box-width span {
        color: #006cb7;
        font-size: 32px;
        font-weight: 500;
        padding-top: 10px;
    }

    .box-width .box-name {
        font-weight: 700;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
.box-name2 {
    font-weight: 700;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.role-tabel {
    background-color: #933ec5;
    color: #FFF;
    text-align: center;
}

.role-mgmt table th {
    padding: 10px !important;
    font-size: 13px;
}

.role-mgmt table td {
    padding: 13px !important;
}

#RoleGrid .btn-edit {
    background-color: #933ec5 !important;
}

#RoleGrid td a {
    color: #fff !important;
}

#RoleGrid .btn {
    padding: 10px 7px !important;
}

.mr-16 {
    margin-right: 16px;
}

.stateofoperation {
    border: 1px solid #ccc;
    padding: 15px 0px;
    padding-bottom: 0;
    margin: 0;
}

.btn-bg {
    background: #933ec5 !important;
}

.m-0-auto {
    margin: 0 auto;
}

.delete-popup h4 {
    font-size: 16px;
    font-weight: 600;
}

.delete-popup p {
    font-size: 13px;
    font-weight: 400;
}

.delete-popup .delete-btn {
    background: #a60000;
    border-radius: 5px;
    box-shadow: none;
    text-transform: none;
    font-size: 14px;
}

.delete-popup .close-btn {
    background: #fff;
    color: #4f4f4f;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 5px;
    text-transform: none;
    font-size: 14px;
}

.brder-right-light {
    border-right: 1px solid #ccc;
}

.add-clinical-note {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.remove-img {
    position: absolute;
    top: 0;
    right: 15px;
}

@media only screen and (min-width: 1900px) {
    .file-upload-input {
        width: 245px !important;
    }
}

@media only screen and (max-width: 1900px) and (min-width: 1367px) {
    .box-width {
        width: 45% !important;
    }

    .role-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .file-upload-input {
        width: 61% !important;
    }
}

@media only screen and (max-width: 1366px) {
    /*.desc-padding{
      padding: 10px !important;
  }*/
    .btn-save {
        padding: 10px !important;
    }

    .btn-view-clinical-note {
        padding: 10px !important;
    }

    .btn-generate-persc {
        padding: 10px !important;
    }

    .btn-edit {
        padding: 10px !important;
    }

    .btn-delete {
        padding: 10px !important;
    }

    .btn-cancel {
        padding: 10px !important;
    }

    .check-status .sales-txt-choose {
        left: 50px !important;
    }

    .ibox-content .service-txtbox label {
        font-size: 12px !important;
    }

    .select-city-dd .select-wrapper input.select-dropdown {
        font-size: 12px !important;
    }

    .select-city-dd .select-wrapper + label {
        font-size: 12px !important;
    }

    .past-medical-history-content label {
        font-size: 12px !important;
    }

    .modal-dialog {
        /*max-width: 66% !important;*/
        max-width: 95% !important;
    }

        .modal-dialog.login-page {
            max-width: 500px !important;
        }

    

    .smalldevicepresc {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-width {
        width: 45% !important;
    }

    .role-box {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 992px) {
    #sidebar {
        min-width: 190px;
        max-width: 190px;
    }

        #sidebar ul li a {
            padding: 10px 7px;
            font-size: 12px !important;
        }

    .btn {
        padding: 10px !important;
    }

    .page-heading h4 {
        font-size: 16px;
    }

    .ibox-title h5 {
        font-size: 14px;
    }

    .ibox-content .service-txtbox label {
        font-size: 11px !important;
    }

    .select-city-dd .select-wrapper input.select-dropdown {
        font-size: 11px !important;
    }

    .select-city-dd .select-wrapper + label {
        font-size: 11px !important;
    }

    .past-medical-history-content label {
        font-size: 11px !important;
    }

    .check-status .sales-txt-choose li .check {
        height: 14px !important;
        width: 14px !important;
        top: 3px !important;
    }

        .check-status .sales-txt-choose li .check::before {
            height: 6px !important;
            width: 6px !important;
            top: 1px !important;
            left: 1px !important;
        }

    .check-status .sales-txt-choose {
        left: 40px !important;
    }

    .btn-save {
        font-size: 12px;
    }

        .btn-save img {
            width: 18px;
            padding-right: 5px;
        }

    .btn-view-clinical-note {
        font-size: 12px;
    }

        .btn-view-clinical-note img {
            width: 18px;
            padding-right: 5px;
        }

    .btn-generate-persc {
        font-size: 12px;
    }

        .btn-generate-persc img {
            width: 18px;
            padding-right: 5px;
        }

    .btn-edit {
        font-size: 12px;
    }

        .btn-edit img {
            width: 18px;
            padding-right: 5px;
        }

    .btn-delete {
        font-size: 12px;
    }

        .btn-delete img {
            width: 18px;
            padding-right: 5px;
        }

    .btn-cancel {
        font-size: 12px;
    }

        .btn-cancel img {
            width: 18px;
            padding-right: 5px;
        }

    #sidebar ul li ul.collapse li a {
        font-size: 12px !important;
    }

    .search-table table thead th {
        font-size: 11px;
    }

    .search-table table tbody td {
        font-size: 11px;
    }

    .collapse-chevron .ibox-content label {
        font-size: 11px;
    }

    .collapse-chevron .ibox-content span {
        font-size: 11px;
    }

    #view-presc-body img {
        width: 15px;
    }

    .view-presc-table thead th {
        font-size: 12px;
    }

    .smalldevicepresc {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .box-width {
        width: 100% !important;
    }

    .role-box {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 768px) {
    button {
        width: 100%;
    }

    .brdr-right {
        border-right: 0px !important;
    }

    .file-upload-button {
        width: 50%;
    }

    .file-upload-input {
        width: 160px !important;
    }

    .custom-file-upload {
        margin-top: 0 !important;
    }

    .generate-presc .mrg-t-10 {
        margin-top: 0px;
    }

    .generate-presc .select-city-dd {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 670px) {
    button {
        width: 100%;
    }

    .search-data {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    #sidebar {
        min-width: 250px;
        max-width: 250px;
        position: absolute;
        z-index: 999;
        height: 100%;
        /*ul {
        li {
            a {
                font-size: 12px !important;
                padding: 10px 8px;
            }
        }
    }*/
    }

    .file-upload-button {
        width: 44%;
    }

    #sidebar.active {
        min-width: 0;
        max-width: 0;
    }

        #sidebar.active .components {
            display: none;
        }

    #sidebar ul.components {
        height: 100%;
    }

    .collapse-chevron .ibox-content label {
        font-size: 12px;
    }

    .collapse-chevron .ibox-content span {
        font-size: 12px;
    }

    /*#sidebar ul li ul.collapse li a {
      font-size: 11px !important;
      padding: 5px 13px !important;
      margin: 0;
  }*/
}

@media only screen and (min-width: 480px) and (max-width: 1304px) {
    .btn {
        padding: 10px !important;
    }
}

/*.md-form {
    margin-bottom:10px !important;
}*/

/*# sourceMappingURL=style.css.map */
.display-inline {
    display: inline-block;
}


.clinical-notes-scroll {
    font-size: 13px;
}

.barcodeLabel {
    padding-left: 9px;
    letter-spacing: 20px;
}

.barcodeGridLabel {
    padding-left: 9px;
    letter-spacing: 10px;
}

.drugQuery-pharmacy-list tr:nth-child(even) {
    background: #efefef;
}


.logo {
    margin: 0 auto;
    display: block;
}

/*****************login-box-privacypolicy******************/
.privacy-policy .modal-dialog {
    max-width: 95% !important;
}

    .privacy-policy .modal-dialog.cascading-modal .modal-c-tabs .tab-content {
  padding-top: 8px;
    }

    .privacy-policy .modal-dialog .modal-content {
        height: 500px;
        overflow: auto;
    }

.border-bottom-dash {
    border-bottom: 1px dashed #ccc !important;
    padding-bottom: 8px;
}

.privacy-content p {
    color: #6b6b6b;
    font-size: 13px;
    margin-bottom: 20px;
}

.privacy-content p b {
    font-weight: bold;
}
    .privacy-content p i {
        font-style: italic;
    }
    .privacy-content li {
        color: #6b6b6b;
        font-size: 13px;
    }
.brder-top {
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

/************Footer-area*****************/
.footer {
    height: auto;
    background: #933ec5;
    padding: 10px;
    position: fixed;
    z-index: 999;
    width: 100%;
    bottom: 0;
}

    .footer a {
        color: #fff;
        text-decoration: underline;
        font-size: 14px;
        margin-right: 10px;
        float: right;
    }

    .footer span {
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
    }
@media only screen and (max-width: 1366px) and (min-width:1024px ) {
 body.new-login .modal-dialog.cascading-modal {
    padding-top: 2.5%;
}
.privacy-policy .modal-dialog .modal-content {
  height: 470px !important;
}
}


.border-light {
    border: 1px solid #ccc;
}

.plus-btn {
    background: #F2F2F2;
    padding: 10px;
}

    .plus-btn a {
        position: relative;
        text-align: center;
        top: calc(100% - 57%);
        display: block;
    }

.md-form label {
    top: -11px;
}

.md-form.form-sm label.active {
    transform: translateY(-20%);
}
.flex-start {
    display: flex;
    align-items: flex-start;
}