﻿
@font-face {
    font-family: 'Open Sans';
    src: url(../Content/fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Raleway';
    src: url(../Content/fonts/raleway/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'icomoon';
    src: url('../Content/fonts/iconmoon/icomoon.eot?l1txpt');
    src: url('../Content/fonts/iconmoon/icomoon.eot?l1txpt#iefix') format('embedded-opentype'), url('../Content/fonts/iconmoon/icomoon.ttf?l1txpt') format('truetype'), url('../Content/fonts/iconmoon/icomoon.woff?l1txpt') format('woff'), url('../Content/fonts/iconmoon/icomoon.svg?l1txpt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    /*font-family: 'icomoon !important';*/
    font-family: sans-serif !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add-patient:before {
    content: "\e900";
}

.icon-patient-alert:before {
    content: "\e901";
}

.widthtxt95 {
    width: 95%;
}

/*Common Styles*/
.width95 {
    width: 95%;
    margin-right:5px; 
    display:inline !important
}

.width100per {
    width: 100%;
}


.width90Date {
	width: 90%;
	margin-right: 5px;
	display: inline !important
}

.width50 {
    width:50%;
}

.width60 {
    width:60%;
}

.width30 {
    width:30%;
}

.width40px {
    width: 40px;    
}


.regPatientImplantHeight {
    margin-top:10px; 
    margin-right:5px;
}

.margint10l5RegPat {
    margin-top:10px; 
    margin-left:5px;
}

.marginthalfper {
    margin-top:.5%;  
}

.lineheight2 {
    line-height: 1.8;
}

.textrightProfile {
    text-align: right;
}
.textleftProfile {
    text-align: left;
}

.borderRadius5 {
    border-radius:5px;
}
.radiobutton {
    margin-top:5px !important;
}
.radiobuttonl {
    margin-left: 8px !important;
}

.radiobuttonl35 {
    margin-left: 35px !important;
}

.marginl5px {
    margin-left:5px !important;
}

.verticalMain .dropdown-backdrop {
    width:0px !important
}

.word-wrap {
    word-wrap: break-word;
}

.word-break {
    word-break: break-all;
}


/*Image Exif*/
.Rotate90FlipNone {    
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.Rotate270FlipXY {   
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    text-align: center;
}

.Rotate180FlipNone {   
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.RotateNoneFlipXY {   
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.RotateNoneFlipNone {    
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.Rotate180FlipXY {   
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.Rotate270FlipNone {  
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.Rotate90FlipXY {   
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

/*End Image Exif*/
.profilePicPatientSpecificScreen {
    height:60px !important;
    font-weight:normal;
    font-size:12px;
    text-align:center;
    padding-top:1px;
    padding-left:2px;
    margin-left:2px;
}

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../Content/Images/TracPatch_Logo.gif) center no-repeat #fff; /*Preloader_2.gif*/
    background-size: 100px 100px;
}

  /*Block UI*/
.blockUiDiv {
    opacity: 0.5;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20001;
    background: url(../Content/Images/TracPatch_Logo.gif) center no-repeat;
    /*background-color: #000;*/
    display: none;
    background-size: 100px 100px;
}

.blockUiBackdrop {
    height: 100vh;
    width: 100%;
    z-index: 20000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: relative;
    min-height: 88%;
    background-color: #e9e9e9;
    padding-bottom: 3.6em;
}

h1, h2, h3 {
    font-family: "Raleway", sans-serif;
}

.heading {
    border-bottom: 1px solid #d6d2d2;
    padding: 5px 0px;
    margin: 10px 0px 10px;
}

    .heading strong {
        font-size: 19px;
        font-weight: 600;
        margin: 0px;
        border-bottom: 3px solid #133a6f;
        padding: 5px 0px;
        color: #133a6f;
    }

.padding0 {
    padding: 0px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingl40 {
    padding-left: 40px;
}
.paddingl60 {
    padding-left: 60px;
}

.margin0 {
    margin: 0px;
}

.margin15 {
    margin: 15px;
}

.marginR15 {
    margin-right: 15px;
}

.marginR7 {
    margin-right: 7px;
}

.marginr0 {
    margin-right: 0px;
}

.margint15 {
    margin-top: 15px;

}
.margint10 {
    margin-top: 10px;
}

.margint5 {
    margin-top: 5px;
}

.marginb15 {
   margin-bottom: 15px;
}

.marginb5 {
    margin-bottom: 5px;
}
.marginb0 {
    margin-bottom: 0px !important;
}

.marginl12per {
    margin-left: 12% !important;
}

.fontbold {
    font-weight:bold;
}

.marginb25 {
    margin-bottom: 25px;
}

.margint10l5 {
    margin-top:10px; 
    margin-left:5px;
}

.marginl4per {
    margin-left: 4% !important;
}
.marginl5per {
    margin-left: 5.40% !important;
}

.marginl6per {
    margin-left:5.65% !important;    
}

.floatright {
float:right;
}

.floatleft {
    float: left;
}

.surveyrowbgcolor {
background-color:#808080;
}

.displayinline {
display:inline !important;
}

.required h4::after {
    color: #e32;
    content: " *";
    display: inline;
}


.paddingl30 {
    padding-left:30px;
    padding-top:10px;
}
.paddingr0 {
    padding-right: 0;
}
.paddingr5 {
    padding-right: 5px;
}
.paddinglr5 {
    padding-right: 5px;
    padding-left: 10px;
}
.marginB20 {
    margin-bottom: 20px;
}

.padding15 {
    padding: 15px;
}

.paddingtop15 {
    padding: 13px;
}

.paddingtop5 {
    padding: 5px;
}

.paddingtop20 {
    padding: 20px;
    padding-bottom:10px;
}

.paddingt20 {
    padding-top: 20px;
}

.child {
    padding-left:5%;
}
.parent {
    padding-left:1%;
}

.textalighright {
    text-align:right !important;
}

.textalignleft {
    text-align: left !important;
}


.textalighcenter {
    text-align:center !important;
}

.verticalmiddle {
    vertical-align: middle !important;
}

.movable-widget-icon-color {
    color: rgba(0, 0, 0, 0.3)
}

.bordertop {
margin-top:20px; 
border-bottom:1px solid #ddd;
}

.childResetPassword {
    padding-left:10%;
}

.parentResetPassword {
    padding-left:10%;
}

.cursorpointer {
cursor:pointer;
}

.input-group-btn1:last-child > .btn, .input-group-btn1:last-child > .btn-group {
    margin-left: 0px;
    z-index: 2;
    
}
.input-group-btn1 > .btn {
    position:relative;
}

#dvHeader > label {
font-weight:bold;
}

.paddingl30T15 {
    padding: 15px 30px;
}

.body-panel {
    background-color: #fff;
    padding: 20px;
    margin: 0;
}
.paddingb7 {
    padding-bottom: 7px;
}

.paddingl0 {
    padding-left: 0px;
}
.paddingl4per {
    padding-left: 4%;
}

.paddingl2per {
    padding-left: 2%;
}

.margint23 {
    margin-top: 23px;
}

.margint25 {
    margin-top: 25px;
}

.panddingL15 {
    padding: 0 0px 0px 15px !important;
}

.paddingl5 {
    padding-left: 5px !important;
}

.paddingl20 {
    padding-left: 20px;
}

.dis-block {
display:block;
}
.paddingb10 {
    padding-bottom: 10px;
}

.lbl-gender label {
    padding-left: 10px;
}

.lbl-gender {
    margin-top: 5px;
}
.lbl-patient-pic img {
border-radius:50%;
}

.lbl-wound {
    text-align: right;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}

    .lbl-wound i {
    margin-right: 6px;
    font-size: 13px;
    margin-top: 3px;
    }

.form-control1 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;   
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);    
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #cbd5dd;
    border-radius: 2px;
    box-shadow: none !important;
}

.requiredForOption:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.required .lbl-gender label:after {
    content: ' ';
}

.required .lbl-gender label:before {
    content: ' ';
}

.red {
       color: #e32;
}

a {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #005dab;
    border-radius: 0;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .btn-primary:hover {
        background-color: #082c5d;
    }

    .btn-primary a {
        color: #fff;
    }

        .btn-primary a:hover {
            text-decoration: none;
            color: #fff;
        }


.btn-primary1 {
    color: #fff !important;
    background-color: #005dab !important; 
    -moz-transition: all 300ms ease-in-out !important;
    -o-transition: all 300ms ease-in-out !important;
    -webkit-transition: all 300ms ease-in-out !important;
    transition: all 300ms ease-in-out !important;
}

    .btn-primary1:hover {
        background-color: #082c5d !important;
    }

    .btn-primary1:focus {
        background-color: olive !important;
        border-color: olive !important;     
        outline:0 !important;
    }

    .btn-primary1click {
        background-color: olive !important;
        border-color: olive !important;     
        color:#fff;
    }
        .btn-primary1click:hover {
            background-color: olive !important;
            border-color: olive !important;
            color: #fff;
        }
        .btn-primary1click:focus {
            background-color: olive !important;
            border-color: olive !important;
            color: #fff;
            outline: none !important;           
        }

    .btn-primary1 a {
        color: #fff;
    }
        .btn-primary1 a:hover {
            text-decoration: none;
            color: #fff;
        }

.inline {
    display: inline !important;
}

/*login*/
.logo {
    background: #133a6f;
    text-align: center;
    padding: 5px;
}

.box-module {    
    background: #ffffff;
    max-width: 400px;
    width: 100%;
    border-top: 5px solid #005dab;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 475px;
}

.lbl-container {
    padding: 20px;
}

.box-module h2 {
    margin: 0 0 20px;
    color: #005dab;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.box-module input[type=text], .box-module input[type=password] {
    outline: none;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    margin: 0 0 10px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 100%;
}

    .box-module input[type=text]:focus, .box-module input[type=password]:focus {
        border: 1px solid #005dab;
        color: #8a8686;
    }

.lbl-container .form-group label {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 7px;
    display: inline-block;
    color: #8a8686;
}

.lbl-back {
    float: right;
    margin-bottom: 10px;
    color: #005dab;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
}
    .lbl-back:hover {
        color: #646464;
    }

.forgot.box-module {
height:325px;
}
.remember .checkbox {
text-align:left;
}
    .remember .checkbox span a {
        float: right;
        color: #005dab;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        cursor: pointer;
        text-decoration: none;
    }
        .remember .checkbox span a:hover {
            color: #646464;
        }

.remember {
    text-align: right;
    padding-bottom: 15px;
}


.box-module input[type=submit] {
    cursor: pointer;
    background: #005dab;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .box-module input[type=submit]:hover {
        background-color: #082c5d;
    }

.box-module input[type=button] {
    cursor: pointer;
    background: #005dab;
    width: 20%;
    border: 0;
    padding: 10px 15px;
    color: #ffffff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

    .box-module input[type=button]:hover {
        background-color: #082c5d;
    }


/*header navbar*/
.navbar-inverse {
    background-color: #133a6f;
    border-color: #133a6f;
    color: #fff;
    margin-bottom: 0px;
}

.navbar {
    border-radius: 0px;
}

.navbar-brand {
    height: auto;
    padding: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 11px;
    font-size: 13px;
    -webkit-transition: background-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2E363F !important;
    color: #939da8 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #2E363F !important;
    color: #939da8 !important;
}

.verticle-panel .nav li a {
    padding: 10px 0 10px 15px;
    display: block;
    color: #939da8;
}

    .verticle-panel .nav li a:hover, .verticle-panel .nav li a:focus {
        background-color: #005dab;
        color: #fff;
    }

.menuactive {
background-color: #005dab !important;
color: #fff !important;
}

.menuactive  a{
background-color: #005dab !important;
color: #fff !important;
}

.verticle-panel .nav li {
    border-bottom: 1px solid #1f262d;
}

.verticle-panel > .nav > li:first-child {
    border-top: 1px solid #37414b;
}

img#userProfileImage {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.verticle-panel .dropdown-menu li a {
    background: #2E363F;
    padding: 10px 15px;
    -webkit-transition: background-color .2s ease-in-out 0s;
    transition: background-color .2s ease-in-out 0s;
    color: #939da8;
    padding-left: 45px;
}

.verticle-panel .nav .open > a {
    background-color: #005dab;
    color: #fff;
}

.verticle-panel .nav .open1 > a {
    background-color: #2E363F !important;
    color: #939da8 !important;
    border-bottom: 1px solid #1f262d !important;
}

.verticle-panel .nav .open li:last-child {
    border: 0px;
}

.verticle-panel .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    border: 0;
}

.open > .dropdown-menu {
    display: block;
    padding: 0;
}

.dropdown-menu > li > a {
    padding: 9px 15px;
}

/*slide menu*/
.verticle-panel {
    min-height: 100%;
    background-color: #2E363F;
    height: 100%;
    position: relative;
}

    .verticle-panel .floating-icon i {
    font-size: 17px;
    color: #939da8;
    position: absolute;
    bottom: 2%;
    right: 16px;
    cursor: pointer;
    }

.openPanel {
    width: 16.66666667%;
}

.ClosePanel .verticle-panel .dropdown-menu {
    position: absolute;
    float: none;
    box-shadow: none;
    border: 0;
    left: 55px;
    top: -2px;
}

.verticle-panel li a i {
    font-size: 14px;
    padding-right: 5px;
}

.verticle-panel li a label {
    cursor: pointer;
}

.ClosePanel .verticle-panel li a label, .ClosePanel .verticle-panel li a .fa-angle-down {
    display: none;
}

.ClosePanel .verticle-panel .nav li a {
    padding: 15px 0 15px 0px;
    text-align: center;
}

.ClosePanel .verticle-panel .nav li:hover a .dropdown-menu {
    display: block !important;
}

.ClosePanel .verticle-panel .nav li a i {
    font-size: 20px;
}

.ClosePanel .verticle-panel .nav li a .downOpen {
    display:none !important;
}

.detailsChart b {
    color: #4c8dc4;
    font-weight:normal;
}

.downOpen{
    display:none !important;
}

.verticle-panel .open .downClose{
display:none;
}

.verticle-panel .open .downOpen{
display:inline-block !important;
}

.ClosePanel {
    width: 55px;
 
}

.body-fluid-content {
    width: calc(100% - 87px) !important;
}

.content-body {
    width: 83.33333333%;
}

/*body container*/
.container.fill {
    padding: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: block;
}

.lbl-table-grid table {
    background: #fff;
    font-size: 12px;
    margin-top: 10px !important;
    table-layout: inherit !important;
    box-shadow: 0px 0px 2px 0px #ddd;
}

    .lbl-table-grid table thead th {
        background-color: #d7dae2 !important;       
        border: 1px solid #d6d2d2;
        vertical-align: middle !important;
        font-size: 12px;
        margin-top: 2px;
        padding: 5px 5px;
    }

    .lbl-table-grid table tbody td {
        padding:5px !important;
        background-color: unset;
        vertical-align:middle !important; 
    }

    .lbl-table-grid table tbody tr:nth-child(odd) {
        background-color: #fafbff;
    }

    .lbl-table-grid table tbody tr {
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

        .lbl-table-grid table tbody tr:hover {
            background-color: #f1f1f1;
        }

.lbl-table-grid .glyphicon {
    color: #133a6f;
}


.lbl-table-grid table tfoot th {
    background-color: #d7dae2 !important;
}

DIV.gj-grid-wrapper DIV.gj-grid-loading-cover {
    background: #fff !important;
}

/*newly added classes for Grid on 01/03/2020*/
.btn-grid-pager {
    color: #fff;
    background-color: #005dab;
    border-radius: 0;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .btn-grid-pager:hover {
        background-color: #082c5d;
    }

    .btn-grid-pager a {
        color: #fff;
    }

.lbl-table-grid .gj-grid-bootstrap-tfoot-cell .glyphicon {
    color: #FFF;
}

.gj-grid-bootstrap-tfoot-cell .btn-default:active:hover,
.btn-default.active:hover {
    background-color: #082c5d;
    border-color: #122b40;
}

.gj-grid-bootstrap-tfoot-cell .btn-default.disabled:hover, .btn-default[disabled]:hover {
    background-color: #082c5d;
    border-color: #122b40;
}

.gj-grid-bootstrap-tfoot-cell .btn-default:hover {
    background-color: #082c5d;
    border-color: #122b40;
}

.gj-grid-bootstrap-tfoot-cell .btn-default {
    background-color: #005dab;
    border-color: #2e6da4;
}

.gj-grid-bootstrap-tfoot-cell .form-control {
    background-color: #005dab;
    border-color: #2e6da4;
    color: #FFF;
    border-radius: 5px;
}
.input-group {
    display: block;
}
/*form style*/
.box {
    background-color: #fff;
    border-top: 3px solid #005dab !important;
    border: 1px solid #ddd;
    width: 50%;
    margin: 30px auto;
}
.full-box {
    background-color: #fff;
    border-top: 3px solid #005dab !important;
    border: 1px solid #ddd;
    width: 90%;
    margin: 30px auto;
}

.box-heading {
    background-color: #f9fafc;
    color: #636363;
    padding: 10px 15px;
    border-bottom: 1px solid;
    font-size: 18px;
    border-color: #eaeef1;
}

.box-subheading {    
    color: #636363;
    padding: 0px 15px;
    border-bottom: 1px solid;
    font-size: 15px;
    border-color: #eaeef1;
}

.box-subheading-view {
    color: #636363;
    padding: 0px 15px;
    border-bottom: 1px solid;
    font-size: 14px;
    border-color: #eaeef1;
}


.lblScroll {
    overflow-y: auto;
    height: 600px;
    position: relative;
    margin: 0px;
}

.validation-summary-errors li {
    list-style:none;
    color:red;
    text-align: center;
}
.text-danger {
color:#e87e7e;
}
.success-msg {   
    text-align: center;
    margin-bottom: 10px;
}

.btn-cancel {
    color: #788288 !important;
    background-color: #fff;
    border-color: #d2dae1;
    border-bottom-color: #cbd5dd;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
}

.badge {
    background-color: #FF6250; /* #ef9999;*/
}

.dis-none {
    display: none;
}

.showMsg {
    display: block !important;
}

.success-msg span {
    margin-bottom: 10px;
    padding: 10px;
    color: forestgreen;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}

.form-group {
    margin-bottom: 10px;
}

input, select, textarea {
    max-width: 100%;
}


.alert {
    margin-bottom: 10px;
}

.form-control {
    border-color: #cbd5dd;
    border-radius: 2px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    font-weight: normal;
    margin-bottom: 5px !important;
}

.required label {
    font-weight: normal;
}

    .required label:after {
        color: #e32;
        content: ' *';
        display: inline;
    }

.form-footer {
    padding: 10px 30px;
    border-top: 1px solid #ddd;
    background-color: #f5f5f7;
}

.form-control:focus {
    border-color: #177bbb;
    box-shadow: none;
}

.lbl-mandetory {
    text-align: left;
    color: #a1a8ac;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/*wound thumb*/
.hide-bullets {
    list-style: none;
    margin-left: 15px;
    margin-top: 20px;
}

    .hide-bullets li {
        width: 15%;
        margin-right: 15px;
        display: inline-block;
        margin-bottom: 5px;
    }

#carousel-text .heading {
    padding: 5px 0px;
    margin: 0px 0px 10px;
    border: 0;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control {
    opacity: 0.2;
}

.woundSlider {
    padding: 10px 30px;
    background: #fff;
}

.carousel-control.right {
    background-image: none;
}

.thumbnail {
    margin-bottom: 0px;
}

#myCarousel > .carousel-inner > div img {
    width:auto;  
    height: auto;
}

#carousel-text p {
    margin: 0 0 10px;
    line-height: 25px;
    font-size: 14px;
}

p.sub-text {
    text-align: left;
    font-style: italic;
    color: #949292;
    font-size: 13px;
}

#carousel-text h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.lbl-userTitle {
    font-size: 16px;
    padding: 10px 0px;
    color: #133a6f;
    font-weight: bold;
}
/*modal*/
.modal-header {
    padding: 6px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

    .modal-header h3 {
        font-size: 20px;
    }

.modal-footer {
    padding: 8px 15px;
    text-align: right;
    border-top: none;
}

.modal-body p {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.modal-body {
    background: #fbfbfb;
}

.modal-bodyLogOut p {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.modal-bodyLogOut {
    background: #fbfbfb;
    position: relative;
    padding: 15px;
}

.modal-telemedicine-width {
    width: 45% !important;    
}


/*profile*/
.profile {
    padding: 15px 5px;
    background: #1d89cf;
    text-align: center;
}

.lbl-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.lbl-profileName {
    font-size: 16px;
    margin: 10px 0px;
    color: #fff;
    font-weight: bold;
}

.lbl-email a {
    color: #fff;
}

.lbl-profileDetils {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

    .lbl-profileDetils > div {
        margin-bottom: 20px;
    }

    .lbl-profileDetils small {
        color: #aad7f4;
        font-weight: normal;
        font-size: 13px;
    }

table.profileFields {
    margin: 0px 0px 10px;
}

    table.profileFields tr td {
        padding: 13px 5px !important;
        border-bottom: 1px solid #ddd;
    }

.profile-heading {
    background: #1d89cf;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

table.profileFields tr:nth-child(odd) {
    background-color: #fbfbfb;
}

/*Chart*/
.circleflexion {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #BADCE6;
    border: 2px solid #85B4D6;
    border-color: #3A82D1;
    margin-top: 4px;
}

.circleextension {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #E1E1E1;
    border: 2px solid #E7B07A;
    border-color: #F78E1E;
    margin-top: 4px;
}

.lbl-chart-wrapper {
    width: 33%;
}

.white {
    background-color: #fff;
}

.fa-icon-blue {
    color: #133a6f;
}

.charts {
    margin-top: 15px;
}

canvas {
    padding: 0px;
}

.icoMoon {
    font-size: 75px !important;
    color: #888f96;
}

.alertBox {
    background-color: #fff;
    padding: 12px;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

    .alertBox:last-child {
        margin-bottom: 0px;
    }

    .alertBox img {
        width: 25%;
    }

    .alertBox.patientAlert img {
        width: 25%;
    }

    .alertBox h4 {
        font-size: 15px;
    }

.count {
    font-size: 22px;
    padding-bottom: 0px;
    color: #133a6f;
    background: #f5f5f5;
    margin-bottom: 0px;
}

.detailsChart h4 {
    margin: 0;
    padding: 6px 11px;
    text-align: left;
    color: #5a5d61;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    background: #d9dbe0;
}

.detailsChart canvas {
    padding: 0px 10px;
}

.lbl-canvas {
    width: 85%;
    display: inline-block;
}

.lbl-flexion {
    padding: 0px 11px;
    text-align: center;
    width: 12%;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    margin-top: 75px;
}

.lbl-flexion-without {
    padding: 0px 10px;
    text-align: center;
    width: 12%;
    display: inline-block;
    font-size: 15px;
    margin-top: 75px;
    vertical-align: top;
}

.lbl-flexion b, .lbl-flexion-without b {
    color: #133a6f;
}

.topLbl {
    background: #f9fafc;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 15px 15px 0px 15px;
}

.totalEvent label {
    font-size: 30px;
    color: #4c8dc4;
    cursor: pointer;
}

#activityScore {
cursor:inherit;
}

#activityScorePer  {
cursor:inherit;
}

.contact .box {    
 border-top: 0 !important;
    border: 1px solid #ddd;
    width: 30%;
    margin: 30px 0;
       background: #1d89cf;
    color: #fff;
}

.contact .box i {
    font-size: 19px;
    vertical-align: middle;
    float: left;
    color: #a0c7e0;
      width: 50px;
    text-align: center;
}
.contact h4{
      margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 1px solid #1d89cf;
    padding-bottom: 9px;
     margin-top: 0;
}

.contact  p {
    margin: 0 0 20px;
}

/*tab*/
.centerBox, .globalFooter {
 max-width: 1280px;
    width: 100%;
    margin:0 auto;
}
.tab-content {
    background: #fff;
    padding: 25px 10px 1px;
    max-width: 1280px;
    width: 100%;
}
#globalTab.nav-tabs  li  a {
    border-radius: 0;
    background-color: #f9fafc; 
    color: #646464;
    border:0px;
}

#globalTab.nav-tabs  li  a  strong {
    font-weight: normal;
}

#globalTab.nav-tabs  li.active  a{
    background-color: #133a6f;
    color: #fff;
}

.form-horizontal #FirstweekTrend .form-group, .form-horizontal #SecondweekTrend .form-group, .form-horizontal #ThirdweekTrend .form-group {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0px;
    margin-bottom: 3px;
    margin-top: 3px;
}
    .form-horizontal #FirstweekTrend .form-group:last-child, .form-horizontal #SecondweekTrend .form-group:last-child, .form-horizontal #ThirdweekTrend .form-group:last-child {
        border: 0px;
    }

.centerBox span.col-sm-2.col-md-1, .centerBox span.col-sm-1 {
    margin-top: 5px;
}
.centerBox .form-horizontal .control-label {
    margin-bottom: 0;
}

.timePicker {
    display: inline-block;
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.timepicker_button_trigger {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

.timepicker_button_trigger_0 {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

.timepicker_button_trigger_1 {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}
.timepicker_button_trigger_2 {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

.timepicker_button_trigger_3 {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}
.timepicker_button_trigger_4 {
display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

.timepicker_button_trigger_5 {
    display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}
.timepicker_button_trigger_6 {
    display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

.timepicker_button_trigger_7 {
    display: inline-block;
    padding: 5px 12px 6px;
    margin-left: -3px;
    background: #ddd;    
    font-size: 17px;
    cursor: pointer;
}

#frmWoundPhotoReminder h4{
    font-size: 16px;
    border-bottom: 1px solid #efecec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
#frmPainScoreReminder h4{
    font-size: 16px;
    border-bottom: 1px solid #efecec;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ui-timepicker-table td {
   padding: 0.3em !important;
    width: 2.2em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc ;
    background: #ffffff;
    font-weight: bold;
    color: #1c94c4 !important;
    padding: 3px 5px !important;
}
.ui-widget-header {
    border: 1px solid #133a6f !important;
    background: #133a6f !important;
    color: #fff;

}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #133a6f !important;
    background: #133a6f !important;
    font-weight: bold;
    color: #ffffff !important;
}

.ui-datepicker .ui-widget-header {
    border: 1px solid #133a6f !important;
    background: #133a6f !important;
    color: #333333;
}

.patientReportModal {
    width: 90%;    
}

.patientReportModal .lbl-flexion, .patientReportModal .lbl-flexion-without{
font-size:12px;
}

.patientReportModal .detailsChart h4 {
font-size:13px;
}

.lbl-wound .btn-primary {
       padding: 4px;
    font-size: 12px;
}
#lblWoundPhotoGallery .btn {
    margin-bottom: 4px;
 
}
#btnRegisterMidlLevelUser
{
        background-color: #2e363f !important;
}
    #btnRegisterMidlLevelUser:hover {
        background-color: #005dab !important;
    }

.digree {
    display: inline-block !important;
    width: 93% !important;
}

.digree1 {
    display: inline-block !important;
    
}

.borderradious15 {
    border-radius: 15px;
}

div.chkSame label::after
{
    content: " " !important;
}

/*animation*/
@-webkit-keyframes animate-msg {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes animate-msg {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}
/*
 * Adding the animation to our element
*/
.animate-msg {
    -webkit-animation-name: animate-msg;
    animation-name: animate-msg;
}

/*footer*/
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: #efefef;
    text-align: center;
}

.overflow-x {
    overflow-x: auto;
}

  /*Global Exercise Repetitions Settings*/
#GlobalExerciseRepetitionsSettingsGrid th {
    text-align: center;
    vertical-align: central;
}

#GlobalExerciseRepetitionsSettingsGrid input[type="text"] {
    width: 95% !important;
    height: 5% !important;
    padding:6px 1px 6px 4px;
}

.headerwidth4per {
    width: 4% !important;
}

.width5per {
    width: 5% !important;
}

.bgblue {
    background-color: #61c0f0 !important; 
}

.bgyellow {
    background-color: #f8e268 !important; 
}

.bgpink {
    background-color: #79dcd0 !important; 
}

.bggreen {
    background-color: #fd9bb0 !important; 
}

.hdFirstRow {
    text-align: center !important;
    border: 1px solid #d6d2d2;
    vertical-align: central;
    font-size: 14px;
    font-weight: bold;
}

.hdWeek {
    text-align: center !important;
    vertical-align: central;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #000 !important;
}

.hdSecondRow {
    text-align: center !important;
    border: 1px solid #d6d2d2;
    vertical-align: central;
    font-size: 13px;
    font-weight: bold;
}

.bglightblue {
    background-color: #bbbbbb !important;
}

.bgdarkgreen {
    background-color: #949494 !important;
}

.bgrepSL {
    background-color: #61c0f0  !important;
}

.bgrepHS {
    background-color: #f8e268  !important;
}

.bgrepKTC {
    background-color: #79dcd0  !important;
}

.bgrepSTS {
    background-color: #fd9bb0 !important;
}

.borderall {
    border: 1px solid #000 !important;
}

.borderright {
    border-right: 1px solid #ddd;
}

 .modal-header .close1 {
    margin-top: -2px;
}
.close1:hover, .close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close1 {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close1 {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.txt90degree div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tagline {
    color: #ffffff;
    /*float: right;*/
    margin-top: 6.3%;
    font-weight: bold;
    margin-left: 35px !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
}

.margint74 {
    margin-top: 74px;
}


.height100px {
    height: 100px !important;
}

.table-row-bordered td {
    border: 1px solid black !important;
}

.cell-textaligncenter td {
    text-align: center;
}

/*media query*/
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 16px 8px 0px;
    }

    .child {
        padding-left: 3% !important;
    }

    .width95 {
        width: 90% !important;
        margin-right: 5px !important;
        display: inline !important;
    }

    .width50 {
        width: 65% !important;
    }

    .width60 {
        width: 85% !important;
    }

    .regPatientImplantHeight {
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .margint10l5RegPat {
        margin-top: 10px;
        margin-left: 35% !important;
    }

    .marginl10 {
        margin-left: 10px;
    }
    .marginl25 {
        margin-left: 25px;
    }
    .marginl15 {
        margin-left: 15px;
    }

    .marginl75 {
        margin-left: 75px;
    }

    .marginl45 {
        margin-left: 45px;
    }


    .textrightProfile {
        text-align: center;
    }

    .textleftProfile {
        text-align: center;
    }

    .ClosePanel .verticle-panel .nav li a {
        padding: 15px 2px 15px 2px;
        text-align: center;
    }

}

@media(max-width:990px) {

    .charts .paddingl0 {
        padding: 0px;
        margin-bottom: 15px;
    }

    .input-group .form-control {
        width: 95%;
    }

    .alertBox {
        width: 47.5%;
    }

    .child {
        padding-left: 3% !important;
    }

    .width95 {
        width: 90% !important;
        margin-right: 5px !important;
        display: inline !important
    }

    .width50 {
        width: 65% !important;
    }

    .width60 {
        width: 85% !important;
    }

    .regPatientImplantHeight {
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .margint10l5RegPat {
        margin-top: 10px;
        margin-left: 35% !important;
    }

    .box {
        width: 90%;
    }

    .width90Date {
        width: 85%;
        margin-right: 5px;
        display: inline !important
    }

    .ClosePanel .verticle-panel .nav li a {
        padding: 15px 2px 15px 2px;
        text-align: center;
    }

}

@media (max-width:1199px) {

    .alertBox {
        background-color: #fff;
        padding: 12px;
        text-align: center;
        width: 48.5%;
        display: inline-block;
        margin-right: 15px;
        margin-top: 20px;
    }

    .alertBox.patientAlert {
        width: 49.2%;
        margin-right: 0;
    }

    .alertBox.patientAlert img {
        width: 16%;
        }

    .charts .paddingr0 {
        padding: 0px;
    }

    TABLE.gj-grid-table DIV[data-role=display], TABLE.gj-grid-table DIV[data-role=display] DIV {
        word-break: initial !important;
    }

    .box {
        width: 90%;
    }
}

@media (max-width:1439px) {

    .box {
        width: 70%;
    }

    .lbl-flexion-without {
        padding: 0px 10px;
        text-align: center;
        width: 12%;
        display: inline-block;
        font-size: 12px;
        margin-top: 75px;
        vertical-align: top;
    }

    .lbl-flexion {
        padding: 0px 11px;
        text-align: center;
        width: 12%;
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        margin-top: 75px;
    }

    .openPanel {
        width: 18.5%;
    }

    .content-body {
        width: 81.5%;
    }

    .width90Date {
        width: 80%;
        margin-right: 5px;
        display: inline !important
    }
}


@media only screen and (min-width: 1366px) and (max-width:1600px) {
.alertBox h4 {
    font-size: 13px;
}
 .box {
        width: 65%; 
    }
    .alertBox {
        background-color: #fff;
        padding: 5px;
        margin-bottom: 6px;
    }

	.width90Date {
		width: 85%;
		margin-right: 5px;
		display: inline !important
	}
}