﻿/*
Designed: Beconlabs
Author: Gincilin 
File: Pages
*/

/*  Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700);
/* ==============
  General
===================*/
body {
    background: #231f20;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505458;
    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: #231f20;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    padding: 20px 0px;
    position: fixed;
    right: 0;
    left: 0px;
    z-index: 1000;
}

#wrapper {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.page {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.logo_m {
    width: 115px;
    background: #FFF;
    padding: 10px 0px 10px 0px;
}

.logo_m1 {
    width: 170px;
    background: #FFF;
    padding: 10px 0px 10px 0px;
}

    .logo_m1 img {
        width: 98px;
        text-align: center;
    }


.page-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;
}
/* ==============
  Bootstrap-custom
===================*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0px;
    margin-top: 5px;
}

.dropdown-menu {
    padding: 4px 0;
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

    .dropdown-menu > li > a {
        padding: 6px 20px;
    }

.bg-primary {
    background-color: #19aed6 !important;
}

.bg-success {
    background-color: #f69600 !important;
}

.bg-info {
    background-color: #f41373 !important;
}

.bg-warning {
    background-color: #ffd740 !important;
}

.bg-danger {
    background-color: #eb1675 !important;
}

.bg-muted {
    background-color: #d0d0d0 !important;
}

.bg-inverse {
    background-color: #212121 !important;
}

.bg-purple {
    background-color: #f41373 !important;
}

.bg-pink {
    background-color: #ec407a !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff;
}

.text-danger {
    color: #eb1675;
}

.text-muted {
    color: #a3f5c6;
    font-size: 12px;
}

.text-primary {
    color: #19aed6;
}

.text-warning {
    color: #ffd740;
}

.text-success {
    color: #19aed6;
}

.text-info {
    color: #f41373;
}

.text-inverse {
    color: #212121;
}

.text-pink {
    color: #ec407a;
}

.text-purple {
    color: #f41373;
}

.text-dark {
    color: #797979 !important;
}

.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: 14px;
    color: black;
}

.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #d4d9e2;
    box-shadow: none;
    color: #2d2d2d !important;
    font-size: 14px;
    height: 35px;
}
/*.form-control:focus {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}*/
.label-primary {
    background-color: #19aed6;
}

.label-success {
    background-color: #19aed6;
}

.label-info {
    background-color: #f41373;
}

.label-warning {
    background-color: #ffd740;
}

.label-danger {
    background-color: #eb1675;
}

.label-purple {
    background-color: #f41373;
}

.label-pink {
    background-color: #ec407a;
}

.label-inverse {
    background-color: #212121;
}

.badge {
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 5px;
    font-size: 12px;
    margin-top: 1px;
}

.badge-xs {
    font-size: 9px;
}

.badge-xs,
.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-primary {
    background-color: #19aed6;
}

.badge-success {
    background-color: #19aed6;
}

.badge-info {
    background-color: #f41373;
}

.badge-warning {
    background-color: #ffd740;
}

.badge-danger {
    background-color: #eb1675;
}

.badge-purple {
    background-color: #f41373;
}

.badge-pink {
    background-color: #ec407a;
}

.badge-inverse {
    background-color: #212121;
}

.pagination > li > a {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    color: #373e4a;
}

.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    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-color: #eb1675;
    border-color: #eb1675;
}

.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: 5px 0px 5px 10px;
        text-align: center;
        width: auto !important;
        text-transform: uppercase;
    }

        .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: #19aed6 !important;
            }

    .tabs .indicator {
        background-color: #19aed6;
        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;
    border: 0;
}

.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: 35px;
    font-weight: 500;
    padding: 0px 20px 0px 20px;
    font-size: 14px !important;
    background: #f5f5f5;
    border-radius: 5px !important;
}

    .nav.nav-tabs > li > a:hover,
    .nav.tabs-vertical > li > a:hover {
        color: #fff !important;
        background: #f58320;
    }

.tab-content {
    box-shadow: 0 0px 0px 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: #fff !important;
    background: #f58320 !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: #eaeaea;
    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: #19aed6;
}

    .alert-success .alert-link {
        color: #268a51;
    }

.list-group-item.active {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #444444;
    z-index: 2;
}

    .list-group-item.active:hover {
        background-color: #eaeaea;
        border-color: #eaeaea;
        color: #444444;
        z-index: 2;
    }

        .list-group-item.active:hover .list-group-item-text {
            color: #19aed6;
        }

    .list-group-item.active:focus {
        background-color: #eaeaea;
        border-color: #eaeaea;
        color: #444444;
        z-index: 2;
    }

        .list-group-item.active:focus .list-group-item-text {
            color: #19aed6;
        }

    .list-group-item.active .list-group-item-text {
        color: #19aed6;
    }

.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: #19aed6;
}

.nav-pills > .active > a > .badge {
    color: #19aed6;
}

.has-success .form-control {
    border-color: #19aed6;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #ffd740;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #eb1675;
    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-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;
    margin-left: 15px;
    background: #fff !important;
}


.selection {
    margin-bottom: 0px !important;
}

.select-wrapper {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #d4d9e2;
    background: url(../images/dropdown.png) #fff no-repeat right center;
    cursor: pointer;
    border-radius: 3px !important;
    color: #6a6a6a;
}

    .select-wrapper, .select-wrapper select {
        width: 100%;
        height: 33px;
        line-height: 25px;
    }

        .select-wrapper:hover {
            background: url(../images/dropdown-hover.png) #fff no-repeat right center;
            border-color: #d4d9e2;
            border-radius: 3px !important;
        }

        .select-wrapper .holder {
            display: block;
            margin: -29px 35px 0 15px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            font-weight: normal;
            font-style: normal;
            color: #6a6a6a;
            font-size: 14px;
        }

        .select-wrapper select {
            margin: 0;
            position: relative;
            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-wrappern {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #d4d9e2;
    background: url(../images/dropdown1.png) #fff no-repeat right center;
    cursor: pointer;
    border-radius: 3px !important;
    color: #6a6a6a;
}

    .select-wrappern, .select-wrappern select {
        width: 100%;
        height: 33px;
        line-height: 25px;
    }

        .select-wrappern:hover {
            background: url(../images/dropdown1-hover.png) #fff no-repeat right center;
            border-color: #d4d9e2;
            border-radius: 3px !important;
        }

        .select-wrappern .holder {
            display: block;
            margin: -29px 35px 0 15px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            font-weight: normal;
            font-style: normal;
            color: #6a6a6a;
            font-size: 14px;
        }

        .select-wrappern select {
            margin: 0;
            position: relative;
            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 #d4d9e2 !important;
    background: #fafafa no-repeat right center;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    height: 33px;
    line-height: 26px;
    font-size: 14px;
    padding-left: 10px;
    color: #6a6a6a;
}

    .select-calander:hover {
        background: #f2f2f2 no-repeat right center;
        border-color: #239fdb;
    }

/* Let's Beautify Our Form */
form {
    margin: 0px;
}

input[type="submit"] {
    float: left;
    margin-left: 10px;
    padding: 4px 10px;
    cursor: pointer;
    outline: none;
}

    input[type="submit"]:hover {
        border-color: #1b7aa9;
        background-color: #239fdb;
    }

.input-group-addon {
    height: 20px !important;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 31px;
    z-index: 1000;
}

.input-group-addon1 {
    height: 20px !important;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 7px;
    z-index: 1000;
}

.input-group-addon2 {
    height: 20px !important;
    padding: 0;
    position: absolute;
    right: 35px;
    top: 20px;
    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;
}


.section_box1 .select-wrapper {
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #d4d9e2 !important;
    background: url(../images/dropdown.png) #fff no-repeat right center;
    cursor: pointer;
    border-radius: 3px;
}

.section_box1 .select-wrapper, section_box1 .select-wrapper select {
    width: 100%;
    height: 33px;
    line-height: 30px;
}

    .section_box1 .select-wrapper:hover {
        background: url(../images/dropdown-hover.png) #fff no-repeat right center;
        border-color: #d4d9e2;
        border-radius: 3px;
    }

    .section_box1 .select-wrapper .holder {
        display: block;
        margin: -35px 35px 0 0px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        font-weight: normal;
        font-style: normal;
        color: #000;
        font-size: 14px;
        padding-left: 10px;
    }

    .section_box1 .select-wrapper select {
        margin: 0;
        position: relative;
        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;
    }

.section_box1_cle {
    margin-top: 15px !important;
}

/*-----------------------New--------------------------*/
.button_g {
    margin-top: 20px !important;
}

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 0px 0px 15px 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: #19aed6 !important;
    text-align: center !important;
}

.delete {
    text-align: center !important;
}

.fa-trash {
    color: #ff0000 !important;
    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 #f41373;
    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: #0183a7;
        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;
}

.modal .input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: 0px 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;
    }

/*--------------2016-07-13-----------------*/

/*--------------2016-07-14-----------------*/
#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 !important;
}

.table .select-wrapper {
    margin-bottom: 0px !important;
}

/*--------------2016-07-14-----------------*/

/*--------------2016-07-18-----------------*/
.new_client_h {
    clear: both;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #f8f8f8;
    padding: 5px 0px 5px 10px;
    margin-bottom: 5px;
}

    .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: normal !important;
    }


/*--------------2016-07-18-----------------*/

/*--------------2016-08-01-----------------*/
.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: #19aed6;
    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: #19aed6 !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: #eaeaea;
        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;
    }

.worker_time {
    color: #545454 !important;
    text-align: center !important;
}

.table_arrow {
    float: left;
    width: 18px;
    margin-top: 10%;
}

.worker_time_cl {
    background-color: #f41373;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl1 {
    background-color: #eb1675;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl2 {
    background-color: #f99404;
    border-radius: 3px;
    color: #FFF !important;
}

.worker_time_cl: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: #ccf4ff !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_sec1 th {
    border: 0px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    background-color: #eaeaea;
    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;
}

.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;
}

.report_tablerightleft td a {
    color: #545454;
}


