@charset "UTF-8";
/* Sass Document */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@font-face {
  font-family: "dotsfont";
  src: url("../fonts/dotsfont.eot");
  src: url("../fonts/dotsfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dotsfont.woff") format("woff"), url("../fonts/dotsfont.ttf") format("truetype"), url("../fonts/dotsfont.svg#dotsfontregular") format("svg"); }
@font-face {
  font-family: "SpiroFace";
  src: url("../fonts/SpiroFaceRegular.eot");
  src: url("../fonts/SpiroFaceRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SpiroFaceRegular.woff2") format("woff2"), url("../fonts/SpiroFaceRegular.woff") format("woff"), url("../fonts/SpiroFaceRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

div, h1, h2, h3, h4, h5, p, ol, form, input, textarea, img, html, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  background: #f0efef;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: "Noto Sans", sans-serif;
  color: #a2bfcc; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  display: block; }

blockquote, q {
  quotes: none; }

table {
  border-spacing: 0;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

audio, canvas, video {
  display: block; }

audio:not([controls]) {
  display: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0; }

sub {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 80%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

small {
  font-size: smaller; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  padding: 0;
  margin: 0; }

h2 {
  background: transparent;
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400; }

h3 {
  background-color: inherit;
  padding: 0;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 400; }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  outline: none;
  text-decoration: none; }
  a:hover {
    background-color: transparent; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 10px !important; }

.rightSide {
  float: right; }

label .required {
  color: #ed1c24; }

input[disabled],
submit[disabled] {
  cursor: default; }

button[type="submit"], button[type="reset"], button[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0; }

input {
  color: #464646; }
  input.numeric-password {
    font-family: "dotsfont" !important;
    font-size: 12px !important; }
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="url"], inputinput[type="file" i] {
    border: 1px solid #a1a1a1;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 37px;
    color: #464646;
    width: 100%;
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="url"]:focus, inputinput[type="file" i]:focus {
      outline: none !important;
      border-color: #054663; }
  input[type="submit"], input[type="button"], input[type="reset"] {
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #095678;
    color: #ffffff;
    height: 35px;
    line-height: 37px;
    font-size: 14px;
    padding: 0 20px; }
    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
      background: #074b6a; }
    input[type="submit"].fa-archive, input[type="button"].fa-archive, input[type="reset"].fa-archive {
      font-size: 0px;
      width: 26px;
      background-image: url(../images/archive-new.png);
      background-repeat: no-repeat;
      background-repeat: no-repeat;
      background-position: center center; }
    input[type="submit"].fa-restore, input[type="button"].fa-restore, input[type="reset"].fa-restore {
      font-size: 0px;
      width: 26px;
      background-image: url(../images/restore-new.png);
      background-repeat: no-repeat;
      background-repeat: no-repeat;
      background-position: center center; }
  input[disabled] {
    cursor: no-drop; }
  input.file {
    background: #000000; }

.submitBtn {
  height: 35px !important;
  line-height: 37px !important; }

.submitBtnBig {
  height: 48px !important;
  line-height: 49px !important;
  padding: 0 44px !important; }

select {
  outline: none;
  background: url(../images/arrow-down.png) no-repeat 98% center #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #464646;
  border: 1px solid #a1a1a1;
  padding: 0 10px;
  width: 100%;
  height: 39px;
  line-height: 39px;
  font-family: "Lato", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

textarea {
  color: #464646;
  padding: 9px 10px;
  height: 79px;
  min-height: 79px;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
  resize: vertical;
  border: 1px solid #a1a1a1;
  background: #ffffff; }
  textarea:focus {
    border-color: #054663; }

::-webkit-input-placeholder {
  color: #313537; }

:-moz-placeholder {
  color: #313537; }

::-moz-placeholder {
  color: #313537; }

:-ms-input-placeholder {
  color: #313537; }

.error,
.alert-danger {
  color: #ed1c24;
  font-size: 13px;
  line-height: 1.3; }

.success {
  color: #14a211; }

.leftalign {
  text-align: left !important; }

.rightalign {
  text-align: right !important; }

.centeralign {
  text-align: center !important; }

.justifyalign {
  text-align: justify; }

.alignleft {
  float: left;
  margin: 0 15px 15px 0; }

.alignright {
  float: right;
  margin: 0 0 15px 15px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

p {
  margin-bottom: 15px; }
  p:empty {
    display: none; }
  p:last-child {
    margin-bottom: 0 !important; }

.flex, .tableLayout .tabelRow, .doubleBlock, .fixedHead ul, .fiedBody ul, .newVersionPopup .popupInner .versionCnnt, .newDashboardDesign, .customListC {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }

.middle, .loginPage, .print ul, .newVersionPopup, .newDashboardDesign, .loginWhiteBg {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.noMid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }

.clear:after, .marT-20:after, .marB-20:after, .marR-20:after, .marL-20:after, .marT-10:after, .leftSidebar .sidebarInner .menuList:after, .rightPageCont .popUp:after, .rightPageCont .headerWrap:after, .rightPageCont .rightWrapper:after, .rightPageCont .rightWrapper .wrapperR:after, .rightPageCont .rightWrapper.paitentManagementWrap .rowArea .formBox .formListRow:after, .rightPageCont .rightWrapper .headingBtnArea:after, .rightPageCont .rightWrapper .formWrapArea:after, .rightPageCont .rightWrapper .formWraper:after, .rightPageCont .rightWrapper .formWraper .form-group .formBox .formListWrap:after, .rightPageCont .rightWrapper .rowArea:after,
.rightPageCont .rightWrapper .rowAreaChk:after, .tableLayout:after, .tableLayout .tabelRow:after, .formAreaList:after, .accordionWrap .accordionList:after, .accordionCnnt:after, .listC:after, .closeBtn:after, .rowCheakList:after, .rowCheakList.fullWidthList ul:after, .rowCheakList.fullWidthList .btnArea:after, .user-profile .leftInfo .info:after, .user-profile .leftInfo .info.achivements ul:after, .user-profile .rightInfo .detailsWrap:after, .headBg:after, .contlist:after, .contlist ul li:after, .rowCustom:after, .fancyCnt .form-group:after, .fancyCnt .tabelArea:after, .popup_form:after, .imgpreview:after, .multiChk:after, .adjustCost form:after, .adjustCost form ul:after, .fixedHead:after, .fiedBody:after, .popup_fancybox #filter_bottle:after, .newVersionPopup .popupInner:after, .newDashboardDesign:after, .dashboardList .delAll:after, .nList19.radioWrap label:after {
  content: "";
  display: table;
  clear: both; }

/****** */
.btn {
  background: #054663;
  padding: 0 23px;
  height: 35px;
  line-height: 37px;
  color: #ffffff;
  display: block;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  font-family: "Varela Round", sans-serif;
  text-transform: capitalize;
  cursor: pointer; }
  .btn:hover {
    background: #095678; }
  .btn.danger {
    background: #ed1c24; }
    .btn.danger:hover {
      background-color: #b60d14; }
  .btn.success {
    background: #14a211; }
    .btn.success:hover {
      background-color: #067003; }

.btnBig {
  background: #054663;
  padding: 0 44px;
  height: 48px;
  line-height: 49px;
  color: #ffffff !important;
  display: block;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Varela Round", sans-serif;
  text-transform: capitalize; }
  .btnBig:hover {
    background: #095678; }

.small_btn {
  background: #054663;
  padding: 0 8px !important;
  height: 26px !important;
  line-height: 28px !important;
  color: #ffffff;
  display: block;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  font-family: "Varela Round", sans-serif;
  text-transform: capitalize; }
  .small_btn img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 0; }
  .small_btn.danger {
    background: #ed1c24; }
    .small_btn.danger:hover {
      background-color: #b60d14; }
  .small_btn.success {
    background: #14a211; }
    .small_btn.success:hover {
      background-color: #067003; }
  .small_btn.favourite {
    background: #ffd700; }
    .small_btn.favourite:hover {
      background-color: #f7d108; }
  .small_btn.greydark {
    background: #000000; }
  .small_btn.addpadd {
    padding: 0 18px;
    height: 29px;
    line-height: 30px; }
  .small_btn:hover {
    background: #095678; }

.bottle_popup {
  background-image: url(../images/n_bottle.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 15px auto !important;
  width: 26px; }
  .bottle_popup:hover {
    background-image: url(../images/n_bottle.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 15px auto !important; }

label {
  color: #3e3c3c;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: capitalize; }

.col-12 {
  width: 100% !important; }

.col-5 {
  width: 48.4%;
  float: left;
  margin-right: 3%; }
  .col-5:nth-child(even) {
    margin-right: 0; }

.col-6 {
  width: 49%;
  float: left; }

.col-3 {
  float: left;
  width: 33.333%; }

.rightPadd {
  margin-left: 70px; }

.marT-20 {
  margin-top: 20px; }

.marB-20 {
  margin-bottom: 20px; }

.marR-20 {
  margin-right: 20px; }

.marL-20 {
  margin-left: 20px; }

.col-07 {
  width: 60% !important; }

.noLineheight ul li label {
  line-height: 20px !important; }

.marT-10 {
  margin-top: 10px; }

.linkA {
  color: #134b9f; }

.thumbnail {
  margin-top: 10px; }

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative; }

.container {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.loginPage {
  min-height: 100vh;
  background: #095678; }
  .loginPage .loginCont {
    width: 480px;
    margin: 0 auto; }
    .loginPage .loginCont .logo {
      margin-bottom: 60px;
      text-align: center; }
      .loginPage .loginCont .logo a {
        display: inline-block; }
        .loginPage .loginCont .logo a img {
          margin: 0 auto;
          width: 140px; }
    .loginPage .loginCont .loginForm {
      background: #044765;
      padding: 65px 50px 30px;
      position: relative;
      color: #90abb8; }
      .loginPage .loginCont .loginForm .userIcon {
        position: absolute;
        width: 112px;
        height: 112px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background: #a2bfcc;
        top: -56px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        border: 11px solid #095678;
        text-align: center; }
        .loginPage .loginCont .loginForm .userIcon img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .loginPage .loginCont .loginForm .formRow {
        margin-bottom: 8px;
        -moz-placeholder-color: #313537;
        -ms-input-placeholder-color: #313537; }
        .loginPage .loginCont .loginForm .formRow ::-webkit-input-placeholder {
          color: #313537; }
        .loginPage .loginCont .loginForm .formRow ::-moz-placeholder {
          color: #313537; }
      .loginPage .loginCont .loginForm label {
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 5px;
        display: block; }
      .loginPage .loginCont .loginForm input[type='text'], .loginPage .loginCont .loginForm input[type='email'], .loginPage .loginCont .loginForm input[type='password'] {
        height: 42px;
        background: #a2bfcc;
        border: 1px solid #0d84b8;
        color: #313537;
        font-family: "Noto Sans", sans-serif;
        font-weight: 400;
        font-size: 15px;
        padding: 0 15px; }
      .loginPage .loginCont .loginForm input[type='submit'] {
        height: 44px;
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        font-family: "Noto Sans", sans-serif;
        color: #044765;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: #ffffff; }
        .loginPage .loginCont .loginForm input[type='submit']:hover {
          background: #c6eafa;
          color: #044765; }
      .loginPage .loginCont .loginForm .buttonBox {
        padding-top: 6px;
        margin-bottom: 20px; }
      .loginPage .loginCont .loginForm .formText {
        text-align: center;
        font-size: 12.79px; }
        .loginPage .loginCont .loginForm .formText a {
          color: #ffffff; }
          .loginPage .loginCont .loginForm .formText a:hover {
            color: #a2bfcc; }

.formWraper .rowArea .form-group.rowCheakList label {
  padding-left: 27px; }
.formWraper .rowArea .form-group .formBox {
  -moz-placeholder-color: #313537;
  -ms-input-placeholder-color: #313537; }
  .formWraper .rowArea .form-group .formBox ::-webkit-input-placeholder {
    color: #313537; }
  .formWraper .rowArea .form-group .formBox ::-moz-placeholder {
    color: #313537; }
.formWraper .rowArea .form-group.leftrow {
  width: calc(100% - 113px);
  padding-right: 20px; }
  .formWraper .rowArea .form-group.leftrow label {
    width: 154px; }
  .formWraper .rowArea .form-group.leftrow .formBox {
    width: calc(100% - 154px);
    padding-left: 10px; }
.formWraper .rowArea .form-group.rightrow {
  width: 113px; }
.formWraper .rowArea .btnAreas {
  width: 264px;
  padding-left: 163px; }

.leftSidebar {
  width: 300px;
  float: left;
  position: relative;
  background: #095678;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .leftSidebar.push {
    width: 80px; }
    .leftSidebar.push .sidebarInner .userSecArea h4 {
      white-space: nowrap;
      width: 50px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .leftSidebar.push .sidebarInner .userSecArea span {
      width: 36px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .leftSidebar.push .sidebarInner .userSecArea {
      width: 80px;
      padding: 13px 11px; }
      .leftSidebar.push .sidebarInner .userSecArea .userNameArea {
        display: none; }
    .leftSidebar.push .sidebarInner .menuList {
      width: 80px;
      padding-top: 84px !important; }
      .leftSidebar.push .sidebarInner .menuList .userNameArea {
        display: none; }
      .leftSidebar.push .sidebarInner .menuList ul ul {
        padding-left: 0; }
      .leftSidebar.push .sidebarInner .menuList ul li .toggleArrow {
        right: 6px;
        font-size: 18px; }
      .leftSidebar.push .sidebarInner .menuList ul li a:before {
        width: 2px; }
      .leftSidebar.push .sidebarInner .menuList ul li a span {
        padding-right: 0; }
      .leftSidebar.push .sidebarInner .menuList ul li ul li a {
        padding: 10px 5px;
        padding-left: 12px; }
        .leftSidebar.push .sidebarInner .menuList ul li ul li a:after {
          left: 2px; }
        .leftSidebar.push .sidebarInner .menuList ul li ul li a span {
          width: 100%; }
  .leftSidebar .sidebarInner {
    min-height: 100vh; }
    .leftSidebar .sidebarInner .userSecArea {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 10px 20px;
      position: fixed;
      width: 300px;
      top: 0;
      z-index: 3;
      background: #095678; }
      .leftSidebar .sidebarInner .userSecArea figure {
        float: left;
        width: 57px;
        height: 57px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #009de2; }
      .leftSidebar .sidebarInner .userSecArea h4 {
        width: calc(100% - 57px);
        float: right;
        font-size: 16px;
        font-family: "Varela Round", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400;
        padding-left: 15px; }
      .leftSidebar .sidebarInner .userSecArea span {
        display: block; }
      .leftSidebar .sidebarInner .userSecArea .user_image {
        margin-bottom: 10px; }
      .leftSidebar .sidebarInner .userSecArea .userNameArea {
        width: 100%; }
        .leftSidebar .sidebarInner .userSecArea .userNameArea select {
          border: 0;
          background-color: transparent;
          color: #ffffff;
          width: 100%;
          outline: none;
          background: url(../images/select-arrow.png) no-repeat 97% center transparent;
          background-size: 10px auto;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          border-radius: 0;
          padding: 0 7px;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          border: 1px solid #006896;
          margin-bottom: 10px;
          height: 30px;
          line-height: 28px;
          font-size: 12px; }
          .leftSidebar .sidebarInner .userSecArea .userNameArea select:last-child {
            margin-bottom: 0; }
          .leftSidebar .sidebarInner .userSecArea .userNameArea select option {
            background: #095678;
            border: 1px solid #ffffff; }
    .leftSidebar .sidebarInner .menuList {
      height: 100vh;
      width: 300px;
      position: fixed;
      z-index: 1;
      background: #095678;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      overflow: hidden; }
      .leftSidebar .sidebarInner .menuList:hover .mCSB_scrollTools {
        opacity: 1; }
      .leftSidebar .sidebarInner .menuList .mCSB_inside .mCSB_container {
        margin: 0 0 0; }
      .leftSidebar .sidebarInner .menuList .mCSB_scrollTools {
        opacity: 0;
        right: 0;
        width: 8px; }
      .leftSidebar .sidebarInner .menuList .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #1784b5 !important;
        width: 8px; }
      .leftSidebar .sidebarInner .menuList .mCSB_scrollTools .mCSB_draggerRail {
        background: transparent; }
      .leftSidebar .sidebarInner .menuList ul {
        background: #095678; }
        .leftSidebar .sidebarInner .menuList ul li {
          width: 100%;
          background: #074b6a;
          position: relative; }
          .leftSidebar .sidebarInner .menuList ul li a {
            position: relative;
            color: #ffffff;
            font-family: "Varela Round", sans-serif;
            font-size: 16px;
            background-color: #084f70;
            padding: 15px 28px;
            width: 100%;
            border-bottom: 1px solid #095678;
            display: flex;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            .leftSidebar .sidebarInner .menuList ul li a .imgSpan {
              display: inline-block;
              vertical-align: middle;
              padding-right: 17px;
              width: 41px;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
            .leftSidebar .sidebarInner .menuList ul li a span {
              width: calc(100% - 41px);
              display: inline-block;
              vertical-align: middle;
              -webkit-text-overflow: ellipsis;
              -moz-text-overflow: ellipsis;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap; }
            .leftSidebar .sidebarInner .menuList ul li a:before {
              position: absolute;
              content: "";
              left: 0;
              top: 0;
              background: #ffffff;
              height: 0;
              width: 6px;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
          .leftSidebar .sidebarInner .menuList ul li ul.mainSub.customActive {
            display: block; }
          .leftSidebar .sidebarInner .menuList ul li ul li.customActive a, .leftSidebar .sidebarInner .menuList ul li ul li.active a {
            color: #ffffff; }
          .leftSidebar .sidebarInner .menuList ul li:hover a, .leftSidebar .sidebarInner .menuList ul li.active a, .leftSidebar .sidebarInner .menuList ul li.customActive a {
            background-color: #074b6a; }
            .leftSidebar .sidebarInner .menuList ul li:hover a:before, .leftSidebar .sidebarInner .menuList ul li.active a:before, .leftSidebar .sidebarInner .menuList ul li.customActive a:before {
              height: 100%; }
          .leftSidebar .sidebarInner .menuList ul li .toggleArrow {
            display: inline-block;
            position: absolute;
            right: 12px;
            bottom: 0;
            top: 12px;
            z-index: 2;
            cursor: pointer;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-family: fontAwesome;
            font-size: 24px;
            font-style: normal; }
            .leftSidebar .sidebarInner .menuList ul li .toggleArrow:before {
              content: ""; }
            .leftSidebar .sidebarInner .menuList ul li .toggleArrow.active:before {
              content: ""; }
        .leftSidebar .sidebarInner .menuList ul ul {
          padding-left: 45px;
          display: none;
          background-color: #074b6a;
          -webkit-transition: padding 0.3s;
          -moz-transition: padding 0.3s;
          -o-transition: padding 0.3s;
          transition: padding 0.3s; }
          .leftSidebar .sidebarInner .menuList ul ul li a span {
            width: 100%; }
          .leftSidebar .sidebarInner .menuList ul ul li:hover a, .leftSidebar .sidebarInner .menuList ul ul li.active a {
            border-left: 0; }
          .leftSidebar .sidebarInner .menuList ul ul li a {
            color: #60a5c5;
            border-left: 0;
            padding-left: 0;
            background: #074b6a;
            padding-left: 35px; }
            .leftSidebar .sidebarInner .menuList ul ul li a:after {
              position: absolute;
              content: "";
              font-family: fontAwesome;
              left: 0;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
            .leftSidebar .sidebarInner .menuList ul ul li a:hover {
              color: #ffffff; }
            .leftSidebar .sidebarInner .menuList ul ul li a:before {
              content: normal !important; }
            .leftSidebar .sidebarInner .menuList ul ul li a .arrow {
              float: left; }
          .leftSidebar .sidebarInner .menuList ul ul ul {
            padding-left: 25px; }
    .leftSidebar .sidebarInner .version {
      position: relative;
      bottom: 0;
      z-index: 1;
      text-align: center;
      margin-top: -45px;
      width: 300px;
      max-width: 100%; }
      .leftSidebar .sidebarInner .version span {
        color: #ffffff; }

.rightPageCont {
  float: left;
  width: calc(100% - 300px);
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .rightPageCont.increse {
    width: calc(100% - 80px); }
  .rightPageCont .headerright {
    background: #ffffff;
    position: fixed;
    height: 84px;
    display: block;
    -webkit-box-shadow: 0 3px 24px #e0dfdf;
    -moz-box-shadow: 0 3px 24px #e0dfdf;
    -o-box-shadow: 0 3px 24px #e0dfdf;
    box-shadow: 0 3px 24px #e0dfdf;
    padding: 20px 30px;
    z-index: 2; }
  .rightPageCont .popUp {
    position: absolute;
    right: 23px;
    top: 76px;
    background: #ffffff;
    width: 199px;
    max-width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #e1e1e1; }
    .rightPageCont .popUp.user {
      display: none; }
    .rightPageCont .popUp.notification {
      right: 80px;
      display: none; }
    .rightPageCont .popUp:before {
      content: "";
      position: absolute;
      width: 16px;
      height: 13px;
      background-image: url(../images/popup_arrow.png);
      background-repeat: no-repeat;
      right: 19px;
      top: -13px; }
    .rightPageCont .popUp ul {
      padding: 0 4px; }
      .rightPageCont .popUp ul li {
        width: 100%;
        padding: 15px 10px;
        border-bottom: 1px solid #e1e1e1; }
        .rightPageCont .popUp ul li:last-child {
          border-bottom: 0; }
        .rightPageCont .popUp ul li a {
          color: #095678;
          display: flex; }
          .rightPageCont .popUp ul li a:hover {
            color: #000000; }
          .rightPageCont .popUp ul li a img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
            width: 15px;
            height: 17px; }
          .rightPageCont .popUp ul li a span {
            display: inline-block;
            vertical-align: middle; }
  .rightPageCont .headerWrap {
    width: calc(100% - 300px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .rightPageCont .headerWrap.increse {
      width: calc(100% - 80px); }
    .rightPageCont .headerWrap .leftHeader {
      float: left; }
      .rightPageCont .headerWrap .leftHeader .arrowBar {
        float: left;
        width: 30px;
        margin-top: 13px;
        margin-right: 20px; }
        .rightPageCont .headerWrap .leftHeader .arrowBar a {
          display: block; }
          .rightPageCont .headerWrap .leftHeader .arrowBar a em {
            top: 0;
            height: 3px;
            background: #095678;
            position: relative;
            display: block;
            margin-bottom: 5px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            opacity: 1; }
            .rightPageCont .headerWrap .leftHeader .arrowBar a em:last-child {
              margin-bottom: 0; }
      .rightPageCont .headerWrap .leftHeader .logo {
        float: left; }
    .rightPageCont .headerWrap .rightHeader {
      float: right; }
      .rightPageCont .headerWrap .rightHeader ul li {
        float: left;
        padding-right: 23px; }
        .rightPageCont .headerWrap .rightHeader ul li:first-child {
          margin-top: 5px; }
        .rightPageCont .headerWrap .rightHeader ul li:last-child {
          padding-right: 0; }
        .rightPageCont .headerWrap .rightHeader ul li .notificationIcon {
          position: relative; }
          .rightPageCont .headerWrap .rightHeader ul li .notificationIcon span {
            position: absolute;
            right: -23px;
            top: -9px;
            background: #ed1c24;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            z-index: 1;
            color: #ffffff;
            text-align: center;
            font-size: 9px;
            line-height: 15px; }
        .rightPageCont .headerWrap .rightHeader ul li .userImg {
          width: 44px;
          height: 44px;
          display: block; }
          .rightPageCont .headerWrap .rightHeader ul li .userImg img {
            border-radius: 50%; }
  .rightPageCont .rightWrapper .wrapperR {
    padding: 22px 30px; }
  .rightPageCont .rightWrapper.commonArea {
    margin: 81px 0 0;
    width: 100%; }
  .rightPageCont .rightWrapper.vandorPage input[disabled] {
    cursor: no-drop;
    background: #e0dfdf; }
  .rightPageCont .rightWrapper.inventry-formularySec .pagination {
    float: right;
    margin-top: 50px; }
  .rightPageCont .rightWrapper.inventry-formularySec .rowCheakList ul li {
    margin-right: 30px;
    padding-left: 22px; }
  .rightPageCont .rightWrapper.paitentManagementWrap .rowArea label {
    width: 100px; }
  .rightPageCont .rightWrapper.paitentManagementWrap .rowArea .formBox {
    width: calc(100% - 100px); }
    .rightPageCont .rightWrapper.paitentManagementWrap .rowArea .formBox .formListRow:last-child {
      margin-bottom: 0; }
  .rightPageCont .rightWrapper.paitentManagementWrap .rowArea .btnArea {
    float: right;
    margin-top: 10px; }
  .rightPageCont .rightWrapper .breadCrumb {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 23px; }
    .rightPageCont .rightWrapper .breadCrumb ul li {
      float: left;
      padding: 0 14px 0 7px;
      color: #7e7e7e;
      position: relative;
      font-size: 14px;
      font-family: "Varela Round", sans-serif;
      text-transform: capitalize; }
      .rightPageCont .rightWrapper .breadCrumb ul li a {
        font-size: 14px;
        font-family: "Varela Round", sans-serif;
        color: #464646; }
        .rightPageCont .rightWrapper .breadCrumb ul li a img {
          display: inline-block;
          margin-right: 10px; }
      .rightPageCont .rightWrapper .breadCrumb ul li:before {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
      .rightPageCont .rightWrapper .breadCrumb ul li:last-child {
        padding-right: 0; }
        .rightPageCont .rightWrapper .breadCrumb ul li:last-child:before {
          content: normal !important; }
      .rightPageCont .rightWrapper .breadCrumb ul li.active {
        color: #464646; }
        .rightPageCont .rightWrapper .breadCrumb ul li.active a {
          color: #464646; }
  .rightPageCont .rightWrapper .headingBtnArea {
    margin-bottom: 30px; }
    .rightPageCont .rightWrapper .headingBtnArea.companyCode h3 {
      width: 100%; }
      .rightPageCont .rightWrapper .headingBtnArea.companyCode h3 span {
        float: right; }
        .rightPageCont .rightWrapper .headingBtnArea.companyCode h3 span em {
          font-style: normal;
          color: #ea1313; }
    .rightPageCont .rightWrapper .headingBtnArea h3 {
      float: left;
      margin-bottom: 5px; }
    .rightPageCont .rightWrapper .headingBtnArea ul {
      float: right; }
  .rightPageCont .rightWrapper .btnArea ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important; }
    .rightPageCont .rightWrapper .btnArea ul li:last-child {
      margin-right: 0; }
  .rightPageCont .rightWrapper .formWrapArea {
    margin-bottom: 35px; }
    .rightPageCont .rightWrapper .formWrapArea.readonlyForm input[disabled],
    .rightPageCont .rightWrapper .formWrapArea.readonlyForm input[readonly],
    .rightPageCont .rightWrapper .formWrapArea.readonlyForm select[disabled],
    .rightPageCont .rightWrapper .formWrapArea.readonlyForm .uploadFileArea {
      background-color: rgba(139, 243, 3, 0.25882);
      cursor: pointer; }
  .rightPageCont .rightWrapper .formWraper {
    padding: 45px;
    background: #d7d4d4;
    border: 2px solid #cdcccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .rightPageCont .rightWrapper .formWraper input[disabled],
    .rightPageCont .rightWrapper .formWraper input[readonly],
    .rightPageCont .rightWrapper .formWraper select[disabled] {
      background-color: #d2edff; }
    .rightPageCont .rightWrapper .formWraper.formPadd {
      padding: 10px; }
    .rightPageCont .rightWrapper .formWraper.paddWrap {
      padding: 30px; }
    .rightPageCont .rightWrapper .formWraper .form-group .formBox .formListWrap {
      margin-bottom: 20px; }
      .rightPageCont .rightWrapper .formWraper .form-group .formBox .formListWrap:last-child {
        margin-bottom: 0; }
    .rightPageCont .rightWrapper .formWraper.labelWidthBig .form-group label {
      width: 130px; }
    .rightPageCont .rightWrapper .formWraper.labelWidthBig .form-group .formBox {
      width: calc(100% - 130px); }
    .rightPageCont .rightWrapper .formWraper.formWraper1 {
      border: 0;
      padding: 0; }
      .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(odd) {
        width: 40.6%; }
        .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(odd) label {
          width: 76px; }
        .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(odd) .formBox {
          width: calc(100% - 76px); }
      .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(even) {
        width: 55.4%; }
        .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(even) label {
          width: 110px; }
        .rightPageCont .rightWrapper .formWraper.formWraper1 .rowArea .form-group:nth-child(even) .formBox {
          width: calc(100% - 110px); }
    .rightPageCont .rightWrapper .formWraper.fullWidthBox .form-group {
      width: 100%; }
    .rightPageCont .rightWrapper .formWraper.fullWidthBox .rowArea label {
      width: 240px; }
    .rightPageCont .rightWrapper .formWraper.fullWidthBox .rowArea .formBox {
      width: calc(100% - 240px); }
  .rightPageCont .rightWrapper .rowArea,
  .rightPageCont .rightWrapper .rowAreaChk {
    margin-bottom: 20px;
    width: 100%; }
    .rightPageCont .rightWrapper .rowArea label,
    .rightPageCont .rightWrapper .rowAreaChk label {
      float: left;
      width: 120px;
      color: #414040;
      font-size: 13px;
      line-height: 39px; }
    .rightPageCont .rightWrapper .rowArea .formBox,
    .rightPageCont .rightWrapper .rowAreaChk .formBox {
      float: left;
      width: calc(100% - 120px); }
      .rightPageCont .rightWrapper .rowArea .formBox .select2Box .select2-container,
      .rightPageCont .rightWrapper .rowAreaChk .formBox .select2Box .select2-container {
        width: 100% !important; }
      .rightPageCont .rightWrapper .rowArea .formBox .select2Box .select2-selection--multiple:focus,
      .rightPageCont .rightWrapper .rowAreaChk .formBox .select2Box .select2-selection--multiple:focus {
        border: 1px solid #054663; }
      .rightPageCont .rightWrapper .rowArea .formBox input,
      .rightPageCont .rightWrapper .rowAreaChk .formBox input {
        height: 40px; }
        .rightPageCont .rightWrapper .rowArea .formBox input[type="checkbox"],
        .rightPageCont .rightWrapper .rowAreaChk .formBox input[type="checkbox"] {
          display: none; }
          .rightPageCont .rightWrapper .rowArea .formBox input[type="checkbox"] + label,
          .rightPageCont .rightWrapper .rowAreaChk .formBox input[type="checkbox"] + label {
            cursor: pointer;
            color: #414040;
            font-size: 14px;
            font-family: "Lato", sans-serif;
            line-height: 1.4 !important;
            width: 100% !important;
            display: block; }
            .rightPageCont .rightWrapper .rowArea .formBox input[type="checkbox"] + label:before,
            .rightPageCont .rightWrapper .rowAreaChk .formBox input[type="checkbox"] + label:before {
              content: "";
              position: absolute;
              left: 0;
              top: 2px;
              width: 16px;
              height: 17px;
              background: url(../images/check.png) no-repeat 0 -17px;
              background-size: 100% auto; }
      .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip input,
      .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip input {
        display: inline-block;
        width: calc(100% - 20px); }
      .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip span.formularyInfo,
      .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip span.formularyInfo {
        position: relative;
        width: 12px;
        height: 14px;
        line-height: 14px;
        display: inline-block; }
        .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip span.formularyInfo i,
        .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip span.formularyInfo i {
          cursor: pointer;
          color: #87b2ca; }
        .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip span.formularyInfo em,
        .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip span.formularyInfo em {
          position: absolute;
          min-width: 200px;
          max-width: 400px;
          background-color: #efeeee;
          padding: 7px;
          color: #000000;
          font-size: 12px;
          border-radius: 4px;
          text-align: left;
          margin-right: 6px;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          right: 100%;
          font-weight: 400;
          font-style: normal;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: -1;
          display: block;
          opacity: 0; }
          .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip span.formularyInfo em:after,
          .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip span.formularyInfo em:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #efeeee;
            top: 0;
            right: -5px;
            bottom: 0;
            margin: auto 0; }
        .rightPageCont .rightWrapper .rowArea .formBox.has-tooltip span.formularyInfo:hover em,
        .rightPageCont .rightWrapper .rowAreaChk .formBox.has-tooltip span.formularyInfo:hover em {
          opacity: 1;
          z-index: 2; }
    .rightPageCont .rightWrapper .rowArea.form-col-3 .form-group,
    .rightPageCont .rightWrapper .rowAreaChk.form-col-3 .form-group {
      width: calc(33.333333% - 28px);
      margin-right: 42px;
      float: left; }
      .rightPageCont .rightWrapper .rowArea.form-col-3 .form-group:nth-child(odd),
      .rightPageCont .rightWrapper .rowAreaChk.form-col-3 .form-group:nth-child(odd) {
        float: left; }
      .rightPageCont .rightWrapper .rowArea.form-col-3 .form-group:nth-child(even),
      .rightPageCont .rightWrapper .rowAreaChk.form-col-3 .form-group:nth-child(even) {
        float: left; }
      .rightPageCont .rightWrapper .rowArea.form-col-3 .form-group:last-child,
      .rightPageCont .rightWrapper .rowAreaChk.form-col-3 .form-group:last-child {
        margin-right: 0; }
  .rightPageCont .rightWrapper .form-group {
    width: calc(50% - 21px); }
    .rightPageCont .rightWrapper .form-group:nth-child(odd) {
      float: left; }
    .rightPageCont .rightWrapper .form-group:nth-child(even) {
      float: right; }
  .rightPageCont .rightWrapper .form-colum label {
    width: 70px; }
  .rightPageCont .rightWrapper .form-colum .formBox {
    width: calc(100% - 70px); }
    .rightPageCont .rightWrapper .form-colum .formBox.form1 .form-group:nth-child(2n) label {
      width: 20%; }
  .rightPageCont .rightWrapper.userCradin ul li {
    float: left;
    margin-right: 56px; }
    .rightPageCont .rightWrapper.userCradin ul li:last-child {
      margin-right: 0; }
  .rightPageCont .rightWrapper.transactionSec {
    margin-bottom: 10px; }
    .rightPageCont .rightWrapper.transactionSec:last-child {
      margin-bottom: 0; }
    .rightPageCont .rightWrapper.transactionSec ul li {
      margin-right: 65px;
      line-height: 48px; }
      .rightPageCont .rightWrapper.transactionSec ul li:last-child {
        margin-right: 0; }
  .rightPageCont .rightWrapper.transactionSec1 ul li {
    margin-right: 60px;
    line-height: 48px; }
    .rightPageCont .rightWrapper.transactionSec1 ul li:last-child {
      margin-right: 0; }
  .rightPageCont .rightWrapper .btnBig {
    padding: 0 36px; }
  .rightPageCont .rightWrapper .tableSecArea .table-bordered {
    margin-bottom: 30px; }
  .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li {
    float: left;
    width: calc(25% - 30px);
    margin-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li:last-child {
      margin-right: 0; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box1 {
      background: #6bbaac; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box2 {
      background: #aed7bb; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box3 {
      background: #f3fdba; }
      .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box3 .listCnt h4 {
        color: #3e3c3c; }
      .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box3 .listCnt p {
        color: #3e3c3c; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li.box4 {
      background: #e44971; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li .listCnt {
      width: calc(100% - 30px);
      float: left; }
      .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li .listCnt h4 {
        color: #ffffff;
        font-size: 24px;
        font-family: "Varela Round", sans-serif; }
      .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li .listCnt p {
        font-size: 14px;
        color: #ffffff;
        font-family: "Varela Round", sans-serif; }
    .rightPageCont .rightWrapper.dashboardSec .dashListWrap .dashList ul li .listIcon {
      width: 30px;
      float: right;
      margin-top: 8px; }
  .rightPageCont .rightWrapper.dashboardSec .bigHeight .headinghed {
    height: 100%; }
  .rightPageCont .rightWrapper.dashboardSec .mediumHeight .dashboardList {
    width: calc(33.33333% - 20px);
    margin-right: 30px;
    float: left; }
    .rightPageCont .rightWrapper.dashboardSec .mediumHeight .dashboardList:last-child {
      margin-right: 0; }
  .rightPageCont .rightWrapper.dashboardSec .mediumHeight .headinghed {
    height: 100%; }
  .rightPageCont .rightWrapper.dayendSec .rowCheakList ul li {
    width: 100%;
    margin-bottom: 20px; }
  .rightPageCont .rightWrapper.dayendSec .formWraper .btnArea ul li {
    width: 43%;
    float: left;
    padding-left: 0; }
  .rightPageCont .rightWrapper.dayendSec .tabelRow label {
    padding-left: 24px; }
  .rightPageCont .rightWrapper.auditLogSec .formWrapArea .tableList .tableLayout {
    max-height: 633px;
    height: 463px; }
    .rightPageCont .rightWrapper.auditLogSec .formWrapArea .tableList .tableLayout .tableSticky .tabelRow .t_column.colm2, .rightPageCont .rightWrapper.auditLogSec .formWrapArea .tableList .tableLayout .tableSticky .tabelRow .t_column.colm3, .rightPageCont .rightWrapper.auditLogSec .formWrapArea .tableList .tableLayout .tableSticky .tabelRow .t_column.colm4 {
      text-align: center; }
    .rightPageCont .rightWrapper.auditLogSec .formWrapArea .tableList .tableLayout .tableListWrap .tabelRow {
      border-bottom: 2px solid #e1e1e1; }
  .rightPageCont .rightWrapper .tableListWrap .tabelRow .t_column.colm1 {
    text-align: left; }
    .rightPageCont .rightWrapper .tableListWrap .tabelRow .t_column.colm1 p {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 0; }
      .rightPageCont .rightWrapper .tableListWrap .tabelRow .t_column.colm1 p:last-child {
        margin-right: 0; }

.tableLayout {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  height: 230px;
  max-height: 271px;
  overflow: auto;
  margin-bottom: 30px; }
  .tableLayout .tableSticky {
    background: #f2eeee;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    border-bottom: 2px solid #e1e1e1; }
    .tableLayout .tableSticky .tabelRow .t_column {
      padding: 20px 18px;
      color: #3e3c3c; }
  .tableLayout .tableListWrap .tabelRow .t_column {
    padding: 18px;
    text-align: center;
    color: #787777;
    font-size: 14px;
    font-family: "Lato", sans-serif; }
    .tableLayout .tableListWrap .tabelRow .t_column p {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 0; }
      .tableLayout .tableListWrap .tabelRow .t_column p:last-child {
        margin-right: 0; }
  .tableLayout .tabelRow {
    width: 100%;
    flex-wrap: nowrap; }
    .tableLayout .tabelRow .t_column {
      float: left;
      width: 100%;
      border-right: 2px solid #e1e1e1; }
      .tableLayout .tabelRow .t_column.colm1 {
        width: 46%; }
      .tableLayout .tabelRow .t_column.colm2 {
        width: 19%; }
      .tableLayout .tabelRow .t_column.colm3 {
        width: 17%; }
      .tableLayout .tabelRow .t_column.colm4 {
        width: 17%;
        border-right: 0; }
      .tableLayout .tabelRow .t_column.colm00 {
        border-right: 0; }

.heading2 h3 {
  font-size: 24px;
  color: #3e3c3c;
  font-family: "Varela Round", sans-serif;
  margin-bottom: 20px; }

.heading3 h4 {
  font-size: 20px;
  font-family: "Varela Round", sans-serif;
  color: #3e3c3c;
  font-weight: 400;
  margin-bottom: 15px; }

.table-bordered {
  border-spacing: 0;
  width: 100%;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .table-bordered td + td {
    border-left: 2px solid #e1e1e1;
    text-align: center; }
  .table-bordered th {
    border-bottom: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    color: #3e3c3c;
    background: #f2eeee;
    padding: 20px 18px; }
    .table-bordered th:first-child {
      border-left: 0; }
  .table-bordered td {
    color: #787777;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background: #ffffff;
    padding: 18px 13px; }

.headinghed {
  border: 2px solid #e1e1e1;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .headinghed h3 {
    padding: 15px 38px;
    background: #f2eeee;
    color: #3e3c3c;
    font-size: 20px;
    font-family: "Varela Round", sans-serif; }
  .headinghed h4 {
    padding: 15px 38px;
    background: #f2eeee;
    color: #3e3c3c;
    font-size: 18px;
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    margin: 0; }

.bgWhite {
  padding: 15px; }
  .bgWhite img {
    margin: auto; }
  .bgWhite .rowArea {
    margin-bottom: 10px; }
    .bgWhite .rowArea:last-child {
      margin-bottom: 0; }
    .bgWhite .rowArea input[type="submit"] {
      width: 100%; }

.heightBox {
  min-height: 337px;
  height: 100%; }

.tabelArea {
  border: 2px solid #e1e1e1;
  border-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background: #f2eeee; }
  .tabelArea.patientListing {
    border-color: #868686;
    border-width: 1px; }
    .tabelArea.patientListing tbody tr td {
      border-color: #868686 !important;
      border-width: 1px !important; }
    .tabelArea.patientListing thead tr th {
      border-color: #868686 !important;
      border-width: 1px !important; }
    .tabelArea.patientListing .greenBg tr td {
      background-color: rgba(139, 243, 3, 0.25882) !important;
      color: #000000 !important; }
  .tabelArea.inventryFormularytabel thead tr th:last-child {
    width: 150px; }
  .tabelArea.largeAction tbody tr td:last-child {
    width: 210px; }
  .tabelArea tr {
    padding: 10px; }
  .tabelArea thead tr th {
    border-bottom: 0;
    border-right: 0;
    padding: 10px 11px;
    border-right: 2px solid #e1e1e1;
    color: #3e3c3c;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 16px; }
    .tabelArea thead tr th:last-child {
      border-right: 0; }
  .tabelArea thead tr td {
    padding: 10px 11px; }
  .tabelArea tbody tr td {
    border-right: 2px solid #e1e1e1;
    padding: 20px 11px;
    border-bottom: 2px solid #e1e1e1;
    text-align: center;
    color: #787777;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background: #ffffff; }
    .tabelArea tbody tr td:last-child {
      border-right: 0; }
    .tabelArea tbody tr td p {
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 0; }
      .tabelArea tbody tr td p:last-child {
        margin-right: 0; }
    .tabelArea tbody tr td ul li {
      display: inline-block;
      margin-right: 2px;
      margin-bottom: 2px;
      margin-top: 2px;
      vertical-align: top; }
      .tabelArea tbody tr td ul li:last-child {
        margin-right: 0;
        margin-bottom: 0; }
  .tabelArea.tabel-new {
    border-bottom: 2px solid #e1e1e1; }
    .tabelArea.tabel-new thead tr:nth-child(even) {
      background: #ffffff; }
    .tabelArea.tabel-new thead tr th:first-child {
      vertical-align: middle; }
    .tabelArea.tabel-new thead tr td {
      padding: 10px 20px;
      color: #7e7e7e;
      font-size: 14px; }
      .tabelArea.tabel-new thead tr td .listTab ul li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px; }
        .tabelArea.tabel-new thead tr td .listTab ul li:last-child {
          margin-bottom: 0; }
        .tabelArea.tabel-new thead tr td .listTab ul li:after {
          position: absolute;
          content: "";
          font-family: fontAwesome;
          left: 0; }
  .tabelArea.tabelCmWidth thead tr th {
    padding: 20px 25px; }
    .tabelArea.tabelCmWidth thead tr th:first-child {
      width: 44%; }
  .tabelArea.tabelCmWidth tbody tr td {
    padding: 20px 25px; }
  .tabelArea.userActivityTabel thead tr th {
    padding: 20px 7px;
    width: 98px; }
    .tabelArea.userActivityTabel thead tr th:first-child {
      width: 189px;
      padding: 16px 25px; }
  .tabelArea.userActivityTabel tbody tr td {
    padding: 20px 7px; }
    .tabelArea.userActivityTabel tbody tr td:first-child {
      padding: 16px 25px; }
  .tabelArea.inventryFormularytabel .eventTbl thead tr th {
    z-index: 1; }
  .tabelArea.inventryFormularytabel thead tr th {
    padding: 10px 5px;
    font-size: 14px; }
    .tabelArea.inventryFormularytabel thead tr th.drugName {
      width: 330px;
      max-width: 330px;
      min-width: 200px !important; }
  .tabelArea.inventryFormularytabel tbody tr td {
    padding: 10px 5px; }
    .tabelArea.inventryFormularytabel tbody tr td:first-child {
      max-width: 132px; }
  .tabelArea.transactionTbl thead tr th {
    min-width: 110px; }
    .tabelArea.transactionTbl thead tr th:last-child {
      min-width: inherit; }
  .tabelArea.rcvIcons thead tr th:last-child {
    min-width: 200px; }
  .tabelArea.rcvIcons thead tr th.drugName {
    width: auto;
    min-width: auto !important; }
  .tabelArea.rcvIcons tbody tr td:last-child .order-delete {
    margin-left: 0; }

.pagination ul li {
  float: left;
  width: 30px;
  background-image: url(../images/pagenation_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  margin-right: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0px 2px 5px #d1d1d1;
  -moz-box-shadow: 0px 2px 5px #d1d1d1;
  -o-box-shadow: 0px 2px 5px #d1d1d1;
  box-shadow: 0px 2px 5px #d1d1d1;
  height: 32px;
  text-align: center;
  line-height: 30px;
  color: #717171;
  font-weight: 600; }
  .pagination ul li:hover, .pagination ul li.active {
    background-position: 0 -33px; }
  .pagination ul li a {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #717171;
    font-size: 14.4px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-align: center; }
    .pagination ul li a img {
      position: relative;
      top: 38%;
      margin: auto; }

.formAreaList .formRowList .formGroop {
  width: calc(33.333% - 19px);
  float: left;
  margin-right: 28px; }
  .formAreaList .formRowList .formGroop:last-child {
    margin-right: 0; }
  .formAreaList .formRowList .formGroop label {
    width: 83px;
    float: left;
    line-height: 39px; }
  .formAreaList .formRowList .formGroop .formBox {
    width: calc(100% - 83px);
    float: left; }
    .formAreaList .formRowList .formGroop .formBox input [type="checkbox"] {
      height: 40px; }
  .formAreaList .formRowList .formGroop .checkedRow {
    margin-top: 20px; }
    .formAreaList .formRowList .formGroop .checkedRow ul li {
      margin-bottom: 0; }
      .formAreaList .formRowList .formGroop .checkedRow ul li label {
        width: auto;
        line-height: 20px; }
.formAreaList.formRow3 .formGroop {
  width: calc(33.333% - 19px); }

.uploadFileArea {
  position: relative;
  border: 1px solid #a1a1a1;
  background: #ffffff;
  height: 39px;
  line-height: 39px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .uploadFileArea .fileBtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    opacity: 0; }
  .uploadFileArea .fileChoose {
    z-index: 2;
    float: left;
    width: 110px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .uploadFileArea .fileChoose .paperClip {
      font-size: 17px;
      color: #464646; }
    .uploadFileArea .fileChoose span {
      color: #464646;
      line-height: 20px;
      font-weight: 600; }
  .uploadFileArea p {
    float: left;
    width: calc(100% - 115px);
    color: #464646;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.accordionWrap .accordionList {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #d7d4d4;
  border: 2px solid #cdcccc; }
  .accordionWrap .accordionList:last-child {
    margin-bottom: 0; }
  .accordionWrap .accordionList .tabelArea {
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px; }
    .accordionWrap .accordionList .tabelArea tbody tr td {
      border-bottom: 0;
      padding: 12px 15px; }
    .accordionWrap .accordionList .tabelArea.dispenseTbl thead tr th {
      font-size: 14px; }

.accordionCnnt {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: none; }

.listC {
  padding: 20px; }
  .listC .col-3 {
    margin-right: 30px; }
    .listC .col-3:last-child {
      margin-right: 0; }
    .listC .col-3:first-child {
      width: 24%; }
  .listC .leftPart {
    width: calc(100% - 204px);
    float: left; }
  .listC .rightPart {
    width: 204px;
    float: left;
    padding-left: 25px; }
    .listC .rightPart .rowCheakList {
      margin-bottom: 10px; }
    .listC .rightPart .searchArea .findBtn {
      width: 100%;
      margin-top: 5px; }
    .listC .rightPart .closeBtn ul li:nth-child(3) {
      margin-right: 0; }

.titleA {
  color: #787777;
  background: #ffffff;
  width: 100%;
  display: block;
  padding: 12px 15px;
  position: relative;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .titleA:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    bottom: 0;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
    cursor: pointer; }
  .titleA.bgTitle:before {
    background-image: url(../images/arrow-down.png) !important;
    background-repeat: no-repeat !important; }

.accordionList.roleGroup .checkLabel {
  padding: 0 0;
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 1; }
  .accordionList.roleGroup .checkLabel input[type="checkbox"]:checked + label {
    background: #095678; }
    .accordionList.roleGroup .checkLabel input[type="checkbox"]:checked + label:before {
      left: 21px; }
  .accordionList.roleGroup .checkLabel input[type="checkbox"] + label {
    padding: 0;
    width: 40px !important;
    height: 18px;
    position: relative;
    background: #d7d4d4;
    border: 2px solid #d7d4d4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .accordionList.roleGroup .checkLabel input[type="checkbox"] + label:before {
      width: 15px;
      display: block;
      top: 0;
      bottom: 0;
      left: 0px;
      background: #ffffff;
      height: auto;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.accordionWrap .accordionList.roleGroup {
  border: none;
  position: relative; }

.closeBtn ul li {
  float: left;
  margin: 0 5px 5px 0;
  background: #7d7979;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .closeBtn ul li:last-child {
    margin-right: 0;
    margin-bottom: 0; }
  .closeBtn ul li:hover {
    background: #054663; }
  .closeBtn ul li a {
    padding: 0 9px;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    font-size: 12px; }
  .closeBtn ul li span {
    margin-left: 9px; }
  .closeBtn ul li input[type="submit"] {
    padding: 8px 10px;
    line-height: 12px;
    height: 26px;
    font-size: 13px; }

.alert {
  font-size: 13px;
  line-height: 1.2;
  padding: 15px;
  font-weight: 600;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px; }
  .alert.alert-success {
    color: #3c763d;
    background-color: #b3fcb2;
    border-color: #3c763d; }
  .alert.alert-info {
    color: #31708f;
    background-color: #aee3fc;
    border-color: #31708f; }
  .alert.alert-warning {
    color: #8a6d3b;
    background-color: #f8e99b;
    border-color: #8a6d3b; }
  .alert.alert-danger {
    color: #e60602;
    background-color: #ffbfbe;
    border-color: #e60602; }
  .alert.padb {
    margin-bottom: 15px; }

.viewArea .tabelArea thead tr th {
  padding: 20px 13px; }

.imgAreaTabel img {
  width: 100%; }

.rowCheakList {
  position: relative; }
  .rowCheakList input[type='radio'] {
    display: none; }
    .rowCheakList input[type='radio']:checked + label:before {
      background: #095678;
      box-shadow: 0px 0px 0px 2px #ffffff inset; }
    .rowCheakList input[type='radio'] + label {
      position: relative;
      padding-left: 25px;
      text-align: left; }
      .rowCheakList input[type='radio'] + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 3px;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #a1a1a1;
        background: #ffffff;
        box-shadow: 0px 0px 0px 2px #ffffff inset; }
  .rowCheakList ul li {
    float: left;
    position: relative;
    padding-left: 30px;
    margin-right: 20px; }
    .rowCheakList ul li a {
      color: #464646; }
  .rowCheakList.fullWidthList ul {
    float: left;
    width: calc(100% - 130px); }
    .rowCheakList.fullWidthList ul li {
      margin-right: 40px; }
      .rowCheakList.fullWidthList ul li:last-child {
        margin-right: 0px; }
  .rowCheakList.fullWidthList .btnArea {
    float: right;
    width: 130px; }
  .rowCheakList input[type="checkbox"] {
    display: none; }
    .rowCheakList input[type="checkbox"]:checked + label:before {
      background-position: 0 0; }
    .rowCheakList input[type="checkbox"] + label {
      cursor: pointer;
      color: #414040;
      font-size: 14px;
      font-family: "Lato", sans-serif;
      line-height: 1.4 !important;
      width: 100% !important;
      display: block; }
      .rowCheakList input[type="checkbox"] + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        height: 17px;
        background: url(../images/check.png) no-repeat 0 -17px;
        background-size: 100% auto; }

.checkboxList ul li {
  width: 33.3333%;
  float: left;
  margin-bottom: 20px; }

.cheakListCustom ul li input[type="checkbox"] + label {
  font-size: 20px !important;
  line-height: 1 !important; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000000; }

.formBoxlist {
  float: left;
  margin-right: 14px;
  width: calc(50% - 7px); }
  .formBoxlist:last-child {
    margin-right: 0; }

.addressFields .formBoxlist {
  margin-right: 14px;
  width: calc(33.333% - 10px); }
  .addressFields .formBoxlist:last-child {
    margin-right: 0; }

.quantity1 {
  position: relative; }
  .quantity1 .arrowList {
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: -11px;
    margin: auto; }
    .quantity1 .arrowList span {
      float: left;
      width: 100%;
      line-height: 14px;
      font-size: 17px;
      border: 1px solid #e0dfdf;
      margin-bottom: 2px; }
      .quantity1 .arrowList span:last-child {
        margin-bottom: 0; }
      .quantity1 .arrowList span a {
        color: #3e3c3c; }
  .quantity1 input[type=number] {
    height: 20px; }
    .quantity1 input[type=number]::-webkit-inner-spin-button {
      opacity: 1; }

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -o-appearance: textfield;
  appearance: textfield;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none; }

.user-profile .leftInfo {
  width: 35%;
  float: left; }
  .user-profile .leftInfo .info {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 30px; }
    .user-profile .leftInfo .info:last-child {
      margin-bottom: 0; }
    .user-profile .leftInfo .info.profileInfo {
      text-align: center;
      position: relative; }
    .user-profile .leftInfo .info.achivements ul {
      text-align: center; }
      .user-profile .leftInfo .info.achivements ul li {
        float: left;
        width: 33.333%; }
        .user-profile .leftInfo .info.achivements ul li span {
          font-size: 22px;
          font-weight: 600;
          margin-bottom: 0;
          width: 100%;
          display: block;
          color: #3a3f51;
          margin-bottom: 12px;
          font-family: "Varela Round", sans-serif; }
        .user-profile .leftInfo .info.achivements ul li p {
          color: #3e3c3c; }
    .user-profile .leftInfo .info.achivements .about h5 {
      font-size: 18px;
      color: #3e3c3c;
      margin-bottom: 3px; }
    .user-profile .leftInfo .info.achivements .about p {
      color: #7e7e7e;
      font-size: 13px; }
    .user-profile .leftInfo .info.achivements .social ul {
      margin-bottom: 0; }
      .user-profile .leftInfo .info.achivements .social ul li {
        width: 100%;
        margin-bottom: 10px; }
        .user-profile .leftInfo .info.achivements .social ul li:last-child {
          margin-bottom: 0; }
        .user-profile .leftInfo .info.achivements .social ul li .fa {
          float: left;
          width: 15px;
          color: #095678; }
        .user-profile .leftInfo .info.achivements .social ul li a {
          float: left;
          font-size: 14px;
          width: calc(100% - 15px);
          line-height: 16px;
          color: #464646;
          word-wrap: break-word; }
          .user-profile .leftInfo .info.achivements .social ul li a:hover {
            color: #095678; }
    .user-profile .leftInfo .info .profile-image {
      width: 285px;
      height: 286px;
      margin: 0 auto 30px;
      position: relative; }
      .user-profile .leftInfo .info .profile-image img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #e0dfdf; }
    .user-profile .leftInfo .info .hover {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 285px;
      height: 285px;
      background: #ffffff;
      border: 1px solid #e0dfdf;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      font-size: 15px;
      color: #ffffff;
      opacity: 0; }
      .user-profile .leftInfo .info .hover form {
        width: 100%; }
      .user-profile .leftInfo .info .hover .uploadImg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 13px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%); }
      .user-profile .leftInfo .info .hover span {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        display: block;
        color: #000000;
        margin-bottom: 5px; }
      .user-profile .leftInfo .info .hover label {
        display: inline-block;
        cursor: pointer;
        line-height: 1;
        font-size: 18px;
        font-weight: 700;
        color: #095678; }
        .user-profile .leftInfo .info .hover label:hover {
          color: #000000; }
        .user-profile .leftInfo .info .hover label input {
          display: none; }
    .user-profile .leftInfo .info:hover .hover {
      opacity: 1; }
    .user-profile .leftInfo .info .profileName,
    .user-profile .leftInfo .info .email,
    .user-profile .leftInfo .info .number {
      width: 100%;
      display: block;
      color: #3a3f51;
      margin-bottom: 12px;
      font-family: "Varela Round", sans-serif; }
    .user-profile .leftInfo .info .number {
      margin-bottom: 0; }
    .user-profile .leftInfo .info .profileName {
      font-weight: 600;
      font-size: 20px; }
.user-profile .list {
  margin-bottom: 20px; }
  .user-profile .list:last-child {
    margin-bottom: 0; }
.user-profile .rightInfo {
  width: 62%;
  float: left;
  background: #ffffff;
  padding: 20px;
  margin-left: 3%; }
  .user-profile .rightInfo .detailsWrap {
    border-bottom: 1px solid #e0dfdf; }
    .user-profile .rightInfo .detailsWrap h4 {
      float: left;
      line-height: 36px;
      font-size: 20px;
      color: #3e3c3c;
      font-family: "Varela Round", sans-serif; }
    .user-profile .rightInfo .detailsWrap ul {
      float: right; }
      .user-profile .rightInfo .detailsWrap ul li {
        float: left;
        margin-right: 10px; }
        .user-profile .rightInfo .detailsWrap ul li:last-child {
          margin-right: 0; }
        .user-profile .rightInfo .detailsWrap ul li:hover a:before, .user-profile .rightInfo .detailsWrap ul li.active a:before {
          width: 100%;
          z-index: 1; }
        .user-profile .rightInfo .detailsWrap ul li a {
          line-height: 36px;
          position: relative; }
          .user-profile .rightInfo .detailsWrap ul li a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 0;
            top: 100%;
            background: #044765;
            height: 2px;
            display: block;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            margin: 7px auto 0; }
          .user-profile .rightInfo .detailsWrap ul li a.link {
            font-weight: 600;
            color: #095678; }

.headBg {
  background: #f2eeee;
  padding: 10px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.headingBox {
  float: left;
  line-height: 40px;
  color: #3e3c3c;
  font-size: 14px; }

.btnArea01 {
  float: right;
  margin-top: 0 !important; }

.contlist {
  background: #ffffff; }
  .contlist ul li {
    border-bottom: 2px solid #e1e1e1;
    padding: 20px; }
    .contlist ul li .cntName {
      width: calc(100% - 14px);
      padding-right: 15px;
      float: left;
      color: #787777; }
    .contlist ul li .deleteIcon {
      width: 14px;
      text-align: right;
      cursor: pointer;
      float: right;
      font-size: 17px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #3e3c3c; }
      .contlist ul li .deleteIcon:hover {
        color: #ed1c24; }

.editForm {
  display: none; }

.cmmonWraper {
  padding: 0 !important; }
  .cmmonWraper table {
    border: 0 !important; }
  .cmmonWraper .btnArea {
    padding: 10px; }

.laber_width label {
  width: 150px !important; }
.laber_width .formBox {
  width: calc(100% - 150px) !important; }

.btnArea02 {
  width: 120px; }
  .btnArea02 .btn {
    height: 37px;
    line-height: 38px; }

.loader {
  border: 5px solid #095678;
  border-radius: 50%;
  border-top: 5px solid #000000;
  width: 50px;
  height: 50px;
  -webkit-animation: spint 1s linear infinite;
  animation: spint 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto; }
@-webkit-keyframes spint {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spint {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
.columleft {
  width: calc(100% - 384px);
  float: left;
  padding-right: 60px; }

.columright {
  width: 384px;
  float: right; }

.adjustmentLeft {
  width: calc(100% - 150px);
  float: left;
  padding-right: 10px; }

.adjustmentRight {
  width: 150px;
  float: right;
  position: relative; }
  .adjustmentRight .uploadImg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(50%);
    background: #054663;
    text-align: center;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .adjustmentRight .uploadImg label {
      color: #ffffff !important;
      width: 100% !important;
      cursor: pointer; }
      .adjustmentRight .uploadImg label input {
        display: none; }
    .adjustmentRight .uploadImg:hover {
      background: #095678; }
  .adjustmentRight .btnArea ul li a.btnBig {
    padding: 0 14px;
    width: 150px;
    height: 40px;
    line-height: 41px; }

.peraG {
  color: #414040;
  padding-left: 20px; }

.boxArea {
  background: #ffffff;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px; }

.rowCustom h3 {
  float: left;
  width: 25%; }
.rowCustom .cheakListCustom {
  width: 60%;
  float: left;
  padding: 5px 0; }

span.designation {
  color: #000000;
  margin-bottom: 10px;
  display: block; }

.rowCheakList .padLeft {
  padding-left: 27px !important; }

div#modal {
  width: 45%;
  background: #d7d4d4;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.popup_fancybox {
  width: 610px;
  max-width: 99%;
  background: #efefef !important;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .popup_fancybox.noRecord.col7 {
    width: 400px;
    text-align: center;
    padding: 50px 30px;
    background-color: #ffffff !important; }
  .popup_fancybox.noRecord h2 {
    margin-bottom: 0;
    font-size: 0; }
    .popup_fancybox.noRecord h2 .popup_close {
      top: -40px;
      right: -20px; }
  .popup_fancybox.noRecord .notFound label {
    width: 100% !important;
    color: #575757;
    font-size: 22px; }
  .popup_fancybox.noRecord .errorImg {
    width: 80px;
    height: 80px;
    margin: auto;
    line-height: 70px;
    border: 2px solid #f33c3c;
    color: #f33c3c;
    border-radius: 50%;
    font-size: 35px;
    margin-bottom: 20px; }
  .popup_fancybox.signatureBox {
    width: 550px; }
    .popup_fancybox.signatureBox .fancyCnt h2 {
      margin-bottom: 15px; }
    .popup_fancybox.signatureBox .witness_info .form-group {
      width: 100%; }
  .popup_fancybox.col4 {
    width: 560px; }
  .popup_fancybox.col5 {
    width: 675px; }
  .popup_fancybox.col6 {
    width: 810px; }
  .popup_fancybox.col7 {
    width: 945px; }
  .popup_fancybox.col8 {
    width: 1080px; }
  .popup_fancybox.col9 {
    width: 1215px; }
  .popup_fancybox.col10 {
    width: 1350px; }

.fancyCnt h2 {
  color: #414040;
  font-family: "Varela Round", sans-serif;
  font-size: 24px;
  margin-bottom: 25px; }
.fancyCnt .form-group label {
  float: left;
  width: 96px;
  line-height: 37px; }
.fancyCnt .form-group .formBox {
  float: left;
  width: calc(100% - 96px); }
  .fancyCnt .form-group .formBox.withLabel {
    position: relative;
    padding-right: 40px; }
    .fancyCnt .form-group .formBox.withLabel .bottleQty {
      position: absolute;
      top: 0;
      right: 0;
      color: #3e3c3c;
      line-height: 37px; }
    .fancyCnt .form-group .formBox.withLabel label {
      width: auto;
      position: absolute;
      top: 0;
      right: 0; }
  .fancyCnt .form-group .formBox .searchArea {
    float: left;
    width: calc(100% - 117px);
    padding-right: 13px; }
    .fancyCnt .form-group .formBox .searchArea input {
      height: 37px; }
  .fancyCnt .form-group .formBox .btnArea {
    float: left;
    width: 117px; }
.fancyCnt .tabelArea {
  border: 0; }
  .fancyCnt .tabelArea thead tr th {
    border: 0; }
  .fancyCnt .tabelArea tbody tr td {
    border: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }

.guarantor_popup_list {
  overflow-y: scroll;
  max-height: 360px;
  margin-top: 30px; }

.fancybox-close-small:hover {
  background-color: transparent; }
.fancybox-close-small:af ter {
  font-size: 31px;
  color: #464646;
  font-weight: 800; }

.checkLabel {
  position: relative; }
  .checkLabel input + .check {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 17px;
    background: url(../images/check.png) no-repeat 0 -17px;
    background-size: 100% auto;
    cursor: pointer; }
  .checkLabel input:checked + .check {
    background: url(../images/check.png) no-repeat 0 0px; }

.formBox input {
  height: 40px; }

.formBox.onle-name {
  background: #d7d4d4;
  line-height: 39px;
  padding: 0 10px;
  border: 1px solid #a1a1a1;
  color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.rightPageCont .rightWrapper .rowArea .formBox .selection .select2-selection ul li input {
  height: 30px; }

.rightPageCont .rightWrapper .rowArea.chkBox label {
  line-height: 21px; }
.rightPageCont .rightWrapper .rowArea.chkBox .formBox label.checkLabel {
  padding-left: 28px; }

.rowCheakList .titleA:before {
  background: transparent; }

.rightPageCont .rightWrapper .rowArea.form-Grop-Area label {
  float: left; }
.rightPageCont .rightWrapper .rowArea.form-Grop-Area .groupSec {
  float: left;
  width: calc(100% - 120px); }
  .rightPageCont .rightWrapper .rowArea.form-Grop-Area .groupSec.patientAddress {
    width: 100%; }
  .rightPageCont .rightWrapper .rowArea.form-Grop-Area .groupSec .form-group {
    width: 33.333%;
    padding-right: 15px;
    float: left; }
    .rightPageCont .rightWrapper .rowArea.form-Grop-Area .groupSec .form-group:last-child {
      padding-right: 0; }
    .rightPageCont .rightWrapper .rowArea.form-Grop-Area .groupSec .form-group .formBox {
      width: 100%; }
.rightPageCont .rightWrapper .rowArea .tabelArea.newTabelAreaSec {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .rightPageCont .rightWrapper .rowArea .tabelArea.newTabelAreaSec thead tr th {
    padding: 20px 15px; }
  .rightPageCont .rightWrapper .rowArea .tabelArea.newTabelAreaSec .checkLabel input + .check {
    left: 24px; }

.popup_form {
  margin-top: 20px; }
  .popup_form .form-group {
    float: left;
    width: 33.33333%;
    padding: 0 8px; }
  .popup_form .rowArea {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 12px; }
    .popup_form .rowArea:after {
      content: "";
      display: table;
      clear: both; }
  .popup_form .formBox input {
    height: 37px; }

.popup_fancybox h2 {
  position: relative;
  padding-right: 35px; }
  .popup_fancybox h2 .popup_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #FF0000;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    color: #FF0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 3px #FF0000;
    -moz-box-shadow: 0px 0px 3px #FF0000;
    -o-box-shadow: 0px 0px 3px #FF0000;
    box-shadow: 0px 0px 3px #FF0000; }
    .popup_fancybox h2 .popup_close:hover {
      background: #ffcece;
      color: #FF0000;
      -webkit-box-shadow: 0px 0px 3px #ed1c24;
      -moz-box-shadow: 0px 0px 3px #ed1c24;
      -o-box-shadow: 0px 0px 3px #ed1c24;
      box-shadow: 0px 0px 3px #ed1c24; }
.popup_fancybox .formWrapArea {
  margin-bottom: 20px; }
  .popup_fancybox .formWrapArea:last-child {
    margin-bottom: 0; }

.submitButton {
  text-align: right; }
  .submitButton input[type="submit"] {
    display: inline-block;
    height: 35px; }
  .submitButton.submitButton ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px; }
    .submitButton.submitButton ul li:last-child {
      margin-right: 0; }
    .submitButton.submitButton ul li input[type="submit"] {
      display: block; }

.border-color-red {
  border-color: #FF0000 !important; }

table.tabelArea.popup_inventryFormularytabel thead tr:last-child th:first-child {
  -webkit-border-radius: 5px 0 0 0px !important;
  -moz-border-radius: 5px 0 0 0px !important;
  -ms-border-radius: 5px 0 0 0px !important;
  border-radius: 5px 0 0 0px !important; }
table.tabelArea.popup_inventryFormularytabel thead tr:last-child th:last-child {
  -webkit-border-radius: 0 5px 0px 0 !important;
  -moz-border-radius: 0 5px 0px 0 !important;
  -ms-border-radius: 0 5px 0px 0 !important;
  border-radius: 0 5px 0px 0 !important; }
table.tabelArea.popup_inventryFormularytabel thead tr th {
  background: #f2eeee;
  color: #3e3c3c;
  font-size: 16px;
  font-family: "Varela Round", sans-serif;
  border-bottom: 1px solid #cdcccc !important;
  white-space: nowrap; }
table.tabelArea.popup_inventryFormularytabel tbody tr td .rowCheakList label {
  line-height: 1.3; }
table.tabelArea.popup_inventryFormularytabel tbody tr:first-child td:first-child {
  -webkit-border-radius: 0px 0 0 0px !important;
  -moz-border-radius: 0px 0 0 0px !important;
  -ms-border-radius: 0px 0 0 0px !important;
  border-radius: 0px 0 0 0px !important; }
table.tabelArea.popup_inventryFormularytabel tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 0px 0px 0 !important;
  -moz-border-radius: 0 0px 0px 0 !important;
  -ms-border-radius: 0 0px 0px 0 !important;
  border-radius: 0 0px 0px 0 !important; }
table.tabelArea.popup_inventryFormularytabel, table.tabelArea.popup_table {
  width: 100%;
  border: 1px solid #cdcccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  table.tabelArea.popup_inventryFormularytabel thead tr:first-child th:first-child,
  table.tabelArea.popup_inventryFormularytabel thead tr:first-child td:first-child,
  table.tabelArea.popup_inventryFormularytabel tbody tr:first-child th:first-child,
  table.tabelArea.popup_inventryFormularytabel tbody tr:first-child td:first-child, table.tabelArea.popup_table thead tr:first-child th:first-child,
  table.tabelArea.popup_table thead tr:first-child td:first-child,
  table.tabelArea.popup_table tbody tr:first-child th:first-child,
  table.tabelArea.popup_table tbody tr:first-child td:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0; }
  table.tabelArea.popup_inventryFormularytabel thead tr:first-child th:last-child,
  table.tabelArea.popup_inventryFormularytabel thead tr:first-child td:last-child,
  table.tabelArea.popup_inventryFormularytabel tbody tr:first-child th:last-child,
  table.tabelArea.popup_inventryFormularytabel tbody tr:first-child td:last-child, table.tabelArea.popup_table thead tr:first-child th:last-child,
  table.tabelArea.popup_table thead tr:first-child td:last-child,
  table.tabelArea.popup_table tbody tr:first-child th:last-child,
  table.tabelArea.popup_table tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0; }
  table.tabelArea.popup_inventryFormularytabel thead tr:last-child th,
  table.tabelArea.popup_inventryFormularytabel thead tr:last-child td,
  table.tabelArea.popup_inventryFormularytabel tbody tr:last-child th,
  table.tabelArea.popup_inventryFormularytabel tbody tr:last-child td, table.tabelArea.popup_table thead tr:last-child th,
  table.tabelArea.popup_table thead tr:last-child td,
  table.tabelArea.popup_table tbody tr:last-child th,
  table.tabelArea.popup_table tbody tr:last-child td {
    border-bottom: none; }
    table.tabelArea.popup_inventryFormularytabel thead tr:last-child th:first-child,
    table.tabelArea.popup_inventryFormularytabel thead tr:last-child td:first-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr:last-child th:first-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr:last-child td:first-child, table.tabelArea.popup_table thead tr:last-child th:first-child,
    table.tabelArea.popup_table thead tr:last-child td:first-child,
    table.tabelArea.popup_table tbody tr:last-child th:first-child,
    table.tabelArea.popup_table tbody tr:last-child td:first-child {
      -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
      -ms-border-radius: 0 0 0 5px;
      border-radius: 0 0 0 5px; }
    table.tabelArea.popup_inventryFormularytabel thead tr:last-child th:last-child,
    table.tabelArea.popup_inventryFormularytabel thead tr:last-child td:last-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr:last-child th:last-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr:last-child td:last-child, table.tabelArea.popup_table thead tr:last-child th:last-child,
    table.tabelArea.popup_table thead tr:last-child td:last-child,
    table.tabelArea.popup_table tbody tr:last-child th:last-child,
    table.tabelArea.popup_table tbody tr:last-child td:last-child {
      -webkit-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      -ms-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0; }
  table.tabelArea.popup_inventryFormularytabel thead tr th,
  table.tabelArea.popup_inventryFormularytabel thead tr td,
  table.tabelArea.popup_inventryFormularytabel tbody tr th,
  table.tabelArea.popup_inventryFormularytabel tbody tr td, table.tabelArea.popup_table thead tr th,
  table.tabelArea.popup_table thead tr td,
  table.tabelArea.popup_table tbody tr th,
  table.tabelArea.popup_table tbody tr td {
    border-bottom: 1px solid #cdcccc;
    border-right: 1px solid #cdcccc;
    padding: 12px 15px;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    table.tabelArea.popup_inventryFormularytabel thead tr th:last-child,
    table.tabelArea.popup_inventryFormularytabel thead tr td:last-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr th:last-child,
    table.tabelArea.popup_inventryFormularytabel tbody tr td:last-child, table.tabelArea.popup_table thead tr th:last-child,
    table.tabelArea.popup_table thead tr td:last-child,
    table.tabelArea.popup_table tbody tr th:last-child,
    table.tabelArea.popup_table tbody tr td:last-child {
      border-right: none; }
table.tabelArea .greenTxt td {
  color: #48a20f; }

a.copyAll {
  color: #14a211;
  padding-left: 10px;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }
  a.copyAll:hover {
    color: #067003; }

.tabelArea table.order_outstanding_table {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  line-height: 1.2; }
  .tabelArea table.order_outstanding_table thead tr {
    padding: 0; }
    .tabelArea table.order_outstanding_table thead tr th {
      border-width: 1px;
      padding: 6px 6px;
      border-bottom: 1px solid #e1e1e1;
      font-size: 14px; }
  .tabelArea table.order_outstanding_table tbody tr {
    padding: 0; }
    .tabelArea table.order_outstanding_table tbody tr td {
      border-width: 1px;
      padding: 6px 6px;
      font-size: 14px; }

.doubleBlock {
  width: auto !important;
  margin-left: -10px;
  margin-right: -10px; }
  .doubleBlock .col-6 {
    width: 50%;
    padding: 0 10px; }
    .doubleBlock .col-6 .accordionList {
      min-height: 100%; }
  .doubleBlock .rowArea {
    margin-bottom: 15px !important; }
    .doubleBlock .rowArea:last-child {
      margin-bottom: 0 !important; }
  .doubleBlock .form-group {
    width: 100% !important;
    margin-bottom: 15px; }
    .doubleBlock .form-group:last-child {
      margin-bottom: 0 !important; }
    .doubleBlock .form-group label {
      line-height: 1.4 !important;
      color: #3e3c3c; }
    .doubleBlock .form-group .formBox {
      line-height: 1.4 !important;
      color: #3e3c3c; }
  .doubleBlock .rowArea {
    margin-bottom: 15px; }
    .doubleBlock .rowArea:last-child {
      margin-bottom: 0; }
  .doubleBlock.labelField .rowArea {
    margin-bottom: 15px; }
    .doubleBlock.labelField .rowArea:last-child {
      margin-bottom: 0; }
  .doubleBlock.labelField .form-group {
    width: 100%; }

tr.central td {
  background-color: #d7ecfb !important; }

.rightPageCont .rightWrapper .transactionDiv .formWraper {
  padding: 20px; }
.rightPageCont .rightWrapper .transactionDiv .rowArea label {
  width: 65px; }
.rightPageCont .rightWrapper .transactionDiv .rowArea .formBox {
  width: calc(100% - 65px); }
.rightPageCont .rightWrapper .transactionDiv .rowArea.form-col-3 .form-group {
  margin-right: 15px;
  width: calc(33.333333% - 10px);
  margin-bottom: 15px; }
  .rightPageCont .rightWrapper .transactionDiv .rowArea.form-col-3 .form-group:nth-child(3n) {
    margin-right: 0; }

#formulary_bottle {
  max-height: 192px;
  overflow-y: scroll;
  border-top: 1px solid #d7d4d4; }
  #formulary_bottle table thead tr {
    padding: 0; }
    #formulary_bottle table thead tr th {
      padding: 7px 10px; }
  #formulary_bottle table tbody tr td {
    padding: 6px 10px; }
  #formulary_bottle table tr:nth-child(even) td {
    background: #ececec; }

.doubleBlock .formulary_select .form-group label {
  line-height: 39px !important; }

.popup_inventryFormularytabel .rowCheakList input[type="checkbox"] + label {
  padding-left: 20px; }

.btn.btnSmall {
  width: 100px;
  padding: 0 15px; }

.upoadImageGroup {
  margin-bottom: 7px; }

.imgpreview {
  margin-left: -5px;
  margin-right: -5px; }
  .imgpreview .imageList {
    width: 16.66667%;
    padding: 5px 5px;
    float: left; }
    .imgpreview .imageList .inner {
      position: relative;
      border: 1px solid #a1a1a1;
      padding: 3px;
      background: #ffffff; }
      .imgpreview .imageList .inner .remove {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        border: 1px solid #ed1c24;
        color: #ed1c24;
        line-height: 18px;
        text-align: center;
        font-size: 13px;
        font-weight: 600;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.8); }
    .imgpreview .imageList figure {
      width: 100%;
      height: 100px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #efefef; }

.popup_form.col1x .form-group {
  width: 100%;
  margin-bottom: 12px;
  padding: 0; }
  .popup_form.col1x .form-group label {
    width: 140px !important; }
  .popup_form.col1x .form-group .formBox {
    width: calc(100% - 140px) !important; }
.popup_form.col2x .rowArea {
  margin-bottom: 0; }
.popup_form.col2x .form-group {
  width: 50%;
  margin-bottom: 12px; }
  .popup_form.col2x .form-group label {
    width: 140px !important; }
  .popup_form.col2x .form-group .formBox {
    width: calc(100% - 140px) !important; }

.signatureBox .fancybox-close-small {
  display: none; }
.signatureBox #signArea {
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px; }
.signatureBox .btn {
  float: right; }

.tabelArea tbody tr td.orderTbl {
  padding: 0;
  vertical-align: top; }

.dispenseDiv {
  text-align: right; }
  .dispenseDiv input {
    text-align: left;
    width: 45px; }

.rightPageCont .rightWrapper .formWraper.dispenseAdd {
  padding: 30px 30px; }
  .rightPageCont .rightWrapper .formWraper.dispenseAdd .tabelArea.dispenseTbl tr td select {
    max-width: 106px; }
  .rightPageCont .rightWrapper .formWraper.dispenseAdd .tabelArea.dispenseTbl tr td:nth-child(4) input {
    width: 45px; }
  .rightPageCont .rightWrapper .formWraper.dispenseAdd .tabelArea.dispenseTbl tr td:nth-child(5) input {
    width: 80px; }

.fancyCnt .form-group label.chkEmpty {
  width: auto;
  display: inline-block;
  float: none;
  padding-left: 22px;
  margin-bottom: 15px; }

.rightPageCont .rightWrapper .headingBtnArea .favFormulary {
  clear: left;
  text-align: right; }
  .rightPageCont .rightWrapper .headingBtnArea .favFormulary .listFormulary {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #3e3c3c;
    padding-right: 10px;
    font-weight: 400; }
.rightPageCont .rightWrapper .headingBtnArea .favSelect {
  width: 250px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative; }
  .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav {
    float: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
    max-height: 396px; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav.scrl {
      overflow-y: scroll; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav li {
      float: none;
      margin: 0 0;
      border-top: 1px solid #60a5c5;
      position: relative; }
      .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav li a {
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        padding-right: 20px; }
      .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav li .removeFav {
        position: absolute;
        top: 0;
        right: 11px;
        line-height: 35px;
        height: 35px;
        color: red;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0; }
      .rightPageCont .rightWrapper .headingBtnArea .favSelect ul.allFav li:hover .removeFav {
        opacity: 1; }
  .rightPageCont .rightWrapper .headingBtnArea .favSelect a {
    background: #054663;
    padding: 0 15px;
    height: 35px;
    line-height: 37px;
    color: #ffffff;
    display: block;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    font-family: "Varela Round", sans-serif;
    text-transform: capitalize;
    cursor: pointer; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect a:hover {
      background: #095678; }
  .rightPageCont .rightWrapper .headingBtnArea .favSelect .showName {
    background: #054663;
    padding: 0 15px;
    height: 35px;
    line-height: 37px;
    color: #ffffff;
    display: block;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px;
    font-family: "Varela Round", sans-serif;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    padding-right: 22px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect .showName:after {
      content: "";
      font-family: FontAwesome;
      position: absolute;
      right: 15px;
      top: 0;
      height: 35px;
      line-height: 35px; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect .showName:hover {
      background: #095678; }
    .rightPageCont .rightWrapper .headingBtnArea .favSelect .showName.active:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.moreIcons {
  position: relative; }
  .moreIcons .more {
    line-height: 20px !important;
    background: transparent;
    border: 2px solid #008CBA;
    padding: 0 5px !important;
    box-shadow: 0 0 black; }
    .moreIcons .more:hover {
      background-color: #008CBA; }
      .moreIcons .more:hover .upArrow {
        color: #ffffff; }
    .moreIcons .more .upArrow {
      color: #008CBA; }
  .moreIcons .listIcons {
    position: absolute;
    right: -8px;
    bottom: 30px;
    background-color: rgba(195, 191, 191, 0.78);
    padding: 5px;
    z-index: 1; }
    .moreIcons .listIcons ul li {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
      .moreIcons .listIcons ul li:first-child a {
        background-color: #008CBA; }
      .moreIcons .listIcons ul li:first-child:hover a {
        background-color: #08a9de; }
      .moreIcons .listIcons ul li:nth-child(2) a {
        background-color: #f44336; }
      .moreIcons .listIcons ul li:nth-child(2):hover a {
        background-color: #de2315; }
      .moreIcons .listIcons ul li:nth-child(3) a {
        background-color: #4CAF50; }
      .moreIcons .listIcons ul li:nth-child(3):hover a {
        background-color: #2ca030; }
      .moreIcons .listIcons ul li a {
        width: 100%;
        display: block; }

.rowAreaChk {
  margin-bottom: 20px;
  width: 100%; }

.multiChk {
  margin-bottom: 20px; }
  .multiChk:last-child {
    margin-bottom: 0; }
  .multiChk input {
    display: none; }
  .multiChk label {
    width: 119px;
    line-height: 1.3 !important; }
    .multiChk label.checkLabel {
      line-height: 1.6 !important;
      padding-left: 23px;
      width: auto !important;
      margin-right: 25px; }

.bgColor {
  background: #f2eeee; }

.allCheackLeft {
  width: 85%;
  background-color: #ffffff;
  float: left;
  padding: 20px 25px 10px; }
  .allCheackLeft label.checkLabel {
    margin-bottom: 10px;
    margin-right: 33px; }

.rowAreaChk .selectSecRight {
  width: 15%;
  float: right;
  padding-left: 30px; }
  .rowAreaChk .selectSecRight ul li {
    width: 100%;
    margin-bottom: 0; }

.dayEndChk label {
  margin-bottom: 10px;
  display: block; }
.dayEndChk .rowCheakList.dayEndProcessingSec {
  padding: 10px 0; }
  .dayEndChk .rowCheakList.dayEndProcessingSec ul li {
    width: 25%;
    margin-bottom: 5px;
    padding-left: 0; }

.adjustment_comments {
  display: none;
  margin-top: 10px; }

.prntIcon {
  padding-right: 3px; }

.scrollTabel {
  overflow-y: scroll;
  height: 234px; }

.formWrapArea .approve {
  text-align: right;
  padding-top: 10px; }
  .formWrapArea .approve .small_btn {
    display: inline-block;
    vertical-align: top; }

.minQtyDrugs .tabelArea,
.adjustCost .tabelArea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .minQtyDrugs .tabelArea tr,
  .adjustCost .tabelArea tr {
    padding: 0; }
  .minQtyDrugs .tabelArea.inventryFormularytabel thead tr,
  .adjustCost .tabelArea.inventryFormularytabel thead tr {
    position: relative; }
    .minQtyDrugs .tabelArea.inventryFormularytabel thead tr th,
    .adjustCost .tabelArea.inventryFormularytabel thead tr th {
      padding: 14px 5px; }
      .minQtyDrugs .tabelArea.inventryFormularytabel thead tr th:last-child,
      .adjustCost .tabelArea.inventryFormularytabel thead tr th:last-child {
        width: 150px !important; }
  .minQtyDrugs .tabelArea.inventryFormularytabel tbody tr td,
  .adjustCost .tabelArea.inventryFormularytabel tbody tr td {
    padding: 14px 5px; }
    .minQtyDrugs .tabelArea.inventryFormularytabel tbody tr td:last-child,
    .adjustCost .tabelArea.inventryFormularytabel tbody tr td:last-child {
      width: 150px !important; }

.adjustCost form {
  padding: 0px 10px 5px; }
  .adjustCost form ul {
    padding: 10px;
    text-align: right; }
    .adjustCost form ul li {
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
      .adjustCost form ul li:first-child {
        float: left; }
      .adjustCost form ul li .radioCustom {
        padding-left: 0;
        height: 20px;
        line-height: 20px; }
        .adjustCost form ul li .radioCustom input {
          display: none; }
        .adjustCost form ul li .radioCustom input:checked + .checkmark {
          color: #ffffff;
          background: #095678; }
        .adjustCost form ul li .radioCustom .checkmark {
          border: 2px solid #095678;
          width: auto;
          height: auto;
          z-index: 0;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          color: #095678;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          padding: 5px 10px; }
  .adjustCost form .pre,
  .adjustCost form .next {
    background: #095678;
    color: #ffffff;
    width: 26px;
    height: 29px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0; }
    .adjustCost form .pre:hover,
    .adjustCost form .next:hover {
      background: #074b6a; }
  .adjustCost form .pre {
    float: left; }
    .adjustCost form .pre:before {
      content: "";
      position: absolute;
      font-family: fontAwesome;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .adjustCost form .next {
    float: right; }
    .adjustCost form .next:before {
      content: "";
      position: absolute;
      font-family: fontAwesome;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.radioCustom {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fixedHead ul {
  width: 100%;
  flex-wrap: nowrap; }
  .fixedHead ul li {
    border-bottom: 0;
    border-right: 0;
    padding: 13px 11px;
    border-right: 2px solid #e1e1e1;
    color: #3e3c3c;
    text-align: center;
    font-family: "Varela Round", sans-serif;
    font-size: 16px;
    width: 100%;
    flex-wrap: nowrap; }
    .fixedHead ul li:last-child {
      border-right: none; }

.fiedBody-noscroll {
  max-height: 240px; }
  .fiedBody-noscroll.scrl {
    overflow-y: scroll;
    overflow-x: hidden; }
  .fiedBody-noscroll table thead th {
    position: sticky;
    top: 0;
    background: #f2eeee; }

.fiedBody {
  height: 240px;
  overflow: hidden; }
  .fiedBody .mCSB_inside .mCSB_container {
    margin-right: 0; }
  .fiedBody .mCSB_scrollTools {
    width: 8px; }
    .fiedBody .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 6px;
      background: #095678 !important; }
    .fiedBody .mCSB_scrollTools .mCSB_draggerRail {
      width: 6px; }
  .fiedBody ul {
    width: 100%;
    flex-wrap: nowrap; }
    .fiedBody ul li {
      border-right: 2px solid #e1e1e1;
      padding: 13px 11px;
      border-bottom: 2px solid #e1e1e1;
      text-align: center;
      color: #787777;
      font-size: 14px;
      font-family: "Lato", sans-serif;
      background: #ffffff;
      width: 100%;
      flex-wrap: nowrap; }
      .fiedBody ul li.widt100 {
        width: 100%; }
      .fiedBody ul li.width50 {
        width: 50%; }
      .fiedBody ul li.width33 {
        width: 33.333%; }
      .fiedBody ul li.blank {
        border-right: none; }
      .fiedBody ul li:last-child {
        border-right: none; }

.orderRcv tbody tr td:last-child {
  width: 160px; }
  .orderRcv tbody tr td:last-child .orderEdit {
    float: left; }
  .orderRcv tbody tr td:last-child .order-delete {
    float: right;
    margin-left: 5px; }

.small_btn.eventView {
  width: 70px;
  font-size: 13px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.purple {
  background-color: #002C8F; }
  .purple:hover {
    background-color: #0f3b9c; }

.lScrollMenu {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% + 18px);
  padding-right: 0; }

.safari .lScrollMenu {
  width: calc(100% + 17px); }

/*-------------css 18-12-2018-------- */
.tabelArea.inventryFormularytabel ul.formularyIcons {
  display: inline-block; }
  .tabelArea.inventryFormularytabel ul.formularyIcons li:first-child a {
    background-color: #008CBA; }
  .tabelArea.inventryFormularytabel ul.formularyIcons li:nth-child(2) a {
    background-color: #f44336; }
  .tabelArea.inventryFormularytabel ul.formularyIcons li:nth-child(3) a {
    background-color: #4CAF50; }
  .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons a.more {
    background-color: #ffffff; }
    .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons a.more:hover {
      background-color: #008CBA; }
      .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons a.more:hover i {
        color: #ffffff; }
  .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons .listIcons ul li a.small_btn {
    background-color: #054663; }
    .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons .listIcons ul li a.small_btn.success {
      background-color: #14a211; }
    .tabelArea.inventryFormularytabel ul.formularyIcons li.moreIcons .listIcons ul li a.small_btn.favourite {
      background-color: #ffd700; }
.tabelArea.inventryFormularytabel .fiedBody-noscroll.rowAreaChk {
  margin-bottom: 0; }

.small_btn.eventView.viewIcon {
  width: 30px;
  padding: 0 0; }

.rightPageCont .rightWrapper .rowArea .formBox.withLabel,
.rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel {
  position: relative;
  padding-right: 40px; }
  .rightPageCont .rightWrapper .rowArea .formBox.withLabel.findIcon,
  .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel.findIcon {
    padding-right: 50px; }
    .rightPageCont .rightWrapper .rowArea .formBox.withLabel.findIcon.ssnIcon,
    .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel.findIcon.ssnIcon {
      padding-right: 88px; }
      .rightPageCont .rightWrapper .rowArea .formBox.withLabel.findIcon.ssnIcon .small_btn,
      .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel.findIcon.ssnIcon .small_btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; }
  .rightPageCont .rightWrapper .rowArea .formBox.withLabel label,
  .rightPageCont .rightWrapper .rowArea .formBox.withLabel .btnArea,
  .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel label,
  .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel .btnArea {
    width: auto;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0; }
  .rightPageCont .rightWrapper .rowArea .formBox.withLabel .small_btn,
  .rightPageCont .rightWrapper .rowAreaChk .formBox.withLabel .small_btn {
    margin-top: 7px;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 26px;
    line-height: 26px; }

.fancyCnt ul.pagination {
  margin-top: 20px; }

.floatIcon {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 1;
  width: 46px; }
  .floatIcon i {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    background: #f78c8a;
    color: #ffffff;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    cursor: pointer; }
  .floatIcon p {
    margin-top: 8px;
    padding: 0 0;
    line-height: 30px;
    height: 30px;
    background: #f78c8a;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    right: 100%;
    z-index: 0;
    white-space: nowrap;
    top: 0;
    text-align: center;
    min-width: 47vw;
    font-weight: 600; }
    .floatIcon p a {
      color: #ffffff;
      padding: 0 10px;
      display: block; }
  .floatIcon:hover p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.bodyScrl {
  overflow-x: scroll; }
  .bodyScrl table {
    min-width: 100%;
    width: auto; }

.print ul {
  width: 300px;
  max-width: 100%; }
  .print ul li {
    width: 49%;
    margin-right: 0 !important; }
    .print ul li a {
      color: #ffffff; }

.newVersionPopup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4; }
  .newVersionPopup .versionsTextArea {
    position: absolute;
    right: 70px;
    top: 90px;
    width: 314px;
    max-width: 100%; }
    .newVersionPopup .versionsTextArea a {
      color: #ffffff;
      font-size: 23px;
      letter-spacing: 1px; }
  .newVersionPopup .popupInner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    background-color: #ffffff;
    width: 614px;
    max-width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 40px 28px 0;
    -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.23);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.23); }
    .newVersionPopup .popupInner:after {
      content: "";
      position: absolute;
      right: -270px;
      top: -40px;
      background-image: url(../images/arrows001.png);
      width: 210px;
      height: 200px;
      background-size: 100%;
      background-repeat: no-repeat; }
    .newVersionPopup .popupInner .versionCnnt {
      float: left;
      width: 350px;
      padding-top: 50px; }
      .newVersionPopup .popupInner .versionCnnt .iconsImgArea {
        height: 46px;
        width: 46px;
        background: #f78c8a;
        color: #ffffff;
        font-size: 24px;
        line-height: 46px;
        text-align: center;
        cursor: pointer; }
      .newVersionPopup .popupInner .versionCnnt .allCnnt {
        width: calc(100% - 46px);
        padding-left: 15px; }
        .newVersionPopup .popupInner .versionCnnt .allCnnt h3 {
          font-size: 58px;
          font-weight: 600;
          color: #ef4544;
          line-height: 0.8;
          letter-spacing: 2px;
          margin-bottom: 20px; }
        .newVersionPopup .popupInner .versionCnnt .allCnnt h4 {
          color: #202121;
          font-weight: 400;
          font-size: 20px;
          letter-spacing: 1; }
    .newVersionPopup .popupInner .bgImgArea {
      background-image: url(../images/userImg001.jpg);
      background-repeat: no-repeat;
      background-position: right bottom;
      height: 240px;
      background-size: 38%; }
  .newVersionPopup h2 {
    margin-bottom: 0;
    font-size: 19px;
    color: #272727;
    text-align: center; }
  .newVersionPopup a {
    color: #f78c8a;
    display: block;
    margin-top: 5px; }
  .newVersionPopup .closeBtn {
    position: absolute;
    right: -10px;
    top: -9px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #074b6a;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    color: #ffffff; }
    .newVersionPopup .closeBtn:before {
      content: "";
      position: absolute;
      font-family: FontAwesome;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      font-size: 15px; }

.newDashboardDesign {
  padding: 15px 5px; }
  .newDashboardDesign .newRowLIst {
    width: calc(100% - 80px); }
    .newDashboardDesign .newRowLIst ul {
      vertical-align: middle; }
      .newDashboardDesign .newRowLIst ul li {
        margin-right: 0;
        display: inline-block;
        float: none; }
        .newDashboardDesign .newRowLIst ul li.msg span {
          color: #000000; }
    .newDashboardDesign .newRowLIst .msg input[type="checkbox"] + label:before {
      right: -22px;
      left: inherit; }
  .newDashboardDesign .subMitBtnArea {
    width: 80px; }

.dashboardList .delAll {
  padding-right: 5px;
  margin-bottom: -50px;
  margin-top: 15px; }
  .dashboardList .delAll .btn {
    float: right; }

table.chk-right th,
table.chk-right td {
  text-align: left !important;
  padding: 10px !important; }
  table.chk-right th .fa,
  table.chk-right td .fa {
    margin-right: 8px; }
  table.chk-right th label,
  table.chk-right td label {
    float: right !important;
    margin-right: 0 !important;
    height: 17px; }

.loginPage p.copyright {
  font-size: 12px;
  padding: 6px 0 6px;
  text-align: center; }
.loginPage .alert {
  font-size: 13px;
  line-height: 1.2;
  padding: 9px 15px;
  font-weight: 400;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; }

#customers.tabelArea.tabel-new thead tr th:first-child {
  width: 300px; }

.nList19 {
  margin-bottom: 20px; }
  .nList19.radioWrap {
    width: 280px; }
    .nList19.radioWrap .list {
      margin-bottom: 10px; }
      .nList19.radioWrap .list:last-child {
        margin-bottom: 0; }
    .nList19.radioWrap label {
      color: #414040; }
      .nList19.radioWrap label span {
        float: left; }
      .nList19.radioWrap label em {
        float: right; }
    .nList19.radioWrap input[type="radio"] {
      display: none; }
      .nList19.radioWrap input[type="radio"]:checked + em {
        background: #14a211; }
        .nList19.radioWrap input[type="radio"]:checked + em:before {
          left: 20px; }
      .nList19.radioWrap input[type="radio"] + em {
        padding: 0;
        width: 35px;
        height: 14px;
        position: relative;
        background: #a1a1a1;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        cursor: pointer;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        margin-top: 3px; }
        .nList19.radioWrap input[type="radio"] + em:before {
          content: "";
          z-index: 0;
          position: absolute;
          width: 18px;
          height: 18px;
          display: block;
          top: -2px;
          left: -3px;
          background: #ffffff;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%;
          display: block;
          -webkit-box-shadow: 0px 0px 3px #000000;
          -moz-box-shadow: 0px 0px 3px #000000;
          -o-box-shadow: 0px 0px 3px #000000;
          box-shadow: 0px 0px 3px #000000; }

.customListC {
  margin-left: -10px;
  margin-right: -10px; }
  .customListC .fieList {
    width: 50%;
    padding: 0 10px; }
    .customListC .fieList .formWrapArea {
      margin-bottom: 0; }
  .customListC .formWrapArea .accordionWrap .accordionCnnt .listC li {
    width: 44%; }

.alertMsg {
  background: #90f590;
  padding: 8px 14px;
  color: #000;
  border: 2px solid #459445; }
  .alertMsg label {
    display: block;
    font-size: 18px;
    color: #013e01;
    text-align: center; }

.linkPopup {
  margin-top: 11px;
  display: block;
  color: #ffffff;
  background: #084f70;
  padding: 6px 10px;
  border-radius: 3px;
  text-align: center; }
  .linkPopup:hover {
    background-color: #084f70; }

.loginWhiteBg {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  min-height: 420px; }
  .loginWhiteBg .mailCheck {
    width: 410px;
    max-width: 100%;
    margin: 0 auto; }
  .loginWhiteBg .btnBig {
    margin-top: 35px; }

.loginPage .logContBig {
  width: 650px;
  color: #044765; }
  .loginPage .logContBig figure {
    width: 100px;
    margin: 0 auto 30px; }
  .loginPage .logContBig h2 {
    font-size: 23px; }
  .loginPage .logContBig p {
    color: #868686; }

/*# sourceMappingURL=style.css.map */
