﻿html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#SiteMapMenuTop > .k-last {
    float: right;
    border-left-width: 1px;
    border-right-width: 0;
}

.k-first.k-state-hover,
#SiteMapMenuTop > .k-first {
    background-color: #1996e4;
    color: #fff;
}

/*.k-panelbar > li.k-state-default > a.k-header {
    background-color: #8ebc00;
    color: white;
}*/

.navmenu-default, .navbar-default .navbar-offcanvas {
}

.ra-well-title > span > small > a {
    color: #fff;
}

h4.partial-ra-well-title {
    display: none;
}

.title {
    cursor: pointer;
}

    .title:hover {
        font-weight: bold;
    }

header {
    font-size: small;
}

.nav-top-elements > li > a {
    color: #fff;
    padding: 5px;
    font-size: medium;
}

    .nav-top-elements > li > a,
    .nav-top-elements > li > a:hover,
    .nav-top-elements > li > a:focus {
        background-color: transparent;
    }


.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}


.ibox-content.text-box {
    padding-bottom: 0;
    padding-top: 15px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-content {
    clear: both;
}

#loginForm .validation-summary-errors {
    color: red;
    font-weight: bold;
}

div.popup-extender-dropdown {
    position: absolute;
    background-color: #fff;
    overflow: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: default;
    font-size: 13px;
    font-family: Verdana;
    z-index: 9999;
    display: inline-block;
}

.popup-extender-selected-dropdown-item td:nth-child(-n+2) {
    background-color: #ffff99;
}

div.popup-extender-dropdown table {
    margin: 0;
    padding: 0;
}

    div.popup-extender-dropdown table tr td {
        background-color: #dfdfdf;
        padding: 3px;
    }

    div.popup-extender-dropdown table tr.popup-extender-selected-dropdown-item {
        /*background-color: #B3BED7;*/
        /*background-color: #d0efa0; */
    }

.down-arrow-img {
}

.pointer-cursor {
    cursor: pointer;
    text-decoration: none;
}

/* Bootstrap overrides START */

#patient-demographics fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #9f9f9f;
    width: 100%;
}

#patient-demographics legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: initial;
}

.form-group {
    margin-bottom: 4px;
}

.form-horizontal .control-label {
    padding-top: 4px;
    color: #444;
}

.form-horizontal .form-group .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
}

.input-group-addon {
    padding: 2px 4px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    .input-group-addon:first-child {
        border-left-width: 1px;
    }

    .input-group-addon:last-child {
        border-right-width: 1px;
    }

.col-md-12 {
    width: 96%;
}

.col-md-11 {
    width: 90%;
}

.col-md-10 {
    width: 82%;
}

.col-sm-22 {
    width: 22%;
    padding-right: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: content-box;
}

.navbar {
    min-height: 40px;
    max-height: 40px;
}

.navbar-fixed-top {
    background-color: #333;
    min-height: 40px;
    padding: 0px;
}

#wrapper {
    padding-left: 200px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -202px;
    left: 202px;
    width: 202px;
    background: #091023;
    position: fixed;
    height: 100%;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-row {
    padding: 3px;
}

    .filter-row .control-label {
        padding-top: 5px;
    }

#Placeholder {
}

    #Placeholder .divClass {
        font-size: 16px;
        cursor: pointer;
        float: left;
        padding: 4px;
        font-weight: normal;
    }

        #Placeholder .divClass:hover {
            color: green;
        }

.checkbox-list {
    width: 100%;
}

    .checkbox-list > tbody > tr > td {
        vertical-align: top;
    }

        .checkbox-list > tbody > tr > td > table label {
            font-size: 13px;
            font-weight: normal;
            margin-bottom: 0px;
        }

.label-red {
    color: red;
}

.custom-control-label {
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    min-width: 100px;
    float: left;
}

.empty-grid-message {
    /*width: 100%;*/
    padding: 6px;
    background-color: #efefef;
    color: #000;
}

.left-padding-0 {
    padding-left: 0px;
}

.top-padding-5 {
    padding-top: 5px;
}

@media (max-width:780px) {
    #wrapper {
        padding-left: 0;
    }

    .sidebar-collapse #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 250px;
            width: 250px;
            transition: all 0.4s ease 0s;
        }
}

