/* SWITCH TOGGLE  */

.onoffswitch {
    width: 71px;
    display: block;
    right: 0px;
    text-align: center;
    user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fdd6d6;
    /* border-radius: 20px; */
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 9px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "Active";
    padding-left: 0;
    background-color: #3445c1;
    color: #ffffff;
}

.onoffswitch-inner:after {
    content: "De-Activated";
    background-color: #b30000;
    color: #ffffff;
    text-align: center;
}

.onoffswitch-switch {
    display: block;
    width: 17px;
    margin: 9px;
    background: #ffffff;
    top: -3px;
    bottom: 5px;
    right: 32px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/* end  */
/* SmartWizard v4.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/MIT-LICENSE.txt
 */
.sw-theme-arrows .sw-container {
    min-height: 200px
}



.sw-theme-arrows .sw-toolbar {
    background: #fff;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important
}

.sw-theme-arrows .sw-toolbar-top {
    border-bottom-color: #fff !important
}

.sw-theme-arrows .sw-toolbar-bottom {
    border-top-color: #fff !important;
    border-bottom-color: #ddd !important
}

.sw-theme-arrows>ul.step-anchor {
    display: inline-block;
    border: 0 solid #ccc !important;
    padding: 0;
    /* background: #f5f5f5; */
    border-radius: 5px;
    list-style: none;
    overflow: hidden;
}

.sw-theme-arrows>ul.step-anchor li+li:before {
    padding: 0
}

.sw-theme-arrows>ul.step-anchor>li {
    float: left;
    cursor: pointer;
}

.sw-theme-arrows>ul.step-anchor>li>span {
    text-align: center;
    color: #bbb;
    text-decoration: none;
    padding: 9px 15px 9px 33px;
    position: relative;
    display: block;
    float: left;
    border-radius: 0;
    outline-style: none;
    background: #ddd
}

.sw-theme-arrows>ul.step-anchor>li>span:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2
}

.sw-theme-arrows>ul.step-anchor>li>span:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1
}

.sw-theme-arrows>ul.step-anchor>li:first-child>span {
    padding-left: 8px;
}

.sw-theme-arrows>ul.step-anchor>li>span:hover {
    color: #ffffff;
    text-decoration: none;
    outline-style: none;
    background: #5cb85c;
    border-color: #5cb85c
}

.sw-theme-arrows>ul.step-anchor>li>span:hover:after {
    border-left-color: #5cb85c
}

.sw-theme-arrows>ul.step-anchor>li.clickable>span:hover {
    color: #4285f4 !important;
    background: #46b8da !important
}



.sw-theme-arrows>ul.step-anchor>li.done>span {
    border-color: #5cb85c !important;
    color: #fff !important;
    background: #5cb85c !important
}

.sw-theme-arrows>ul.step-anchor>li.done>span:after {
    border-left: 28px solid #5cb85c;
}

.sw-theme-arrows>ul.step-anchor>li.danger>span {
    border-color: #d9534f !important;
    color: #d9534f !important;
    background: #fff !important
}

.sw-theme-arrows>ul.step-anchor>li.disabled>span,
.sw-theme-arrows>ul.step-anchor>li.disabled>span:hover {
    color: #eee !important
}

@media (min-width: 768px) {
    .sw-theme-arrows>ul.step-anchor>li>span {
        padding: 9px 68px 9px 88px;

    }

    .sw-theme-arrows>ul.step-anchor>li:first-child>span {
        padding-left: 6px;
    }
}

/* --------------add notes ------------------- */
.form-outline {
    position: relative;
    width: 100%
}

.form-outline .form-helper {
    width: 100%;
    position: absolute;
    font-size: .875em;
    color: #757575
}

.form-outline .form-helper .form-counter {
    text-align: right
}

.form-outline .trailing {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.form-outline .form-icon-trailing {
    padding-right: 2rem !important
}

.form-outline .form-control {
    min-height: auto;
    padding: 8px 12px;
    border: 0;
    background: #fffffffa;
    transition: all .2s linear;
}

.form-outline .form-control~.form-label {
    position: absolute;
    top: 7px;
    padding-left: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    pointer-events: none;
    background-color: white;
    transform-origin: 0 0;
    transition: all .2s ease-out;
    color: rgb(0 0 0);
    margin-bottom: 0;
}

.form-outline .form-control~.form-notch {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none
}

.form-outline .form-control~.form-notch div {
    pointer-events: none;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    background: transparent;
    transition: all .2s linear
}

.form-outline .form-control~.form-notch .form-notch-leading {
    left: 0;
    top: 0;
    height: 100%;
    width: .5rem;
    border-right: none;
    border-radius: .25rem 0 0 .25rem
}

.form-outline .form-control~.form-notch .form-notch-middle {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 1rem);
    height: 100%;
    border-right: none;
    border-left: none
}

.form-outline .form-control~.form-notch .form-notch-trailing {
    flex-grow: 1;
    height: 100%;
    border-left: none;
    border-radius: 0 .25rem .25rem 0
}

.form-outline .form-control:not(.placeholder-active)::-moz-placeholder {
    opacity: 0
}

.form-outline .form-control:not(.placeholder-active)::placeholder {
    opacity: 0
}

.form-outline .form-control.active::-moz-placeholder,
.form-outline .form-control:focus::-moz-placeholder {
    opacity: 1
}

.form-outline .form-control.active::placeholder,
.form-outline .form-control:focus::placeholder {
    opacity: 1
}

.form-outline .form-control:focus {
    box-shadow: none !important
}

.form-outline .form-control.active~.form-label,
.form-outline .form-control:focus~.form-label {
    width: 120px;
    transform: translateY(-1.3rem) translateY(0.1rem) scale(.8);
    background-color: white;
}

.notes-list-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notes-list-group li span {
    padding: 8px 17px;
    display: block;
    cursor: text;
}

.notes-list-group li {
    margin: 6px 0px;
    border-bottom: 1px solid gray;
}

.notes-dates {
    position: absolute;
    right: 0px;
    padding: 0px 7px;
    border-radius: 10px;
    color: white;
    bottom: -4px;
    background-color: #212529;
}

.notes-h {
    width: 100%;
    position: relative;
    height: 80px;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    color: #495057;
    outline: 0
}

.unread,
.unread:hover {
    background-color: #3b7ddd !important;
    color: white;
}

.table-outer{
    border-radius: 20px;
    background-color: #fff7fb;
}.table-header{
    border: 1px solid #dad2d2;
    border-radius: 20px;
    padding: 5px 11px;
    background-color: #ffffff;
}.table-body{
    border: 1px solid #dad2d2;
    border-radius: 20px;
    padding: 5px 11px;
    margin-top: 5px;
    background-color: #ffffff;
}



.wtp-chat {
    position: fixed;

    bottom: 43px;

    left: 0;

    z-index: 99;
}

.wtp-chat span {
    display: block;

    position: absolute;

    margin-top: -30px;

    z-index: -1;

    background: #27b033;

    padding: 4px 8px 4px 8px;

    margin-left: 15px;

    font-size: 20px;

    border-radius: 20px;

    color: white;

    width: 119px;

    animation: blink 0.5s infinite;
}

@keyframes blink {
    0% {
        color: white;
    }

    50% {
        color: #ff0000;
    }

    100% {
        color: yellow;
    }
}

.wtp-chat img {
    z-index: 999;

    width: 50px;
}