.weeks_sec_td_t {
    background-color: #cbefff !important;
    border-left: 3px solid #74c1e4 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t0 {
    background-color: #cbefff !important;
    border-left: 3px solid #74c1e4 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t1 {
    background-color: #ffdfde !important;
    border-left: 3px solid #ea9391 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t2 {
    background-color: #ffebd2 !important;
    border-left: 3px solid #e8b676 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t3 {
    background-color: #e7ffc8 !important;
    border-left: 3px solid #a7df60 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t4 {
    background-color: #ffe9ff !important;
    border-left: 3px solid #dfa9de !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t5 {
    background-color: #e1bee7 !important;
    border-left: 3px solid #ab47bc !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t6 {
    background-color: #fff59d !important;
    border-left: 3px solid #ffc107 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t7 {
    background-color: #ccff90 !important;
    border-left: 3px solid #64dd17 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t8 {
    background-color: #a6b2c8 !important;
    border-left: 3px solid #293e6b !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t9 {
    background-color: #76bab2 !important;
    border-left: 3px solid #007770 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t10 {
    background-color: #bfc292 !important;
    border-left: 3px solid #8b8e4b !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t11 {
    background-color: #9fe5c3 !important;
    border-left: 3px solid #21d081 !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t12 {
    background-color: #dbbfb6 !important;
    border-left: 3px solid #ba735d !important;
    padding-left: 10px !important;
    overflow: hidden;
}

.weeks_sec_td_t13 {
    background-color: #ffc798 !important;
    border-left: 3px solid #d58f53 !important;
    padding-left: 10px !important;
    overflow: hidden;
}


.weeks_sec_td_day {
    background-color: #fff;
    border-left: 3px solid #fff !important;
    text-align: left !important;
    padding-left: 10px !important;
}


.week_name {
    padding: 0px 0px 0px 0px !important;
    text-align: left;
}

.weeks_sec img {
    border-radius: 50%;
    width: 23px;
    height: 23px;
}

.weeks_sec .fa-calendar {
    font-size: 23px;
    color: #19aed6;
    padding: 5px 0px 5px 0px;
}

.weeks_sec .fa-clock-o {
    font-size: 23px;
    color: #19aed6;
    padding: 5px 0px 5px 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 #e4e4e4;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 14.8%;
        background-color: #dedede;
        font-size: 14px;
    }

    .date_calnder td {
        border: 1px solid #e4e4e4;
        color: #545454;
        text-align: left;
        padding: 0px 0px 0px 0px;
        background-color: #FFF;
        height: 66px;
    }

        .date_calnder td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

.datetime {
    width: 10% !important;
    height: 30px !important;
    text-align: center !important;
}

.time_end {
    border-top: 1px solid #C30 !important;
    position: absolute;
    z-index: 50;
    width: 96%;
    display: inline-block;
}


.week_calnder {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .week_calnder th {
        border: 1px solid #e4e4e4;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 14.8%;
        background-color: #dedede;
        font-size: 14px;
    }

    .week_calnder td {
        border: 1px solid #e4e4e4;
        color: #545454;
        text-align: center;
        padding: 0px 0px 0px 0px;
        width: 14.8%;
        background-color: #FFF;
        height: 66px;
    }

        .week_calnder td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

.month_calnder {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .month_calnder th {
        border: 1px solid #e4e4e4;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 14.8%;
        background-color: #dedede;
        font-size: 14px;
    }

    .month_calnder td {
        border: 1px solid #e4e4e4;
        color: #545454;
        text-align: center;
        padding: 0px 0px 0px 0px;
        width: 14.8%;
        background-color: #FFF;
        height: 66px;
    }

        .month_calnder td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }


.cal_head {
    border: 0px solid #e4e4e4 !important;
    color: #2d2d2d;
    text-align: center;
    vertical-align: middle;
    padding: 0px 0px 5px 0px !important;
    background-color: #fff !important;
    text-transform: uppercase;
    font-size: 20px !important;
}

.cal_m {
    margin: 15px 0px 15px 0px;
}

.cal_right {
    position: fixed;
    right: 14px;
}

.widget {
    position: fixed;
}

.workreport {
    overflow-y: scroll !important;
    width: 100%;
    height: 400px;
    overflow-x: hidden;
}

.workreport_n {
    width: 1000px;
    overflow-x: scroll !important;
}

.fc-day-number {
    padding: 15px 0px 0px 0px;
}


/*-------------------2016-08-26----------*/

.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: 91px;
    }

.work_cal {
    font-size: 20px;
    font-weight: normal;
    text-align: right;
}

.fc-button {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    color: #555555;
    height: 31px;
    text-transform: capitalize;
    width: 37px;
}




/*-------------------2016-08-30----------*/

.dash_sec_m {
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.dash_sec_t {
    background-color: #0183a7;
    width: 100%;
    padding: 15px;
}

.dash_sec_b {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #2d2d2d;
}

.dash_sec_t1 {
    background-color: #f48420;
    width: 100%;
    padding: 15px;
}

.dash_sec_t2 {
    background-color: #00c5dc;
    width: 100%;
    padding: 15px;
}

.dash_sec_t3 {
    background-color: #2db259;
    width: 100%;
    padding: 15px;
}

.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: #0183a7 !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: #2d2d2d !important;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

    .days a {
        color: #2d2d2d !important;
        text-decoration: none;
        padding: 0px 5px 0px 5px;
    }

        .days a:hover {
            color: #0C6 !important;
            text-decoration: none;
            padding: 0px 5px 0px 5px;
        }


/*-------------------2016-09-20----------*/

.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: #19aed6 !important;
    padding: 3px 8px 3px 8px;
    color: #fff;
    float: left;
    margin: 0px 0px 5px 5px;
}

@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
    }
}


/*-------------------2016-10-20---------------------*/
.bl_button {
    margin-bottom: 6px !important;
}




/*-------------------2017-02-16- Report---------------------*/
.dash_sec_t {
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}

.dash_sec_t1 {
    background-color: #eefff4;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 0 #ccc;
    border-radius: 7px;
}

.dash_sec_t2 {
    background-color: #fff5e3;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 0 #ccc;
    border-radius: 7px;
}

.dash_sec_t3 {
    background-color: #ffecee;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 0 #ccc;
    border-radius: 7px;
}

.dash_sec_t4 {
    background-color: #ecfdff;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 0 #ccc;
    border-radius: 7px;
}

.dash_sec_t5 {
    background-color: #ffe6f1;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 0 #ccc;
    border-radius: 7px;
}

/*.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;
}

.dash_secction {
    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #e8e8e8;
}


    .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-top: 1px solid #eaeaea;
        line-height: 1.42857;
        padding: 8px !important;
        vertical-align: middle;
    }

    .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;
}

    .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 #eaeaea;
        line-height: 1.42857;
        padding: 8px !important;
        vertical-align: middle;
    }

    .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: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    width: 100%;
    text-align: left;
    padding: 2px 0px 2px 10px;
    color: #000;
    margin-bottom: 0px;
    font-size: 16px;
    display: inline-block;
}



.total_sales {
    font-size: 30px !important;
    width: 30%;
    color: #666666;
    text-align: center;
    font-weight: bold;
    background-color: #f3f3f3;
    border-radius: 50%;
    padding: 5px 0px 0px 0px;
    box-shadow: 0 0 5px #787878;
}

.total_sales_1 {
    font-size: 16px;
    margin-left: 0px;
    width: 100%;
    color: #5cae12;
    font-weight: normal;
    text-align: center;
}

    .total_sales_1 span {
        font-size: 21px;
        color: #21a0f1;
        font-weight: normal;
    }

.product_sec {
    background-color: #f7f7f7;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: inline-block;
}

.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: 1px 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;
}

.logo_n {
    margin-top: 10px;
    margin-left: 5px;
}


/*-----------------2017-07-21--------------------*/
.till_licens {
    font-size: 16px;
    text-align: center;
}

.content {
    margin-top: 50px;
    margin-bottom: 0px;
}

.topbar .topbar-left {
    margin-left: 0px;
}

#divexample1 {
    overflow: auto;
    height: 900px;
}

#divexample2 {
    overflow: auto !important;
    height: 600px;
}


.menu_main .nicescroll-rails {
    left: 0px !important
}

.nicescroll-cursors {
    background: rgba(0, 0, 0, 0.2) !important;
    border: 0px !important;
}


/*--------------------2017-07-24--------------*/


.stock_summary_sec {
    width: 20%;
    float: left;
}

.stock_summary1 {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    color: #81c784;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #81c784;
}

.stock_summary2 {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    color: #81d4fa;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #81d4fa;
}

.stock_summary3 {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    color: #ffb74d;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #ffb74d;
}

.stock_summary4 {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    color: #f48fb1;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #f48fb1;
}

.stock_summary5 {
    background: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 0px;
    color: #ce93d8;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px auto;
    line-height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    border: 2px solid #ce93d8;
}

@media only screen and (max-width: 767px) {
    .content {
        margin-top: 25px;
    }

    .topbar .topbar-left {
        margin-left: 54px;
    }

    .stock_summary_sec {
        width: 100%;
        float: none;
    }
}

/*2017-07-25*/

.add_more {
    padding-top: 25px;
}

.products_col {
    border-right: 1px solid #ccc;
}