.bottom-align-text {
    color: #9f9f9f;
    position: absolute;
    bottom: 45px;
    left: 30px;
}

.row {
    margin-right: 0px;
}

legend {
    margin-bottom: 2px;
    font-size: initial;
    padding-top: 5px;
}

/* Bootstrap overrides END*/

/* Kendo overrides START */
.k-textbox:hover {
    border-color:none;
    background-image:none;
}

.k-datepicker, .k-autocomplete, .k-dropdown {
    width: 100%;
}

.k-textbox {
    border-radius: 0px;
}

.k-tabstrip .badge {
    font-size: 10px;
    font-weight: normal;
    background-color: #34b33c;
}

.k-menu.k-header, .k-menu .k-item {
    background-color: #091023;
    border-color: #091023;
    color: #eee;
    font-size: medium;
}

.k-state-hover[role=menuitem] {
    background-color: #000;
}

.k-menu .k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    /*color: #fff;*/
}

.k-input[disabled="disabled"] {
    background-color: #efefef;
}

#SiteMapMenu_mn_active {
    background-color: #1996e4;
}

.k-grid tr.k-state-selected a {
    color: #000;
}

.k-grid tr:hover,
.k-grid tr.k-state-selected,
.k-grid td.k-state-selected:hover {
    background-color: #dfdfdf;
    color: #000;
}

.k-toolbar:not(.k-scheduler-toolbar):not(.k-editor-toolbar):not(.k-grid-toolbar) {
    background-color: #333 !important;
    border-color: #333 !important;
}

    .k-toolbar:not(.k-scheduler-toolbar):not(.k-editor-toolbar):not(.k-grid-toolbar) .k-button {
        color: #fff;
        border-color: #333;
        background-color: #333;
        margin: 0px;
    }

        .k-toolbar:not(.k-scheduler-toolbar):not(.k-editor-toolbar):not(.k-grid-toolbar) .k-button:hover,
        .k-toolbar:not(.k-scheduler-toolbar):not(.k-editor-toolbar):not(.k-grid-toolbar) .k-button:active {
            background-image: none;
            background-color: #1a71a7;
            border-color: transparent;
            color: white;
        }

.k-list-container .k-button {
    color: #333;
}

    .k-list-container .k-button:hover {
        color: #fff;
    }

.k-button, li.k-button, .k-multiselect .k-button {
    background-color: #1996e4;
    color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
}

    .k-button:hover {
        background-image: none;
        background-color: #1a71a7;
        border-color: transparent;
        color: white;
    }

    .k-button:active:hover, .k-button.k-state-active:hover {
        background-image: none;
        background-color: #1a71a7;
        border-color: transparent;
        color: white;
    }

    .k-button:focus:not(.k-state-disabled):not([disabled]) {
        background-image: none;
        background-color: #1a71a7;
        border-color: transparent;
        box-shadow: none;
        color: white;
    }

.k-window-titlebar {
    background-color: #091023;
    color: #eee;
}

.k-grid .k-header,
.k-grid .k-grid-header,
.k-grid .k-toolbar,
.k-grid .k-grouping-header,
.k-grid .k-pager-wrap {
    background-color: #e3e6ec;
    color: #000;
}

.k-grid .k-grid-toolbar {
    background-color: #fff;
}

.k-grid-header th.k-header {
    font-weight: bold;
    text-transform:uppercase;
    font-size:96%;
}

