
body {
    background: #edf1f5 !important;
	font-family: 'Open Sans', sans-serif;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

h1 {
    line-height: 43px;
}

h2 {
    line-height: 35px;
}

h3 {
    line-height: 30px;
}

    h3 small {
        color: #444444;
    }

h4 {
    line-height: 22px;
}

    h4 small {
        color: #444444;    }

h5 small {
    color: #444444;
}

* {
    outline: none !important;
}

a:hover {
    outline: 0;
    text-decoration: none;
}

a:active {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.container {
    width: auto;
}

.container-alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.footer {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    padding: 20px 30px;
    position: fixed;
    right: 0;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.page-title {
    margin-bottom: 5px;
}

.social-links li a {
    -webkit-border-radius: 50%;
    background: #EFF0F4;
    border-radius: 50%;
    color: #7A7676;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.form-group {
    margin-bottom: 10px !important;
    clear: both;
    display: inline-block;
    margin-bottom: 10px !important;
    width: 100%;
}

label {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 3px;
    max-width: 100%;
    font-size: 13px;
	width: 100%;
}

.form-control {
    padding: 9px 10px;
    border-radius: 3px !important;
    border: 1px solid #cbd6e2;
    font-size: 14px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075) !important;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: rgba(0,207,208,.075) !important;
        box-shadow: rgba(0,207,208,.075) !important;
        border: 2px solid #00cfe4 !important;
    }

.label-primary {
    background-color: #55228a;
}

.label-success {
    background-color: #55228a;
}

.label-info {
    background-color: #55228a;
}

.label-warning {
    background-color: #ffd740;
}

.label-danger {
    background-color: #ef5350;
}

.label-purple {
    background-color: #55228a;
}

.label-pink {
    background-color: #ec407a;
}

.label-inverse {
    background-color: #212121;
}

.pagination > li > a {
    background: none;
    border: 0px solid #dddddd;
    color: #373e4a;
    font-weight: bold;
    font-size: 16px;
}

.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #373e4a;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: none;
    border-color: #55228a;
    color: #aa5de8;
}

.tabs {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

    .tabs li.tab {
        background-color: #ffffff;
        display: block; 
        float: left;
        margin: 0;
        text-align: center;
        width: auto !important;
		
    }

        .tabs li.tab a {
            -moz-transition: color 0.28s ease;
            -ms-transition: color 0.28s ease;
            -o-transition: color 0.28s ease;
            -webkit-transition: color 0.28s ease;
            color: #ee6e73;
            display: block;
            height: 100%;
            text-decoration: none;
            transition: color 0.28s ease;
            width: 100%;
        }

            .tabs li.tab a.active {
                color: #55228a !important;
                border-top: 3px solid #55228a;
            }

    .tabs .indicator {
        background-color: #55228a;
        bottom: 0;
        /*height: 2px;*/
        position: absolute;
        will-change: left, right;
    }

.tabs-top .indicator {
    top: 0;
}

.nav.nav-tabs + .tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.tabs-vertical-env {
    background-color: #eeeeee;
    margin-bottom: 30px;
}

    .tabs-vertical-env .tab-content {
        background: #ffffff;
        display: table-cell;
        margin-bottom: 30px;
        padding: 30px;
        vertical-align: top;
    }

    .tabs-vertical-env .nav.tabs-vertical {
        display: table-cell;
        min-width: 120px;
        vertical-align: top;
        width: 150px;
    }

        .tabs-vertical-env .nav.tabs-vertical li.active > a {
            background-color: #ffffff;
            border: 0;
        }

        .tabs-vertical-env .nav.tabs-vertical li > a {
            color: #333333;
            text-align: center;
            white-space: nowrap;
        }

.nav.nav-tabs > li.active > a {
    background-color: #ffffff;
}

.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #333333 !important;
    cursor: pointer;
    line-height: 42px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
}

    .nav.nav-tabs > li > a:hover,
    .nav.tabs-vertical > li > a:hover {
        color: #55228a !important;
    }

.tab-content {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #777777;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0px;
}

.nav.nav-tabs {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navtab-bg {
    background-color: #eeeeee;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
    color: #55228a !important;
}
/* Dropcap */
.dropcap {
    font-size: 3.1em;
}

.dropcap,
.dropcap-circle,
.dropcap-square {
    display: block;
    float: left;
    font-weight: 400;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}

.modal .modal-dialog .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
    padding: 30px;
}

    .modal .modal-dialog .modal-content .modal-header {
        border-bottom-width: 2px;
        margin: 0;
        padding-bottom: 15px;
        padding: 0;
    }

    .modal .modal-dialog .modal-content .modal-body {
        padding: 20px 0;
    }

    .modal .modal-dialog .modal-content .modal-footer {
        padding-top: 15px;
        padding: 0;
    }

.modal-full {
    width: 98%;
}

.modal-content .nav.nav-tabs + .tab-content {
    margin-bottom: 0px;
}

.modal-content .panel-group {
    margin-bottom: 0px;
}

.modal-content .panel {
    border-top: none;
}

.tabs-vertical-env .tab-content {
    margin-bottom: 0px;
}

.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > tfood > tr > th.middle-align {
    vertical-align: middle;
}

.legendLabel {
    padding-left: 10px !important;
}

.alert-success {
    background-color: #ccedda;
    border-color: #7ad19f;
    color: #55228a;
}

    .alert-success .alert-link {
        color: #268a51;
    }

.list-group-item.active {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #444444;
    z-index: 2;
}

    .list-group-item.active:hover {
        background-color: #dddddd;
        border-color: #dddddd;
        color: #444444;
        z-index: 2;
    }

        .list-group-item.active:hover .list-group-item-text {
            color: #55228a;
        }

    .list-group-item.active:focus {
        background-color: #dddddd;
        border-color: #dddddd;
        color: #444444;
        z-index: 2;
    }

        .list-group-item.active:focus .list-group-item-text {
            color: #55228a;
        }

    .list-group-item.active .list-group-item-text {
        color: #55228a;
    }

.list-group-item {
    border-radius: 0px;
    padding: 12px 20px;
}

    .list-group-item:first-child {
        border-radius: 0px;
        padding: 12px 20px;
    }

    .list-group-item:last-child {
        border-radius: 0px;
        padding: 12px 20px;
    }

.list-group-item-heading {
    font-weight: 300;
}

.list-group-item.active > .badge {
    color: #55228a;
}

.nav-pills > .active > a > .badge {
    color: #55228a;
}

.has-success .form-control {
    border-color: #55228a;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #ffd740;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #ef5350;
    box-shadow: none !important;
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #eeeeee;
}
/* ==============
  Helper Classes
===================*/
.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-b-5 {
    margin-bottom: 0px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.m-h-50 {
    min-height: 50px;
}

.l-h-34 {
    line-height: 34px;
}

.font-light {
    font-weight: 300;
}

.wrapper-md {
    padding: 20px;
}

.pull-in {
    margin-left: -15px;
    margin-right: -15px;
}

.b-0 {
    border: none !important;
}

.no-border {
    border: none;
}

.bx-shadow {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.mx-box {
    max-height: 380px;
    min-height: 380px;
}

.thumb-sm {
    height: 32px;
    width: 32px;
}

.thumb-md {
    height: 48px;
    width: 48px;
}

.thumb-lg {
    height: 88px;
    width: 88px;
}

.grid-structure .grid-container {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 20px;
}

.icon-list div {
    cursor: pointer;
    line-height: 40px;
    white-space: nowrap;
}

.icon-list i {
    -webkit-transition: all 0.2s;
    -webkit-transition: font-size 0.2s;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    text-align: center;
    transition: all 0.2s;
    transition: font-size 0.2s;
    vertical-align: middle;
    width: 40px;
}

.icon-list .col-md-3:hover i {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    moz-transform: scale(2);
    transform: scale(2);
}

.ionicon-list i {
    font-size: 16px;
}

.ionicon-list .col-md-3:hover i {
    -o-transform: scale(2);
    -webkit-transform: scale(2);
    moz-transform: scale(2);
    transform: scale(2);
}
/* ==============
  Waves Effect
===================*/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none;
    }

    .waves-effect.waves-light .waves-ripple {
        background-color: rgba(255, 255, 255, 0.45);
    }

    .waves-effect.waves-red .waves-ripple {
        background-color: rgba(244, 67, 54, 0.7);
    }

    .waves-effect.waves-yellow .waves-ripple {
        background-color: rgba(255, 235, 59, 0.7);
    }

    .waves-effect.waves-orange .waves-ripple {
        background-color: rgba(255, 152, 0, 0.7);
    }

    .waves-effect.waves-purple .waves-ripple {
        background-color: rgba(156, 39, 176, 0.7);
    }

    .waves-effect.waves-green .waves-ripple {
        background-color: rgba(76, 175, 80, 0.7);
    }

    .waves-effect.waves-teal .waves-ripple {
        background-color: rgba(0, 150, 136, 0.7);
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

.waves-block {
    display: block;
}
/* ==============
  Animation
===================*/
/* Bounce 1 */
@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -o-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -o-transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* Bounce 2 */
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -o-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* Dropdown */
@-webkit-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-o-keyframes dropdownOpen {
    0% {
        opacity: 0;
        -o-transform: scale(0);
    }

    100% {
        -o-transform: scale(1);
    }
}

@keyframes dropdownOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/* Progressbar Animated */
@-webkit-keyframes animationProgress {
    from {
        width: 0;
    }
}

@keyframes animationProgress {
    from {
        width: 0;
    }
}
/* Portlets loader */
@-webkit-keyframes loaderAnimate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(220deg);
    }
}

@-moz-keyframes loaderAnimate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(220deg);
    }
}

@-o-keyframes loaderAnimate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(220deg);
    }
}

@keyframes loaderAnimate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(220deg);
    }
}

@-webkit-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
    }
}

@-moz-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -moz-transform: rotate(140deg);
    }
}

@-o-keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -o-transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(-140deg);
        -moz-transform: rotate(-140deg);
        -ms-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #555 0 0 0 2px;
    }

    100% {
        box-shadow: inset #555 0 0 0 8px;
        -webkit-transform: rotate(140deg);
        -moz-transform: rotate(140deg);
        -ms-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}

@keyframes loaderAnimate2 {
    0% {
        box-shadow: inset #999 0 0 0 17px;
        transform: rotate(-140deg);
    }

    50% {
        box-shadow: inset #999 0 0 0 2px;
    }

    100% {
        box-shadow: inset #999 0 0 0 17px;
        transform: rotate(140deg);
    }
}

@media print {
    .logo, .page-title, .breadcrumb, .footer {
        display: none !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .left {
        display: none;
    }

    .right-bar {
        display: none !important;
    }

    .content {
        margin-top: 0px;
        padding-top: 0px;
    }

    .content-page {
        margin-left: 0px !important;
        margin-top: 0px;
    }
}

.navbar-form .form-control {
    border: 1px solid #ccc !important;
    display: inline-block;
    height: 30px !important;
    margin-top: 11px;
    vertical-align: middle;
    width: auto;
    border-radius: 5px;
}


.selection {
    margin-bottom: 0px !important;
}

.select-wrapper {
    float: left;
    display: inline-block;
    border: 1px solid #cbd6e2 !important;
    background: url(../images/dropdown.png) #f5f8fa no-repeat right center;
    cursor: pointer;
    margin-bottom: 0px;
}

    .select-wrapper, .select-wrapper select {
        width: 100%;
        height: 40px;
        line-height: 18px;
        border-radius: 3px !important;
    }

        .select-wrapper:hover {
            background: url(../images/dropdown-hover.png) #f5f8fa no-repeat right center;
            border-color: #239fdb;
            border: 2px solid #00cfe4 !important;
        }


        .select-wrapper .holder {
            display: block;
            margin: -28px 35px 0 5px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            color: #999 !important; 
            font-size: 14px;
            padding: 0px 0px 0px 5px;
            position: absolute;
        }

        .select-wrapper select {
            margin: 0;
            position: relative;
            width: 100%;
            z-index: 2;
            cursor: pointer;
            outline: none;
            opacity: 0;
            /* CSS hacks for older browsers */
            _noFocusLine: expression(this.hideFocus=true);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
        }

.select-calander {
    border: 1px solid #cbd6e2 !important;
    background: url(../images/calander.png) #f5f8fa no-repeat right center;
    cursor: pointer;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    line-height: 26px;
    font-size: 12px;
    padding-left: 10px;
    color: #999;
}

    .select-calander:hover {
        background: url(../images/calander-hover.png) #f2f2f2 no-repeat right center;
        border-color: #239fdb;
         border: 2px solid #00cfe4 !important;
    }
/* Let's Beautify Our Form */

.input-group-addon {
    height: 20px !important;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 31px;
    z-index: 1000;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100% !important;
}

option {
    padding: 5px 0 5px 5px;
    width: 100%;
    margin: 0px;
}


/*-----------------------New--------------------------*/
.button_g {
    margin-top: 20px;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0px 0px 0px !important;
    padding-left: 0;
}



#flip {
    padding: 0px;
    text-align: center;
}

#panel {
    padding: 0px;
    display: none;
}

#flip1 {
    padding: 0px;
    text-align: center;
}

#panel1 {
    padding: 0px;
    display: none;
}

#flip2 {
    padding: 0px;
    text-align: center;
}

#panel2 {
    padding: 0px;
    display: none;
}

#flip3 {
    padding: 0px;
    text-align: center;
}

#panel3 {
    padding: 0px;
    display: none;
}

#flip4 {
    padding: 0px;
    text-align: center;
}

#panel4 {
    padding: 0px;
    display: none;
}