.products_color_m {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

.products_color_m1 {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 0px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    margin: 0px 10px 0px 0px;
    margin-bottom: 10px;
    font-weight: bold;
    float: left;
}

.checkbox {
    margin-bottom: 10px;
}

.products_color {
    background: #81c784;
}

.products_color1 {
    background: #81d4fa;
}

.products_color2 {
    background: #ffb74d;
}

.products_color3 {
    background: #f48fb1;
}

.products_color4 {
    background: #ce93d8;
}

.products_color5 {
    background: #8fd400;
}

.products_color6 {
    background: #3b60af;
}

.products_color7 {
    background: #f59fbc;
}



/*2017-07-27*/

.fa-file-excel-o {
    font-size: 30px !important;
    color: #5ea066;
    margin-top: 0px;
}

.panel .panel-body {
    padding: 15px 15px 15px 15px !important;
}


.hr_sec {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.hr_sec_ch {
    margin: 0px 0px 15px 0px;
}

.hr_sec_head {
    font-size: 15px;
    color: #108ea8;
    text-align: center;
    font-weight: 900;
    line-height: 18px;
}

.hr_sec_head1 {
    font-size: 15px;
    color: #d81d80;
    text-align: center;
    font-weight: 900;
    line-height: 18px;
}

.hr_sec_head2 {
    font-size: 15px;
    color: #478a0e;
    text-align: center;
    font-weight: 900;
    line-height: 18px;
}

.hr_sec_head3 {
    font-size: 15px;
    color: #8b26df;
    text-align: center;
    font-weight: 900;
    line-height: 18px;
}

.hr_sec_time {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin-top: 5px;
}

    .hr_sec_time span {
        font-size: 22px;
    }

.hr_sec_time_bg {
    background: #ccf3fb;
    width: 100%;
}

.hr_sec_time_bg1 {
    background: #fee5f0;
    width: 100%;
}

.hr_sec_time_bg2 {
    background: #dbf3c6;
    width: 100%;
}

.hr_sec_time_bg3 {
    background: #ecdafb;
    width: 100%;
}

.hr_sec_time_bg_pr {
    background: #ccf3fb;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}

.hr_sec_time_bg1_pr {
    background: #fee5f0;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}


.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: 35px !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: #231f20 !important;
    text-align: center;
    border: 1px solid #231f20 !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);
    }





/*----------------------Login Start----------------------------*/

.login_bg {
    background: url(../images/login_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;right:200px
}

.login_logo {
    width: 350px;
    margin: 0px auto;
    margin-bottom: 25px;
    position: relative;
    right: 230px
}

.wrapper-page {
    margin: 7% auto;
    width: 40%;
}


    .wrapper-page .panel {
        background-color: #fff;
        border: 0px solid transparent !important;
        border-radius: 6px;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
        margin-bottom: 20px;
        padding: 0px 0px 15px 0px;
    }

    .wrapper-page .panel-primary > .panel-heading {
        background-color: #f58320;
        border-color: #f58320;
        color: #fff;
    }

.panel-pages {
    border-radius: 6px;
}

    .panel-pages .panel-body {
        padding: 30px;
    }

    .panel-pages .panel-heading {
        -moz-border-radius: 6px 6px 0px 0px;
        -webkit-border-radius: 6px 6px 0px 0px;
        border-radius: 6px 6px 0px 0px;
        padding: 7px 20px;
        position: relative;
    }

        .panel-pages .panel-heading h3 {
            position: relative;
            z-index: 999;
        }

.user-thumb {
    margin-top: -44px;
    position: relative;
    z-index: 999;
}

    .user-thumb img {
        height: 88px;
        margin: 0px auto;
        width: 88px;
    }

.ex-page-content h1 {
    color: #252932;
    font-size: 98px;
    font-weight: 700;
    line-height: 150px;
    text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
}

.form-control-login {
    height: 40px !important;
    color: #545454 !important;
    border: 1px solid #ccc !important;
}

    .form-control-login a {
        color: #545454 !important;
    }

.login_buttons {
    width: 100% !important;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    background: #f58320 !important;
    border-radius: 2px;
    color: #fff;
    border: 0px solid #fff;
}

    .login_buttons:hover {
        background: #f58320 !important;
    }

.forgot {
    font-size: 12px !important;
}

    .forgot a {
        font-size: 12px !important;
        color: #f58320;
    }


.login_con_m {
    .background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #ccc;
    padding: 15px;
}

.login_con {
    font-size: 14px;
    color: #2d2d2d;
    padding: 0p;
    margin: 0px;
    text-align: center;
    line-height: 23px;
}

.login_con1 {
    font-size: 14px;
    color: #2d2d2d;
    padding: 15px 0px 15px 0px;
    margin: 0px;
    text-align: center;
    line-height: 23px;
}

.happy_bro {
    font-size: 30px;
    color: #f58320;
    padding: 0px;
    margin: 0px;
    text-align: center;
}



/*----------------------Login End----------------------------*/

/*----------------------Register Start----------------------------*/


.registration_forms {
    width: 50%;
    margin: 50px auto;
    background: rgba(0,0,0,0.3);
    box-shadow: 0 0 0px #fff;
    border-radius: 0px;
    padding: 20px;
}

    .registration_forms .form-group {
        margin: 0px 0px 10px 0px !important;
    }

    .registration_forms h1 {
        color: #fff;
        font-size: 32px;
        margin: 0;
        padding: 15px 0;
        text-align: center;
    }

/*----------------------Register End----------------------------*/

.register_logo {
    margin-top: 50px;
}


.section_box {
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    box-shadow: 0px 0px 0 #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #e8e8e8;
}

.section_box1 {
    background-color: #ffffff;
    width: 100%;
    padding: 0px;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 3px;
    margin-bottom: -10px;
    display: inline-block;
    border: 1px solid #e8e8e8;
}


.section_box_bl {
    background: #000;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 0px;
}


    .section_box_bl th {
        border: 0px solid #eaeaea;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-bottom: 1px solid #282828 !important;
        color: #fff;
    }

    .section_box_bl td {
        border: 0px solid #eaeaea;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: rgb(221, 221, 221);
        border-bottom-color: rgb(221, 221, 221);
        border-bottom: 1px solid #282828 !important;
        color: #fff;
    }

    .section_box_bl .weight {
        font-size: 24px !important;
        font-weight: normal;
        color: #ffcb00 !important;
        line-height: 24px;
    }

    .section_box_bl .height {
        font-size: 24px !important;
        font-weight: normal;
        color: #2be3ef !important;
        line-height: 24px;
    }

    .section_box_bl .bmi {
        font-size: 24px !important;
        font-weight: normal;
        color: #e501ae !important;
        line-height: 24px;
    }

    .section_box_bl .heartrate {
        font-size: 24px !important;
        font-weight: normal;
        color: #3aee33 !important;
        line-height: 24px;
    }

    .section_box_bl .bp {
        font-size: 24px !important;
        font-weight: normal;
        color: #ffac98 !important;
        line-height: 24px;
    }

    .section_box_bl .so {
        font-size: 24px !important;
        font-weight: normal;
        color: #ffa200 !important;
        line-height: 24px;
    }

    .section_box_bl .temp {
        font-size: 24px !important;
        font-weight: normal;
        color: #00aeff !important;
        line-height: 24px;
    }

    .section_box_bl .cholestrol {
        font-size: 24px !important;
        font-weight: normal;
        color: #fb4fa2 !important;
        line-height: 24px;
    }

    .section_box_bl .respiration {
        font-size: 24px !important;
        font-weight: normal;
        color: #c24bff !important;
        line-height: 24px;
    }

    .section_box_bl .glucose {
        font-size: 24px !important;
        font-weight: normal;
        color: #ffc697 !important;
        line-height: 24px;
    }

    .section_box_bl .pain {
        font-size: 24px !important;
        font-weight: normal;
        color: #e4c2c8 !important;
        line-height: 24px;
    }

    .section_box_bl .weight1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #ffcb00 !important;
    }

        .section_box_bl .weight1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #ffcb00 !important;
        }

    .section_box_bl .height1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #2be3ef !important;
    }

        .section_box_bl .height1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #2be3ef !important;
        }

    .section_box_bl .bmi1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #e501ae !important;
    }

        .section_box_bl .bmi1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #e501ae !important;
        }

    .section_box_bl .heartrate1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #3aee33 !important;
    }

        .section_box_bl .heartrate1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #3aee33 !important;
        }

    .section_box_bl .bp1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #ffac98 !important;
    }

        .section_box_bl .bp1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #ffac98 !important;
        }

    .section_box_bl .so1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #ffa200 !important;
    }

        .section_box_bl .so1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #ffa200 !important;
        }

    .section_box_bl .temp1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #00aeff !important;
    }

        .section_box_bl .temp1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #00aeff !important;
        }

    .section_box_bl .cholestrol1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #fb4fa2 !important;
    }

        .section_box_bl .cholestrol1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #fb4fa2 !important;
        }

    .section_box_bl .respiration1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #c24bff !important;
    }

        .section_box_bl .respiration1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #c24bff !important;
        }

    .section_box_bl .glucose1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #ffc697 !important;
    }

        .section_box_bl .glucose1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #ffc697 !important;
        }

    .section_box_bl .pain1 {
        font-size: 13px !important;
        font-weight: normal;
        color: #e4c2c8 !important;
    }

        .section_box_bl .pain1 a {
            font-size: 13px !important;
            font-weight: normal;
            color: #e4c2c8 !important;
        }


    .section_box_bl .weight_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #ffcb00 !important;
        line-height: 18px;
    }

    .section_box_bl .height_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #2be3ef !important;
        line-height: 18px;
    }

    .section_box_bl .bmi_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #e501ae !important;
        line-height: 18px;
    }

    .section_box_bl .heartrate_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #3aee33 !important;
        line-height: 18px;
    }

    .section_box_bl .bp_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #ffac98 !important;
        line-height: 18px;
    }

    .section_box_bl .so_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #ffa200 !important;
        line-height: 18px;
    }

    .section_box_bl .temp_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #00aeff !important;
        line-height: 18px;
    }

    .section_box_bl .cholestrol_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #fb4fa2 !important;
        line-height: 18px;
    }

    .section_box_bl .respiration_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #c24bff !important;
        line-height: 18px;
    }

    .section_box_bl .glucose_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #ffc697 !important;
        line-height: 18px;
    }

    .section_box_bl .pain_n {
        font-size: 18px !important;
        font-weight: normal;
        color: #e4c2c8 !important;
        line-height: 18px;
    }

.high_patient {
    border: 1px solid #fb0661 !important;
    border-radius: 3px;
    padding: 3px 0px 3px 0px;
}

.names_patient {
    font-size: 16px;
    color: #000;
    text-align: left;
    padding: 0px 0px 4px 0px;
}

.section_box1 .row {
    margin-right: -15px;
    margin-left: -15px;
}