.k-grid tr.k-state-selected:hover td {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-header {
    padding: 3px;
    font-weight: bold;
}

ul.k-tabstrip-items > li.k-state-active {
    font-weight: bold;
    background-color: #fff;
}

.k-scheduler-toolbar .k-button {
    border-radius: 0 0 0 0;
    color: #444;
    display: inline-block;
    padding: 6px 1.2em; 
    box-sizing: border-box;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    text-align:center;
    background-color: transparent;
    border: solid 1px #efefef;
}

    .k-scheduler-toolbar .k-button.k-button-icon {
        padding: 0px;
        height: 31px;
        width: 35px;
    }

    .k-scheduler-toolbar .k-button:hover {
        background-color: #8ebc00;
    }

.k-toolbar {
    padding: 0;
}
/* Old */
.input-group .form-control {
    box-sizing: border-box
}

.k-radio,
input.k-checkbox {
    display: none;
    opacity: 0;
    width: 0;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden
}

.k-ff .k-radio,
.k-ff input.k-checkbox {
    position: absolute
}

.k-checkbox-label,
.k-radio-label {
    display: inline-block;
    position: relative;
    padding-left: 25.2px;
    vertical-align: top;
    line-height: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0
}

    .k-checkbox-label:before {
        font: 14px WebComponentsIcons, monospace;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-width: 1px;
        border-style: solid;
        width: 14px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        text-align: center
    }

.k-checkbox:indeterminate + .k-checkbox-label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 1px;
    border-style: solid;
    width: 8px;
    height: 8px;
    font-size: 14px;
    text-align: center;
    content: " "
}

.k-checkbox:checked + .k-checkbox-label:before {
    content: ""
}

.k-checkbox:disabled + .k-checkbox-label {
    cursor: auto
}

.k-radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-style: solid
}

.k-radio:checked + .k-radio-label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 3px
}

.k-radio:disabled + .k-radio-label {
    cursor: auto
}

.k-rtl .k-checkbox-label,
.k-rtl .k-radio-label {
    padding-left: 0;
    padding-right: 25.2px
}

    .k-rtl .k-checkbox-label:before,
    .k-rtl .k-radio-label:before {
        right: 0
    }

.k-rtl .k-radio:checked + .k-radio-label:after {
    right: 3px
}

input.k-checkbox + label {
    -webkit-user-select: none
}


.k-button {
    padding: 2px 7px;
    line-height: 1.72em;
    -moz-user-select: none;
}

.k-radio + .k-radio-label {
    display: inline-block;
}

.k-checkbox + .k-checkbox-label {
    display: inline-block;
}

.k-toolbar::before {
    content: "";
   height:4px;
}

.k-toolbar.k-editor-toolbar .k-button {
    background-color:white;
    color:#333;
}

    .k-toolbar.k-editor-toolbar .k-button:hover {
        background-color: #8ebc00;
        color:white;
    }

.k-toolbar.k-editor-toolbar .k-button-group .k-button + .k-button {
    margin-left: 0px;
}

/* Kendo overrides END*/
.patient-header-info {
    width: 100%;
    background-color: #0684d2;
    vertical-align: top;
    padding: 5px 10px;
    color: #eee;
    /*font-size: 16px;*/
}


.scaffoldEditItem {
    font-size: 8pt;
}

.scaffoldEditItemCaption {
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    padding-right: 6px;
}

.vscaffoldEditItemCaption {
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 0px;
    text-align: left;
    padding: 2px 4px;
    color: #333333;
}

.vlscaffoldEditItemCaption {
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    padding: 2px 4px;
    color: #2A2A2A;
}

.customlabel {
    text-align: right;
    padding-right: 20px;
    display: inline-block;
    min-width: 100px;
    float: left;
}

.panel-wound {
    padding-left: 0px;
    padding-right: 0px;
}

    .panel-wound:hover {
        /*box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        background-color: rgba(0,0,0,0.05);*/
    }

.wound-field-columns input[type='text'],
.wound-field-columns input[type='radio'] {
    width: 100%;
    vertical-align: sub;
    line-height: 18px;
}

.wound-field-columns input[type='checkbox'],
.wound-field-columns input[type='date'] {
    height: 18px;
}

.wound-field-columns select {
    width: 90%;
    vertical-align: sub;
    line-height: 18px;
}

.wound-field-columns {
    padding-left: 0px;
}

    .wound-field-columns table,
    .wound-field-columns tr,
    .wound-field-columns td {
        padding: 0px;
        margin: 0px;
    }

    .wound-field-columns .col-sm-1,
    .wound-field-columns .col-sm-2,
    .wound-field-columns .col-sm-3,
    .wound-field-columns .col-sm-4,
    .wound-field-columns .col-sm-5,
    .wound-field-columns .col-sm-6,
    .wound-field-columns .col-sm-7,
    .wound-field-columns .col-sm-11,
    .wound-field-columns .col-sm-12 {
        padding-left: 0px;
    }