#flip5 {
    padding: 0px;
    text-align: center;
}

#panel5 {
    padding: 0px;
    display: none;
}

#flip6 {
    padding: 0px;
    text-align: center;
}

#panel6 {
    padding: 0px;
    display: none;
}

#flip7 {
    padding: 0px;
    text-align: center;
}

#panel7 {
    padding: 0px;
    display: none;
}

#flip8 {
    padding: 0px;
    text-align: center;
}

#panel8 {
    padding: 0px;
    display: none;
}

#flip9 {
    padding: 0px;
    text-align: center;
}

#panel9 {
    padding: 0px;
    display: none;
}

#flip10 {
    padding: 0px;
    text-align: center;
}

#panel10 {
    padding: 0px;
    display: none;
}



.fa-star {
    color: #55228a !important;
    text-align: center !important;
}

.delete {
    text-align: center !important;
}
 

.glyphicon-time {
    font-size: 18px !important;
}

.fa-pencil-square-o {
    text-align: center !important;
}

.buttons_b {
    margin: 10px 0px 10px 0px;
}

.sms_heading {
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}

.sms_icon {
    background: #FFF;
    border: 3px solid #55228a;
    min-height: 60px;
    border-radius: 10px;
    padding: 8px;
    font-size: 12px;
}

.sms_icons {
    background-image: url(../images/sms_icon.png);
    width: 21px;
    height: 25px;
    position: absolute;
    margin: -3px 0px 0px 20%;
}

.sms_s {
    margin-bottom: 25px;
}

.preview_message {
    font-size: 15px;
}

    .preview_message span {
        color: #55228a;
        font-weight: 600;
    }


.input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: -3px 10px 0 0;
    position: absolute;
}



/*-----------------------New--------------------------*/
.fa-times {
    padding-top: 6px;
}

.orders_n {
    font-size: 30px;
    float: left;
    width: 30%;
    color: #666666;
    text-align: center;
    font-weight: bold;
    
    background-color: #f3f3f3;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    padding: 5px 0px 0px 0px;
}

.orders_n1 {
    font-size: 14px;
    margin-left: 15px;
    float: left;
    width: 65%;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
 
}

    .orders_n1 span {
        font-size: 18px;
        color: #666666;
        font-weight: bold;
         
    }

#shareit-box {
    position: absolute;
    display: none;
    z-index: 2500;
}

#shareit-header {
    width: 400px;
}


#shareit-body {
    width: 400px;
    height: 150px;
    background: url(../images/shareit.png);
    background-repeat: no-repeat;
    color: #fff;
     
    font-size: 12px;
    z-index: 2500;
}

#shareit-blank {
    height: 20px;
}

#shareit-url {
    height: 50px;
    text-align: center;
}

    #shareit-url input.field {
        width: 100px;
        height: 26px;
        background: #000;
        border: none;
        outline: none;
        padding: 7px 5px 0 5px;
        margin: 3px auto;
        font-size: 11px;
    }

#shareit-icon {
    height: 20px;
}

    #shareit-icon ul {
        list-style: none;
        width: 130px;
        margin: 0;
        padding: 0 0 0 8px;
    }

        #shareit-icon ul li {
            float: left;
            padding: 0 2px;
        }

            #shareit-icon ul li img {
                border: none;
            }

#shareit-box td {
    padding: 5px 10px 5px 15px;
}


.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    font-size: 13px ;
}

th {
    color: #2d2d2d !important;
    font-weight: 600 !important;
	font-size: 14px !important;
}

td {
    color: #9b4bdb !important;
    font-weight: 600;
}

.table .select-wrapper {
    margin-bottom: 0px !important;
}


.new_client_h {
    clear: both;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #f8f8f8;
    padding: 8px 15px 8px 15px;
    margin-bottom: 12px;
    box-shadow: 0px 0px 5px #dddddd;
}

    .new_client_h h1 {
        font-size: 13px;
        clear: both;
        width: 100%;
        display: inline-block;
        padding: 0px 0px 10px 0px !important;
        line-height: 0px !important;
        font-weight: 600 !important;
        color: #2d2d2d;
    }



.staff_name {
    color: #2d2d2d;
    
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.staff_name1 {
    color: #aeaeae;
    
    font-size: 13px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.staff_name2 {
    color: #55228a;
    
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.pofile_social {
    border-top: 1px solid #e3e3e3;
    color: #cbcbcb !important;
    margin-top: 15px;
    padding: 10px 0px 0px 0px;
    text-align: center;
}

    .pofile_social .fa {
        color: #cbcbcb !important;
    }

        .pofile_social .fa a {
            color: #cbcbcb !important;
        }

        .pofile_social .fa:hover {
            color: #55228a !important;
        }

.profile_edit {
    float: right;
    margin: 0px 15px 10px 0px;
    position: absolute;
    right: 0;
    z-index: 2500;
}

.worker {
    margin: 0px !important;
    padding: 0px !important;
}

    .worker th {
        background-color: #dddddd;
        color: #2d2d2d !important;
        min-width: 90px;
        text-align: center !important;
    }

    .worker td {
        min-width: 90px;
    }

    .worker a {
        width: 100% !important;
        display: inline-block;
        text-align: center;
    }

.worker1 {
    margin: 0px !important;
    padding: 0px !important;
}

    .worker1 th {
        background-color: #dddddd;
        color: #2d2d2d !important;
        min-width: 90px;
        text-align: center !important;
    }

    .worker1 td {
        min-width: 90px;
    }

    .worker1 a {
        width: 25px !important;
        height: 25px;
        line-height: 25px;
        display: inline-block;
        text-align: center;
        border-radius: 7px;
        margin: 0px auto;
        font-size: 12px;
    }

        .worker1 a:hover {
            width: 25px !important;
            height: 25px;
            line-height: 25px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            margin: 0px auto;
        }

    .worker1 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: 0px;
        border-bottom: 1px solid #ddd;
        line-height: 1.42857;
        padding: 5px 8px 5px 8px !important;
        vertical-align: middle;
        height: 37px !important;
        text-align: center;
    }

.worker_time {
    color: #545454 !important;
    text-align: center !important;
}

.table_arrow {
    float: left;
    width: 40px;
    /*margin-top: 10%;*/
}

.worker_time_cl0 {
    background-color: #d51313;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl1 {
    background-color: #ff5206;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl2 {
    background-color: #5fc024;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl0:hover {
    background-color: #000;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl1:hover {
    background-color: #000;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl2:hover {
    background-color: #000;
    border-radius: 3px;
    color: #FFF !important;
}

.sorting_asc_n {
    background-color: #f5ffe7 !important;
}

.fc-view-container td {
    border: 1px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
}

.fc-day-number {
    padding: 15px 0px 0px 0px;
}

.weeks_sec table {
    background-color: #fff;
}

.report_tablerightright {
    margin: 0px;
    padding: 0px !important;
}

    .report_tablerightright th {
        border: 0px solid #e4e4e4;
        text-align: center;
        vertical-align: middle;
        background-color: #fff;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 0px 8px 0px !important;
        color: #2d2d2d;
        border: 1px solid #e4e4e4;
        min-width: 130px;
    }

.weeks_sec {
    width: 100%;
    display: inline-block;
	margin: -6px 0px 0px 0px;
}

.weeks_sec1 {
    width: 100%;
}

    .weeks_sec1 th {
        border: 0px solid #e4e4e4;
        text-align: center;
        vertical-align: middle;
        background-color: #9b56d2;
        font-size: 14px;
        font-weight: 600;
        padding: 8px 0px 15px 0px !important;
        color: #2d2d2d;
    }

.weeks_sec_date {
    font-size: 18px !important;
    background-color: #f8f8f8 !important;
    width: 100%;
    display: inline-block;
}

.report_tablerightright td {
    border: 1px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0px 3px 0px;
    color: #545454;
	height: 24px;
}

.report_tablerightleft td a {
    color: #545454;
}


.weeks_sec_td_cl0 {
    background-color: #cbefff;
    border-left: 4px solid #74c1e4 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl1 {
    background-color: #ffdfde;
    border-left: 4px solid #ea9391 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl2 {
    background-color: #ffebd2;
    border-left: 4px solid #e8b676 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl3 {
    background-color: #e7ffc8;
    border-left: 4px solid #a7df60 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl4 {
    background-color: #ffe9ff;
    border-left: 4px solid #dfa9de !important;
    text-align: left !important;
    padding-left: 10px !important;
}
.weeks_sec_td_cl5 {
    background-color: #e1bee7;
    border-left: 4px solid #ab47bc !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl6 {
    background-color: #fff59d;
    border-left: 4px solid #ffc107 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl7 {
    background-color: #ccff90;
    border-left: 4px solid #64dd17 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl8 {
    background-color: #c7d5eb;
    border-left: 4px solid #98b8ea !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl9 {
    background-color: #76bab2;
    border-left: 4px solid #007770 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl10 {
    background-color: #bfc292;
    border-left: 4px solid #8b8e4b !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl11 {
    background-color: #9fe5c3;
    border-left: 4px solid #21d081 !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.weeks_sec_td_cl12 {
    background-color: #dbbfb6;
    border-left: 4px solid #ba735d !important;
    text-align: left !important;
    padding-left: 10px !important;
}

 


.week_name {
    padding: 7px 0px 7px 0px !important;
    text-align: left;
}

.weeks_sec img {
    border-radius: 4px;
    width: 40px;
    height: 40px;
}

.weeks_sec .fa-calendar {
    font-size: 23px;
    color: #55228a;
    padding: 13px 0px 14px 0px;
}

.weeks_sec .fa-clock-o {
    font-size: 23px;
    color: #55228a;
    padding: 13px 0px 14px 0px;
}

.odd {
    background: #FFF !important;
}

.even {
    background: #f9f9f9 !important;
}

@media only screen and (max-width: 1050px) {
    .table_arrow {
        margin-top: 20% !important;
    }

    .worker th {
        min-width: auto !important;
    }

    .worker td {
        min-width: auto !important;
    }
}

.date_calnder {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .date_calnder th {
        border: 1px solid #f5daff;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 14.8%;
        background-color: #f7f7f7;
        font-size: 14px;
    }

    .date_calnder td {
        border: 1px solid #e4e4e4;
        color: #545454;
        text-align: center;
        padding: 0px 0px 0px 0px;
        width: 14.8%;
        background-color: #FFF;
        height: 50px;
    }

        .date_calnder td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

.cal_head {
    border: 0px solid #e4e4e4 !important;
    color: #b41eee !important;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px 10px 0px;
    background-color: #faedff !important;
    text-transform: uppercase;
    font-size: 20px !important;
}

.cal_m {
    margin: 15px 0px 15px 0px;
}

.cal_right {
    position: fixed;
    right: 14px;
}

.widget {
    position: fixed;
    width: 300px;
}

.workreport {
    overflow-y: scroll !important;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
}

.fc-day-number {
    padding: 15px 0px 0px 0px;
}




.report_tableleft {
    margin: 0px;
    padding: 0px !important;
}

    .report_tableleft td {
        border: 1px solid #e4e4e4;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        font-weight: normal;
        padding: 3px 0px 3px 0px;
        color: #545454;
        min-width: 100px;
    }

.work_cal {
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    color: #fff;
}

.fc-button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #555555;
    height: 31px;
    text-transform: capitalize;
    width: 37px;
}





.dash_sec_m {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.dash_sec_t {
    background-color: #55228a;
    width: 100%;
    padding: 15px;
}

.dash_sec_b {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #2d2d2d;
}



.total_sales {
    font-size: 30px !important;
    float: left;
    width: 30%;
    color: #666666;
    text-align: center;
    font-weight: bold;
    
    background-color: #f3f3f3;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    padding: 5px 0px 0px 0px;
    box-shadow: 0 0 8px #787878;
}

.total_sales_1 {
    font-size: 16px;
    margin-left: 15px;
    float: left;
    width: 65%;
    color: #fff;
    font-weight: bold;
    text-align: left;
    
}

    .total_sales_1 span {
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        
    }

.fa-calendar1 {
    font-size: 30px !important;
    color: #55228a !important;
}

.fa-calendar2 {
    font-size: 30px !important;
    color: #f48420 !important;
}

.fa-calendar3 {
    font-size: 30px !important;
    color: #00c5dc !important;
}

.fa-calendar4 {
    font-size: 30px !important;
    color: #2db259 !important;
}

.fc-left {
    float: left;
}

.week_image {
    width: 40px;
    float: left;
    margin: 0px 10px 0px 10px;
}

.days {
    color: #fff !important;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

    .days a {
        color: #fff !important;
        text-decoration: none;
        padding: 0px 5px 0px 5px;
    }

        .days a:hover {
            color: #f7cefd !important;
            text-decoration: none;
            padding: 0px 5px 0px 5px;
        }

 .days .active {
            color: #f7cefd !important;
            text-decoration: none;
            padding: 0px 5px 0px 5px;
        }

.roster_div {
    width: 16% !important;
    float: left;
}

.roster_div1 {
    width: 84% !important;
    float: left;
}

.roster_in_div {
    float: left;
}


#boxA {
    width: auto;
    padding: 0px;
    margin: 25px 0px 0px 0px;
}

#boxB {
    width: auto;
    padding: 8px 8px 8px 8px;
    margin: 0px;
}

#boxA {
}

#boxB {
}

.boxes {
    margin: 5px 0px 0px 0px !important;
}

#drag, #drag2, #drag3 {
    padding: 0px;
    margin: 0px;
    -moz-user-select: none;
}