.section_box1_holiday {
    background: #fff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-height: 275px;
}

    .section_box1_holiday .row {
        margin-right: -10px;
        margin-left: -10px;
    }

.section_box1_sum {
    background: #fff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-height: 200px;
}

    .section_box1_sum .row {
        margin-right: -10px;
        margin-left: -10px;
    }




.section_box1 th {
    background: #d1d2d4;
}

h1 {
    font-size: 24px !important;
    color: #384042 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
}



.section_box1 h2 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    font-weight: 600;
    background: #d1d2d4;
    width: 100%;
    display: inline-block;
}


    .section_box1 h2 a {
        font-size: 15px !important;
        color: #545454 !important;
        text-align: left;
        font-weight: 600;
        /*background: #d6e4ff;*/
    }

        .section_box1 h2 a:hover {
            color: #f58320 !important;
            text-align: left;
            font-weight: 600;
            /*background: #d6e4ff;*/
            border-bottom: 3px solid #f58320;
        }

.section_box1 h3 {
    font-size: 18px !important;
    color: #fff !important;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 15px !important;
    text-align: left;
    font-weight: 600;
    background: #808080;
    width: 80%;
    float: left;
    text-transform: uppercase;
}

.section_box1 h4 {
    font-size: 30px !important;
    color: #000 !important;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 0px !important;
    text-align: left;
    font-weight: 600;
    width: 80%;
    float: left;
    text-transform: uppercase;
}

.section_box1_sum h2 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    text-align: left;
    font-weight: 600;
    /*background: #d6e4ff;*/
    border-bottom: 1px solid #e8e8e8;
}

    .section_box1_sum h2 a {
        font-size: 15px !important;
        color: #545454 !important;
        text-align: left;
        font-weight: 600;
        /*background: #d6e4ff;*/
    }

        .section_box1_sum h2 a:hover {
            color: #f58320 !important;
            text-align: left;
            font-weight: 600;
            /*background: #d6e4ff;*/
            border-bottom: 3px solid #f58320;
        }

.section_box1 h2 img {
    margin-right: 9px;
}

.section_box1_sum h2 img {
    margin-right: 9px;
}

.panel-body h2 img {
    margin-right: 9px;
}



.section_box1_content {
    padding: 15px 15px 7px 15px;
}

.section_box1_content_p {
    padding: 5px 12px 7px 12px;
}

.section_box1_content_p1 {
    padding: 5px 12px 7px 12px;
}

.section_box1_content1 {
    padding: 5px 12px 7px 12px;
    background: #d1d2d4;
    width: 90%;
    margin: 0px auto;
    min-height: 100px;
    margin-bottom: 15px;
    margin-top: 15px;
}




.section_box1 .form-control {
    -moz-border-radius: 0px;
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d4d9e2;
    color: #000;
    font-size: 14px;
    height: 33px;
    padding-left: 10px;
}

    .section_box1 .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }


.section_box1 .form-group {
    margin-bottom: 10px !important;
    clear: both;
    display: inline-block;
    margin-bottom: 10px !important;
    width: 100%;
}

.section_box1 .form-control-new {
    border: 0px solid #d4d9e2 !important;
    border-bottom: 1px solid #d4d9e2 !important;
    padding-left: 0px !important;
}


.top-menu {
    float: left;
    margin-bottom: 5px;
    padding: 5px 0px 0px 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px #595959;
    width: 100%;
}

    .top-menu ul {
        display: inline-block;
        margin-top: 10px;
        padding: 0px;
    }

        .top-menu ul li {
            display: inline-block;
            padding: 0px 10px;
            font-weight: normal;
        }

            .top-menu ul li a {
                color: #2d2d2d;
                text-transform: none;
                font-size: 14px !important;
                font-weight: 600;
                text-decoration: none;
            }

                .top-menu ul li a:hover {
                    color: #1396e7;
                    text-decoration: none;
                    border-bottom: 4px solid #1396e7;
                    padding-bottom: 6px;
                }

                .top-menu ul li a.active {
                    color: #1396e7;
                    text-decoration: none;
                    border-bottom: 4px solid #1396e7;
                    padding-bottom: 6px;
                }


.form_text {
    height: 200px !important;
}

.form_text1 {
    height: 100px !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;
}

@media only screen and (max-width: 900px) {


    span.menu {
        width: 28px;
        height: 28px;
        background: url(../images/nav.png)no-repeat;
        display: inline-block;
        float: right;
        cursor: pointer;
        margin-top: 10px;
        z-index: 2500;
        position: relative;
        right: 25px;
    }

    .top-menu {
        width: 100%;
        display: none;
        text-align: center;
        background: #dc2776;
        padding: 0;
        margin-top: 7px !important;
        color: #fff;
    }

        .top-menu ul {
            float: none;
            width: 100%;
        }

            .top-menu ul li {
                display: block;
                float: none;
                color: #fff;
            }

                .top-menu ul li a {
                    display: block;
                    padding: 10px 0px;
                    color: #fff;
                }

                    .top-menu ul li a:hover {
                        display: block;
                        padding: 10px 0px;
                        color: #dc2776;
                        background-color: #FFF;
                    }
}