.wound-panel-container {
    padding: 0px;
}

    .wound-panel-container .row {
        line-height: 16px;
        margin: 0px;
    }

        .wound-panel-container .row label {
            line-height: 16px;
            vertical-align: sub;
        }

.col-sm-20 {
    width: calc(20% - 8px);
    padding-right: 0px;
    padding-left: 5px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: content-box;
}

.col-sm-22 {
    width: 22%;
    padding-right: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: content-box;
}

.col-sm-3-5 {
    width: 30%;
    padding-right: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: content-box;
}

.col-sm-11-5 {
    width: calc(100% - 15px);
    padding-right: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: content-box;
}

a.keywords {
    font-size: 12px;
    cursor: pointer;
    font-weight: normal;
    color: black;
}

    a.keywords:hover {
        color: green;
    }

/* Radio Buttons grouping */
.radio-button-group input[type=radio] {
    display: none;
}

    .radio-button-group input[type=radio]:first-of-type + label {
        border-radius: 4px 0px 0px 4px;
    }

    .radio-button-group input[type=radio]:last-of-type + label {
        border-radius: 0px 4px 4px 0px;
    }

    .radio-button-group input[type=radio] + label {
        display: inline-block;
        margin: -2px;
        font-weight: normal;
        padding: 4px 12px;
        margin-bottom: 0;
        color: #333;
        text-align: center;
        /*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/
        vertical-align: middle;
        cursor: pointer;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
        background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
        background-image: -o-linear-gradient(top,#fff,#e6e6e6);
        background-image: linear-gradient(to bottom,#fff,#e6e6e6);
        background-repeat: repeat-x;
        border: 1px solid #ccc;
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        border-bottom-color: #b3b3b3;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    }

    .radio-button-group input[type=radio]:checked + label {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color: #3498db;
        color: white;
    }

.valid {
    color: black;
}

#internal-messages .k-tabstrip > ul > li {
    width: 200px;
}

#internal-messages-mobile .k-tabstrip > ul > li {
    width: 60px;
}

#internal-messages .k-tabstrip > .k-content[role='tabpanel'] {
    padding: 0px;
    margin: 0px;
}

#internal-messages tr.k-detail-row,
#internal-messages tr.k-detail-row:hover {
    background-color: white;
}

#internal-messages .empty-grid-message {
    width: 99%;
}

#Templates.k-window-content {
    padding: 0px;
}

#messages-grid .abutton,
#messages-grid div.k-grid .k-grid-edit,
#messages-grid div.k-grid .k-grid-delete,
#messages-grid div.k-grid .k-grid-cancel,
#messages-grid div.k-grid .k-grid-update {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    text-indent: -444px;
    min-width: 0;
    border: 0;
}

#messages-grid .unreadRows {
    font-weight: bold;
}

#messages-grid element.style {
    left: 800.5px;
}

#messages-grid .lblstyle {
    left: 800.5px;
}

#messages-grid .k-grid td {
    border-color: transparent;
}

#messages-grid .text-stuff {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    flex-direction: column;
    white-space: pre-wrap;
    word-wrap: break-word;
    /*margin-left:5px;*/
}

#messages-grid li {
    text-align: left;
}

.dlabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.dlabel-message-read {
    background-color: #C0C0C0;
    color: #000;
}

.dlabel.dlabel-gray {
    font-size: 100%;
    line-height: 2;
}

.dlabel-gray {
    background-color: #C0C0C0;
    color: #000;
}

.Rlabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
    color: CaptionText;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: white;
}

.Rlabel-message-read {
    background-color: #fff;
    color: #000;
}

.dlabel-message-unread {
    background-color: #e5412d;
    color: #fff;
}

.dlabel-message-external {
    background-color: #0F9D58;
    color: #fff;
}

.dlabel-encounter-finalized {
    background-color: #34b33c;
    color: #fff;
}

.dlabel-encounter-inprogress {
    background-color: #ffb22b;
    color: #fff;
}

.dlabel-encounter-new {
    background-color: #ef5350;
    color: #fff;
}

.message-unread {
    font-weight: bold;
}

.message-high-priority {
    font-weight: bold;
    color: red;
}

.message-high-priority-read {
    font-weight: normal;
    color: red;
}

