﻿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;
}
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;
}

.light-grey {
    background-color: #d3d3d3;
}
ul.dropdown-menu.width-250 li {
    float: none;
    width: 250px
}

ul.dropdown-menu.width-300 li {
    float: none;
    width: 300px
}

ul.dropdown-menu.width-350 li {
    float: none;
    width: 350px
}

.bottom-brdr-input {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
    display: inline-block;
    margin: 5px 0;
    outline: none;
    resize: none;
}

.fnt-15-bld {
    font-size: 15px;
    font-weight: bold;
}
.red {
    color: red !important;
}

.submitted .ng-invalid {
    border-bottom: 1px solid red;
    background-color: #ececaa;
}


.x-ui-widget-header {
    border: 1px solid #aaaaaa !important /*{borderColorHeader}*/;
    background: #cccccc /*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) /*{bgImgUrlHeader}*/ 50% /*{bgHeaderXPos}*/ 50% /*{bgHeaderYPos}*/ repeat-x /*{bgHeaderRepeat}*/ !important;
    color: #222222 /*{fcHeader}*/ !important;
    font-weight: bold !important;
    border-bottom-left-radius: 4px /*{cornerRadius}; */;
    border-bottom-right-radius: 4px /*{cornerRadius}; */;
    border-top-right-radius: 4px /*{cornerRadius}; */;
    border-top-left-radius: 4px /*{cornerRadius}; */;
    margin: 5px;
    padding: .4em 1em !important;
}

    .x-ui-widget-header.modal-title {
        width: 90%;
    }

.disabled {
    pointer-events: none !important;
    color: #999999 !important;
}
.sortorder:after {
    content: '\25b2';
    font-size:12px;
}

.sortorder.reverse:after {
    content: '\25bc';
    font-size: 12px;
}

.xtblAdmin.table .head, .xtblAdmin.table > thead > tr > th {
    color: #333 !important;
    background-color: #ececec !important;
}
.xtblAdmin.table .head, .xtblAdmin.table > thead > tr > th, .xtblAdmin.table > tbody > tr > th, .xtblAdmin.table > tfoot > tr > th, .xtblAdmin.table > tbody > tr > td, .xtblAdmin.table > tfoot > tr > td {
    padding: 5px 5px !important;
    border-top: 1px solid #ddd !important;
}
    .xtblAdmin.table .head.blue-brdred {
        border-top: 2px solid #c7c7c7 !important;
        border-bottom: 1px solid #c7c7c7 !important;
       /* background-color: #35a7e7 !important;
        color: white !important;*/
    }

.xtblAdmin {
    /*border-spacing: 0 !important;*/
    width: 100%;
}

    .xtblAdmin tr:nth-child(2n+1) {
        background-color: #f9f9f9 !important;
    }
    s
    .xtblAdmin select {
        width: 100%;
    }

.abnormal-reading {
    color:red !important;
}

.tooltip-inner {
    font-size: 18px !important;
}