.navpro .footer {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    bottom: 0px;
    color: #58666e;
    text-align: left !important;
    padding: 20px 0px;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.profile_img {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.profile_name {
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
}

.profile_age {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.profile_sex {
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 0px 0px 16px 0px;
}

.profile_link {
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

    .profile_link ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

        .profile_link ul li {
            display: block;
            float: none;
            color: #fff;
            font-size: 13px;
            margin: 0px 0px 5px 0px;
        }

        .profile_link ul li {
            display: block;
            padding: 8px 0px 8px 0px;
            color: #fff;
            font-weight: bold;
            background-color: #f58320;
            text-align: center;
            border-radius: 5px;
        }

            .profile_link ul li:hover {
                display: block;
                color: #fff;
                background-color: #231f20;
            }

            .profile_link ul li a span {
                display: block;
                color: #fff;
                font-weight: normal;
            }

                .profile_link ul li a span:hover {
                    display: block;
                    color: #dc2776;
                    font-weight: normal;
                }

.risk_pro {
    display: block;
    color: #d50000 !important;
    font-weight: normal;
}

.risk_pro_g {
    display: block;
    color: #326e06 !important;
    font-weight: normal;
}

.risk_pro_b {
    display: block;
    color: #0082cc !important;
    font-weight: normal;
}

.risk_pro_o {
    display: block;
    color: #ff4e00 !important;
    font-weight: normal;
}

.profile_menu {
    position: fixed;
    margin: 9px 0px 0px 0px;
    z-index: 1000;
    width: 88%;
}

.profile_content {
    margin: 0px;
    padding: 0px;
}

.profile_content1 {
    margin: 94px 0px 0px 0px !important;
    padding: 0px;
}




.profile_content h1 {
    font-size: 20px !important;
    color: #2d2d2d !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 8px 0px;
    text-align: left;
    font-weight: normal;
    float: left;
}

.content h4 {
    font-size: 20px !important;
    color: #2d2d2d !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 8px 0px;
    text-align: left;
    font-weight: normal float: left;
}

.profile_content h1 span {
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

    .profile_content h1 span a {
        font-size: 14px !important;
        color: #0d9fd5 !important;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px 8px 0px;
        text-align: left;
        font-weight: normal;
    }

.profile_content h3 {
    font-size: 15px !important;
    color: #2d2d2d !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    text-align: left;
    font-weight: bold;
    float: left;
}

    .profile_content h3 span {
        margin: 0px 0px 0px 10px;
        padding: 0px;
    }

        .profile_content h3 span a {
            font-size: 14px !important;
            color: #0d9fd5 !important;
            margin: 0px 0px 0px 0px;
            padding: 00px 0px 8px 0px;
            text-align: left;
            font-weight: normal;
        }

.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 {
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.create_new {
    float: right;
    margin: 5px 10px 10px 10px;
}

.create_new1 {
    float: right;
    margin: -5px 10px 10px 10px;
}

.create_new2 {
    float: right;
    margin: -42px 10px 10px 10px;
}

.create_new3 {
    float: right;
    margin: 5px 10px 10px 10px
}

.top_title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0px 0px 75px;
}

.top_time {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    display: block;
}

.top_ward {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    display: block;
}

.table-bordered {
    border: 1px solid #eaeaea;
}

.panel-body th {
    background: #d1d2d4;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px 8px 5px 8px;
    line-height: 2;
    vertical-align: middle;
    border-top: 1px solid #eaeaea;
}

h1 {
    font-size: 16px;
    line-height: 20px;
}



.buttons_mar {
    margin: 20px 10px 10px 10px;
    float: right;
}

.buttons_mar2 {
    margin: -33px 0px 10px 0px;
    float: right;
    position: absolute;
    right: 20px;
}

.buttons_mar3 {
    margin: -33px 0px 10px 0px;
    float: right;
    position: absolute;
    right: 60px;
}

.buttons_mar4 {
    margin: -8px 0px 10px 0px;
    float: right;
    position: absolute;
    right: 15px;
}


.buttons_mar1 {
    margin: -35px 0px 10px 10px;
    float: right;
    position: absolute;
    right: 15px;
}

.panel-body h1 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 15px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #e8e8e8;
}

.hr_tabs {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .hr_tabs .user-tabs {
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
        margin-left: 0px;
        padding-left: 0px;
    }

.hr_tabs1 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

    .hr_tabs1 .profile-tab-content {
        background-color: transparent !important;
        box-shadow: none !important;
        margin-top: 0px;
    }


.date_calnder_year {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .date_calnder_year th {
        border: 1px solid #e4e4e4;
        color: #000;
        text-align: center;
        vertical-align: middle;
        padding: 15px 0px 15px 0px;
        background-color: #d1d2d4;
        font-size: 8px;
        font-weight: normal
    }

    .date_calnder_year td {
        border: 1px solid #e4e4e4;
        color: #000;
        text-align: center;
        padding: 15px 0px 15px 0px;
        background-color: #FFF;
        font-size: 12px;
        color: #545454;
    }

        .date_calnder_year td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

.year_head {
    font-size: 13px !important;
}

.year_calander .panel .panel-body {
    padding: 8px 8px 8px 8px !important;
}


.year_calander .panel {
    margin-bottom: 8px !important;
}

.date_calnder_oneday {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .date_calnder_oneday td {
        border: 1px solid #e4e4e4;
        color: #000;
        padding: 3px 8px 3px 8px;
        background-color: #FFF;
        height: auto;
        padding: 5px 8px 5px 8px;
        font-size: 13px;
        color: #545454;
    }

        .date_calnder_oneday td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

.sub_section {
}



.sub_menu_sec {
    width: 208px;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 115px;
}

    .sub_menu_sec ul {
        margin: 0px;
        padding: 0px;
    }

    .sub_menu_sec li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        border-bottom: 0px solid #ccc;
    }

        .sub_menu_sec li a {
            margin: 0px;
            padding: 8px 0px 8px 15px;
            color: #fff;
            font-size: 13px;
            display: inline-block;
            width: 100%;
        }

            .sub_menu_sec li a:hover {
                color: #fff;
                background: #586061;
            }

    .sub_menu_sec .active {
        color: #fff;
        background: #586061;
    }


.content_section {
    padding-left: 15px;
    padding-bottom: 0px;
    border-left: 0px solid #ccc;
    margin: 10px 0px 0px 0px;
}

.emp_con {
    font-size: 16px;
    padding: 0px 0px 15px 0px;
}

.holiday_sec {
    margin: 0px;
    padding: 0px;
}

    .holiday_sec td {
        border: 1px solid #e4e4e4;
        color: #545454;
        text-align: right;
        padding: 0px 8px 0px 0px;
        width: 14.8%;
        background-color: #FFF;
        height: 30px;
    }

    .holiday_sec .cal_head {
        border: 0px solid #e4e4e4 !important;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 0px 0px 10px 0px;
        background-color: #fff !important;
        text-transform: uppercase;
        font-size: 15px !important;
    }

    .holiday_sec th {
        border: 1px solid #e4e4e4;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 14.8%;
        background-color: #d1d2d4;
        font-size: 10px;
    }

    .holiday_sec td {
        color: #2d2d2d !important;
        text-decoration: none;
    }

        .holiday_sec td a {
            color: #2d2d2d !important;
            text-decoration: none;
        }

    .holiday_sec .panel .panel-body {
        padding: 15px 15px 15px 15px !important;
        height: 280px;
    }

.patient_names_m {
    background: #FFF;
    margin: 7px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #c4c4c4;
    border-radius: 5px;
}

.patient_names {
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    padding: 2px 0px 0px 0px;
    font-weight: bold;
}

.patient_names1 {
    text-align: center;
    font-size: 12px;
    color: #545454;
    padding: 2px 0px 0px 0px
}

.patient_profile {
    margin: 0px;
    padding: 0px;
}

    .patient_profile img {
        border-radius: 50%;
        border: 2px solid #f58320;
        text-align: center;
        margin-bottom: 7px;
    }

.sorting_1 .toggle {
    margin-bottom: 5px !important;
}

.section_box1_content .toggle {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.working_time {
    width: 85%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.working_time_add {
    width: 10%;
    float: right;
}

.enquery_con {
    font-size: 25px !important;
    line-height: 25px !important;
}

    .enquery_con span {
        font-size: 18px !important;
        display: inline-block;
        width: 100%;
    }

.high_dipendency {
    background: #f58320;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 0px 10px;
}

.high_risk {
    background: #f87676;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 0px 10px;
}

.allergies {
    background: #71ae39;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 0px 10px;
}

.room {
    background: #f97eb2;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 0px 10px;
}

.conten_profile {
    margin: 10px 0px 15px 0px;
    padding: 10px 0px 0px 0px;
    width: 100%;
    background: #FFF;
    display: inline-block;
    box-shadow: 0px 0px 5px #c4c4c4;
}

.profile_dt img {
    border: 3px solid #fff;
    box-shadow: 0 0 5px #686868;
}

.profile_name1 {
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #f41373;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
    width: 100%;
    font-weight: bold;
}

.profile_name_n {
    padding-bottom: 5px;
    text-align: center;
    font-size: 9px;
    color: #f41373;
    text-decoration: none;
    margin: 5px 0px 0px 0px;
    width: 100%;
    font-weight: normal;
}

.profile_icon {
    float: left;
}

.profile_head {
    float: left;
    color: #fff;
    font-size: 15px;
    padding: 7px 0px 0px 0px;
}

.profile_head_n {
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
}

.alegies_name {
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: 5px;
}

.patient_names_m {
    background: #FFF;
    margin: 7px 0px 15px 0px;
    padding: 10px 0px 10px 0px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #c4c4c4;
    border-radius: 5px;
}

.patient_names {
    text-align: center;
    font-size: 14px;
    color: #2d2d2d;
    padding: 2px 0px 0px 0px;
    font-weight: bold;
}

.patient_names1 {
    text-align: center;
    font-size: 12px;
    color: #545454;
    padding: 2px 0px 0px 0px;
}

.patent_sta_red {
    background-color: #bc0e0e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 9px;
}

.patent_sta_org {
    background-color: #ff4e00;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 9px;
}

.patent_sta_gren {
    background-color: #326e06;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 9px;
}

.patent_sta_blue {
    background-color: #0082cc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px auto;
    margin-top: 9px;
}

.medicine_name {
    font-size: 16px;
    font-weight: bold;
}

.medicine_con {
    font-size: 13px;
    font-weight: bold;
}

.medicine_con1 {
    font-size: 13px;
    font-weight: normal;
    padding-top: 4px;
}

.medicine_con2 {
    font-size: 11px;
    font-weight: normal;
    padding-top: 14px;
}

    .medicine_con2 span {
        background-color: #096;
        color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

.medicine_img {
    border-radius: 5px !important;
    border: 2px solid #fff !important;
    text-align: center;
    margin-bottom: 7px;
    width: 60px;
    box-shadow: 0px 0px 5px #b5b5b5;
}

.dispense_pat_name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 14px;
    color: #f41373;
}

.dispense_name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 14px;
}

.dispense_name1 {
    font-size: 13px;
    font-weight: normal;
    padding-top: 6px;
    text-align: center;
}

.dispense_add {
    margin: 30px 0px 10px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    padding: 20px 0px 5px 0px;
}

.postpone_btn {
    background-color: #0CC;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

    .postpone_btn .checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
        font-size: 18px;
        line-height: 16px;
        color: #fff;
    }

.dispense_img {
    box-shadow: 0px 0px 5px #b5b5b5;
}

.medicine_list {
    margin: 0px;
    padding: 0px;
}

    .medicine_list .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 14px 8px 12px 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 1px solid #eaeaea;
    }

.time {
    font-size: 18px;
    color: #09F;
    text-align: right;
    margin: 10px 0px 0px 0px;
}

.emr_sec {
    margin: 0px;
    padding: 0px;
}



    .emr_sec th {
        width: 10%;
    }

    .emr_sec td {
        width: 10%;
    }

.emr_sec_th {
    width: 18% !important;
}

.emr_sec_td {
    width: 18% !important;
}


.emr_sec_th1 {
    width: 33.33% !important;
    text-align: center;
}

.emr_sec_td1 {
    width: 33.33% !important;
    text-align: left;
}

.emr_sec .table {
    margin-bottom: 0px;
}

    .emr_sec .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 5px 8px 5px 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-bottom: 1px solid #eaeaea;
        border-top: 0px solid #eaeaea;
    }

.emr_left0 {
    background: #ffbb74;
    border-top: 3px solid #ffbb74 !important;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.emr_left1 {
    background: #ffa7f5;
    border-top: 3px solid #ffa7f5 !important;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.emr_left2 {
    background: #39b3e4;
    border-top: 3px solid #39b3e4 !important;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.emr_left3 {
    background: #aaf076;
    border-top: 3px solid #aaf076 !important;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.emr_left4 {
    background: #ff836f;
    border-top: 3px solid #ff836f !important;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0px;
}

.emr_left_br0 {
    border-top: 3px solid #ffbb74 !important;
}

.emr_left_br1 {
    border-top: 3px solid #ffa7f5 !important;
}

.emr_left_br2 {
    border-top: 3px solid #39b3e4 !important;
}

.emr_left_br3 {
    border-top: 3px solid #aaf076 !important;
}

.emr_left_br4 {
    border-top: 3px solid #ff836f !important;
}

.emr_left_in {
    background: #fff;
    height: 80px;
    color: #545454;
    font-size: 13px;
    font-weight: normal;
    padding: 9px 5px 3px 15px;
    text-align: center;
    border-radius: 3px;
}

.emr_left_head {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 5px 3px 15px;
    text-align: center;
}

.emr_medicine {
    background: #d1d2d4;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0px 6px 15px;
}



.emr_right {
    height: 119px;
}


.house_keep_time {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding: 0px 0px 3px 0px;
    text-align: center;
    border-radius: 3px;
    margin: 10px 0px 0px 0px;
}

.house_keep_left {
    background: #ffbb74;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left0 {
    background: #ffbb74;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left1 {
    background: #ffa7f5;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left2 {
    background: #39b3e4;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left3 {
    background: #aaf076;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left4 {
    background: #ff836f;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    width: 100%;
    display: inline-block;
}

.house_keep_left_br {
    border-top: 3px solid #ffbb74;
}

.house_keep_left_br1 {
    border-top: 3px solid #ffa7f5;
}

.house_keep_left_br2 {
    border-top: 3px solid #39b3e4;
}

.house_keep_left_br3 {
    border-top: 3px solid #aaf076;
}

.house_keep_left_br4 {
    border-top: 3px solid #ff836f;
}

.house_keep_table {
    margin-bottom: 0px !important;
}

.pad_r_0 {
    padding-right: 0px;
    margin: 0px;
}

.pad_l_0 {
    padding-left: 0px;
    margin: 0px;
}

.pad_r_0_m {
    margin: 0px;
}

.mar_bt {
    margin-bottom: 8px !important;
}

.emar_time {
    background: #79afd3 !important;
    text-align: center;
    color: #FFF;
    border-radius: 2px;
}

.human_img {
    margin: 25px 0px 25px 0px;
    width: 100%;
    display: inline-block;
}

    .human_img img {
        width: 62%;
    }

.form-control-text {
    height: 100px !important;
}

.medical_chk .input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: -24px 10px 0 0;
    position: absolute;
}

.save_bt {
    float: right;
    margin: 10px 10px 0px 10px;
}

.user-tabs1 {
    margin-left: -15px !important;
    padding-left: 0px !important;
}

.cleaned {
    background: #aaf076;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 95px;
}

.uncleaned {
    background: #f27185;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 95px;
}

.occupied {
    background: #58ebf3;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 95px;
}

.fixed {
    background: #ffbb74;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.due {
    background: #d888eb;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 95px;
    margin: 0px 10px 0px 0px
}

#draggable {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable1 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable2 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable3 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable4 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable5 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    border-radius: 50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}

#draggable6 {
    width: 20px;
    height: 20px;
    padding: 6px 0px 0px 0px;
    50%;
    z-index: 500;
    margin: 0px 15px 8px 0px;
    float: left;
}


.section_box_cond {
    background: #fff;
    margin: 0px 0px 18px 0px;
    padding: 10px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    min-height: 87px;
}

.condition_head {
    font-size: 18px;
    color: #000;
    padding: 0px 0px 10px 0px;
}

.condition_head1 {
    font-size: 14px;
    color: #000;
    padding: 0px 0px 4px 0px;
}

.condition_con {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    padding: 5px 0px 0px 0px;
    float: left;
}


.stat_c {
    color: #ff836f !important;
}

.stat_c1 {
    color: #d888eb !important;
}

.stat_c2 {
    color: #39b3e4 !important;
}

.stat_c3 {
    color: #ff5454 !important;
}

.stat_c4 {
    color: #75c43b !important;
}

.stat_c5 {
    color: #ffd200 !important;
}

.stat_c6 {
    color: #753c2a !important;
}

.section_box1_cre {
    overflow: hidden;
}

.cream_sec {
    width: 5%;
    float: left;
}

.cream_sec1 {
    width: 95%;
    float: left;
}

.grade {
    background: #ff836f;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade1 {
    background: #d888eb;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade2 {
    background: #39b3e4;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade3 {
    background: #f27185;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade4 {
    background: #b0a7f8;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade5 {
    background: #b462e8;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.grade6 {
    background: #58ebf3;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}


.colour {
    background: #000000;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 8px 0px;
    color: #FFF;
    font-size: 12px;
}

.colour1 {
    background: #ffcc00;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 8px 0px;
    color: #FFF;
    font-size: 12px;
}

.colour2 {
    background: #73b425;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 8px 0px;
    color: #FFF;
    font-size: 12px;
}

.colour3 {
    background: #c92626;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 8px 0px;
    color: #FFF;
    font-size: 12px;
}

.colour4 {
    background: #ffa7f5;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 8px 0px;
    color: #FFF;
    font-size: 12px;
}

.colour_odour {
    background: #39b3e4;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.colour_exudate {
    background: #ffbb74;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF;
}

.colour_exudate_amount {
    background: #27d0d9;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF
}

.colour_pain {
    background: #f27185;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF
}

.colour_pain_frequency {
    background: #d888eb;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF
}

.colour_pain_dressing {
    background: #91da28;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF
}


/*.colour_none{ background: #ffbea8; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF; } 
.colour_mild{ background: #27d0d9; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF;}
.colour_medium{ background: #50c4ef; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF;}
.colour_offensive{ background: #fb9e53; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF;}
.colour_blood{ background: #f45834; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF;}
.colour_small{ background: #eec07d; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_large{ background: #e6a1de; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_frequent{ background: #34b5d0; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_atdressing{ background: #efda66; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_intermittent { background: #b0a7f8; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_daily_once { background: #9dc84b; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}
.colour_daily_twice { background: #558476; border-radius: 5px; float:left; padding:1px 15px 1px 15px; margin:0px 10px 0px 0px; color:#FFF}*/

.colour_paincount {
    background: #ff836f;
    border-radius: 5px;
    float: left;
    padding: 1px 15px 1px 15px;
    margin: 0px 10px 0px 0px;
    color: #FFF
}




.assesment_sec {
    margin: 0px;
    padding: 0px;
}

    .assesment_sec h2 {
        font-size: 15px !important;
        color: #000 !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 15px;
        text-align: left;
        font-weight: 600;
    }

.assesment_box {
    background: #ffd9fb;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box1 {
    background: #ffd2a4;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box2 {
    background: #ffb8ac;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box3 {
    background: #9be2ff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box4 {
    background: #dbd6ff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box5 {
    background: #ebcacd;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box6 {
    background: #ccc6a6;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box7 {
    background: #ffeaaf;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box8 {
    background: #d3ead8;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}

.assesment_box9 {
    background: #b5e2ff;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box10 {
    background: #e6ddee;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box11 {
    background: #94eef4;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}


.assesment_box12 {
    background: #fce1ce;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px #b0b0b0;
    width: 100%;
    display: inline-block;
    border: 0px solid #e8e8e8;
    border-radius: 5px;
}



.assesment_box1_content1 {
    padding: 5px 12px 7px 12px;
    background: #fff;
    width: 99%;
    margin: 0px auto;
    min-height: 100px;
    margin-bottom: 1px;
    margin-top: 0px;
}

.emr_sec_td1 .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}

.working_time1 {
    width: 85%;
    float: left;
}

.modal-content .working_time {
    width: 85%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.panel-body .label {
    color: #545454 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

.totalcls {
    font-weight: bold !important;
    text-align: right !important;
    color: #000 !important;
}

.grand {
    font-weight: bold !important;
    text-align: right !important;
    color: #000 !important;
}

.reportlable {
    float: left;
    width: 200px;
}

.sub_menu_left {
    width: 210px;
    float: left;
    padding: 0px 15px 0px 15px;
    position: relative;
    min-height: 1px;
    display: block;
}

.content_area_right {
    width: 88%;
    float: left;
    padding: 0px 15px 0px 15px;
}

.careplan_head {
    font-size: 15px;
    color: #2d2d2d;
    float: left;
}

.navbar-nav > li > .dropdown-menu {
    /*margin-top: 2px !important;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.hadings_ne {
    float: left;
}

.add_btn1_n {
    float: right;
    margin: 3px 0px 0px 0px;
}

.patient_left { /*background:#231f20;*/
    background: #d1d2d4;
    width: 220px;
    position: absolute;
    padding-bottom: 5px;
    z-index: 1000;
}

.allpatints {
    padding: 0px;
    float: right;
    position: relative;
    margin: -35px 15px 0px 0px;
}

    .allpatints a {
        color: #2d2d2d;
        font-size: 14px;
        padding: 0px 0px 0px 15px;
    }

        .allpatints a:hover {
            color: #06F;
            font-size: 14px;
            padding: 0px 0px 0px 15px;
        }


/************************toogle add Start*******************/
.tagarea {
    display: none;
}

.tagarea1 {
    display: none;
}

.tag-box {
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

    .tag-box * {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .tag-box li {
        padding: 4px 6px;
        float: left;
        display: inline-block;
    }

        .tag-box li.tags {
            background: #2196F3;
            color: #fff !important;
            border-radius: 3px;
            margin: 0px 3px;
            position: relative;
        }

            .tag-box li.tags .close {
                display: inline-block;
                position: absolute;
                color: #fff !important;
                overflow: hidden;
                width: 0;
                right: 0;
                height: 18px;
                cursor: pointer;
                top: 2px;
                font-weight: normal !important;
                font-size: 15px;
                opacity: 0.8;
            }

                .tag-box li.tags .close:after {
                    content: 'x';
                }

            .tag-box li.tags.edit {
                background: none;
                border: 1px solid #2196F3;
                color: #2196F3;
                height: 27px;
            }

                .tag-box li.tags.edit .input-tag {
                    height: auto;
                }

                .tag-box li.tags.edit:hover {
                    padding: 4px 6px;
                }

            .tag-box li.tags.danger {
                background: #F00;
                opacity: 0.8;
            }

            .tag-box li.tags:hover {
                padding-right: 18px;
            }

                .tag-box li.tags:hover .close {
                    width: 14px;
                    color: #fff;
                }

        .tag-box li .input-tag {
            color: #000;
            height: 18px;
            vertical-align: middle;
            border: none;
            outline: none;
            background: none;
            padding: 0px;
        }

            .tag-box li .input-tag:hover,
            .tag-box li .input-tag:focus {
                outline: none;
                border: none;
            }

.tag-box1 {
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

    .tag-box1 * {
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .tag-box1 li {
        padding: 4px 6px;
        float: left;
        display: inline-block;
    }

        .tag-box1 li.tags1 {
            background: #2196F3;
            color: #fff !important;
            border-radius: 3px;
            margin: 0px 3px;
            position: relative;
        }

            .tag-box1 li.tags1 .close {
                display: inline-block;
                position: absolute;
                color: #fff !important;
                overflow: hidden;
                width: 0;
                right: 0;
                height: 18px;
                cursor: pointer;
                top: 2px;
                font-weight: normal !important;
                font-size: 15px;
                opacity: 0.8;
            }

                .tag-box1 li.tags1 .close:after {
                    content: 'x';
                }

            .tag-box1 li.tags1.edit {
                background: none;
                border: 1px solid #2196F3;
                color: #2196F3;
                height: 27px;
            }

                .tag-box1 li.tags1.edit .input-tag1 {
                    height: auto;
                }

                .tag-box1 li.tags1.edit:hover {
                    padding: 4px 6px;
                }

            .tag-box1 li.tags1.danger {
                background: #F00;
                opacity: 0.8;
            }

            .tag-box1 li.tags1:hover {
                padding-right: 18px;
            }

                .tag-box1 li.tags1:hover .close {
                    width: 14px;
                    color: #fff;
                }

        .tag-box1 li .input-tag1 {
            color: #000;
            height: 18px;
            vertical-align: middle;
            border: none;
            outline: none;
            background: none;
            padding: 0px;
        }

            .tag-box1 li .input-tag1:hover,
            .tag-box1 li .input-tag1:focus {
                outline: none;
                border: none;
            }




/************************toogle add End*******************/

.modal-dialog {
    margin: 70px auto !important;
}

.modal-content1 {
    overflow: auto;
}

.modal .modal-dialog .modal-content .modal-footer {
    padding-top: 15px;
    padding: 0px 0px 15px 0px;
}


.clalnder_time_new {
    width: 800px;
    float: left;
    margin: 0px;
    padding: 0px;
    position: fixed
}

.clalnder_time {
    width: 700px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.clalnder_time1 {
    width: 350px;
    float: left;
    margin: 0px;
    padding: 0px;
}


.clalnder_time_day {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.clalnder_time_day1 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    min-width: 350px;
}

.headings_cash {
    font-size: 15px !important;
    color: #2d2d2d !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.headings_cash1 {
    font-size: 15px !important;
    color: #2d2d2d !important;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    text-align: right;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

.date_calnder_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .date_calnder_sec td {
        border: 1px solid #e4e4e4;
        color: #2d2d2d !important;
        padding: 0px 0px 0px 0px !important;
        height: auto;
        font-size: 13px;
        color: #545454;
    }

    .date_calnder_sec th {
        border: 1px solid #e4e4e4;
        color: #2d2d2d;
        text-align: center;
        vertical-align: middle;
        padding: 10px 0px 10px 0px;
        width: 13.8%;
        background-color: #d1d2d4;
        font-size: 14px;
    }

.datetime_div {
    background-color: #fff;
    height: 24px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}

.day_sec_m {
    width: 97.8%;
    float: left;
}

.day_sec_m1 {
    width: 100%;
}

.weeka_sec_m {
    width: 86.9%;
    float: left;
}

.weeks_sec_div {
    background-color: #cbefff;
    height: 24px;
    border-left: 3px solid #74c1e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div1 {
    background-color: #ffdfde;
    height: 24px;
    border-left: 3px solid #ea9391;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div2 {
    background-color: #ffebd2;
    height: 24px;
    border-left: 3px solid #e8b676;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div3 {
    background-color: #e7ffc8;
    height: 24px;
    border-left: 3px solid #a7df60;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div4 {
    background-color: #ffe9ff;
    height: 24px;
    border-left: 3px solid #dfa9de;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div5 {
    background-color: #e1bee7;
    height: 24px;
    border-left: 3px solid #ab47bc;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div6 {
    background-color: #fff59d;
    height: 24px;
    border-left: 3px solid #ffc107;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div7 {
    background-color: #ccff90;
    height: 24px;
    border-left: 3px solid #64dd17;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div8 {
    background-color: #a6b2c8;
    height: 24px;
    border-left: 3px solid #293e6b;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div9 {
    background-color: #76bab2;
    height: 24px;
    border-left: 3px solid #007770;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div10 {
    background-color: #bfc292;
    height: 24px;
    border-left: 3px solid #8b8e4b;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div11 {
    background-color: #9fe5c3;
    height: 24px;
    border-left: 3px solid #21d081;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div12 {
    background-color: #dbbfb6;
    height: 24px;
    border-left: 3px solid #ba735d;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div13 {
    background-color: #ffc798;
    height: 24px;
    border-left: 3px solid #d58f53;
    border-bottom: 1px solid #e4e4e4;
    text-align: left;
    padding: 3px 0px 0px 6px;
}

.weeks_sec_div_ri {
    background-color: #fff;
    height: 24px;
    width: 15px;
    float: left;
    border-bottom: 1px solid #e4e4e4;
}


#divexample1_me {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_me1 {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_me2 {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_me3 {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_me4 {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_me5 {
    height: 190px;
    width: auto;
    background: none;
}

#divexample1_care {
    height: 175px;
    width: auto;
    background: none;
}

#divexample1_me_new {
    height: 400px;
    width: auto;
    background: none;
}

.medical_bg1 {
    background: #cbefff;
    width: 100%;
}

.medical_bg2 {
    background: #ffdfde;
    width: 100%;
}

.medical_bg3 {
    background: #ffebd2;
    width: 100%;
}

.medical_bg4 {
    background: #e7ffc8;
    width: 100%;
}

.medical_bg5 {
    background: #ffe9ff;
    width: 100%;
}

.medical_bg6 {
    background: #c4fbf5;
    width: 100%;
}


.top_main_sec {
    background-color: #231f20;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

.mainsection {
    margin: 60px 0px 0px 0px;
}

.adl_sec1 {
    padding: 5px 12px 7px 12px;
    background: #f9f9f9;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 7px;
    border-left: 4px solid #18df0e;
}

.adl_sec2 {
    padding: 5px 12px 7px 12px;
    background: #f9f9f9;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 7px;
    border-left: 4px solid #ff9804;
}

.adl_sec3 {
    padding: 5px 12px 7px 12px;
    background: #f9f9f9;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 7px;
    border-left: 4px solid #df0000;
}

.adl_sec4 {
    padding: 5px 12px 7px 12px;
    background: #f9f9f9;
    width: 90%;
    margin: 0px auto;
    margin-bottom: 7px;
    border-left: 4px solid #0e81ed;
}


.adl_sec_box {
    padding: 20px 12px 20px 12px;
    background: #f9f9f9;
    float: left;
    margin: 0px 5px 20px 0px;
}

.assesment_sections {
    padding: 0px;
    background: #f1f1f1;
    width: 94%;
    margin: 0px 0px 1px 3%;
    display: inline-block;
}

.assesment_sections_l {
    float: left;
    padding: 3px 12px 3px 12px;
}

.assesment_sections_r {
    float: right;
    border-left: 3px solid #fff;
    padding: 3px 15px 3px 15px;
}

.par_ri {
    padding-right: 5px !important;
}

.staff_question {
    margin: 0px;
    padding: 0px;
}

    .staff_question .table td {
        padding: 5px 8px 5px 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 5px solid #fff;
        border-right: 5px solid #fff;
        margin: 0px !important;
        background: #f3f3f3;
        border-bottom: 0px solid #FFF;
    }

.staff_question1 {
    margin: 0px;
    padding: 0px;
}

    .staff_question1 .table td {
        padding: 5px 8px 5px 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        margin: 0px !important;
        background: #f3f3f3;
        border-bottom: 0px solid #FFF;
    }

.staff_question .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}

.staff_question label {
    display: inline-block;
    font-weight: normal !important;
    margin-bottom: 3px;
    max-width: 100%;
    font-size: 12px;
    color: #000;
}

.staff_question_head {
    font-weight: normal !important;
    margin-bottom: 3px;
    font-size: 16px;
    color: #505050;
    font-weight: 600;
}

.staff_question_con {
    font-weight: normal !important;
    margin-bottom: 3px;
    font-size: 13px;
    color: #505050;
    font-weight: normal;
}

.staff_question_con1 {
    font-weight: normal !important;
    margin-bottom: 3px;
    font-size: 13px;
    color: #505050;
    font-weight: normal;
    margin-bottom: 10px;
}


.assesment_question {
    background: #f3f3f3;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}

.assesment_question1 {
    background: #f3f3f3;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 0px 0px;
    border-top: 1px solid #ccc;
}

.assesment_question2 {
    background: #f3f3f3;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 15px 0px;
    margin: 7px 0px 0px 0px;
}

.sub_question {
    background: #f3f3f3;
    width: 100%;
    display: inline-block;
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}

.sub_question_heading {
    padding: 3px 15px 8px 15px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.sub_question_heading1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.check_boxes {
    float: left;
    margin: 0px 20px 0px 0px
}

.poins_set {
    width: 250px;
    display: inline-block;
    clear: both;
    margin: 15px 0px 0px 0px;
}

.poins_set_con {
    width: 100px;
    float: left;
    text-align: left;
}

.poins_set_form {
    width: 150px;
    float: left;
}

.medical_sections {
    width: 94.5%;
    float: right;
    background: #FFF;
    padding: 0px 10px 0px 10px;
}

.medical_sections1 {
    width: 94.5%;
    float: right;
    background: #FFF;
}

.medical_sections2 {
    width: 94.5%;
    float: right;
}

.medical_menu {
    background: #142224;
    width: 80px;
    position: fixed;
    height: 100%;
    margin: -10px 15px 0px 0px;
    float: left;
    padding: 0px 0px 15px 0px;
}

    .medical_menu ul {
        margin: 0px;
        padding: 0px;
    }

        .medical_menu ul li {
            margin: 0px;
            padding: 10px 0px 10px 0px;
            text-align: center;
            border-bottom: 1px solid #22383c
        }

            .medical_menu ul li a {
                margin: 0px;
                padding: 0px;
                color: #c3e0f1;
                text-align: center;
                font-size: 11px;
            }

                .medical_menu ul li a:hover {
                    margin: 0px;
                    padding: 0px;
                    color: #fff;
                    text-align: center;
                    font-size: 11px;
                }

.mediacl_icon {
    margin: 0px 0px 5px 0px;
}

.medical_conditions {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_conditions_bg {
    /*  background: #cbefff;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}



.medical_allergies {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_allergies_bg {
    /*background: #ffdfde;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}

.medical_vaccination {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_vaccination_bg {
    /* background: #ffebd2;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}

.medical_lab_results {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_lab_results_bg {
    /*background: #e7ffc8;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}


.medical_gp_reviews {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_gp_reviews_bg {
    /*background: #ffe9ff;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}

.medical_current_medications {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 7px;
    color: #2d2d2d;
    display: inline-block;
    margin-bottom: 12px;
}

.medical_current_medications_bg {
    /*background: #c4fbf5;*/
    width: 100%;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-top: 10px;
    min-height: 150px;
}

.medical_con {
    font-size: 13px;
    color: #2d2d2d;
}

.mediacal_headings {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#cbefff; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.mediacal_headings1 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#ffdfde; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.mediacal_headings2 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#ffebd2; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.mediacal_headings3 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#e7ffc8; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.mediacal_headings4 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#ffe9ff; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.mediacal_headings5 {
    font-size: 15px !important;
    color: #545454 !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    /*background:#c4fbf5; */
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.endoflife_head {
    font-size: 15px !important;
    color: #fff !important;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 15px;
    text-align: left;
    font-weight: 600;
    background: #000;
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
}

.end_life_pop {
    margin: 0px;
    padding: 0px;
}

    .end_life_pop .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }

    .end_life_pop .modal .modal-dialog .modal-content {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #eaeaea;
        border-radius: 2px;
        box-shadow: none;
        padding: 0px 15px 0px 15px;
    }

    .end_life_pop .modal-header {
        padding: 0px;
        border0: 0px solid #e5e5e5;
        border-bottom-width: 0px !important;
    }


    .end_life_pop .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        position: absolute;
        right: 15px;
        margin: 10px 0px 0px 0px;
        margin-top: 20px;
    }

    .end_life_pop .modal .modal-dialog .modal-content .modal-footer {
        padding-top: 0px;
        padding: 0px 0px 0px 0px;
    }

@media only screen and (max-width: 1440px) {
    .content_area_right {
        width: 82%;
        float: left;
        padding: 0px 15px 0px 15px;
    }

    .human_img img {
        width: 100%;
    }

    .sub_menu_sec {
        width: 208px;
    }

    #divexample1 {
        overflow: auto;
        height: 700px;
    }

    .medical_sections {
        width: 92%;
        float: right;
        background: #FFF;
        padding: 0px 10px 0px 10px;
    }

    .medical_sections1 {
        width: 92%;
        float: right;
        background: #FFF;
    }

    .medical_sections2 {
        width: 92%;
        float: right;
    }
}

@media only screen and (max-width: 1000px) {
    .sub_menu_left {
        display: none;
    }

    .content_area_right {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 767px) {

    .top_time {
        display: none;
    }

    .top_ward {
        display: none;
    }

    #divexample1 {
        height: 500px !important;
        width: auto !important;
        background: none;
    }

    .patient_left {
        background: #231f20;
        width: 100%;
        position: relative;
        height: 100%;
    }

    .profile_img {
        margin: -8px 0px 0px 0px;
        padding: 25px 0px 0px 0px;
    }

    .section_box1_content_p {
        padding: 5px 12px 7px 12px;
        min-height: 150px;
    }

    .sub_menu_sec {
        display: none;
    }

    .footer {
        position: relative;
        left: 0px;
    }
}

.dropdown, .dropup {
    position: relative;
    margin-right: 0px;
}

.hidden-xs {
    margin: 10px 0px 0px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
}

.Fixed {
    background: #2196F3;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.Faulty {
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.InProgress {
    background: #f41373;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.Urgent {
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.Normal {
    background: #19aed6;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    float: left;
    width: 70px;
    margin-right: 10px;
}

.modal-content .checkbox {
    margin-bottom: 0px;
    margin-top: 5px;
}

.btn-default {
    margin: 10px 0px 0px 0px;
}

#modal_divexample1 {
    overflow: auto;
    height: 350px;
}

.headings {
    text-transform: uppercase;
    font-size: 16px !important;
}

.box_height {
    min-height: 480px;
}


#flip_medical {
    padding: 0px;
    text-align: left;
}

#panel_medical {
    padding: 0px;
    display: none;
}

#flip_medical1 {
    padding: 0px;
    text-align: left;
}

#panel_medical1 {
    padding: 0px;
    display: none;
}

#flip_medical2 {
    padding: 0px;
    text-align: left;
}

#panel_medical2 {
    padding: 0px;
    display: none;
}

#flip_medical3 {
    padding: 0px;
    text-align: left;
}

#panel_medical3 {
    padding: 0px;
    display: none;
}

#flip_medical4 {
    padding: 0px;
    text-align: left;
}

#panel_medical4 {
    padding: 0px;
    display: none;
}

#flip_medical5 {
    padding: 0px;
    text-align: left;
}

#panel_medical5 {
    padding: 0px;
    display: none;
}