.labelMessage {
    width: 100%;
    background-color: #EDEFF4;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.inactive-insurance {
    color: red;
}

.window-footer {
    position: absolute;
    bottom: 0;
    display: block;
    width: 98%;
    margin-top: 150px;
    padding: 19px 0 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.ui-state-error-icon {
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-top: 5px;
}

    .ui-state-error-icon:before {
        content: "\f06a";
        font-family: FontAwesome;
        left: 2px;
        position: absolute;
        top: 2px;
        font-size: 14px;
        color: #e03838;
    }

.input-group-addon.pressed {
    background-color: #1996e4;
}

.zoom-icon,
.favorite-icon,
.add-icon,
.erase-icon,
.spell-icon,
.camera-icon,
.comment-icon,
.delete-icon,
.copy-icon,
.exclamation-icon,
.folder-icon,
.fa-icon {
    display: inline-block;
    width: 16px;
    height: 4px;
    margin-top: 5px;
    position: relative;
}

    .fa-icon.pressed {
        color: white;
    }

    .zoom-icon:before,
    .favorite-icon:before,
    .add-icon:before,
    .erase-icon:before,
    .spell-icon:before,
    .camera-icon:before,
    .comment-icon:before,
    .delete-icon:before,
    .copy-icon:before,
    .exclamation-icon:before,
    .folder-icon:before {
        font-family: FontAwesome;
        position: absolute;
        right: 2px;
        top: -8px;
        font-size: 14px;
    }

    .zoom-icon:before {
        content: "\f00e";
    }

    .favorite-icon:before {
        content: "\f005";
        color: gold;
    }

    .favorite-icon:hover:before {
        color: #efd14d;
    }

    .add-icon:before {
        content: "\f067";
        color: green;
    }

    .erase-icon:before {
        content: "\f12d";
    }

    .spell-icon:before {
        content: "\f046";
    }

    .camera-icon:before {
        content: "\f030";
    }

    .comment-icon:before {
        content: "\f0f6";
    }

    .delete-icon:before {
        content: "\f00d";
    }

    .copy-icon:before {
        content: "\f24d";
    }

    .exclamation-icon:before {
        content: "\f06a";
    }

    .folder-icon:before {
        content: "\f07b";
    }

div label input {
    margin-right: 100px;
}

body {
    font-family: sans-serif;
}

.check-button {
    float: left;
}

    .check-button label {
        float: left;
    }

        .check-button label input {
            display: none;
        }

.bradenradio label {
    /*width: 100%;*/
    /*border-radius: 3px;
  border: 1px solid #D1D3D4;*/
    font-weight: normal;
}

.bradenradio input[type="radio"]:empty,
.bradenradio input[type="checkbox"]:empty {
    display: none;
}

    .bradenradio input[type="radio"]:empty ~ label,
    .bradenradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 1.2em;
        text-indent: 2em;
        /*margin-top: 2em;*/
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .bradenradio input[type="radio"]:empty ~ label:before,
        .bradenradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 1.1em;
            background: #edf2f5;
        }

        .bradenradio input[type="radio"]:empty ~ label:before {
            border-radius: 9px;
        }

        .bradenradio input[type="checkbox"]:empty ~ label:before {
            border-radius: 0px;
        }

.bradenradio input[type="radio"]:hover:not(:checked) ~ label,
.bradenradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .bradenradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .bradenradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .2em;
        color: #C2C2C2;
    }

.bradenradio input[type="radio"]:checked ~ label,
.bradenradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .bradenradio input[type="radio"]:checked ~ label:before,
    .bradenradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .2em;
        color: #333;
        background-color: #ccc;
    }

.bradenradio input[type="radio"]:focus ~ label:before,
.bradenradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.bradenradio-info input[type="radio"]:checked ~ label:before,
.bradenradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #1996e4;
}

/* Mobile Layout fixes */

.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
    background-color: transparent;
}

.nav > li > a i {
    margin-right: 6px;
}

.navbar {
    border: 0;
}

.navbar-default {
    background-color: transparent;
    border-color: #2f4050;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 40px;
    }

.body-small .navbar-top-links li:last-child {
    margin-right: 0;
}