.shift_bt {
    background-color: #55228a  ;
    padding: 9px 14px 9px 14px;
    color: #fff;
    float: left;
    margin: 0px 0px 5px 5px;
    border-radius: 3px;
}
.shift_bt:hover {
    background-color: #f0118a !important;
   
}

@media only screen and (max-width: 780px) {
    .roster_div {
        width: 16% !important;
        float: left;
    }

    .roster_div1 {
        width: 84% !important;
        float: left;
    }

    .roster_in_div {
        float: left;
    }
}

@media only screen and (max-width: 650px) {
    .roster_div {
        width: 45% !important;
        float: left;
    }

    .roster_div1 {
        width: 54% !important;
        float: left;
    }

    .roster_in_div {
        width: 74% !important;
        float: left;
    }
}



.bl_button {
    margin-bottom: 6px !important;
}

.table th {
    background-color: #fef6fe !important;
    border-top: 1px solid #f5daff !important;
    border-bottom: 1px solid #f5daff !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 0px;
    border-bottom: 1px solid #ddd;
    line-height: 1.42857;
    padding: 10px 8px 10px 15px !important;
    vertical-align: middle;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 0px solid #e9ecef;
}


.dash_sec_t1 {
    background: #ff8c1a;
    background: linear-gradient(90deg, #ff8c1a 0%, #ff9c3b 35%, #f9cb6d 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

.dash_sec_t2 {
    background: #fc51a8;
    background: linear-gradient(90deg, #fc51a8 0%, #fd58aa 35%, #ff95c6 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

.dash_sec_t3 {
    background: #2ab9b3;
    background: linear-gradient(90deg, #2ab9b3 0%, #3bc8c2 35%, #3ef7e7 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

.dash_sec_t4 {
    background: #40c15d;
    background: linear-gradient(90deg, #40c15d 0%, #54d371 35%, #36eb60 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

.dash_sec_t5 {
    background: #1093ee;
    background: linear-gradient(90deg, #1093ee 0%, #229cf1 35%, #4eb3fa 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

.dash_sec_t6 {
    background: #fec107;
    background: linear-gradient(90deg, #fec107 0%, #f9c423 35%, #ffd554 100%);
    width: 100%;
    padding: 10px;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .05);
    border-radius: 7px;
    margin: 0px 0px 15px 0px;
}

/*.dash_sec_t1{ background-color:#1dae4d; width:100%; padding:10px; box-shadow: 2px 2px 0 #ccc; border-radius: 7px;  } 
.dash_sec_t2{ background-color:#ffaa15; width:100%; padding:10px; box-shadow: 2px 2px 0 #ccc; border-radius: 7px;  } 
.dash_sec_t3{ background-color:#f55565; width:100%; padding:10px; box-shadow: 2px 2px 0 #ccc; border-radius: 7px;  } 
.dash_sec_t4{ background-color:#35bdc9; width:100%; padding:10px; box-shadow: 2px 2px 0 #ccc; border-radius: 7px; } 
.dash_sec_t5{ background-color:#e32e80; width:100%; padding:10px; box-shadow: 2px 2px 0 #ccc; border-radius: 7px; }*/

.dash_sec_heading {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 2px 0px 2px 0px;
    color: #545454;
    margin-bottom: 0px;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
}

.dash_secction {
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #f5daff;
}



    .dash_secction .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border: 0px;
        border-top: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px !important;
        vertical-align: top;
    }

    .dash_secction th {
        background-color: #fef6fe;
    }

    .dash_secction h1 {
        text-align: left;
        padding: 0px 0px 5px 5px;
        color: #545454;
        margin: 0px 0px 15px 0px;
        font-size: 16px !important;
        line-height: 18px;
        border-bottom: 1px solid #f1f1f1;
    }

.dash_secction1 {
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    min-height: 400px;
    border: 1px solid #f5daff;
}

    .dash_secction1 .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-top: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px 15px 8px 15px !important;
        vertical-align: top;
        text-align: left;
    }

    .dash_secction1 h1 {
        text-align: left;
        padding: 0px 0px 5px 5px;
        color: #545454;
        margin: 0px 0px 15px 0px;
        font-size: 16px !important;
        line-height: 18px;
        border-bottom: 1px solid #f1f1f1;
    }


.count_sec {
    background: #55228a;
    width: 100%;
    text-align: left;
    padding: 2px 0px 2px 10px;
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
    display: inline-block;
    border-radius: 0px 0px 5px 5px;
}



.total_sales {
    font-size: 25px !important;
    width: 65px;
    height: 65px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    
    background-color: #fff;
    border-radius: 50%;
    padding: 0px 0px 0px 0px;
    box-shadow: 0 0 0px #787878;
    line-height: 65px;
}

.total_sales_1 {
    font-size: 20px;
    margin-left: 0px;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    padding: 17px 0px 0px 25px;
}

    .total_sales_1 span {
        font-size: 21px;
        color: #fff;
        font-weight: normal;
    }

.product_sec {
    background-color: #fff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #f5daff;
}

.products_name {
    font-size: 14px;
    margin-left: 0px;
    width: 100%;
    color: #545454;
    font-weight: normal;
    text-align: left;
}

.products_review_img {
    min-height: 71px;
    background-color: #FFF;
    vertical-align: middle;
    border: 0px solid #e3e3e3;
}

.products_review {
    font-size: 13px;
    margin-left: 0px;
    width: 100%;
    color: #545454;
    font-weight: normal;
    text-align: left;
}

.products_review1 {
    font-size: 18px;
    color: #21a0f1;
    font-weight: normal;
}


.canceld_cart_top {
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
}

.canceld_cart_con {
    font-size: 13px;
    margin-left: 0px;
    width: 100%;
    color: #545454;
    font-weight: bold;
    text-align: left;
    padding-bottom: 15px;
}

.canceld_cart {
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
    color: #545454;
    font-weight: bold;
    text-align: left;
}

.canceld_cart1 {
    font-size: 14px;
    color: #5cae12;
    font-weight: bold;
}


.rank {
    font-size: 12px;
    margin-left: 0px;
    width: 100%;
    color: #a2a2a2;
    font-weight: normal;
    text-align: left;
}

.rank_shift1 {
    font-size: 15px;
    color: #545454;
    font-weight: normal;
}

    .rank_shift1 .fa-long-arrow-up {
        color: #5cae12;
        font-size: 12px;
    }

    .rank_shift1 .fa-long-arrow-down {
        color: #F00;
        font-size: 12px;
    }

.products_sales {
    padding: 0px !important;
    margin: 0px !important;
}

.branches_head {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 2px 0px 2px 0px;
    color: #37baf6;
    margin-bottom: 0px;
    font-size: 18px;
}

.branches_address {
    font-size: 14px;
    margin-left: 15px;
    color: #545454;
    font-weight: normal;
    text-align: center;
    min-height: 80px;
}

.glyphicon-time:before {
    color: #55228a !important;
}


.login_logo {
    margin-top: 60px;
    margin-bottom: 0px;
}

.registration_forms {
    width: 425px;
    margin: 10px auto; 
    border-radius: 6px;
    padding: 0px;
    box-shadow: 0px 0px 0px #ccc;
}

    .registration_forms h1 {
        color: #2d2d2d;
        font-size: 28px;
        text-align: center !important;
        padding: 0px 0px 20px 0px;
        margin: 0px !important;
    }
/*


.registration_forms .select-wrapper {   
    border: 1px solid #ccc !important;
}
.registration_forms .select-wrapper .holder{  
	font-size:15px !important;
}

.registration_forms .select-wrapper, .select-wrapper select {
    height: 40px !important;
    line-height: 15px !important;
    width: 100% !important;
}
*/

.ins_logo {
    position: absolute;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}




.registration_forms_lable {
    font-size: 15px !important;
    color: #fff !important;
}

.registration_forms .form-control {
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.registration_forms .form-control-n {
    padding: 9px 10px;
    border-radius: 3px !important;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.registration_forms label {
    color: #fff !important;
}

.input-group-addon .fa {
    color: #818181 !important;
    font-size: 17px !important;
}

.input-group {
    width: 100%;
    text-align: left;
}



.sub_but_se1 {
    background-image: url(../images/login_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px 0px 0px 0px;
    background-size: cover;
}

.sub_but_se2 {
    background-image: url(../images/registerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.sub_but_se3 {
    background-image: url(../images/login_bg_st.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 500px;
}

.forgot {
    padding: 9px 0px;
    border-radius: 3px;
    font-size: 12px;
    transition: all .15s ease-out;
    color: #0091ae;
    display: block;
    height: 40px;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    font-weight: 600;
}

    .forgot a {
        color: #0091ae;
    }

        .forgot a:hover {
            color: #000 !important;
        }

.new_register {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: right;
}

    .new_register a {
        margin: 15px 0px 0px 0px;
        padding: 0px;
        color: #fff !important;
        font-weight: bold;
    }

        .new_register a:hover {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            color: #74b94e !important;
            text-decoration: none;
        }

.form-control::-moz-placeholder {
    color: #545454 !important;
    opacity: 1;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-control-t {
    background-color: #fafafa !important;
    border: 1px solid #eeeeee !important;
    border-radius: 2px !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    width: 100% !important;
    height: 50px !important;
    padding: 0px 0px 0px 2% !important;
    margin: 0px;
}

.form-group {
    margin-bottom: 10px;
}

.registration_forms .form-group {
    margin-bottom: 21px !important;
}

.sig_but_f {
    margin: 20px 0px 0px 0px !important;
    padding: 9px 0px 9px 0px !important;
    border-radius: 9px !important;
    text-decoration: none;
    font-size: 19px !important;
    color: #b0c1d4 !important;
    font-weight: 500;
    width: 100% !important;
    text-transform: none;
    border: 0px solid #ccc;
    height: 40px;
    background-color: #eaf0f6 !important;
    border: 1px solid #eaf0f6 !important;
}

.sig_but[disabled] {
    /*margin: 20px 0px 0px 0px !important;
    padding: 9px 0px 9px 0px !important;
    border-radius: 9px !important;
    text-decoration: none;
    font-size: 22px !important;
    color: #b0c1d4 !important;
    font-weight: 600;
    width: 100% !important;
    text-transform: none;
    border: 0px solid #ccc;
    height: 40px;
    background-color: #eaf0f6 !important;
    border: 1px solid #eaf0f6 !important;*/
}

.sig_but {
    margin: 20px 0px 0px 0px !important;
    padding: 9px 0px 9px 0px !important;
    border-radius: 9px !important;
    text-decoration: none;
    font-size: 22px !important;
    color: #b0c1d4 !important;
    font-weight: 600;
    width: 100% !important;
    text-transform: none;
    border: 0px solid #ccc;
    height: 40px;
    background-color: #f0118a !important;
    border: 1px solid #f0118a !important;
}

    .sig_but:hover {
        color: #fff !important;
        background-color: #f0118a !important;
        border: 1px solid #f0118a !important;
    }

.sub_but_se1 {
    background-image: url(../images/login_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0px 0px 0px 0px;
    background-size: cover;
}

.sub_but_se2 {
    background-image: url(../images/registerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.sub_but_se3 {
    background-image: url(../images/login_bg_st.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 500px;
}

.forgot {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: left;
}

    .forgot a {
        margin: 15px 0px 0px 0px;
        padding: 0px;
        color: #55228a !important;
        font-weight: bold;
    }

        .forgot a:hover {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            color: #000 !important;
            text-decoration: none;
        }

.new_register {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    float: right;
}

    .new_register a {
        margin: 15px 0px 0px 0px;
        padding: 0px;
        color: #fff !important;
        font-weight: bold;
    }

        .new_register a:hover {
            margin: 15px 0px 0px 0px;
            padding: 0px;
            color: #74b94e !important;
            text-decoration: none;
        }

.form-control::-moz-placeholder {
    color: #545454 !important;
    opacity: 1;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-control-t {
    background-color: #fafafa !important;
    border: 1px solid #eeeeee !important;
    border-radius: 2px !important;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    width: 100% !important;
    height: 50px !important;
    padding: 0px 0px 0px 2% !important;
    margin: 0px;
}

.form-group {
    margin-bottom: 10px;
}

.login_bg {
    background: url(../images/bg3.jpg) !important;
	background-repeat:no-repeat;
	background-position: center top;
    background-size: cover !important;
}

.login_txt {
    margin: 5px 0px 30px 0px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    color: #33475b;
}

    .login_txt a {
        color: #a76ee1;
        font-weight: bold;
    }

        .login_txt a:hover {
            color: #f0118a;
        }



.registration_forms label {
    color: #33475b !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 24px;
}

.registration_forms .form-control {
    padding: 9px 10px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}

.registration_forms .form-control-n {
    padding: 9px 10px;
    border-radius: 3px !important;
    border: 1px solid #cbd6e2;
    font-size: 16px;
    transition: all .15s ease-out;
    background-color: #f5f8fa;
    color: #33475b;
    display: block;
    height: 40px;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}


.fa-lock {
    font-size: 24px !important;
}

.create_new_bt {
    float: right;
    margin: 8px 0px 0px 0px;
}

.save_bt {
    float: right;
    margin: 8px 0px 0px 0px;
}

.appointment_img {
    margin: 0px;
    padding: 0px;
}

    .appointment_img img {
        width: 35px;
        height: 35px;
    }

.fa-file-pdf-o {
    font-size: 18px;
    color: #ca0000;
}

.top_area_prof_m {
    margin: 7px 0px 0px 0px;
    padding: 0px;
}

.dash_section_profile {
    width: 45px;
    height: 45px;
    float: left;
}

    .dash_section_profile img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        box-shadow: 0px 0px 7px #000;
        border: 2px solid #fff;
    }

.top_user_sec_m {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #9b56d2;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 0px #dedede;
    border-radius: 5px;
}

.top_area_prof1 {
    float: left;
    margin: 0px;
    color: #fff;
    padding: 5px 10px 6px 10px;
    border-right: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
}

.top_area_prof {
    float: left;
    margin: 0px;
    color: #fff;
    padding: 8px 10px 7px 10px;
    border-right: 1px solid #ccc;
    font-size: 12px;
}


.navtab-bg1 {
    background: #9b56d2 repeat scroll 0 0 !important;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

    .navtab-bg1 .active {
        border-top: 4px solid #4f0561;
        color: #69137f !important;
        background: #eda4ff;
        margin: 0px;
        padding: 0px;
    }


#new_tabs {
    margin: 0px;
}

    #new_tabs .nav.nav-tabs > li > a {
        background-color: transparent;
        color: #fff !important;
        cursor: pointer;
        line-height: 40px !important;
        font-weight: 600;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px !important;
        text-align: center;
        border-right: 1px solid #bf8cf3;
        margin: 0px;
    }

        #new_tabs .nav.nav-tabs > li > a:hover {
            background: #eda4ff;
        }

.tab-content1 {
    background: #fff none repeat scroll 0 0 !important;
    display: inline-block;
    width: 100%;
    border: 1px solid #9b56d2;
    padding: 30px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

.navbar-form {
    margin: 0px !important;
}

.navbar-default .form-group {
    clear: both;
    display: inline-block;
    margin-bottom: 15px !important;
    width: 100%;
}

.dash_section {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 0px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 5px 0px;
    margin-bottom: 15px !important;
    height: 183px;
    width: 100%;
    margin: 0px auto;  
}

.dash_section1 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section2 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section3 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section4 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section5 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section6 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section7 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section8 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 10%;
    margin: 0px auto;
}

.dash_section9 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section10 {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 2px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin-bottom: 15px !important;
    min-height: 218px;
    width: 100%;
    margin: 0px auto;
}

.dash_section_m h2 {
    color: #000;
    float: left;
    font-size: 15px;
    margin: 0 !important; 
    text-align: left;
    width: 80%;
    padding: 6px 0px 6px 0px !important;
    line-height: 20px;
}

.dash_section_m h3 {
    color: #000 !important;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 70%;
    padding: 6px 0px 6px 0px;
    line-height: 30px;
}

.dash_section a { /*background: linear-gradient(90deg, #0995d4 0%, #1caaea 35%, #38c1ff 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section1 a { /*background: linear-gradient(90deg, #de2c68 0%, #ec407a 35%, #ff4f8a 100%); */
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section2 a { /*background: linear-gradient(90deg, #229f58 0%, #33b86c 35%, #18db6c 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section3 a { /*background: linear-gradient(90deg, #5e32ac 0%, #7e57c2 35%, #894ef1 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section4 a { /*background: linear-gradient(90deg, #de3b38 0%, #eb4845 35%, #fe615e 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section5 a { /* background: linear-gradient(90deg, #e8af00 0%, #f2b601 35%, #ffd554 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section6 a { /*background: linear-gradient(90deg, #ff6600 0%, #eb5e00 35%, #ff7c3b 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section7 a { /*background: linear-gradient(90deg, #009a96 0%, #00b1ac 35%, #00ddd7 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section8 a { /*background: linear-gradient(90deg, #825d36 0%, #8f6f4d 35%, #c4a788 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section9 a { /*background: linear-gradient(90deg, #101c80 0%, #1a2791 35%, #1b2fd2 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section10 a { /*background: linear-gradient(90deg, #bb003c 0%, #d30044 35%, #f80352 100%);*/
    width: 100%;
    display: inline-block;
    border-radius: 5px 5px 0px 0px;
}

.dash_section_m_icon {
    margin: 0px 9px 0px 0px;
    width: 30px;
    float: left;
}
 

.scroll_br {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 575px;
}

.scroll_br1 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 590px;
}
.scroll_br2 {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 360px;
}


.video_sec_bg {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 0px 0px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 0px 0px;
}

    .video_sec_bg h3 {
        color: #2d2d2d;
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: left;
        padding: 8px 0px 3px 10px;
        line-height: 20px;
    }

.online_video {
    padding: 10px 15px 15px 15px;
    margin: 0px;
}


.note_bg {
    background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 0px 8px #e5e5e5;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    width: 100%;
    display: inline-block;
}

    .note_bg h3 {
        color: #2d2d2d;
        font-size: 15px;
        margin: 0;
        padding: 0;
        text-align: left;
        padding: 8px 0px 3px 10px;
        line-height: 20px;
    }

.notes_sec {
    padding: 10px 15px 15px 15px;
    margin: 0px;
}

.notes_txt {
    height: 150px !important;
}

.myhealth_d {
    width: 299px;
    display: inline-block;
    margin: -8px 0px 5px 0px;
    position: absolute;
}


.myhealth_d_con_sec {
    width: 100%;
    display: inline-block;
}

.myhealth_d_con1 {
    font-size: 12px;
    color: #2d2d2d;
    text-align: right;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 4px solid #781ce3;
    width: 75px;
    float: right;
    padding: 0px 0px 8px 0px;
    margin: 0px;
    display: inline-block;
}

    .myhealth_d_con1 span {
        font-size: 30px;
        color: #781ce3;
        text-align: right;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        line-height: 25px;
    }

.myhealth_d_con2 {
    font-size: 12px;
    color: #2d2d2d;
    text-align: right;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 4px solid #781ce3;
    width: 75px;
    float: right;
    padding: 0px 0px 8px 0px;
    margin: 1px 0px 0px 0px;
    display: inline-block;
}

    .myhealth_d_con2 span {
        font-size: 30px;
        color: #781ce3;
        text-align: right;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        line-height: 25px;
    }

.myhealth_d_con3 {
    font-size: 12px;
    color: #2d2d2d;
    text-align: right;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 4px solid #781ce3;
    width: 75px;
    float: right;
    padding: 0px 0px 8px 0px;
    margin: 2px 0px 0px 0px;
    display: inline-block;
}

    .myhealth_d_con3 span {
        font-size: 30px;
        color: #781ce3;
        text-align: right;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        line-height: 25px;
    }

.myhealth_d_con4 {
    font-size: 12px;
    color: #2d2d2d;
    text-align: right;
    font-weight: 600;
    line-height: 15px;
    border-bottom: 4px solid #09c700;
    width: 75px;
    float: right;
    padding: 0px 0px 8px 0px;
    margin: 1px 0px 0px 0px;
    display: inline-block;
}

    .myhealth_d_con4 span {
        font-size: 30px;
        color: #09c700;
        text-align: right;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        line-height: 25px;
    }

.myhealth_icons_m {
    width: 100%;
    display: inline-block;
    margin: 10px 0px 20px 0px;
}

.myhealth_icons {
    width: 52px;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.myhealth_conts {
    width: 70%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #781ce3;
    text-align: left;
    font-weight: 600;
    line-height: 32px;
}

.buttons {
    float: right;
    background-color: #fff !important;
    border: 1px solid #811fb1 !important;
    color: #811fb1;
    width: 100px;
    margin: 0px 15px 0px 0px;
    font-size: 15px;
}

    .buttons:hover {
        float: right;
        background-color: #811fb1 !important;
        border: 1px solid #811fb1 !important;
        color: #fff;
    }

.buttons1 {
    background-color: #fff !important;
    border: 1px solid #811fb1 !important;
    color: #811fb1;
    width: 150px;
    margin: 0px 15px 0px 0px;
    font-size: 15px;
}

    .buttons1:hover {
        background-color: #811fb1 !important;
        border: 1px solid #811fb1 !important;
        color: #fff;
    }

.myhealth_syp {
    background-color: #fef6fe;
    border: 1px solid #f5daff;
    box-shadow: 0 0 0px #ccc;
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 7px 0px 7px 15px;
    width: 100%;
    border-radius: 10px;
}

    .myhealth_syp:hover {
        background-color: #fef6fe;
        border: 1px solid #f5daff;
        box-shadow: 0 0 10px #f3cfff;
    }

.myhealth_syp_con {
    float: left;
    color: #8e26b2;
    font-size: 18px;
    margin: 20px 0px 7px 0px;
    font-weight: bold;
}

.myhealth_syp_con1 {
    float: left;
    color: #8e26b2;
    font-size: 14px;
    font-weight: 600;
}

    .myhealth_syp_con1 span {
        float: left;
        color: #2d2d2d;
        font-size: 18px;
    }

.myhealth_syp_con2 {
    color: #8e26b2;
    font-size: 18px;
    margin: 10px 0px 7px 0px;
    font-weight: bold;
    text-align: left;
}

.plus_button {
    position: relative;
    margin: 20px 0px 7px 0px;
    padding: 0px;
    float: right;
}

.edit_button {
    position: relative;
    margin: 9px 15px 0px 0px;
    padding: 0px;
    float: right;
    font-size: 15px;
}

.modal_pad {
    padding: 0px;
}

.myhealth_mod {
    margin: 0px;
    padding: 0px;
}

    .myhealth_mod .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }

    .myhealth_mod .modal-header .close {
        margin-top: -2px;
        font-size: 50px;
        border: 1px solid #000;
        border-radius: 30px;
        width: 50px;
        height: 50px;
        font-weight: normal;
        color: #000 !important;
    }

    .myhealth_mod .modal-title {
        margin: 0;
        line-height: 1.42857143;
        font-size: 30px;
    }

    .myhealth_mod .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .myhealth_mod .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 0px solid #e5e5e5;
    }


.food_alergy_con {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 15px 0px 25px 0px;
    padding: 0px;
}

.clients_dash_sec {
    color: white;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 10px 20px 0px 0px;
    float: left;
}

.clients_dash_sections {
    background-color: #fff;
    border: 0px solid #f5daff;
    box-shadow: 0 0 0px #ccc;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.clients_dash_sections1 {
    min-height: 550px;
    display: inline-block;
    width: 100%;
}

    .clients_dash_sections1 label {
        display: inline-block;
        font-weight: bold !important;
        margin-bottom: 3px;
        max-width: 100%;
        font-size: 13px;
        padding: 5px 0px 0px 0px;
    }

.clients_dash_bg1 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #f742f8 0%, #da1cdb 51%, #940b95 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg1:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #940b95 0%, #da1cdb 51%, #f742f8 75%) repeat scroll 0 0;
    }

.clients_dash_bg2 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #ff7121 0%, #e65f13 51%, #d24c00 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg2:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #d24c00 0%, #e65f13 51%, #ff7121 75%) repeat scroll 0 0;
    }

.clients_dash_bg3 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #ff1f63 0%, #ea0f51 51%, #d90545 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg3:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #d90545 0%, #ea0f51 51%, #ff1f63 75%) repeat scroll 0 0;
    }

.clients_dash_bg4 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #00b8bd 0%, #05979b 51%, #008083 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg4:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #008083 0%, #05979b 51%, #00b8bd 75%) repeat scroll 0 0;
    }

.clients_dash_bg5 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #00dffd 0%, #06b7cf 51%, #078fa1 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg5:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #078fa1 0%, #06b7cf 51%, #00dffd 75%) repeat scroll 0 0;
    }

.clients_dash_bg6 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #6ecb39 0%, #53b11e 51%, #3b8f0b 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg6:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #3b8f0b 0%, #53b11e 51%, #6ecb39 75%) repeat scroll 0 0;
    }

.clients_dash_bg7 {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #8339f8 0%, #6e23e4 51%, #5610c6 75%) repeat scroll 0 0;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 56px;
    padding: 0px;
    margin: 0px auto;
}

    .clients_dash_bg7:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(141deg, #5610c6 0%, #6e23e4 51%, #8339f8 75%) repeat scroll 0 0;
    }


.clients_dash_sec_con {
    font-size: 14px;
    color: #000000;
    padding: 7px 0px 0px 0px;
    text-align: center;
    font-weight: 700;
}

.clients_dash_sec .fa {
    color: #ffffff !important;
}

/*---------------------2020-02-24--------------*/
.dash_sec_ic h1 {
    text-align: left;
    padding: 0 0 5px;
    color: #545454;
    margin: 0 0 5px;
    font-size: 14px !important;
    line-height: 18px;
    border-bottom: 0 solid #f1f1f1;
    font-weight: 600;
}

.physical_assesment {
    width: 850px;
    margin: 0 auto;
    padding: 0;
    min-height: 650px;
	position:relative;
 
}

.physical_img {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 50;
	border: 1px solid #ca95f5;
	height: 648px;
	background: #fff;
}

.physical_icons {
    width: 689px;
    margin: 0 auto;
    padding: 0;
}

.physical_icons_left {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    z-index: 500;
    color: #000;
}

.physical_icons_right {
    width: 50%;
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 500;
    color: #000;
}

.phy_ico1 {
    margin: 29px 0 0 160px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico2 {
    margin: 23px 0 0 100px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico3 {
    margin: 23px 0 0 68px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico4 {
    margin: 23px 0 0 13px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico5 {
    margin: 23px 0 0 37px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico6 {
    margin: 23px 0 0 136px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico7 {
    margin: 23px 0 0 183px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico8 {
    margin: 29px 0 0 60px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico9 {
    margin: 23px 0 0 127px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico10 {
    margin: 23px 0 0 192px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico11 {
    margin: 23px 0 0 245px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico12 {
    margin: 23px 0 0 192px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico13 {
    margin: 23px 0 0 127px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico14 {
    margin: 23px 0 0 70px;
    padding: 0;
    position: relative;
    display: inline-block;
    width: 200px;
}

.phy_ico15 {
    margin: 25px auto;
    padding: 0;
    position: relative;
    width: 50px;
    text-align: center;
    z-index: 500;
    display: block;
}

    .phy_ico15 a {
        color: #000;
    }

        .phy_ico15 a:hover {
            color: #00b037;
        }

.icon_img {
    display: inline-table;
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 2px solid #12af1d;
    border-radius: 50px;
}

    .icon_img img {
        width: 100%;
    }

.icon_active {
    border-radius: 50px;
    border: 2px solid red;
}

.active_t {
    color: red;
}

.physical_icons_left a {
    color: #000;
}

.physical_icons_left :hover {
    color: #12af1d;
}

.icon_con1 {
    text-align: center;
    line-height: 47px;
    float: right;
    margin: 0 15px;
}

.icon_img1 {
    width: 47px;
    height: 47px;
    border-radius: 50px;
    border: 2px solid #33e04f;
    text-align: center;
    line-height: 40px;
    float: right;
}

.icon_con2 {
    text-align: center;
    line-height: 47px;
    margin: 0 0 0 15px;
}

.icon_img2 {
    width: 47px;
    height: 47px;
    border-radius: 50px;
    border: 2px solid #33e04f;
    text-align: center;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}

.icon_img_br {
    width: 47px;
    height: 47px;
    border-radius: 50px;
    border: 2px solid #f10d0d !important;
    text-align: center;
    line-height: 40px;
    float: left;
}

.icon_img_br1 {
    width: 47px;
    height: 47px;
    border-radius: 50px;
    border: 2px solid #f10d0d !important;
    text-align: center;
    line-height: 40px;
    float: right;
}

.create_new {
    margin: -50px 0px 0px 0px;
    padding: 0px;
    float: right;
    position: relative;
}

    .create_new a {
        margin: 0px;
        background-color: #811fb1;
        padding: 5px 20px 5px 20px;
        text-align: center;
        font-weight: bold;
        border-radius: 15px;
        color: #fff;
        font-size: 16px;
        width: 100%;
        display: inline-block;
    }

        .create_new a:hover {
            background-color: #53268e;
            text-decoration: none;
        }

.btn-actphy {
    background-color: #eb1675 !important;
    border: #eb1675 !important;
}

.btn-success {
    margin-top: 0px;
    border-radius: 5px !important;
    background-color: #fb0c8c;
    border-color: #fb0c8c;
    font-size: 14px !important;
    padding: 10px 20px !important;
	color:#fff !important;
}

    .btn-success:hover {
        background-color: #5e00bf;
        border-color: #5e00bf;
    }


.map_section_m_icon {
    margin: 0px 0px 0px 0px;
    width: 47px;
    float: left;
}

.box {
    float: left;
    overflow: hidden;
    display: none;
    position: absolute;
    top: -14px;
    margin: 0px 0px 0px 29px;
}

.box-inner {
    width: 850px;
    padding: 10px;
    border: 0px solid #a29415;
	margin: 90px 0px 0px 0px;
	    margin-left: 149px;
}

.body_map_line {
    border-bottom: 0px solid #ca95f5;
	margin:0px 0px 0px 0px;
	position:relative;
}

.body_map_btn {
    margin: 0px 0px 00px 0px;
    background: #FFF;
    border: 0px solid #FFF !important;
	position:relative;
	z-index:1000;
	float:right;
	 
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
}

.page-wrapper {
    background: #edf1f5;
    position: relative;
    transition: .2s ease-in;
    margin-bottom: 72px;
}

.navbar-brand {
    padding: 15px 0px;
}

.panel {
    border-radius: 0px;
    border: none;
    margin-bottom: 12px;
    border: 1px solid #f5daff;
}

    .panel .panel-body {
        padding: 10px 10px 10px 10px;
        background-color: #fff;
    }

h1 {
    font-size: 20px;
    color: #000;
    text-align: left;
	text-transform: uppercase;
	margin:15px 0px 0px 0px !important;
	font-weight:normal !important;
	padding-bottom:0px !important;
}

h2 {
    font-size: 20px;
    color: #000;
    text-align: left; 
	margin:15px 0px 20px 0px !important;
}

.tabs_head{
    font-size: 16px;
    color: #48465b;
    text-align: left;
	text-transform: none;
	margin:15px 0px 25px 15px !important;
	font-weight: 500 !important;
	padding-bottom:10px !important;
}

.dropdown-menu h4 { 
    color: #ffff !important;
    
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}

.btn-info {
    color: #fff;
    background-color: #5e00bf;
    border-color: #5e00bf;
    font-weight: bold;
}

.button_g {
    margin: 22px 0px 0px 0px;
}

.patients_s {
    background: #FFF;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    display: inline-block;
    min-height: 800px;
}

.patients_left {
    border-right: 1px solid #e1e1e1;
    width: 100%;
    display: inline-block;
    min-height: 800px;
}

    .patients_left ul {
        margin: 0px;
        padding: 0px;
    }

        .patients_left ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .patients_left ul li a {
                margin: -5px 0px 0px 0px;
                background: #fff;
                width: 100%;
                display: inline-block;
                padding: 10px 15px 10px 15px;
                border-bottom: 1px solid #e1e1e1;
                color: #545454; 
                border-left: 2px solid #ffffff;
            }

                .patients_left ul li a:hover {
                    background: #7517cd;
                    color: #fff;
                    border-left: 2px solid #fa0087;
                    text-decoration: none;
                }

    .patients_left .active {
        margin: -5px 0px 0px 0px;
        padding: 0px;
        background: #7517cd;
        width: 100%;
        display: inline-block;
        padding: 10px 15px 10px 15px;
        color: #fff;
        border-left: 2px solid #fa0087;
    }

    .patients_left ul li img {
        width: 35px;
		height:35px;
        border-radius: 50%;
    }

.patients_icon {
    width: 50px;
    float: left;
    margin: 4px 0px 0px 0px;
}

.patients_con {
    width:78%;
    float: left;
}

.patients_con_r {
    width:88%;
    float: right;
}

.patients_right_top {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 15px 17px 25px;
}
.patients_right_top1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 15px 20px 0px;
}

.patients_icon1 {
    width: 85px;
    float: left;
    margin: 4px 0px 0px 0px;
}

    .patients_icon1 img {
        width: 70px;
		height:70px;
        border-radius: 50%;
    }

.patients_con1 {
    width: 70%;
    float: left;
}

.patients_con1_name {
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: #2d2d2d;
}

.patients_mr {
    margin-left: -20px;
	margin-top:10px;
}

.patients_btn {
    color: #9a9a9a !important;
    background-color: #fff !important;
    border-color: #e1e1e1;
    border: 1px solid #e1e1e1 !important;
    font-weight: bold;
}

    .patients_btn:hover {
        color: #fff !important;
        background-color: #5e00bf !important;
        border-color: #5e00bf;
        border: 1px solid #5e00bf !important;
        font-weight: bold;
    }

.btns_l {
    float: right;
    margin: 0px 0px 0px 0px;
}

.patients_br {
    border-right: 1px solid #e1e1e1;
    width: 100%;
    display: inline-block;
}

.patients_sections {
    margin: -6px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.patients_left .form-control {
    padding: 10px 10px 10px 45px !important;
    background: #fff !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
}

.search_icon {
    position: relative;
    margin: -30px 0px 14px 18px;
    width:30px;
}

    .search_icon .fa {
        color: #adadab !important;
    }

.navbar-nav .open .dropdown-menu {
    background: #fff;
}

.panel_new {
    padding: 10px 30px 10px 10px !important;
}



.polaroid {
    position: absolute;
}

.drag_con {
    text-align: left;
    margin: 20px 0px 20px 0px;
    color: #2d2d2d;
    font-size: 15px;
}


#square {
    width: 100%;
}

#rectangle {
    width: 100%;
}

#circle {
    width: 70px;
    height: 70px;
    background: #0a54a2;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
/* Cleaner, but slightly less support: use "50%" as value */

#triangle-up {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 70px solid #0a54a2;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 70px solid #0a54a2;
}

#pentagon {
    position: relative;
    width: 54px;
    border-width: 50px 18px 0;
    border-style: solid;
    border-color: #0a54a2 transparent;
    margin-top: 50px;
}

    #pentagon:before {
        content: "";
        position: relative;
        height: 0;
        width: 0;
        top: -105px;
        left: -18px;
        border-width: 0 45px 35px;
        border-style: solid;
        border-color: transparent transparent #0a54a2;
    }

#diamond {
    width: 0;
    height: 0;
    border: 45px solid transparent;
    border-bottom-color: #0a54a2;
    position: relative;
    top: -50px;
}

    #diamond:after {
        content: '';
        position: relative;
        left: -45px;
        top: 89px;
        width: 0;
        height: 0;
        border: 45px solid transparent;
        border-top-color: #0a54a2;
    }


.draggable {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.dropped {
    position: static !important;
}

#dvSource {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 100px;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

    #dvSource div {
        margin-bottom: 5px;
    }

#dvDest {
    padding: 0px;
    width: 100%;
}


    #dvDest #diamond {
        margin-top: -30px !important;
    }

    #dvDest #pentagon {
        margin-top: 50px !important;
    }


.drag_cl1 {
    background: #ff6600;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 0px;
}

.drag_cl2 {
    background: #581e86;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 0px;
}

.drag_cl3 {
    background: #f90b87;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 0px;
}

.drag_cl4 {
    background: #4c4c4c;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 0px;
}

.drag_cl5 {
    background: #3a54f3;
    color: #fff;
    padding: 7px 15px 7px 15px;
    margin: 10px 0px 0px 0px;
}

.section_box_cond {
    background: #fff;
    margin: 0 0 10px;
    padding: 10px;
    box-shadow: 0 0 0 #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-height: 87px;
}

@media only screen and (max-width:1050px) {

    .navbar-brand span {
        display: block !important;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 10px 0px 0px 0px;
    }
}

@media only screen and (max-width:767px) {

    .navbar-brand span {
        display: block !important;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }
}


.modal_close {
    padding: 10px 20px !important;
}

.dairy_th{ width:224px !important;}

.workreport_s{
    overflow-y: hidden !important;
    width:1125px;    
    overflow-x:scroll !important;
}
.bodymap_icon{ width:70px ;}

.video_btn{ float:right;margin: -40px 0px 19px 0px; padding:0px; position:relative;}
.video_btn a{ background:#8613b1;     border-radius: 3px; font-size:15px; color:#fff; margin:0px; padding:10px 15px 10px 15px; font-weight:bold;}
.video_btn a:hover{ background:#e815af;     border-radius: 3px; font-size:15px; color:#fff;}

.profile_count_sec{ border-bottom: 1px solid #ebebeb; width:100%; display:inline-block; padding:20px 0px 20px 0px; margin:0px 0px 0px 0px;}
.profile_count{ font-size:16px; color:#2d2d2d; font-weight:bold;}
.profile_count1{ font-size:16px; color:#ff0000; font-weight:bold;}
.profile_count_con1{ font-size:13px; color:#210d92; font-weight:bold;}
.profile_count_con2{ font-size:13px; color:#fb17ce; font-weight:bold;}
.profile_count_con3{ font-size:13px; color:#ce1fe8; font-weight:bold;}
.profile_count_con4{ font-size:13px; color:#33dfcc; font-weight:bold;}
.waves-effect{    padding: 7px 20px !important;}

.btn {padding: 7px 20px !important;  font-weight: bold !important;}
.modal-dialog1{ width:900px !important;}


@media only screen and (max-width:767px) {
.modal-dialog1{  width:90% !important;}
}

.encounter_right_bg {  
	display: inline-block;
	clear: both;
	width: 100%;
	color: #199cd3;
	background-color: #fff;
    border-top: 0px solid #29b6f6;
    box-shadow: 0px 0px 8px #e5e5e5;
    border-radius: 5px;
    padding: 8px 10px 8px 10px;
    margin: 0px 0px 5px 0px;
	font-size:14px;
}

.encounter_con {
    font-size: 14px;
    float: left;
    padding: 0px;
}

.encounter_con1 {
    font-size: 14px;
    float: right;
    padding: 0px;
}
#divexample1 {
    overflow: auto;
    height: 460px;
}
.divexample1 {	overflow: auto;
	height: 100px;
	margin-bottom:10px;
}
.divexample2 {
	overflow: auto;
	height: 575px;
	margin-bottom:0px;
	padding-right:10px;
}
.divexample3 {
	overflow: auto;
	height: 545px;
	margin-bottom:0px;
}

.divexample4 {
	overflow: auto;
	height: 550px;
	margin-bottom:0px;
}
.divexample5 {
    overflow: auto;
    height: 600px;
}

.divexample6 {
	overflow: auto;
	height:750px;
	margin-bottom:25px;
}

.divexample2 .table td {
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.42857;
    padding: 3px 8px 3px 8px !important;
    vertical-align: middle;
	font-size:12px !important;
	font-weight:500 !important;
	color:#545454 !important;

}

.divexample2 .table th {
    border: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.42857;
    padding: 3px 8px 3px 8px !important;
    vertical-align: middle;
	font-size:13px !important;
	font-weight:600 !important;
	color:#545454 !important;

}

.connect_scroll {
    overflow: auto;
    height: 740px;
}
.connect_scroll_r {
    overflow: auto;
    height: 591px;
}

.upload_box{ width:71%; float:left;  }
.upload_box .btn-primary{ text-align:center !important;}
.upload_box_form{ border-radius: 4px 0px 0px 4px !important; height:40px !important; padding:9px 0px 9px 15px !important; }
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
	padding: 6px 0px 7px 0px !important;
	border-radius: 0px 4px 4px 0px !important;
	background:#00c0d1 !important;
	text-align:center;
	border:1px solid #00c0d1 !important;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding:0px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}	

.fileUpload1 {
    position: relative;
    overflow: hidden;
    margin: 0px;
	padding: 6px 0px 7px 0px !important; 
	background:#fff !important;
	text-align:center;
	border:0px solid #00c0d1 !important;
	color:#00c0d1;
	border-radius: 50% !important;
	width:30px;
	height:30px;
	box-shadow: 0px 0px 0px  #ccc !important;
	
	
}

.fileUpload1 input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding:0px;
    font-size: 15px !important;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}	
 
    /* Let's Beautify Our Form */
	
.input-group-addon {
    height: 20px !important;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 31px;
    z-index: 1000;
}	

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100% !important;
}

option {
    padding: 5px 0 5px 5px;
    width: 100%;
	margin:0px;
	background: #fff;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0; 
    border-top: 1px solid #eee;
}
.close_btns{float:right; margin:0px; position:relative; z-index:1500; font-size:50px; margin: 78px 15px 0px 0px;}

.btn_close{ background:none; border:0px;}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; 
	color:#646c9a !important; 
	font-size: 14px !important;
	font-weight: 400 !important;
}

.label {
    padding: 5px 10px;
    line-height: 15px !important;
    color: #fff;
    font-weight: 400;
    border-radius: 0px;
    font-size: 12px !important;
}

.delete_btn {
    margin: 0px;
    background: none;
    border: 1px solid #ff0000;
    padding: 3px 20px 1px 20px !important;
    color: #ff0000;
    font-size: 12px !important;
    font-weight: normal;
}

    .delete_btn:hover {
        background: #ff0000;
        border: 1px solid #ff0000;
        color: #fff !important;
    }

    .delete_btn .fa {
        font-size: 15px !important;
        margin: 0px 8px 0px 0px;
    }

.view_btn {
    margin: 0px;
    background: none;
    border: 1px solid #1881e0;
    padding: 3px 20px 1px 20px !important;
    color: #1881e0;
    font-size: 12px !important;
    font-weight: normal;
}

    .view_btn:hover {
        background: #1881e0;
        border: 1px solid #1881e0;
        color: #fff !important;
    }

    .view_btn .fa {
        font-size: 15px !important;
        margin: 0px 8px 0px 0px;
    }

.view_btn1 {
    margin: 0px;
    background: none;
    border: 1px solid #5e00bf;
    padding: 3px 20px 1px 20px !important;
    color: #5e00bf;
    font-size: 12px !important;
    font-weight: normal;
}

    .view_btn1:hover {
        background: #5e00bf;
        border: 1px solid #5e00bf;
        color: #fff !important;
    }

.view_btn img {
    font-size: 15px !important;
    margin: 0px 8px 0px 0px;
}


.pdf_btn {
    margin: 0px;
    background: none;
    border: 1px solid #e42626;
    padding: 3px 20px 1px 20px !important;
    color: #e42626;
    font-size: 12px !important;
    font-weight: normal;
}

    .pdf_btn:hover {
        background: #e42626;
        border: 1px solid #e42626;
        color: #fff !important;
    }

    .pdf_btn .fa {
        font-size: 15px !important;
        margin: 0px 8px 0px 0px;
    }

.connect_left { 
    width: 100%;
    display: inline-block;
    min-height: 450px;
} 
    .connect_left ul {
        margin: 0px;
        padding: 0px;
    }

        .connect_left ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .connect_left ul li a {
                margin: -5px 0px 0px 0px;
                background: #fff;
                width: 100%;
                display: inline-block;
                padding: 5px 0px 5px 10px;
                border-left: 2px solid #fff;
                color: #7517cd; 
               
            }

                .connect_left ul li a:hover { background:#e6f8f3;  
                    text-decoration: none;
					border-left: 2px solid #f70ee9;
                }

    .connect_left .active {
        margin: -5px 0px 0px 0px;
        padding: 0px;
        background: #e6f8f3;
        width: 100%;
        display: inline-block;
        padding: 5px 0px 5px 10px;
        color: #fff; 
		border-left: 2px solid #f70ee9;
    }

    .connect_left ul li img {
        width: 35px;
        border-radius: 50%;
    }
	
.connect_left .form-control {
    padding: 10px 10px 10px 45px !important;
    background: #f2f3f7 !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px !important;
}

.connect_icon {
    width: 40px;
    float: left;
    margin: 4px 10px 0px 0px;
}

.connect_icon img{width:35px; height:35px; border-radius: 50%;}

.icon_clr1{ width:35px; height:35px; border-radius: 50%; background: #10c7f5; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr2{ width:35px; height:35px; border-radius: 50%; background: #f5107c; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr3{ width:35px; height:35px; border-radius: 50%; background: #f210f5; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr4{ width:35px; height:35px; border-radius: 50%; background: #9c17c2; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr5{ width:35px; height:35px; border-radius: 50%; background: #1727c2; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr6{ width:35px; height:35px; border-radius: 50%; background: #17c21f; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr7{ width:35px; height:35px; border-radius: 50%; background: #efe71a; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr8{ width:35px; height:35px; border-radius: 50%; background: #ff4e00; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr9{ width:35px; height:35px; border-radius: 50%; background: #24dcb7; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr10{ width:35px; height:35px; border-radius: 50%; background: #a7712c; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr11{ width:35px; height:35px; border-radius: 50%; background: #568c2e; font-size:20px; color:#fff; text-align:center; line-height:35px;
 
}
.icon_clr12{ width:35px; height:35px; border-radius: 50%; background: #843549; font-size:20px; color:#fff; text-align:center; line-height:30px;
 
}

.icon_clr_rs1{ width:30px; height:30px; border-radius: 50%; background: #10c7f5; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs2{ width:30px; height:30px; border-radius: 50%; background: #f5107c; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs3{ width:30px; height:30px; border-radius: 50%; background: #f210f5; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs4{ width:30px; height:30px; border-radius: 50%; background: #9c17c2; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs5{ width:30px; height:30px; border-radius: 50%; background: #1727c2; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs6{ width:30px; height:30px; border-radius: 50%; background: #17c21f; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs7{ width:30px; height:30px; border-radius: 50%; background: #efe71a; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs8{ width:30px; height:35px; border-radius: 50%; background: #ff4e00; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs9{ width:30px; height:30px; border-radius: 50%; background: #24dcb7; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs10{ width:30px; height:30px; border-radius: 50%; background: #a7712c; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs11{ width:30px; height:30px; border-radius: 50%; background: #568c2e; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}
.icon_clr_rs12{ width:30px; height:30px; border-radius: 50%; background: #843549; font-size:18px; color:#fff; text-align:center; line-height:30px;
 
}


.icon_clr_nr1{ width:15px; height:15px; border-radius: 50%; background: #10c7f5; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr2{ width:15px; height:15px; border-radius: 50%; background: #f5107c; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr3{ width:15px; height:15px; border-radius: 50%; background: #f210f5; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr4{ width:15px; height:15px; border-radius: 50%; background: #9c17c2; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr5{ width:15px; height:15px; border-radius: 50%; background: #1727c2; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr6{ width:15px; height:15px; border-radius: 50%; background: #17c21f; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr7{ width:15px; height:15px; border-radius: 50%; background: #efe71a; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr8{ width:15px; height:35px; border-radius: 50%; background: #ff4e00; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr9{ width:15px; height:15px; border-radius: 50%; background: #24dcb7; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr10{ width:15px; height:15px; border-radius: 50%; background: #a7712c; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr11{ width:15px; height:15px; border-radius: 50%; background: #568c2e; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}
.icon_clr_nr12{ width:15px; height:15px; border-radius: 50%; background: #843549; font-size:13px; color:#fff; text-align:center; line-height:15px;
 
}

.connect_con {
    width:77%;
    float: left;
}

.connect_con_name { font-size:15px; font-weight:500; color:#48465b; text-align:left; padding: 3px 0px 0px 0px;
}
.connect_con_name1 { font-size:15px; font-weight:500; color:#48465b; text-align:left; padding: 9px 0px 0px 0px;
}
.connect_con_name_r { font-size:15px; font-weight:600; color:#48465b; text-align:center;
}
.connect_con_ac { font-size:13px; font-weight:600; color:#74788d; text-align:center;
}

.dot {
    display: inline-block;
    line-height: 6px;
    min-height: 6px;
    min-width: 6px;
    height: 6px;
    width: 6px;
    font-size: 0;
    vertical-align: middle;
    text-align: center;
	border-radius: 50%;
}

.dot-active {
    color: #fff;
    background: #0abb87;
}

.dot-busy {
    color: #fff;
    background: #F90;
}
.dot-notactive {
    color: #fff;
    background: #F00;
}

.connect_con_des { font-size:13px; font-weight:500; color:#9fa1ac;
}

.connect_right {
    width:100%; 
}

.connect_right_top {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 15px 17px 25px;
}
.connect_right_top1 {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px 15px 20px 0px;
}
.connect_right_bottom {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    padding: 15px 0px 0px 0px;
}

.connect_icon1 {
    width: 85px;
    float: left;
    margin: 4px 0px 0px 0px;
}

    .connect_icon1 img {
        width: 70px;
        border-radius: 50%;
    }

.connect_con1 {
    width: 70%;
    float: left;
}

.connect_con1_name {
    text-align: left;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color: #2d2d2d;
}

.connect_mr {
    margin-left: -20px;
	margin-top:10px;
}

.connect_btn {
    color: #9a9a9a !important;
    background-color: #fff !important;
    border-color: #e1e1e1;
    border: 1px solid #e1e1e1 !important;
    font-weight: bold;
}

    .connect_btn:hover {
        color: #fff !important;
        background-color: #5e00bf !important;
        border-color: #5e00bf;
        border: 1px solid #5e00bf !important;
        font-weight: bold;
    }

.panel_n{
    border-radius: 6px;  border: 0px solid #f5daff !important;
}
.panel-body1{
    padding: 25px !important;
    background-color: #fff;
	border-radius: 10px !important;
	padding:15px !important;
}

.chat_left{ width:90%; float:left;}
.chat_right{ width:90%;  float: right;}
.chat_box_l{ width:100%; background:#e6f8f3; color:#6c7293; font-size:14px; margin:10px 0px 5px 0px;
border-radius: 6px !important; padding:15px; font-weight:500;}
.chat_box_r{ width:100%; background:#e2e5f3; color:#6c7293; font-size:14px; margin:10px 0px 5px 0px;
border-radius: 6px !important; padding:15px; font-weight:500;}

.chat_icon1 {
    width: 30px;
    float: left;
    margin: 4px 0px 0px 0px;
	 text-align: left;
}

    .chat_icon1 img {
        width: 30px;
        border-radius: 50%;
    }
	
.chat_icon2 {
    width: 30px;
    float: right;
    margin: 4px 0px 0px 0px; text-align:right;
}

    .chat_icon2 img {
        width: 30px;
        border-radius: 50%;
    }
.chat_icon3 {
    width: 18px;
    float: right;
    margin: 4px 0px 0px 0px;
	 text-align: left;
}

    .chat_icon3 img {
        width: 18px;
        border-radius: 50%;
    } 
	
.chat_name {
    font-size: 15px;
    font-weight: 500;
    color: #48465b;
     text-align: left;
	 padding:12px 0px 0px 12px;
	 float:left;
}
.chat_name span {
    font-size: 12px;
	color:#74788d;
	 font-weight: 400;
}

.chat_name1 {
    font-size: 15px;
    font-weight: 500;
    color: #48465b;
     text-align: left;
	 padding:12px 12px 0px 0px;
	 float: right;
}
.chat_name1 span {
    font-size: 12px;
	color:#74788d;
	 font-weight: 400;
}

.ehr_head1{ color:#fb17ce !important;}
.ehr_head2{ color:#a61f7d !important;}
.ehr_head3{ color:#7517cd !important;}
.ehr_head4{ color:#a61f7d !important;}
.ehr_head5{ color:#ff7607 !important;}
.ehr_head6{ color:#210d94 !important;}
.ehr_head7{ color:#3a7dda !important;}
.ehr_head8{ color:#57e631 !important;}
.ehr_head9{ color:#007770 !important;}
.ehr_head10{ color:#a96f3e !important;}

.ehr_clr1{ background:#fff4fd}
.ehr_clr2{ background:#ffedfa}
.ehr_clr3{ background:#f8f1ff}
.ehr_clr4{ background:#f0fffa}
.ehr_clr5{ background:#fff6ee}
.ehr_clr6{ background:#f2f0ff}
.ehr_clr7{ background:#f3f8ff}
.ehr_clr8{ background:#f3fff0}
.ehr_clr9{ background:#f4fffe}
.ehr_clr10{ background:#fffaf5}

.alert_con{ font-size:14px; text-align:left; color:#2d2d2d; padding:10px 0px 10px 0px;}
.alert_con1{ font-size:14px; text-align:left; color:#fb0c8c; padding:10px 0px 10px 0px;}
.text_area{ height:150px !important; margin:0px; padding:0px;}
.alert_sms {
    background: rgba(0, 0, 0, 0) linear-gradient(141deg, #00b8bd 0%, #05979b 51%, #008083 75%) repeat scroll 0 0 !important;
    border-radius: 5px;
    text-align: center;  
    padding: 15px 25px 15px 25px !important;
    margin: 0px auto;
	color:#fff;
	margin:20px 0px 20px 0px;
	
}
.alert_sms_con { font-size:18px; text-align:center; color:#ffffff;
}

.alert_sms_con1 { font-size:22px; text-align:center;  color:#ffffff;
}

.dairy_top_sec {
    border: 0px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    background-color: #9b56d2;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0px 12px 0px !important;
    color: #2d2d2d;
	width:100%; display:inline-block;
	
}
.dairy_l{
    margin: 0px 0px 0px 0px;
    padding: 0px;
	width:6%;
	float:left;
	text-align:center;
}
.dairy_r{
    margin: 0px;
    padding: 0px;
	width:94%;
	float: left;
	text-align:center;
 
}
 
.dairy_r_con{ 
	border-left:1px solid #ededed; width:100%; 
	/*display:inline-block;
	 margin: -6px 0px 0px 0px; */
}
.dairy_r_con1{ 
	border-bottom:1px solid #ededed; width:100%;
	border-bottom:1px solid #ccc;
	 
}

.dairy_dates_h{
    margin: 0px;
    padding: 10px 0px 10px 0px;
	width: 14.28571429%;
	float: left;
	text-align:center; 
	border-bottom:2px solid #fff;
}

.dairy_dates_h a{ color: #383838 ;
}
.active_day{ 
	color: #27d61a !important;
	border-bottom:2px solid #27d61a !important;
}

.dairy_dates_m{
    margin: 0px;
    padding: 0px 0px 0px 0px;
	width: 14.28571429%;
	float: left; 
}
.dates_active{ background:#f3ecf8;
}
  
.dairy_dates{
    margin: 0px;
    padding: 0px 6px 0px 15px;
	width:100%; 
	text-align: right;
	height:30px;
	line-height:30px;
	border:1px solid #e4e4e4;
	border-top:0px;
	font-size:10px;
	color:#b2b4b2;
	border-bottom:  1px dotted #e4e4e4;
	border-right:0px solid #d0d2d0;
}

.dairy_dates_gry{ background:#f2f6fa;
}
.dates_br4{ 
	border-bottom: 1px solid #cfcfcf !important;
}

 
  
.dairy_dates:hover{ margin:0px; background:#eedafd; border-radius: 5px;
}


.dairy_time{
    margin: 0px;
    padding: 0px;  
	text-align:center;
	height:30px;
	line-height:22px;  
	border-top:0px;
	border-bottom: 1px dotted  #e4e4e4;
	
}
 .dairy_time_m{ font-size:11px;
	color:#000;
	border-bottom: 1px dotted  #c3c3c3;
	
}
.dairy_time_s{ font-size:11px;
	color:#999;
}

.dairy_headl {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.dairy_date_sec{ margin:0px; background: #FFF; box-shadow: 0px 0px 5px #ccc; display:inline-block; width:100%; padding:  0px;

}
.dairy_sec{ margin: -2px 0px 0px 0px;}

.dates_m{ text-align:center; font-size:11px; text-transform:uppercase; line-height:15px; font-weight: bold;
}

 
.dates_m_day{ text-align:center; font-size:22px; line-height: 28px;
}

.pre_day{ text-align:center; font-size:10px; color:#fff; line-height: 18px; float:right; padding:0px 15px 0px 15px; text-transform:uppercase;

}
.pre_day a{ color:#fff; 

}

.next_day{ text-align:center; font-size:12px; color:#fff; line-height: 18px; padding:15px 15px 0px 15px; text-transform:uppercase; font-weight:bold;

}
.next_day a{ color:#0f71f7; 

}

.caln_l{ width:10%; float:left;}
.caln_m{ width:80%; float:left;} 
.caln_r{ width:10%; float:left;}

.pop_date{text-align:center; font-size:35px; color:#666; line-height: 18px; padding:50px 0px 40px 0px; text-transform:uppercase; font-weight: 500;}

.pop_time{text-align:center; font-size:16px; color:#666; line-height: 18px; padding:10px 0px 10px 0px; text-transform:uppercase; font-weight:600;
background: #f5f8fa; border-radius: 3px !important;
}


.pop_heading{text-align: left; font-size:12px; color:#666; line-height: 18px; padding:10px 0px 10px 0px; text-transform:uppercase; 
font-weight: normal;
  
}

.pop_heading1{text-align: left; font-size:17px; color:#666; line-height: 18px; padding:10px 0px 10px 0px; text-transform:uppercase; 
font-weight: bold;
  
}
.pop_name{text-align: left; font-size:14px; color:#666; line-height: 18px; padding:10px 10px 10px 10px; text-transform: none; 
font-weight: normal;
background: #f5f8fa; border-radius: 3px !important;
}
 
 .pop-sec{ border-left:1px solid #ccc; padding:50px 35px 35px 35px !important;  
}
 .pop-sec_l{ padding-right:25px !important; padding-left:35px !important;
}
 
 
.week_image img {
    border-radius: 4px;
    width: 35px;
    height: 35px;
}

.work_hol_sec {
    margin: -1px 0px 0px 0px !important;
}

.work_hol_top {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 20%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #fff;
	border: 1px solid #e4e4e4;
	border-right: 0px solid #e4e4e4;
}

.work_hol_m {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 20%;
    float: left;
}

.dairy_date_sec .fa-clock-o {
    font-size: 23px;
    color: #55228a;
    padding: 13px 0px 14px 0px;
}

.holiday_list {
    margin: 0px;
    padding: 0px 6px 0px 15px;
    width: 100%;
    text-align: right;
    height: 30px;
    line-height: 22px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    font-size: 10px;
    color: #b2b4b2;
    border-bottom: 1px dotted #e4e4e4;
	border-right: 0px solid #e4e4e4;
}



.list_names_l{ text-align:center; color:#fff; line-height: 18px; padding:15px 15px 0px 15px; text-transform:uppercase; font-weight:bold; position:relative; float:left; margin:-65px 0px 0px 3.5%;

}
.list_names_l a{ color:#f121b9;  
}

.list_names_l .fa-angle-left{font-size:40px !important; }

.list_names_r{ text-align:center; font-size:12px; color:#fff; line-height: 18px; padding:15px 15px 0px 15px; text-transform:uppercase; font-weight:bold; position:relative; float: right;  margin:-65px 0px 0px 0px;

}
.list_names_r a{ color:#f121b9;  
}
.list_names_r .fa-angle-right{font-size:40px !important; }

.diary_pop .modal-dialog {
    width: 80%;
    margin: 30px auto;
}
.diary_pop .modal-body {
    padding: 0px 0px !important;
}

.diary_pop  .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
	padding:0px !important;
}

.diary_pop  .modal-footer { border-top: 1px solid #ccc; 
    padding:15px 25px 15px 25px !important;
}

.close {
    float: right;
    font-size: 26px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.employe_service { margin:0px; padding:0px;}

.employe_service .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0px solid #e5e5e5 !important; 
		text-align:center !important;
}
.employe_service .modal-title {
    margin: 0;
    line-height: 1.42857143;
	font-size:25px !important;
}

.emp_services { 
    width: 100%;
    display: inline-block; 
} 
    .emp_services ul {
        margin: 0px;
        padding: 0px;
    }

        .emp_services ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

            .emp_services ul li a {
                margin:1px 0px 0px 0px;
                background: #fff;
                width: 100%;
                display: inline-block;
                padding: 20px 0px 20px 25px;
                border-left: 2px solid #fff;
                color: #7517cd; 
				background:#f2f9f7;  
               
            }

                .emp_services ul li a:hover { background:#e6f8f3;  
                    text-decoration: none;
					border-left: 2px solid #f70ee9;
                }

    .emp_services .active {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        background: #e6f8f3;
        width: 100%;
        display: inline-block;
         padding: 20px 0px 20px 25px;
        color: #fff; 
		border-left: 2px solid #f70ee9;
    }
.emp_services_con { font-size:18px; font-weight:500; color:#48465b; text-align:left; padding: 0px 0px 0px 0px;
}
.emp_services_time { font-size:12px; font-weight:500; color:#48465b; text-align:left; padding: 0px 0px 0px 0px;
}

.employe_service { margin:0px; padding:0px;}

.employe_name{ margin:0px; padding:0px;}

.employe_name label {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 3px;
    max-width: 100%;
    font-size: 17px;
}

.break_time{ font-size:23px; font-weight:500; color:#48465b; text-align: center; padding: 25px 0px 0px 0px;
}

.break_day{ font-size:17px; font-weight:500; color:#48465b; text-align: center; padding: 10px 0px 0px 0px;
}

.reservation_con{ font-size:11px; font-weight:500; color:#48465b; text-align: left; padding: 10px 0px 0px 0px; text-transform:uppercase;
}

.botton_f{ width:100%;}
.forms{ width:70px !important; float:left; margin-right:8px;}

.color_picker{ background:#939; width:40px; height:40px; border:2px solid #fff; box-shadow: 0px 0px 7px #ccc; border-radius: 5px;}
.color_picker1{ background: #333; width:40px; height:40px; border:2px solid #fff; box-shadow: 0px 0px 7px #ccc; border-radius: 5px; margin:0px 0px 15px 0px;}


.select_date_box{
    background: #fff;
    border-radius: 0px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block; 
    touch-action: manipulation;
    width:96%;
    box-shadow: 0 0 0px #ccc;
	border:1px solid #f5daff;
    padding: 10px 1% 5px 3%;
    margin-bottom: 20px;
	overflow-x: hidden;  
    overflow-y: scroll;  
	height:150px;
}

.select_date{
    background: #fff; 
    width: 100%; 
    padding: 0px;
	display:inline-block;
	font-size: 12px; text-align:center;
	color:#2d2d2d;
}

.select_date_select{ background:#f6ebfb ;}

.select_date td, th {
    padding: 6px; background:#fff; border:1px solid #f2f2f2;
}

.bookig_btn{ float:left; width:200px;}

.m_t_0{ margin-top:0px !important; padding:9px 15px 9px 15px !important;}

/*.booking_times{ margin:0px; padding:0px;}
.booking_times a{ border-bottom:1px solid #f2f2f2; font-size:12px; width:100%; display:inline-block; padding:5px 10px 5px 10px ; margin:-5px 0px 0px 0px;  }
.booking_times a:hover{ background:#ffeced;  }*/
.booking_times_con{ font-size:15px; color:#2d2d2d; text-align:left; float:left;}
.booking_times_rate{ font-size:15px; color:#811fb1; text-align:left; float: right;}
.booking_select_times {  background:#ffeced;  }

.booking_times_w{ margin:0px; padding:0px;}
.booking_times_w ul{ margin:0px; padding:0px;}
.booking_times_w li{ margin:0px 5px 0px 0px; padding:0px; list-style:none; float:left;  }
.booking_times_w li a{background-color: #fff !important;
	border: 1px solid #811fb1 !important;
	color: #811fb1; 
	margin: 0px 8px 10px 0px;
	padding:5px 22px 5px 22px;
	font-size: 15px;
	border-radius: 4px;
	text-align:center;
	display: inline-block;
}
.booking_times_w li a:hover{ background:#811fb1 !important; color:#fff;  }

.booking_times_w .active{  background:#811fb1 !important;   color:#fff;}
 

.booking_category_m {
    background-color: #fff;
    border: 1px solid #f5daff;
    box-shadow: 0 0 0px #ccc;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px; 
    width: 100%;
	overflow-x: hidden;  
    overflow-y: scroll;  
	height:300px;
	padding: 0px 0px 0px 15px;	
}

 
.booking_category{ border-bottom:1px solid #f2f2f2; font-size:15px; width:100%; display:inline-block; padding:8px 0px 8px 0px ; margin:-5px 0px 0px 0px;  }
.booking_category_l{ font-size:14px; color:#2d2d2d; text-align:left; float:left; width:72%;}
.booking_category_r{ font-size:14px; color:#811fb1; text-align:left; float: right; font-weight:bold;  width:24%;}

.appoint_main {
    background-color: #fff;
    border: 1px solid #f5daff;
    box-shadow: 0 0 0px #ccc;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 0px 10px 0px;
    width: 100%;
}

.popup_subhead{
    font-size: 16px;
    color: #000;
    text-align: left;
    margin: 15px 0px 10px 0px !important;
}
.widget_white{ background:#fff; width:100%; display:inline-block; padding:15px;}

.widget_clr{ background:#717171; width:100%; display:inline-block; padding:15px 30px 30px 30px; border-radius: 6px;}

.widget_pop .modal-dialog {
    width: 1066px;
    margin: 30px auto;
}

.widget_pop .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;  
    box-shadow: none;
    padding:0px 15px 15px 15px !important;
	 -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border:0px   !important;
    border-radius: 6px !important;
    box-shadow: none; 
    background: none;
	padding:0px !important; 
}

.widget_pop .modal-body {
    padding: 0px !important;
}
.gp_book { 
    width: 100%;
    display: inline-block; 
} 
    .gp_book ul {
        margin: 0px;
        padding: 0px;
    }

             .gp_book ul li {
                margin:1px 0px 0px 0px; 
                width: 100%;
                display: inline-block;
                padding: 10px 15px 10px 15px;
                border-left: 2px solid #fff;
                color: #7517cd; 
				background:#f2f9f7; 
				list-style:none;               
            }

                .gp_book li:hover { background:#e6f8f3;  
                    text-decoration: none;
					border-left: 2px solid #f70ee9;
                }


   .gp_doctors_bg{
                margin:00px;  
                padding: 10px 15px 10px 15px;
                border-left: 2px solid #fff;
                color: #7517cd; 
				background:#f2f2f2;
				list-style:none;
				width:100%;
				display:inline-block;
               
            } 
			
	 .gp_doctors_bg:hover { background:#e6f8f3;  
                    text-decoration: none;
					border-left: 2px solid #f70ee9;
                }		
			
 .gp_doctors { 
    width: 100%;
    display: inline-block; 
} 
    .gp_doctors ul {
        margin: 0px;
        padding: 0px;
    }

             .gp_doctors ul li {
                margin:1px 14px 0px 0px; 
                width: 48%;
				float:left; 
                padding: 10px 15px 10px 15px;
                border-left: 2px solid #fff;
                color: #7517cd; 
				background:#f2f2f2;
				list-style:none;
               
            }

                .gp_doctors li:hover { background:#e6f8f3;  
                    text-decoration: none;
					border-left: 2px solid #f70ee9;
                }
 
 
.gp_content { font-size:16px; font-weight:500; color:#48465b; text-align:left; padding: 0px 0px 0px 0px; float:left; width:70%;
}

.gp_dr_img { width:17%; float:left;margin:0px 10px 0px 0px; padding:0px;
}

.gp_dr_img img{ width:100%; border:2px solid #fff; border-radius:5px;
}
.gp_dr_content { font-size:16px; font-weight:500; color:#48465b; text-align:left; padding: 0px 0px 0px 0px; float:left; width:70%;
}


.widget_title{ color:#fff !important; padding:0px 0px 10px 0px;}

.video_heading {
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px !important;
    font-weight: normal !important;
    padding: 50px 0px 0px 25px ; 
}
.video_devc {
    font-size: 16px;
    color: #ffffff; 
	padding: 0px 0px 15px 25px ; 
}
.video_dr_name {
    font-size: 20px;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px !important;
    font-weight: normal !important;
    padding: 10px 0px 10px 0px ; 
}

.video_img_sec{position: fixed; bottom:10%; margin:0px; right:5%;}
.video_img_sec1{position: fixed; bottom:14%; margin:0px; right:15%;}
.video_images{ width:300px;}
.video_images1{ width:100px;}

.container1 {
    width: 1250px !important;
	margin:0px auto;
	margin-top:30px;
	padding-bottom:15px;
}

.video_call_sec{position: fixed; bottom:15%; margin:0px; text-align:center; width:100%; }
.video_call_sec1{position:fixed; bottom:15%; margin:0px; text-align:center; width:100%; }

.video_btn_sec{ width:350px; margin:0px auto;}
.video_call_btn{ text-align:center; float:left;}
.video_call_btn1{ text-align:center; float: right;}

.video_call_btn_mb{ text-align:center; width:100px auto; float:left; margin:0px 0px 0px 12%}
.video_call_btn_mb1{ text-align:center; width:100px auto; float: right;  margin:0px 12% 0px 0px}
 
 
.fa-ellipsis-h{ color:#fff !important;} 
.desk{ display:block;}
.mob{ display: none;}


.badge {
    display: inline-block;
    padding: 0px;
    font-size:12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
	width:18px;
	height:18px;
	text-align:center;
	background:#fcc558;
	position:absolute;
	color:#fff;
}

.badge1 {
    display: inline-block;
    padding: 0px;
    font-size:12px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
	width:18px;
	height:18px;
	text-align:center;
	background:#ff9292;
	position:absolute;
	color:#fff;
}
.dropdown-menu-right a{ width:100%; display:inline-block; padding:10px 15px 10px 15px; color:#000;
}
.video_bg{ background: url(../images/video_cha_dumy.jpg); background-repeat: repeat; width:100%; margin:0px 0px 0px 0px; height:900px;}
.powerd_by{ font-size:12px; text-align:right; color:#fff; padding:10px 0px 10px 0px; position:fixed; bottom:2%; right:2%; }
.call_con{ font-size:17px; color:#fff; text-align:center; margin:10px 0px 0px 0px;}

.header_display{ display:none;}

.nav-item img{ width:35px; height:35px; border-radius: 50%;}
.appointment_img img{width:35px; height:35px; border-radius: 50%;}

.video_cons{ margin:0px; padding:0px;}

.video_cons .modal-dialog {
    width: 90%;
    margin: 30px auto;
}
.video_cons .modal-body {
    padding: 0px 0px !important;
}

.video_cons  .modal-content {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #DDDDDD;
    border-radius: 2px;
    box-shadow: none;
	padding:0px !important;
}

.video_cons  .modal-footer { border-top: 1px solid #ccc; 
    padding:15px 25px 15px 25px !important;
}

.video_cons .modal-content { 
    border: 0px !important;
}


@media only screen and (max-width: 1440px) {
.divexample6 {
	overflow: auto;
	height: 400px;
	margin-bottom:25px;
}

.video_bg{  height:625px;}

.connect_scroll {
    overflow: auto;
    height: 418px;
}

.connect_scroll_r {
    overflow: auto;
    height: 254px;
}

}

@media only screen and (max-width: 1050px) {
.container1 {
    width: 100% !important;
	margin:0px auto;
	margin-top:0px;
	padding-bottom:15px;
}

.box { 
    margin: 0px 0px 0px -22px;
}
.box-inner {
    width: 850px;
    padding: 10px;
    border: 0px solid #a29415;
    margin: 90px 0px 0px 0px;
    margin-left: -97px;
}

}

@media only screen and (max-width: 767px) {
.desk{ display:none;}
.mob{ display:block;}

.container1 { 
	padding-bottom:0px;
}
.mob .panel .panel-body {
    padding:0px !important	;
    background-color: #fff;
}
.mob .panel { 
    margin-bottom: 0px;
    border: 0px solid #f5daff;
}

.widget_pop .modal-dialog {
    width: 80%;
    margin: 20px auto;
}
.video_bg{  margin:0px 0px 0px 0px;}

.video_heading { font-size: 25px;
    padding:50px 15px 0px 25px ; 
}
.video_dr_name { font-size: 15px; 
   padding:50px 15px 10px 0px ; 
}
 
.video_btn { 
    margin: 10px 0px 19px 0px;
   
}
.divexample2 { 
	padding-right:0px;
}
.header_display{ display: block;}

.top_user_sec_m {
    margin: 15px 0px 0px 0px; 
}

.button_g {
    margin:0px 0px 0px 0px;
}

.video_cons .modal-dialog {
    width: 100%;
    margin: 0px auto;
}
.video_btn_sec {
    width: 275px;
    margin: 0px auto;
}
.video_call_btn img{ width:80px;}
.video_call_btn1 img{ width:80px;}

}

.icon_clr_nr13 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f9cb6d;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.icon_clr_rs13 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f9cb6d;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.icon_clr13 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f9cb6d;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.booking_pop {
    float: left;
    margin: 0px 0px 0px 275px;
}

/*****************2020-05-25****************/
.allergies_m {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    background-color: #fff7f8;
    color: #404a61;
    border: 1px solid #fff7f8;
    border-radius: 6px;
    margin-top: 7px;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    color: #2d2d2d;
}

    .allergies_m:hover {
        background-color: #fef6fe;
        color: #404a61;
        border: 1px solid #f5daff;
    }

.allergies_m_active {
    background-color: #fef6fe;
    color: #404a61;
    border: 1px solid #f5daff;
}


.allergi {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 5px 10px 5px 10px;
    background: #fef6fe;
    color: #404a61;
    border: 1px solid #f5daff;
    border-radius: 6px;
    margin-top: 7px;
    cursor: pointer;
    -webkit-transition: border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out;
    font-size: 16px;
    color: #2d2d2d;
}

    .allergi:hover {
        background: url(../images/allergies_tick.png) no-repeat #fff7f8;
        background-position: 97% 11px;
        color: #404a61;
        border: 1px solid #f5daff;
    }

.allergi_active {
    background: url(../images/allergies_tick.png) no-repeat #fff7f8;
    background-position: 97% 11px;
    color: #404a61;
    border: 1px solid #f5daff;
}

.dental_pop .modal.in .modal-dialog {
    width: 700px !important;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
    .dental_pop .modal.in .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}
 
.connect_con_noti{ 
    display: inline-block;
    padding: 0px;
	margin:-12px 10px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #0078d4;
    position: relative;
    color: #fff;
    float:right;
}
.connect_con_noti1 {
    display: inline-block;
    padding: 0px;
    margin: -51px -3px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #0078d4;
    position: relative;
    color: #fff;
    float: right;
}

/***5/08/2020****/
.copd_con_sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0px 0px 3px #e4e4e4;
    width: 100%;
    display: inline-block;
}

.copd_con_sec1 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0px 0px 3px #e4e4e4;
    width: 100%;
    display: inline-block;
}


.copd_sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0px 0px 6px #e4e4e4;
    width: 100%;
    display: inline-block;
}

.copd_count {
    width: 50px;
    float: left;
    margin: 4px 10px 0px 0px;
}

.copd_clr {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: normal;
    color: #4c474c;
    text-align: center;
    line-height: 45px;
    background: #FFF;
    border: 3px solid #d3cbd3;
}

    .copd_clr:hover {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        border: 3px solid #04bc00;
        background: #f7d9f5;
    }

.copd_count .active {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #04bc00 !important;
    background: #f7d9f5;
}

.copd_clr1 {
    background: #eaadff;
}

.copd_clr2 {
    background: #e399fc;
}

.copd_clr3 {
    background: #dc87fa;
}

.copd_clr4 {
    background: #d676f8;
}

.copd_clr5 {
    background: #d266f7;
}

.copd_clr6 {
    background: #c953f2;
}

.copid_con_top {
    font-size: 16px;
    padding: 0px 0px 6px 0px;
    line-height: 30px;
}

.copid_con {
    font-size: 16px;
    padding: 10px 0px 10px 0px
}

.total_score {
    float: left;
    font-size: 25px;
    color: #fff;
    text-align: left;
    line-height: 35px;
    color: #03F;
    margin: 10px 0px 0px 0px;
}

    .total_score span {
        font-size: 30px;
        font-weight: bold;
        margin: 0px 0px 0px 20px;
    }

.chat_icon1 img {
    width: 30px;
    border-radius: 50%;
}

.connect_icon img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.copd_counts {
    width: 100%;
    display: inline-block;
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@media screen and (max-width: 767px) {
    .copd_con_sec1 {
        background-color: #fff;
        border-radius: 10px;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        box-shadow: 0px 0px 0px #e4e4e4;
        width: 100%;
        display: inline-block;
    }

    .copd_sec {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 6px 10px 6px;
        margin: 0px 0px 10px 0px;
        box-shadow: 0px 0px 6px #e4e4e4;
        width: 100%;
        display: inline-block;
    }

    .copd_count {
        width: 28%;
        float: left;
        margin: 4px 10px 10px 0px;
    }

    .copid_con {
        font-size: 15px;
        padding: 10px 0px 10px 0px;
        font-weight: 600
    }

    .chat_pa {
        width: 100%;
        display: inline-block;
        padding: 15px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }


    .talk-bubble-l {
        border-radius: 0px 10px 10px 10px;
        width: 90%;
        float: left;
    }
}

.copd_action {
    margin: 0px;
    padding: 0px;
}

    .copd_action td {
        color: #000 !important;
        font-size: 15px !important;
    }

.copd_action_g {
    background: #45b348 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.copd_action_y {
    background: #ffb530 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.copd_action_r {
    background: #e52c1a !important;
    color: #fff !important;
    font-size: 18px !important;
}

.td_border {
    border-bottom: 1px solid #ccc !important;
}


.copd_dates {
    margin: 7px 0px 8px 0px;
    padding: 0px;
}

    .copd_dates a {
        margin: 0px;
        padding: 0px;
        background: #fafafa;
        color: #818181;
        font-size: 12px;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        line-height: 25px;
    }

.copd_dates_g {
    background: #45b348 !important;
    color: #fff !important;
}

.copd_dates_r {
    background: #e52c1a !important;
    color: #fff !important;
}

.copd_dates_y {
    background: #ffb530 !important;
    color: #fff !important;
}

.copd_action {
    margin: 0px;
    padding: 0px;
}

.copd_action_g {
    background: #45b348 !important;
    color: #fff !important;
}

.brog_th {
    background: #fdf6ff !important;
    color: #000 !important;
    border-top: 1px solid #f6daff !important;
    padding: 5px 15px 5px 15px !important;
    font-size: 17px;
    font-weight: bold;
}

.brog_number {
    font-size: 22px !important;
    font-weight: bold !important;
}

.brog_td0 {
    background: #c1edff;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td0_5 {
    background: #a6e0f8;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td1 {
    background: #93d9f5;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td1_5 {
    background: #82d1f1;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td2 {
    background: #d5ffd2;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td2_5 {
    background: #b8f7b3;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td3 {
    background: #fff1e7;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td4 {
    background: #ffe3d0;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td5 {
    background: #ffd2b4;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td6 {
    background: #ffe1e1;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td7 {
    background: #ffcdcd;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td8 {
    background: #ffb8b8;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td9 {
    background: #ffa8a8;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_td10 {
    background: #ff9999;
    color: #000 !important;
    border-top: 2px solid #fff;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: normal;
}

.brog_count {
    width: 35px;
    margin: 0px;
}

.brog_count_clr {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: normal;
    color: #4c474c;
    text-align: center;
    line-height: 45px;
    background: #FFF;
    border: 2px solid #bbbbbb;
}

    .brog_count_clr:hover {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-align: center;
        border: 2px solid #04bc00;
        background: url(../images/borg_tick.png) #fff;
        background-position: centertop;
        background-repeat: no-repeat;
    }

.brog_count .active {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #04bc00 !important;
    background: url(../images/borg_tick.png) #fff;
    background-position: centertop;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.topbar img {
    max-width: 100%;
    height: auto;
}
.registration_forms {
    width: 90%; 
}

.waves-effect {
    padding: 7px 18px !important;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: 250px;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-brand {
    display: none;
}
}