#flip_medical6 {
    padding: 0px;
    text-align: left;
}

#panel_medical6 {
    padding: 0px;
    display: none;
}

#flip_medical7 {
    padding: 0px;
    text-align: left;
}

#panel_medical7 {
    padding: 0px;
    display: none;
}

#flip_medical8 {
    padding: 0px;
    text-align: left;
}

#panel_medical8 {
    padding: 0px;
    display: none;
}

#flip_medical9 {
    padding: 0px;
    text-align: left;
}

#panel_medical9 {
    padding: 0px;
    display: none;
}

#flip_medical10 {
    padding: 0px;
    text-align: left;
}

#panel_medical10 {
    padding: 0px;
    display: none;
}

.display_no {
    display: none;
}

.medical_details {
    padding: 0px 0px 0px 0px;
}

.medical_details_s {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #ededed;
}

.medical_details_head {
    font-size: 12px;
    padding: 0px 0px 7px 0px;
}

.medical_details_con {
    font-size: 14px;
    color: #2d2d2d;
}

.pad_ri_8 {
    padding-right: 0px;
}

.pad_le_0 {
    padding-left: 0px;
}


.pad_l_5 {
    padding-left: 5px;
}

.pad_r_5 {
    padding-right: 5px;
}

.newboxes {
    margin: 0px 0px 0px 0px;
}