.navbar-top-links li a {
    padding: 20px 10px;
    min-height: 50px;
}

.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menu > li > a {
        border-radius: 3px;
        color: inherit;
        line-height: 25px;
        margin: 4px;
        text-align: left;
        font-weight: normal;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1ab394;
        outline: 0;
    }

    .dropdown-menu > li > a.font-bold {
        font-weight: 600;
    }

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.dropdown-messages,
.dropdown-alerts {
    padding: 10px 10px 10px 10px;
}

    .dropdown-messages li a,
    .dropdown-alerts li a {
        font-size: 12px;
    }

    .dropdown-messages li em,
    .dropdown-alerts li em {
        font-size: 10px;
    }

.nav.navbar-top-links .dropdown-alerts a {
    font-size: 12px;
}

.side-nav-list {
    list-style: none;
}

    .side-nav-list > li {
        padding: 4px;
    }

        .side-nav-list > li:hover {
            background-color: #ddd;
            border-radius: 2px;
        }

        .side-nav-list > li > a:hover {
            text-decoration: none;
        }

side-nav-list-item {
}

/* Loading Bar*/

.loader,
#ajaxBusy {
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    overflow: hidden;
    background-color: #ddd;
}

    .loader:before,
    #ajaxBusy:before {
        display: block;
        position: absolute;
        content: "";
        left: -200px;
        width: 200px;
        height: 3px;
        background-color: #2980b9;
        animation: loading 2s linear infinite;
    }

    #ajaxBusy .bar {
        content: "";
        display: inline;
        position: absolute;
        width: 0;
        height: 100%;
        left: 50%;
        text-align: center;
    }

        #ajaxBusy .bar:nth-child(1) {
            background-color: #da4733;
            animation: loading 3s linear infinite;
        }

        #ajaxBusy .bar:nth-child(2) {
            background-color: #3b78e7;
            animation: loading 3s linear 1s infinite;
        }

        #ajaxBusy .bar:nth-child(3) {
            background-color: #fdba2c;
            animation: loading 3s linear 2s infinite;
        }

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

/* SIDE BAR MENU*/
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
    white-space: normal;
}

    .sidebar-menu .treeview-menu > li > a {
        padding: 5px 15px;
    }

.treeview-menu > li.current-active-item > a {
    color: #fff;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 12px 5px 12px 15px;
            display: block;
        }

            .sidebar-menu > li > a > .fa,
            .sidebar-menu > li > a > .glyphicon,
            .sidebar-menu > li > a > .ion {
                width: 20px;
            }

        .sidebar-menu > li .label,
        .sidebar-menu > li .badge {
            margin-top: 3px;
            margin-right: 5px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 13px;
    }

    .sidebar-menu li > a > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu li.active > a > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px;
        margin-top: -1px;
    }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-left: 20px;
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 15px;
                display: block;
                font-size: 13px;
            }

                .sidebar-menu .treeview-menu > li > a > .fa,
                .sidebar-menu .treeview-menu > li > a > .glyphicon,
                .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .fa-angle-left,
                .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu > li {
        position: relative;
    }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
            margin-right: 0;
        }

            .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
                border-top-right-radius: 4px;
            }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
            padding-top: 5px;
            padding-bottom: 5px;
            border-bottom-right-radius: 4px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            display: block !important;
            position: absolute;
            width: 250px;
            left: 50px;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
            top: 0;
            margin-left: -3px;
            padding: 12px 5px 12px 20px;
            background-color: inherit;
        }

        .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
            top: 42px;
            margin-left: 0;
        }

        .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
        .sidebar-mini.sidebar-collapse .sidebar-form,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
        .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
        .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
            display: none !important;
            -webkit-transform: translateZ(0);
        }

    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
            display: block;
            margin-left: -15px;
            margin-right: -15px;
            font-size: 18px;
        }

        .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
            display: none;
        }

    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
    white-space: nowrap;
    overflow: hidden;
}

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-form,
    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }

    .sidebar-menu li > a {
        position: relative;
    }

        .sidebar-menu li > a > .pull-right {
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -7px;
        }

    .sidebar-menu a {
        text-decoration: none;
    }

    .sidebar-menu > li.header {
        color: #4b646f;
        background: #1a2226;
    }

    .sidebar-menu > li > a {
        border-left: 3px solid transparent;
        color: white;
    }

    .sidebar-menu > li:hover > a,
    .sidebar-menu > li.active > a {
        color: #ffffff;
        background: #1996e4;
        border-left-color: #8ebc00;
    }

    .sidebar-menu > li > .treeview-menu {
        margin: 0 1px;
        background: #11141d;
    }

