﻿body {
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
}
input[type=checkbox].form-control {
  box-shadow: none;
  height: 1.5em;
}
input[type=checkbox2].form-control {
  box-shadow: none;
  height: 1.5em;
  height: 1.5em;
}
input[type=text].form-control {
  margin: 0;
}
.nav-tabs > li.active > a {
  background-color: #DDEEFF;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  background-color: #666666;
  color: white;
}


.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 126, 1);
}

.customGrid {
    font-size: large;
    table-layout: auto;
    line-height: 1em;
}

.customPagger {
    font-size: large;
    table-layout: auto;
    line-height: 1em;
    min-width :50px;
}

.gcolLongText {
    font-size: 14px;
    word-wrap: break-word
}
 

.gcolShortText {
    width: 5em;
}

.gcol400 {
    width: 50px;
    font-weight: bold;
}

.gcol-of {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gcol70 {
    max-width: 70px;
}
.gcol100 {
    max-width: 100px;
}
.gcol110 {
    max-width: 115px;
}
.gcol125 {
    max-width: 125px;
}
.gcol150 {
    max-width: 150px;
}
.gcol175 {
    max-width: 175px;
}
.gcol-min-175 {
    min-width: 175px;
}
.gcol200 {
    max-width: 200px;
}
.gcol250 {
    max-width: 250px;
}
.gcol275 {
    max-width: 275px;
}
.gcol300 {
    max-width: 300px;
}
.gcol350 {
    max-width: 350px;
}


input.mvc-grid-value {
    min-width: 1em;
    max-width: 100%;
    width: 100%;
}


.lockedRow {
    font-weight: bold;
    color:darkred;
}

.gray-bg {
    border: 1px solid #d8d8d8;
    background-color: #e2e2e2;
}
/******************************************************************/
/*menu*/
/******************************************************************/

#primary_nav_wrap ul ul li {
    float: none;
    min-width: 250px;
    max-width: 350px
}

#primary_nav_wrap ul ul li.wide {
    min-width: 300px !important;
}

#primary_nav_wrap ul li:hover > ul {
    display: block
}

#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%
}



.custom-bar ::-webkit-scrollbar {
    width: 30px;
    height: 13px;
}

.custom-bar ::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    height: 35px;
    border-radius: 20px;
}

.custom-bar ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 20px;
}

.icucare-tooltip + .tooltip > .tooltip-inner {
    border: 1px solid black;
    border-radius: 0;
    background-color: #99CCFF;
    color: black;
}
.icucare-tooltip + .tooltip > .tooltip-arrow {
    display: none !important;
}