.check_boxs {
    float: left;
    width: 70px;
}

.table_pad {
    padding: 5px 8px 15px 8px !important;
}

.profile_tabs {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 0px 5px 0px 10px;
    border: 1px solid #f97eb2;
}

.profile_head_emr {
    float: left;
    color: #fc2277;
    font-size: 15px;
    padding: 7px 0px 0px 0px;
}

.alegies_name_emr {
    color: #fc2277;
    font-size: 11px;
    float: left;
    margin-right: 5px;
}

.modal-footer .btn + .btn {
    margin-top: 9px !important;
}

.btn-success {
    margin-top: 0px;
    border-radius: 5px !important;
    background-color: #f58320 !important;
    border-color: #f58320 !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-color: #f8167b !important;
        border-color: #f8167b !important;
    }

.upload_photo {
    margin: 0px;
    float: left;
    padding: 0px;
}

    .upload_photo a {
        margin: 0px;
        float: left;
        padding: 0px;
    }

.fileUploads {
    border-radius: 4px !important;
}

    .fileUploads span {
        font-size: 12px;
    }

.contnets_se {
    margin: 10px 0px 0px 0px
}

.appointment-div {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 2px;
    border-radius: 3px;
}

.box-spacing {
    margin-bottom: 18px;
}

    .box-spacing h1 {
        font-size: 17px !important;
        color: #fff !important;
        text-align: right;
        padding-right: 5px;
        line-height: 35px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Open Sans Condensed', sans-serif !important;
    }