.sidebar a {
    color: #b8c7ce;
}

    .sidebar a:hover {
        text-decoration: none;
    }

.treeview-menu > li > a {
    color: #b9c7ce;
}

    .treeview-menu > li.active > a,
    .treeview-menu > li > a:hover {
        color: #ffffff;
    }
/* SIDE BAR MENU*/

top-navigation-bar .sidebar-toggle {
    color: #ffffff;
}

    top-navigation-bar .sidebar-toggle:hover {
        color: #f6f6f6;
        background: rgba(0, 0, 0, 0.1);
    }

top-navigation-bar .sidebar-toggle {
    color: #fff;
}

    top-navigation-bar.sidebar-toggle:hover {
        background-color: #367fa9;
    }

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse #wrapper {
        padding-left: 50px !important;
    }

    .sidebar-mini.sidebar-collapse #page-content-wrapper {
    }

    .sidebar-mini.sidebar-collapse #sidebar-wrapper {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 52px !important;
    }

    .sidebar-mini.sidebar-collapse .top-navigation-bar > li:first-child {
        width: 50px !important;
    }

        .sidebar-mini.sidebar-collapse .top-navigation-bar > li:first-child .main-title {
            display: none;
        }

        .sidebar-mini.sidebar-collapse .top-navigation-bar > li:first-child .alternate-title {
            display: inline-block !important;
        }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inactive_insurance {
    color: red;
}

.col-sm-1-5 {
    width: 12.499999995%;
    padding-right: 0px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    box-sizing: content-box;
}

div.token-input-dropdown-facebook {
    z-index: 11001 !important;
}

/* Wound Photo tab Start */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.closebtn {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #FF0000;
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 10;
    background-color: white;
    z-index: 10001;
    cursor: pointer;
}

.closeWoundPage:hover,
.closeWoundPage:focus {
    color: #FF0000;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#vertical {
    height: 600px;
    margin: 0 auto;
}

.delete-link {
    width: 12px;
    height: 12px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 2px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}
/* Wound Photo tab End */

#divname .k-autocomplete {
    width: 300px;
}

.divBackground {
    width: 100%;
    background-color: #EDEFF4;
    vertical-align: top;
    font-size: small;
    font-family: Tahoma;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Mobile Theme */
#sidebar-wrapper-mobile {
    background: #091023;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: white;
}

.mm-menu .mm-listview > li .mm-next:after {
    border-color: white;
}

.overlay {
    height: 100%;
    width: 85%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 31px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
}

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/*Other*/

.MedEntry {
    background-color: #D3D39B;
    color: #000000;
}

.ExternalResource {
    background-color: #ECE2B6;
    color: #000000;
}

.test-result-background {
    width: 100%;
    background-color: #EDEFF4;
    vertical-align: top;
    font-size: small;
    font-family: Tahoma;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

.test-result-header {
    /*background-color:#2E4d7B;*/
    background-color: #1996E4;
    color: white;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial, Verdana, Tahoma;
    text-align: left
}

.nopadding {
    padding: 0px;
    page-break-after: avoid;
}

.test-result-row {
    font-size: 10pt;
    font-family: Arial, Verdana, Tahoma;
    font-weight: normal;
    text-align: left;
    padding-right: 1px;
    cursor: pointer;
    background: #eceff6;
    color: #E17009;
}

.test-result-background td {
    border: 1px solid #FFFFFF;
    padding: 8px;
}

.label-style {
    font-weight: bold
}

 .label-style {
        font-weight:bold
 }

 #billing fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #9f9f9f;
    width: 99% !important;
}

#billing legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: initial;
}

.fieldset-style {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 1px solid #9f9f9f;
    width: 99% !important;
}

.legend-style {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    width: initial;
    font-size: 13px;
    font-weight: bold;
}

#wound-template-list > div.k-treeview {
    z-index:9999;
    background-color:whitesmoke;
    min-width:225px;
}

#wrapper .k-editor-inline.k-editor,
.content-wrapper .k-editor-inline.k-editor,
#page-content-wrapper .k-editor-inline.k-editor,
.k-editor-inline.k-editor  {
    border: 1px solid #cfcfcf;
}


div.stickyHeader {
    position: sticky;
    top: 40px;
    border: 1px solid;
    z-index: 1;
    background-color: white
}

.btn-input-group-primary {
    color: #fff;
    background-color: #1996e4;
    border-color: #2e6da4;
}

    .btn-input-group-primary:hover {
        color: #fff;
        background-color: #1a71a7;
        border-color: #2e6da4;
    }

#tabstrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default,
#EncounterTabStrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default,
#PullTabStrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default {
    background-color: #efefef;
    margin: 0 1px 0 0;
}

    #tabstrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default.k-state-active,
    #EncounterTabStrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default.k-state-active,
    #PullTabStrip .k-tabstrip-items-wrapper > ul.k-tabstrip-items > li.k-state-default.k-state-active {
        border-top: 3px solid rgb(26, 113, 167);
        background-color: #fff;
    }

#tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items .k-state-default .k-link,
#EncounterTabStrip .k-tabstrip-items-wrapper .k-tabstrip-items .k-state-default .k-link,
#PullTabStrip .k-tabstrip-items-wrapper .k-tabstrip-items .k-state-default .k-link {
    color: #333;
}

#PullTabStrip,
#EncounterTabStrip ,
.k-tabstrip {
    width:100%;
}

#tabstrip > ul.k-tabstrip-items > li.k-state-default.k-state-active,
#EncounterTabStrip > ul.k-tabstrip-items > li.k-state-default.k-state-active,
#PullTabStrip > ul.k-tabstrip-items > li.k-state-default.k-state-active {   
    border-top: 2px solid rgb(26, 113, 167);
    background-color: #fff;
}


#tabstrip .k-tabstrip-items .k-state-default .k-link,
#EncounterTabStrip .k-tabstrip-items .k-state-default .k-link,
#PullTabStrip .k-tabstrip-items .k-state-default .k-link {
    color:#333;
}


.blink {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.woundtemplate.k-dropdown .k-dropdown-wrap{
    height: 22px;
}

.woundtemplate .k-icon {
    position: relative;
    top: -4px;
}

#linked-patient-list .list-view-template1 {
    padding:4px 20px;
}

    #linked-patient-list .list-view-template1:hover {
        background-color: #efefef;
        cursor: pointer;
    }


.immunization-dose-tableheader {
    background-color:black;
    color: white ; 
    min-height:18px; 
    line-height:18px ; 
    margin: -0.5em -0.6em -0.4em -0.6em; 
    padding : .5em .6em .4em .6em ; 
    vertical-align : middle
}


.control-label {
    margin-bottom: 0px;
    margin-top: 4px;
}

.three-dot-menu:after {
    content: '\2807';
    font-size: 16px;
    margin-top: 3px;
}

.label-name-1 {
    font-size: 12px;
    text-transform: uppercase;
}

.grid-inline-span-125 {
    width: 125px;
    display: inline-block;
    color: #555;
}

.grid-inline-span-100 {
    width: 100px;
    display: inline-block;
    color: #555;
}

.label-style {
    font-weight: bold;
}

.deleted-row {
    font-weight: normal;
    color: Maroon;
    font-style: italic;
    text-decoration: line-through;
}

/* GRID Printing UI -START */
.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

    .page-template .watermark {
        font-weight: bold;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaaaaa;
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }
/* GRID Printing UI -END */

.patientNotes {
    color: #ffa500 !important;
}

.carry-forward-data::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: blue;
    opacity: 1; /* Firefox */
}

.carry-forward-data:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: blue;
}

.carry-forward-data::-ms-input-placeholder { /* Microsoft Edge */
    color: blue;
}

textarea.enct-textarea:focus {
    outline: none !important;
    border-color: #cfcfcf;
}

.enct-textarea {
    border: 1px solid #cfcfcf;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: black !important;
}