.appointment-bg {
    background: #18d5b4;
}

.clients-bg {
    background: #18c853;
}

.reception-bg {
    background: #18a3cb;
}

.inventory-bg {
    background: #f7b225;
}

.admin-bg {
    background: #f7732c;
}

.message-bg {
    background: #f1af91;
}

.payment-bg {
    background: #c8cb1a;
}

.alert-bg {
    background: #f72c2c;
}

.consultant-bg {
    background: #794aff;
}

.report-bg {
    background: #bf55e2;
}

.accunting-bg {
    background: #d85392;
}

.promotion-bg {
    background: #73aed7;
}

.treatments-bg {
    background: #73aed7;
}

.dairy-bg {
    background: #0c9566;
}

.payroll-bg {
    background: #f48d8d;
}

.management-bg {
    background: #ffcf23;
}

.ecommerce-bg {
    background: #d1c646;
}

.marketing-bg {
    background: #7cd17a;
}

.support-bg {
    background: #6cf01d;
}

.giftcards-bg {
    background: #1cbad7;
}

.icon-div {
    width: 100%;
    padding: 10px 10px 0px 10px;
    margin: 0px;
}


/*********toogle swith**************/

.switch {
    position: relative;
    display: block;
    width: 100px;
    height: 25px;
    margin-bottom: 0px !important;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1c9519;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(73px);
    -ms-transform: translateX(73px);
    transform: translateX(73px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 30%;
    font-size: 12px;
}

.off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 60%;
    font-size: 12px;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.yes {
    border-left: 4px solid #18df0e;
}

.no {
    border-left: 4px solid #df0000;
}

.other {
    border-left: 4px solid #ff9804;
}

.search_ic {
    position: relative;
    float: right;
    margin: -25px 15px 0px 0px;
}

.fa-pencil-square-o {
    text-align: center !important;
    color: #f58320;
    font-size: 18px !important;
}

.fa-trash {
    color: #ff0000 !important;
    text-align: center !important;
    font-size: 18px !important;
    text-align: center !important;
}

.fa-search {
    color: #231f20 !important;
    text-align: center !important;
    font-size: 18px !important;
    text-align: center !important;
}

.input-group-addon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: -3px 10px 0 0;
    position: absolute;
}

.form-control1 {
    height: 80px !important;
}

.pdf_logo {
    float: right;
    width: 200px;
    text-align: right
}

    .pdf_logo img {
        width: 100%;
    }

.workout_days {
    float: right;
    width: 200px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0px 0px 0px;
    text-transform: uppercase;
}

.workout {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}

    .workout th {
        background: #fff !important;
        border: 0px !important;
        padding: 5px 15px 5px 15px;
        text-transform: uppercase !important;
        font-size: 14px;
    }

    .workout td {
        border: 1px solid #cccccc !important;
        padding: 5px 15px 5px 15px;
    }

.attendance-active {
    color: green;
}

.attendance-mod-active {
    color: blue;
}

.attendance-in-active {
    color: red;
}

.dataTables_length {
    float: left !important;
    padding-left: 18px !important;
}

.dataTables_info {
    float: left !important;
}
