﻿@charset "UTF-8";
h1 {
  color: #20242b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
h1 a:link {
  color: #2e7ab8;
}
h1 a:hover {
  color: #2e7ab8;
  text-decoration: underline;
}

h2 {
  color: #20242b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
h2 a:link {
  color: #2e7ab8;
}
h2 a:hover {
  color: #2e7ab8;
  text-decoration: underline;
}

h3 {
  color: #20242b;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btnPri {
  background-color: #2e7ab8 !important;
  border: 1px solid #205586 !important;
  padding: 8px !important;
  color: white !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  behavior: url(/border-radius.htc) !important;
  border-radius: 4px !important;
}
.btnPri:hover {
  background-color: #205586;
  border: 1px solid #1f4266;
  padding: 8px;
  color: white;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url(/border-radius.htc);
  border-radius: 4px;
}

.f {
  color: #20242b;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-top: 2px;
  text-decoration: none;
}

.PageCenterNB {
  width: 100%;
  z-index: 0;
  padding: 0 10px;
}

.frs {
  background-color: #E5E9EC;
  border-bottom-color: #E5E9EC;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  height: 27px;
  padding: 7px 0 7px 4px;
  vertical-align: middle;
  width: 970px;
}

.fss {
  background-color: #E5E9EC;
  border-bottom-color: #E5E9EC;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  height: 27px;
  padding: 7px 0 7px 4px;
  vertical-align: middle;
  width: 830px;
}

#DragContainer8 {
  border-bottom: #699 1px solid;
  border-left: #699 1px solid;
  border-right: #699 1px solid;
  border-top: #699 1px solid;
  height: 110px;
  padding: 5px 0 0 5px;
  width: 110px;
}

#content-container {
  float: left;
  height: 400px;
  margin: 0;
  width: 25px;
}

#divLegend .rsLegendTBL {
  font-size: 11px;
  vertical-align: top;
}
#divLegend .rsLegendTBL img {
  border: 1px solid #000;
  padding: 1px;
}

#fileMenu {
  position: absolute;
  top: 10px;
}

#fileMnuItemSave, #fileMnuItemSaveAs, #fileMnuItemNew, #fileMnuItemOpen, #btnLoadDBScheme, #drpDnBtnSelectMasterTable, #btnEditDataRelations, #btnInsertChart, #drpDnBtnInsertBarcode, #btnInsertFile, #ribbonGroupMergeBlock, #drpDnBtnInsertMergeBlock, #btnEditMergeBlocks, #ribbonGroupMailMergeFinish, #btnFinishAndMerge, #ribbonGroupDataSource, #tabFile {
  display: none !important;
}

#flowchart_context_menu li, #flowchart_sub_menu li {
  background-color: #d3d3d3;
  border-bottom: solid 1px #000;
  cursor: pointer;
  display: block;
  padding: 2px 2px 2px 4px;
}

#flowchart_context_menu li:hover, #flowchart_sub_menu li:hover {
  background-color: #BBB;
}

#flowchart_context_menu ul, #flowchart_sub_menu ul {
  border: solid 1px #000;
  border-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#insertMergeFieldDropDown {
  max-height: 600px;
  overflow: auto;
}

#left, #right {
  background-color: #9cf;
  color: #000;
  float: left;
  margin: 1% 0 1% 1%;
  padding: 1%;
  width: 46.5%;
}

#left-sidebar {
  float: left;
  height: 475px;
  margin: 0;
  width: 465px;
}

#lsb {
  margin-left: -175px;
}

#main {
  float: left;
  position: relative;
  width: 480px;
}

#nav {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 500;
}
#nav li a.top_link {
  color: #000;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 700;
  height: 21px;
  line-height: 19px;
  padding: 0 0 0 12px;
  text-decoration: none;
}
#nav li a.top_link span {
  display: block;
  float: left;
  height: 21px;
  padding: 0 3px;
}
#nav li a.top_link span.down {
  display: block;
  float: left;
  height: 21px;
  padding: 0 3px;
}
#nav li ul.sub li a.fly {
  background: #F6F6F6;
}
#nav li.top {
  display: block;
  float: left;
  height: 24px;
}
#nav li:hover {
  position: relative;
  z-index: 200;
}
#nav li:hover a.top_link span {
  background: #FFEBB0;
  border: 1px solid #FFBD69;
}
#nav li:hover a.top_link span.down {
  background: #FFEBB0;
}
#nav li:hover li:hover li a.fly {
  background: #F6F6F6;
  color: #000;
}
#nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
  background: #F6F6F6;
  color: #000;
}
#nav li:hover li:hover ul {
  background: #F6F6F6;
  border: 1px solid #6593CF;
  height: auto;
  left: 208px;
  padding: 3px;
  top: 0;
  white-space: nowrap;
  width: 205px;
  z-index: 400;
}
#nav li:hover li:hover li:hover ul {
  background: #F6F6F6;
  border: 1px solid #6593CF;
  height: auto;
  left: 208px;
  padding: 3px;
  top: 0;
  white-space: nowrap;
  width: 205px;
  z-index: 400;
}
#nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
  background: #F6F6F6;
  border: 1px solid #6593CF;
  height: auto;
  left: 208px;
  padding: 3px;
  top: 0;
  white-space: nowrap;
  width: 205px;
  z-index: 400;
}
#nav li:hover ul.sub {
  background: #F6F6F6;
  border: 1px solid #6593CF;
  height: auto;
  left: 12px;
  padding: 1px;
  top: 24px;
  white-space: nowrap;
  width: 205px;
  z-index: 300;
}
#nav li:hover ul.sub li {
  display: block;
  float: left;
  font-weight: 400;
  height: 20px;
  position: relative;
  width: 205px;
}
#nav li:hover ul.sub li a {
  border: 1px solid #F6F6F6;
  color: #000;
  display: block;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  text-indent: 5px;
  width: 206px;
}
#nav li:hover ul.sub li a.fly:hover {
  background: #FFEBB0;
  color: #000;
}
#nav li:hover li:hover a.fly {
  background: #FFEBB0;
  color: #000;
}
#nav li:hover li:hover li:hover a.fly {
  background: #FFEBB0;
  color: #000;
}
#nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
  background: #FFEBB0;
  color: #000;
}
#nav li:hover ul.sub li a:hover {
  background: #FFEBB0;
  border-color: #6593CF;
  color: #000;
}
#nav ul {
  height: 0;
  left: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}
#nav li:hover ul ul {
  height: 0;
  left: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}
#nav li:hover li:hover ul ul {
  height: 0;
  left: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}
#nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
  height: 0;
  left: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  width: 0;
}

#outer-container {
  width: 900px;
}

#right {
  float: right;
  margin: 1% 1% 1% 0;
}

#right-sidebar {
  float: left;
  height: 400px;
  margin: 0;
  width: 400px;
}

#sb {
  float: right;
  margin-left: -175px;
  width: 200px;
}

#sidebar {
  float: right;
  margin-left: -150px;
  width: 200px;
}

#sidebar1 {
  float: left;
  margin-right: -500px;
  width: 20px;
}

#txTemplateDesignerContainer .dropDownMenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all:last-child {
  height: 500px;
}

.BBLeft, .BBRight {
  background-repeat: no-repeat;
  float: left;
  height: 30px;
  margin: 0;
}

.BLink {
  color: #415395;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  text-decoration: none;
}

.BaseFormContainer, .rCc, .mC, .PageFormContainer, .SMRC, .SMMN, .tMc, .ui-dialog-title {
  float: left;
}

.BoldStatisticRptHeader {
  border-bottom: solid 1px #000;
  border-spacing: 3px;
  font-size: large;
  font-weight: bolder;
  padding: 3px;
}

.ButtonBar {
  float: right;
  height: 30px;
  margin: -2px 0 0;
}

.ButtonBarRailSlider {
  height: 17px;
  width: 8px;
}
.ButtonBarRailSlider:onChange {
  top: -3px;
}

.ExamPhotoIE7 {
  top: -3px;
}

.ButtonContainer {
  height: 20px;
  padding: 5px;
  text-align: right;
  width: 715px;
}

.ButtonDropdown {
  height: 26px;
  width: 720px;
}

.ButtonImage2 {
  padding: 0 4px 4px 0;
}

.ButtonItem, .ButtonItem2 {
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  margin: 0 7px 7px 0;
  vertical-align: bottom;
}

.ButtonMT, .ButtonMI {
  background-image: url(bootstrap/scss/Images/buttonM.jpg);
  background-repeat: repeat-x;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 21px;
  padding: 0;
  vertical-align: middle;
}

.ButtonMenu {
  background-color: #F6F6F6;
  border-bottom: 1px solid #6593CF;
  border-left: 1px solid #6593CF;
  border-right: 1px solid #6593CF;
  border-top: 1px solid #6593CF;
  position: absolute;
  width: 200px;
}

.ButtonS {
  background-image: url(bootstrap/scss/Images/buttonS.jpg);
  background-repeat: no-repeat;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 21px;
  padding: 0;
  width: 21px;
}

.CalendarPopUp {
  background-color: #f1f5fb;
  border: solid 1px #004FEC;
  float: none;
  height: 150px;
  padding: 2px;
  position: absolute;
  width: 200px;
}

.Checkbox input {
  margin: 1px 0 0 -2px;
}

.ContMA {
  border-bottom: 1px solid #6593CF;
  border-left: 1px solid #6593CF;
  border-right: 1px solid #6593CF;
  border-top: 1px solid #6593CF;
  padding: 0;
}

.ContMM {
  width: 750px;
}

.ContMT {
  background-image: url(bootstrap/scss/images/FrameTM.jpg);
  background-repeat: repeat-x;
  height: 17px;
  width: 730px;
}

.ContPU {
  background-image: url(bootstrap/scss/images/FooterSep.gif);
  background-repeat: repeat-x;
  height: 27px;
  text-align: right;
}

.ContentForm {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}

.ContentTable {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.ContentTable tr td {
  height: 100%;
  text-align: left;
  vertical-align: top;
}

.Data {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 16px;
  padding: 0 0 0 1px;
  text-decoration: none;
}

.DesignerContainer {
  border-bottom: 1px solid #6593CF;
  border-left: 1px solid #6593CF;
  border-right: 1px solid #6593CF;
  border-top: 1px solid #6593CF;
  margin: 0;
  padding: 2px;
  width: 570px;
}

.DragBox {
  background-color: #eee;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 2px;
  width: 94px;
}

.DragContainer {
  border-bottom: #699 2px solid;
  border-left: #699 2px solid;
  border-right: #699 2px solid;
  border-top: #699 2px solid;
  float: right;
  margin: 3px;
  padding: 5px 5px 0;
  width: 100px;
}

.DragDragBox {
  background-color: #f9c;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 2px;
  width: 94px;
}

.DropList_Pos {
  background-color: #bfdbff;
  border: 1pt solid #6593CF;
  color: #15428B;
  display: none;
  float: left;
  left: -10000px;
  position: absolute;
  top: 0;
  z-index: 1000000;
}

.DropList_Pos_Sel {
  color: #000;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  min-width: 100px;
}

.DropList_Pos_SelC {
  margin: 2px;
}

.DropList_Pos_SelTbl {
  padding: 0;
}

.Error {
  color: Red;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  text-decoration: none;
}

.ExamPhoto {
  border-style: none;
  float: left;
  height: 0;
  left: -85px;
  margin: 0;
  position: relative;
  top: -17px;
  width: 0;
  z-index: 1;
}
.ExamPhoto a {
  height: 76px;
  margin: 0;
  width: 76px;
}
.ExamPhoto img {
  height: 76px;
  margin: 3px 0 0;
  width: 76px;
}

.FPMT {
  color: #3350bd;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  height: 20px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
}

.FPMTxt {
  color: #4e4e4e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 375px;
}

.FilterDataDiv {
  border-bottom: #004FEC 1px;
  border-left: #004FEC 1px;
  border-right: #004FEC 1px;
  border-style: solid;
  border-top: #004FEC 1px;
  height: 250px;
  margin: 1px;
  overflow: auto;
  width: 630px;
}

.FilterDiv {
  border-bottom: #004FEC 1px;
  border-left: #004FEC 1px;
  border-right: #004FEC 1px;
  border-style: solid;
  border-top: #004FEC 1px;
  height: 100px;
  margin: 1px;
  overflow: scroll;
  width: 630px;
}

.FlowChartDesigner {
  height: 60px;
  left: 6px;
  margin: 0;
  overflow: auto;
  padding: 2px;
  position: absolute;
  right: inherit;
  top: 160px;
  width: 715px;
  z-index: 0;
}

.Footer {
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 21px;
  margin: 0;
  padding-left: 4px;
  padding-right: 0;
  padding-top: 6px;
  vertical-align: bottom;
}

.Footer1 {
  color: #4c607a;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
}

.FooterError {
  color: Red;
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 21px;
  margin: 2px 0 0;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
  vertical-align: bottom;
  width: 0;
}

.FormDesignerMain {
  height: 150px;
  left: 6px;
  margin: 0;
  overflow: auto;
  padding: 2px;
  position: absolute;
  right: inherit;
  top: 80px;
  z-index: 0;
}

.FormDesignerSub {
  height: 150px;
  left: 6px;
  margin: 0;
  overflow: auto;
  padding: 2px;
  position: absolute;
  right: inherit;
  top: 240px;
  z-index: 0;
}

.FormDocument {
  float: left;
  height: 150px;
  padding: 2px;
  width: 726px;
}

.FormDocument2 {
  float: left;
  padding: 2px;
  width: 726px;
}

.FormDualListContainer {
  float: left;
  width: 720px;
}

.FormEmptyHelp {
  height: 100%;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.FormEmptyHelp td {
  padding: 2px;
}

.FormHeader {
  background-color: #e8ebf5;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 60px;
  margin-left: -1px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 20px;
}
.FormHeader td {
  padding: 3px 3px 3px 5px;
}

.FormHeaderWhite {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 60px;
  margin-left: -1px;
  text-decoration: none;
  width: 100%;
}

.FormLabel {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 18px;
  margin-top: 2px;
  text-decoration: none;
}

.FormNotes {
  float: left;
  width: 746px;
}

.FormPageMenuItem2 {
  background-color: #f1f5fb;
  border: solid 1px #cee3fb;
  float: left;
  height: 90px;
  width: 400px;
}

.FormPageSeparator {
  background-color: #FFF;
  border-bottom-color: #fff;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  height: 27px;
  padding: 20px 0 0 1px;
  vertical-align: middle;
  width: 830px;
}

.FormPageSeparator2 {
  float: left;
  height: 0;
  padding: 1px 0 0 1px;
  vertical-align: middle;
  width: 750px;
}

.FormPageSeparator3 {
  background-color: #f1f5fb;
  border-bottom-color: #aabfd6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: left;
  height: 30px;
  padding: 1px 0 0 1px;
  vertical-align: middle;
  width: 966px;
}

.FormPageSeparatorCont {
  float: left;
  margin-bottom: 2px;
  margin-top: 2px;
  vertical-align: top;
  width: 741px;
}

.FormPageSeparatorCont2 {
  float: left;
  height: 0;
  margin-bottom: 2px;
  margin-top: 2px;
  vertical-align: top;
  width: 800px;
}

.FormPageSeparatorCont3 {
  float: left;
  margin-bottom: 2px;
  margin-top: 2px;
  vertical-align: top;
  width: 900px;
}

.FormScroll_Div {
  height: 355px;
  overflow: auto;
}

.FormSevenColControl {
  float: left;
  height: 25px;
  width: 137px;
}

.FormSevenColHeader {
  background-color: #E2EEFF;
  border-bottom-color: #ADD1FF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  font-weight: 700;
  height: 15px;
  padding: 4px 0 2px;
  vertical-align: bottom;
  width: 137px;
}

.FormSixColControl {
  float: left;
  height: 36px;
  width: 161px;
}

.FormSixColControlDouble {
  float: left;
  height: 23px;
  width: 320px;
}

.FormSixColHeader {
  background-color: #E2EEFF;
  border-bottom-color: #ADD1FF;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  float: left;
  font-weight: 700;
  height: 15px;
  padding: 4px 0 2px;
  vertical-align: bottom;
  width: 161px;
}

.FormTitle {
  color: #335BBD;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.FrameTopB {
  background-image: url(bootstrap/scss/Images/FrameS.jpg);
  background-repeat: repeat-x;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0;
  width: 1px;
}

.FrameTopM {
  background-image: url(bootstrap/scss/Images/FrameTM.jpg);
  background-repeat: repeat-x;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 17px;
  padding: 0;
  width: 1px;
}

.FrameTopS {
  background-image: url(bootstrap/scss/Images/FrameS.jpg);
  background-repeat: repeat-y;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 0;
  width: 1px;
}

.FrameTopTS {
  background-image: url(bootstrap/scss/Images/FrameTS.jpg);
  background-repeat: no-repeat;
  height: 17px;
  padding: 0;
  width: 1px;
}

.FullPageForm {
  background-color: #E3EFFF;
  margin: 0;
  padding: 0;
  width: 720px;
}

.GeneralForm {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  height: 1500px;
  margin: 0;
  padding: 0;
  width: 750px;
}
.GeneralForm table {
  width: 100%;
}

.GeneralFormLong table {
  width: 100%;
}

.GeneralFormExams {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.GeneralFormLong {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  height: 950px;
  margin: 0;
  padding: 0;
  width: 750px;
}

.GridBody {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11pt;
  font-weight: 400;
  text-decoration: none;
}
.GridBody input {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  text-decoration: none;
}

.GridFooter {
  background-color: #e8ebf5;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 700;
  height: 30px;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
  width: 100%;
}
.GridFooter input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  text-decoration: none;
  vertical-align: middle;
}

.GridFooterA {
  color: #4e4e4e;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 700;
  width: 90px;
}

.GridFooterB {
  color: #4e4e4e;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 700;
  width: 45px;
}

.GridFooterC {
  color: #4e4e4e;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 700;
  width: 140px;
}

.GridFooterD {
  float: left;
  width: 40px;
}

.GridH {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.GridHeader {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11pt;
  font-weight: 700;
  height: 26px;
  text-decoration: none;
  vertical-align: middle;
}

.GridMain {
  padding: 0;
  text-align: left;
  width: 100% !important;
}

.GridNoRecordsMessage {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}

.GridTitle {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.HeaderBarL {
  float: left;
  font: 100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  height: 24px;
  margin: 0;
  padding: 6px 0 0 4px;
  position: relative;
  vertical-align: top;
  width: 200px;
}

.HeaderBarR {
  float: right;
  font-size: 4pt;
  height: 30px;
  left: 0;
  margin: -7px 0 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 24px;
  z-index: 0;
}

.HeaderBarRMenu {
  float: right;
  font-size: 4pt;
  margin: 0;
  padding: 4px 0 0;
  position: relative;
  vertical-align: top;
  width: 350px;
}

.HeaderBarRMenuBtn {
  margin: 0 0 5px;
}

.HeaderBarRToolbar {
  float: left;
  font-size: 4pt;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 500;
}

.HeaderBarRToolbar2 {
  float: right;
  font-size: 4pt;
  margin: 2px 0 0;
  padding: 0;
  position: relative;
  vertical-align: top;
  z-index: 400;
}

.HeaderText {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  height: 14px;
  text-decoration: none;
}

.HeaderTxt {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.HelpCells {
  background-color: #fff;
  border-bottom: solid thin #004FEC;
  border-left: solid thin #004FEC;
  border-right: solid thin #004FEC;
  border-top: solid thin #004FEC;
  border-width: 1px;
  height: 470px;
  vertical-align: top;
}

.HelpContainer {
  display: inline-table;
  float: left;
  margin-top: 2px;
  overflow: visible;
  width: 800px;
}

.HelpText {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  text-decoration: none;
  width: 200px;
}

.History {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  height: 82px;
  overflow: auto;
  width: 100%;
}

.HorizontalMenu a {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  padding-right: 10px;
}

.Information {
  color: #000;
  float: right;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  padding: 0 10px 10px;
  text-decoration: none;
  width: 690px;
}

.Install {
  margin: 0;
  padding: 0;
}

.InstallSideBarStyle {
  background-color: #FFF;
  background-image: url(bootstrap/scss/Images/install-wizard.jpg);
  background-repeat: no-repeat;
  border-width: 0;
  padding-bottom: 80px;
  padding-left: 8px;
  vertical-align: bottom;
  width: 150px;
}

.InstallStepStyle {
  height: 360px;
  margin: 0;
  padding: 0;
  width: 600px;
}

.IsT {
  color: Green;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.LabelBar {
  background-image: url(bootstrap/scss/Images/LabelBar.jpg);
  background-repeat: repeat-x;
  float: right;
  height: 20px;
  width: 80%;
}

.LabelBarContainer {
  width: 751px;
}

.LabelBarText {
  color: #154A93;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 20px;
  white-space: nowrap;
  width: 20%;
}

.LabelCaption {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.LetterC {
  background: #FFF;
  border: 1px solid #6593CF;
  height: 500px;
  overflow: scroll;
  width: 150px;
}

.LetterD {
  overflow: auto;
  width: 940px;
}

.LetterHD {
  text-align: left;
  width: 900px;
}

.LetterHH {
  text-align: left;
  width: 740px;
}

.LetterO {
  background: #FFEBB0;
  border: 1px solid #FFBD69;
  color: #000;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  padding: 0 0 0 12px;
  text-decoration: none;
  width: 110px;
}

.LetterObL {
  font-weight: 700;
  text-decoration: none;
}

.LetterP {
  background-color: #fff;
  border: solid 1px green;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 750px;
  margin: 1px 0 0;
  overflow: auto;
  padding: 10px;
  text-align: left;
  width: 903px;
  z-index: 0;
}

.LetterPI {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 1px 0 0;
  overflow: auto;
  text-align: left;
  z-index: 0;
}

.LetterT {
  background: #fff;
  left: 12px;
  padding: 1px;
  top: 24px;
  white-space: nowrap;
  width: 900px;
}

.LgDiv, .StandardDivFP {
  border-bottom: #004FEC 1px;
  border-left: #004FEC 1px;
  border-right: #004FEC 1px;
  border-style: solid;
  border-top: #004FEC 1px;
  height: 400px;
  margin: 1px;
  overflow: auto;
  width: 99%;
}

.ListSearchExtenderPrompt {
  color: #ccc;
  font-family: Tahoma;
  font-size: 10px;
  font-style: italic;
  text-decoration: none;
}

.MBLeft {
  background-image: url(bootstrap/scss/images/MBLeft.gif);
  background-repeat: no-repeat;
  width: 4px;
}

.MBMenu {
  background-color: #E9EEEE;
  border: 1pt solid #6593CF;
  padding: 2px 1px 1px;
}

.MBMenuItem {
  background-color: #F6F6F6;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  padding: 0 4px 0 3px;
}
.MBMenuItem img {
  background-color: #E9EEEE;
}

.MBMenuItemHover {
  background-color: #FFE7A2;
  border: solid 1px #FFBD69;
}

.MBMenuItemTop {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  padding: 0 2px 0 0;
  text-decoration: none;
}

.MBMenuItemTopHover {
  background-color: #E9EEEE;
  background-image: url(bootstrap/scss/images/smHeaderBackground.jpg);
  background-repeat: repeat-x;
  border: 1px solid #6593CF;
  border-bottom: none;
  padding: 1px 2px;
}

.MBMenuTop {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  margin: 4px 0 0 4px;
}

.Menu {
  height: 25px;
  width: 163px;
}

.MenuBarContainer {
  float: left;
  height: 32px;
  left: 4px;
  top: 10px;
}

.MenuBarTable {
  float: left;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.MenuLink, .MenuLink2 {
  color: #415395;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.MenuLink3 {
  color: #2e7ab8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.MenuLink3N {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.MenuLink3:hover {
  color: #2e7ab8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.MenuLinkB {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  text-decoration: none;
}

.MenuLinkPlain {
  color: #4e4e4e;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.MenuLinkSelected {
  color: #4c6091;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.MenuOff, .FormPageMenuItem {
  background-color: #fff;
  border: solid 1px #fff;
  float: left;
  height: 90px;
  width: 485px;
}

.MenuOn {
  background-color: #ecf3fc;
  border: solid 1px #c6ba9d;
  cursor: pointer;
  float: left;
  height: 90px;
  width: 485px;
}

.MenuText {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  text-decoration: none;
}

.MessageButtonCSSClass {
  float: left;
  height: 30px;
  width: 30px;
}

.MessageCSSClass {
  background: #fff;
  border: solid 1px #6593CF;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin: 0;
  padding: 2px;
  width: 100%;
}

.MessageCSSClassHide {
  display: none;
  float: left;
  width: 736px;
}

.MessageContainCSSClass {
  width: 740px;
}

.MessageContainCSSClassTool {
  background: #fff;
  color: #000;
  width: 715px;
}

.MultiSelectCaption {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  padding-top: 1px;
  text-decoration: none;
}

.MultiSelectContainer {
  background-color: #fff;
  border-bottom: solid 1px #e2e3ea;
  border-left: solid 1px #e2e3ea;
  border-right: solid 1px #abadb3;
  border-top: solid 1px #abadb3;
  display: inherit;
  float: left;
  margin: 2px 0 0;
  min-height: 18px;
  overflow: visible;
  padding: 4px 0 4px 2px;
}

.Notes {
  color: #004FEC;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  text-decoration: none;
}

.OverDragBox {
  background-color: #ff9;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  margin-bottom: 5px;
  padding: 2px;
  width: 94px;
}

.OverDragContainer {
  background-color: #eee;
  border-bottom: #699 2px solid;
  border-left: #699 2px solid;
  border-right: #699 2px solid;
  border-top: #699 2px solid;
  float: right;
  margin: 3px;
  padding: 5px 5px 0;
  width: 100px;
}

.PLBR {
  float: right;
  width: 35px;
}

.PLRowSpacer {
  float: left;
  width: 20px;
}

.PageCenter {
  background-color: #fff;
  border: 1pt solid #6593CF;
  height: 545px;
  margin: 0 -1px;
  padding: 3px;
  z-index: 0;
}

.PageCenter2 {
  background-color: #fff;
  border: 1pt solid #6593CF;
  height: 1000px;
  margin: 0 -1px;
  padding: 3px;
  z-index: 0;
}

.PageCenterNB2 {
  background-color: #FFF;
  margin: 0 -1px;
  padding: 3px;
  width: 830px;
  z-index: 0;
}

.PageCenterhelp {
  background-color: #FFF;
  border: 1pt solid #6593CF;
  margin: 0 -1px;
  padding: 3px;
  width: 950px;
  z-index: 0;
}

.PageCenterw {
  background-color: #FFF;
  margin: 0 -1px;
  min-height: 400px;
  overflow: visible;
  padding: 1px 3px;
  z-index: 0;
}

.PageCenterw1 {
  height: 400px;
  margin: 0 -1px;
  overflow: visible;
  padding: 0 1px 1px;
  vertical-align: top;
  z-index: 0;
}

.PageDivider {
  float: left;
  height: 4px;
  width: 900px;
}

.PageFullDivWhite {
  background-color: #fff;
  border: 1pt solid #6593CF;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 424px;
  left: 0;
  margin: -4px -13px 0 0;
  overflow: auto;
  padding: 2px;
  position: absolute;
  right: inherit;
  width: 749px;
  z-index: 0;
}

.PageLeftDiv {
  height: 428px;
  margin: -4px 0 0 -2px;
  position: absolute;
  z-index: 0;
}

.PageOverlay {
  background-image: url(bootstrap/scss/images/OverLay.png);
  background-repeat: repeat;
  bottom: 0;
  display: none;
  height: auto;
  left: 0;
  padding-bottom: 1000px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000001;
}

.PageRightDiv {
  background-color: #E3EFFF;
  border: 1pt solid #6593CF;
  float: right;
  height: 397px;
  left: 200px;
  margin: -2px -11px 0 0;
  overflow: auto;
  padding: 2px;
  position: absolute;
  top: 21px;
  width: 549px;
  z-index: 0;
}

.PageRightDivFullH {
  background-color: #E3EFFF;
  border: 1pt solid #6593CF;
  float: right;
  height: 525px;
  left: 200px;
  margin: -4px -11px 0 0;
  overflow: visible;
  padding: 2px;
  position: absolute;
  right: inherit;
  width: 549px;
  z-index: 0;
}

.PageRightDivTitle {
  background-color: #BFDBFF;
  float: right;
  height: 25px;
  left: 10px;
  margin: -4px 0 0 -4px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 558px;
  z-index: 0;
}

.PageSearchResults {
  float: left;
  height: 315px;
  padding: 2px 0 0;
}

.PageSearchTop {
  float: left;
  height: 190px;
}

.PageSepLabel {
  background-image: url(bootstrap/scss/images/Footer.gif);
  background-repeat: repeat-x;
  height: 27px;
}

.PersonLookupTable {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 0;
  padding: 0;
}

.PhotoCont {
  border-style: inset;
  border-width: 1px;
  height: 100%;
  width: 100%;
}

.PlusMinusLookup_Pos {
  background-image: url(bootstrap/scss/Images/personlookup.gif);
  background-repeat: no-repeat;
  display: none;
  float: left;
  height: 50px;
  position: absolute;
  width: 250px;
  z-index: 1000000;
}

.PopupB {
  background-image: url(bootstrap/scss/images/PopupB.gif);
  background-repeat: repeat-x;
  height: 5px;
}

.PopupBG {
  background-image: url(bootstrap/scss/images/background_imageLine.jpg);
  background-repeat: repeat;
  border: 0;
  height: 100%;
  padding: 2px;
}

.PopupBL {
  background-image: url(bootstrap/scss/images/PopupBL.gif);
  height: 5px;
  width: 5px;
}

.PopupBR {
  background-image: url(bootstrap/scss/images/PopupBR.gif);
  height: 5px;
  width: 5px;
}

.PopupContainer {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  left: 50%;
  margin: -20px 0 0 -200px;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 200px;
  z-index: 35000;
}

.PopupContainerBody {
  margin: 0;
  padding: 2px;
}

.PopupContainerButtons {
  float: right;
  margin: 0;
  padding: 2px;
  text-align: right;
  vertical-align: middle;
}

.PopupContainerMessage {
  text-align: left;
  vertical-align: middle;
}

.PopupContent {
  background-color: #fff;
  border: 1pt solid #6593CF;
  float: left;
  position: absolute;
  z-index: 100;
}

.PopupL {
  background-image: url(bootstrap/scss/images/PopupL.gif);
  height: 30px;
  width: 5px;
}

.PopupLabel {
  background-color: #fff;
  border-bottom: solid thin #6593CF;
  border-left: solid thin #6593CF;
  border-right: solid thin #6593CF;
  border-top: solid thin #317BDE;
  border-width: 1px;
  color: #ACA8AF;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 20px;
  padding: 0;
}

.PopupLabelImg {
  background-image: url(bootstrap/scss/images/Glass.jpg);
  background-repeat: no-repeat;
  height: 18px;
  width: 16px;
}

.PopupLabelText {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.PopupOverlay {
  background-image: url(bootstrap/scss/images/OverLay.png);
  background-repeat: repeat-y repeat-x;
  height: 800px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 10000;
}

.PopupR {
  background-image: url(bootstrap/scss/images/PopupR.gif);
  height: 30px;
  width: 5px;
}

.PopupTitle {
  background-image: url(bootstrap/scss/images/PopupHeader.gif);
  background-repeat: repeat-x;
  color: #092061;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11pt;
  height: 30px;
  padding: 0;
}

.PopupTitleL {
  background-image: url(bootstrap/scss/images/PopupHeaderL.gif);
  height: 30px;
  width: 5px;
}

.PopupTitleR {
  background-image: url(bootstrap/scss/images/PopupHeaderR.gif);
  height: 30px;
  width: 5px;
}

.PopupTitleX {
  background-image: url(bootstrap/scss/images/PopupHeader.gif);
  background-repeat: repeat-x;
  height: 30px;
  width: 11px;
}

.PopupouterContainer {
  background-color: #fff;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 150px;
  z-index: 1001;
  position: absolute;
  left: 48%;
  top: 30%;
  z-index: 100000;
}

.ProcessDiv {
  height: 100px;
  left: 50%;
  margin: 1px;
  overflow: auto;
  position: absolute;
  top: 50%;
  width: 150px;
}

.Question, .Warning {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px;
  text-decoration: none;
}

.RadListBox_Default ul.rlbList {
  float: left !important;
}

.RadComboBox .rcbActionButton {
  height: inherit !important;
}

.RadTreeView {
  white-space: unset;
  padding-right: 10px;
}
.RadTreeView .rtLI {
  padding-bottom: 7px;
}
.RadTreeView .rtLast {
  padding-bottom: 0;
}
.RadTreeView .rtUL .rtUL {
  margin-top: 7px;
}

.RangeContainer {
  float: left;
  margin-top: 2px;
}

.ReportContainerBody {
  background-color: #E3EFFF;
  margin: 0;
  padding: 0;
  width: 832px;
}

.ReportDisplayPaneR {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 519px;
  margin: 1px -1px 0;
  overflow: auto;
  padding: 3px;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.ReportPopupContainer {
  height: 800px;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 10000;
}

.ReportResults {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 2px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.ReportText {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
}

.ReportTextTitles {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 700;
}

.Report_ImmCompl {
  height: 334px;
  width: 740px;
}

.SMI {
  color: #15428B;
  cursor: hand;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  height: 17px;
  margin: 3px 0 0 4px;
  text-decoration: none;
  width: 169px;
}

.SMIC {
  background: url(bootstrap/scss/Images/SMI.jpg);
  color: #15428B;
  cursor: hand;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 700;
  height: 20px;
  padding-left: 2px;
  padding-top: 2px;
  text-decoration: none;
  width: 164px;
}

.SMII {
  background: url(bootstrap/scss/Images/SMI.jpg);
  color: #15428B;
  cursor: hand;
  float: left;
  height: 20px;
  padding-left: 2px;
  padding-top: 2px;
  width: 22px;
}

.SMIIc {
  float: left;
  margin: -1px 0 0;
}

.SML {
  float: left;
  width: 0;
}

.SMMO {
  float: left;
  width: 300px;
}

.SMR {
  background: url(bootstrap/scss/Images/SMR.jpg);
  cursor: hand;
  float: left;
  height: 20px;
  width: 15px;
}
.SMR img {
  float: left;
  height: 20px;
  margin: 0;
}

.SMRG {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  height: 16px;
  text-decoration: none;
  vertical-align: top;
}

.SMRL {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  margin: 1px 0 0 4px;
  text-decoration: none;
}
.SMRL a {
  border: 0;
}

.SMRLS {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  margin: 1px 0 0 4px;
  text-decoration: none;
}

.SMc {
  background: url(bootstrap/scss/Images/SML.jpg);
  float: left;
  width: 190px;
}

.SearchContainerBody {
  background-color: #E3EFFF;
  margin: 0;
  padding: 0;
  width: 830px;
}

.SearchContainerBodyFullPage {
  background-color: #E3EFFF;
  margin: 0;
  padding: 0;
  width: 729px;
}

.SearchControlsContainer {
  height: 160px;
}

.SearchControlsContainerSimple {
  height: 50px;
}

.SearchResult {
  background: #fff;
  border: solid 1px #6593CF;
  height: 150px;
  overflow: auto;
  width: 400px;
}

.ShortDiv {
  border-bottom: #004FEC 1px;
  border-left: #004FEC 1px;
  border-right: #004FEC 1px;
  border-style: solid;
  border-top: #004FEC 1px;
  height: 180px;
  margin: 1px;
  overflow: auto;
  width: 600px;
}

.SideBarOver {
  background-image: url(bootstrap/scss/images/Sidebar_LOrg.jpg);
  background-repeat: repeat-x;
  cursor: hand;
  height: 32px;
  width: 180px;
}

.SideBarSelected {
  background-image: url(bootstrap/scss/images/Sidebar_Org.jpg);
  background-repeat: repeat-x;
  height: 32px;
  width: 180px;
}

.SideBarSm {
  background-image: url(bootstrap/scss/images/Sidebar_Sm.jpg);
  background-repeat: repeat-x;
  height: 9px;
  width: 180px;
}

.SideBarUnselect {
  background-image: url(bootstrap/scss/images/Sidebar_Blue.jpg);
  background-repeat: repeat-x;
  cursor: default;
  height: 32px;
  width: 180px;
}

.SidebarContainer {
  margin: 0 0 0 3px;
  text-align: left;
  width: 190px;
}

.SortCallbackStyle {
  border: thin blue inset;
}
.SortCallbackStyle table {
  background-color: #5377A9;
  color: #000;
}

.SortDragIcon {
  background-image: url(bootstrap/scss/images/expand.gif);
  background-repeat: no-repeat;
  border: outset thin #FFF;
  cursor: move;
  float: right;
  height: 12px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  width: 12px;
}

.SortDragItem {
  border: dashed thin #004FEC;
  color: #004FEC;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  height: 23px;
  margin: 0 0 0 20px;
  min-height: 23px;
  padding: 2px;
  vertical-align: top;
  width: 150px;
}

.SortListContainer {
  background-color: #c4dafa;
  border-style: inset;
  border-width: 1px;
  margin: 0 0 1px 2px;
  overflow: auto;
  padding: 0;
}
.SortListContainer li {
  list-style: none;
  margin: 0 0 0 -35px;
}

.SortListInternal {
  background-color: #c4dafa;
  border-style: inset;
  border-width: 0;
  margin: 2px 0 0;
  overflow: hidden;
  padding: 0;
}

.SortListItem {
  background-color: #c4dafa;
  background-image: url(bootstrap/scss/images/smHeaderBackground.jpg);
  background-repeat: repeat-x;
  border-bottom: solid thin;
  border-bottom-color: #004FEC;
  border-bottom-width: 1px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.SortListItem img {
  padding-right: 4px;
  vertical-align: middle;
}

.SortListItemLabel {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  margin: -16px 0 0 32px;
  padding: 0 0 0 4px;
  position: inherit;
  width: 100%;
}

.SortListMouseOut {
  background-color: Transparent;
  color: #000;
  cursor: default;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  padding: 0;
  width: 100%;
}

.SortListMouseOver {
  background-color: #a1b8d8;
  color: #000;
  cursor: hand;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  padding: 0;
  width: 100%;
}

.StandardDiv {
  border-bottom: #004FEC 1px;
  border-left: #004FEC 1px;
  border-right: #004FEC 1px;
  border-style: solid;
  border-top: #004FEC 1px;
  height: 280px;
  margin: 1px;
  overflow: auto;
  width: 99%;
}

.StandardTable {
  border-width: 0;
  padding: 4px;
  width: 748px;
}

.StandardTableWidth {
  border-width: 0;
  padding: 4px;
  width: 600px;
}

.StatisticFooter {
  border-spacing: 3px;
  border-top: solid 1px #000;
  padding: 3px;
}

.StatisticGroupSept {
  height: 30px;
}

.StatisticHeader {
  border-bottom: solid 1px #000;
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  padding: 3px;
}

.StatisticRptHeader {
  border-bottom: solid 1px #000;
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
}

.StatisticRptHeaderMid {
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  padding: 3px;
}

.StatisticRptHeaderNU {
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
}

.StatisticRptHeaderNU1 {
  border-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}

.StatisticRptRow {
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  padding: 3px;
}

.StatisticRptRow1 {
  border-spacing: 3px;
  font-size: 12px;
  padding: 0;
}

.StatisticRptRow2 {
  padding: 10px;
}

.StatisticRptRowMid {
  border-spacing: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  padding: 3px;
}

.Submit {
  background-color: #FFFBFF;
  border-color: #023A71;
  border-style: Solid;
  border-width: 1px;
  color: #284775;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.8em;
  margin: 0 2px 0 0;
  text-align: center;
}

.TFTablef {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.TFTablef td {
  height: 35px;
}
.TFTablef th {
  border: 0;
  border-bottom: 1px solid #828282;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  height: 25px;
}
.TFTablef tr:nth-child(even) {
  background-color: #EDEDED;
  padding: 0;
}

.Tab {
  background-color: #C3DAF9;
  border-bottom: solid thin #004FEC;
  border-left: solid thin #004FEC;
  border-right: solid thin #004FEC;
  border-top: solid thin #317BDE;
  border-width: 1px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

.TabSelected {
  background-color: #fff;
  border-left: solid thin #004FEC;
  border-left-width: 1px;
  border-right: solid thin #004FEC;
  border-right-width: 1px;
  border-top: solid thin #004FEC;
  border-top-width: 1px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
}

.TabSep {
  border-bottom: solid thin #004FEC;
  border-bottom-width: 1px;
  width: 4px;
}

.TabTableContentCell, .pltr {
  height: 24px;
}

.TableRow1Ctrl {
  height: 21px;
  text-align: left;
  width: 695px;
}

.TableRow2Ctrl {
  height: 21px;
  text-align: left;
  width: 345px;
}

.TableRow3Ctrl {
  height: 21px;
  text-align: left;
  width: 232px;
}

.TableRow4Ctrl {
  height: 21px;
  text-align: left;
  width: 173px;
}

.TableRowLabel {
  height: 21px;
  text-align: left;
  vertical-align: bottom;
  width: 15%;
}

.TableRowLabelDiv {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 3px;
  text-align: left;
  text-decoration: none;
  width: 95px;
}

.TextBoxData, body select {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
}

.Timesheet {
  background-color: #ffb;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  text-decoration: none;
}

.TimesheetActivity {
  background-color: #ff9;
  border: 10px;
  border-color: #000;
  border-style: solid;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  text-decoration: none;
}

.TreeContainer, .TreeContainer2 {
  margin: 0;
}

.WebPart {
  background: #fff;
  padding: 0;
  text-align: left;
}

.WizardStepTable {
  border-width: 0;
  color: #000;
  font-weight: 400;
  height: 290px;
  margin: 0;
  padding: 0;
}

.ZoomHandle {
  float: none;
  position: inherit;
}

.ZoomRail {
  background-image: url(bootstrap/scss/images/ZoomRail.gif);
  background-repeat: no-repeat;
  float: left;
  height: 5px;
  margin: 6px 0 0;
  position: inherit;
}

.a {
  text-align: left;
}

.a1, .a2 {
  margin: 0;
  padding: 0;
}

.a1Bar {
  background-color: #E3EFFF;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-style: normal;
  font-weight: 700;
  margin: -2px 0 0;
  padding: 0;
  text-decoration: none;
}

.a1BarHidden {
  display: none;
  height: 0;
}

.a20 {
  border-bottom: solid 1px #B1D3FF;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12pt;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
  width: 10px;
}

.a2Bar {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 5px;
  text-decoration: underline;
}

.a3, .a3Pdf {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.a4 {
  font-size: 9pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.a443 {
  border-bottom: solid thin;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 6px;
  vertical-align: middle;
}

.a445 {
  margin: 0 5px;
  width: 950px;
}

.a445a {
  margin: 0;
  width: 950px;
}

.a445aa {
  height: 2px;
}

.a4Pdf {
  font-size: 13pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.a5, .a5Pdf {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14pt;
  font-weight: 700;
}

.a6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
}

.a6Pdf {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  line-height: 2;
}

.a7 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 700;
  padding: 0 0 0 5px;
}

.a7Pdf {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11pt;
  font-weight: 700;
}

.a8 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  min-width: 75px;
  padding-left: 8px;
  vertical-align: top;
}

.a8Pdf {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  line-height: 2;
  min-width: 75px;
  padding-left: 8px;
  vertical-align: top;
}

.a9 {
  border-bottom: solid thin;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-top: solid thin;
  border-top-color: #000;
  border-top-width: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 0 8px;
  text-align: right;
}

.a9Pdf {
  border-bottom: solid thin;
  border-bottom-color: #000;
  border-bottom-width: 1px;
  border-top: solid thin;
  border-top-color: #000;
  border-top-width: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12pt;
  font-style: normal;
  font-weight: 700;
  padding: 0 0 0 8px;
  text-align: right;
}

.allowed-attachments {
  display: block;
  font-size: 13px;
  margin-top: 12px;
}

.allowed-attachments-list {
  font-size: 12px;
  font-style: italic;
}

.attachment-container {
  background: rgba(58, 174, 251, 0.6);
  display: inline-block;
  padding: 25px 22px 22px;
  width: 410px;
}

.b1 {
  float: right;
  height: 100px;
  left: 0;
  margin: -45px 0 60px 60px;
  overflow: hidden;
  position: absolute;
  width: 250px;
  z-index: -1;
}

.b2 {
  border: 0;
  padding: 0;
  position: absolute;
  width: 250px;
  z-index: 0;
}

.b3 {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 0;
  position: relative;
  text-decoration: none;
}

.b4 {
  background-color: #FEDE77;
  margin: 0;
  z-index: 0;
}

.b5 {
  border: 1px solid red;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 23px;
  min-width: 10px;
  vertical-align: top;
  z-index: 0;
}
.b5 td {
  height: 23px;
  min-width: 30px;
  vertical-align: top;
}

.b5a {
  border: 1px solid red;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 23px;
  min-width: 30px;
  vertical-align: top;
  width: 530px;
  z-index: 0;
}
.b5a td {
  height: 23px;
  min-width: 60px;
  vertical-align: top;
}

.b6 {
  float: left;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.b7 {
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}

.b8 {
  margin: 0;
  min-height: 12px;
  min-width: 16px;
  padding: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}

.bTc {
  float: left;
  margin-top: 2px;
}

.bTi, .txtwidth250 {
  width: 250px;
}

.bTl {
  background-image: url(bootstrap/scss/Images/buttonL.jpg);
  background-repeat: no-repeat;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 21px;
  padding: 0;
  width: 3px;
}

.bTm {
  background-image: url(bootstrap/scss/Images/buttonM.jpg);
  background-repeat: repeat-x;
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 19px;
  padding: 2px 0 0;
  text-decoration: none;
  vertical-align: middle;
  width: 180px;
}

.bTp {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 200px;
  min-height: 200px;
  position: relative;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 200px;
  z-index: 100000000;
}

.bTr {
  background-image: url(bootstrap/scss/Images/buttonR.jpg);
  background-repeat: no-repeat;
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 21px;
  margin-right: 4px;
  padding: 0;
  width: 3px;
}

.bottom_left, .bottom_left_on {
  background-position: 0 -9px;
}

.bottom_right, .bottom_right_on {
  background-position: 100% -9px;
}

.c1 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.c2 {
  z-index: 2;
}

.c3 {
  z-index: 3;
}

.c4 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  width: 100%;
  z-index: 4;
}

.c5, .ToggleImageMouseOver, .gBv {
  cursor: hand;
}

.c5cal {
  border: 0;
  cursor: hand;
  margin: 2px 0 0 2px;
}

.c6, .ToggleImageMouseOut, .gBo {
  cursor: default;
}

.c6cal {
  border: 0;
  cursor: default;
  margin: 2px 0 0 2px;
}

.c6calC {
  float: left;
  margin: 0;
  width: 16px;
}

.c7 {
  background-color: #cee3fb;
  height: 22px;
  margin: 0 -1px;
  padding: 0;
}

.c7_Content {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  padding: 0;
  vertical-align: top;
}

.c7_Content_Find {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 14px;
  margin: -2px 0 0 18px;
  padding: 0 1px;
  width: 50px;
}

.c7_Content_Layout {
  float: left;
  padding: 2px 0 0 16px;
}

.c7_Content_PDF {
  float: left;
  padding: 1px 0 0 19px;
}

.c7_Content_Print {
  float: left;
  padding: 1px 0 0 10px;
}

.c7_Content_Restore {
  float: left;
  padding: 2px 0 0 15px;
}

.c7_Content_Zoom {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 14px;
  margin: -2px 0 0 8px;
  padding: 0 1px;
  width: 175px;
}

.c7_g {
  float: left;
  padding: 2px;
}

.c7_rc {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  padding: 3px 0 0 5px;
  text-align: left;
  width: 128px;
}

.c7_s {
  width: 80px;
}

.c8 {
  float: left;
  width: 95%;
}

.c9 {
  float: right;
  margin: 8px 0 0;
}

.cellfontBold {
  font-size: 10px;
  font-weight: 700;
}

.cellfontBold12 {
  font-size: 12px;
  font-weight: 700;
}

.cellfontsize {
  font-size: 10px;
}

.cellfontsize12 {
  font-size: 12px;
}

.clear {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.cntrDiv {
  margin-left: auto;
  margin-right: auto;
}

.cntrDiv1 {
  margin-left: 60px;
  margin-right: auto;
}

.cpr {
  margin: -10px 0 0;
  width: 950px;
}
.cpr td, .cpr a {
  color: #6593cf;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
}

.d1 {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.d2 {
  background-color: #335BBD;
  color: #fff;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.d3 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  padding-left: 4px;
  vertical-align: top;
}

.d4 {
  border-bottom: solid thin;
  border-bottom-color: #004FEC;
  border-bottom-width: 1px;
  border-top: solid thin;
  border-top-color: #004FEC;
  border-top-width: 1px;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.d5 {
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-bottom-width: medium;
  color: #000;
  height: 25px;
  vertical-align: bottom;
}
.d5 a {
  color: #15428B;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}

.d6 {
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 22px;
}

.d6Alt {
  background-color: #e5e5e5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 22px;
}

.d8 {
  padding: 4px 2px;
}

.d9 {
  height: 100px;
  width: 935px;
}

.dC {
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}

.dD {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 2px 0 0;
  min-width: 40px;
  text-decoration: none;
}

.demo-container {
  padding-left: 70px !important;
  padding-right: 70px !important;
  width: 454px;
}
.demo-container .RadUpload .ruUploadProgress {
  display: inline-block;
  overflow: hidden;
  width: 210px;
}

.divSP {
  float: left;
  width: 990px;
}

.dlbbtnc, .dlbbtncFP {
  height: 16px;
  width: 16px;
}

.dlbtn {
  float: left;
  width: 436px;
}

.dlbtnFP {
  float: left;
  width: 636px;
}

.dlbtnl, .dlbtnlFP {
  border-width: 0;
}
.dlbtnl img, .dlbtnlFP img {
  border-width: 0;
}

.dlcont {
  float: left;
  margin-bottom: 10px;
  width: 460px;
}

.dlcont3 {
  float: left;
  margin-bottom: 10px;
  width: 800px;
}

.dlcontFP {
  float: left;
  margin-bottom: 10px;
  width: 860px;
}

.dllcapFP {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 16px;
  margin: 0 0 0 5px;
  width: 398px;
}

.dllclearbtn {
  clear: left;
  float: left;
}

.dlllst select, .dlrlst select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 4px 0 0;
  min-width: 190px;
  width: 190px;
}

.dlllst {
  float: left;
  margin: 0 0 0 5px;
}

.dlllst1 {
  float: left;
  margin: 0 0 0 5px;
}
.dlllst1 select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 1px 0 0;
  min-width: 400px;
  width: 400px;
}

.dlllstFP {
  float: left;
  height: 398px;
  margin: 0 0 0 5px;
  width: 350px;
}

.dllstmidbtn, .dllstmidbtnFP {
  float: left;
  margin: 10px 0 0 10px;
}

.dlmcap, .dllcap {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 16px;
  margin: 0 0 0 5px;
  width: 225px;
}

.dlmlst {
  float: left;
  margin: 0 0 0 10px;
}
.dlmlst select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 1px 0 0;
  min-width: 190px;
  width: 190px;
}

.dlplp {
  background-image: url(/CSS/Images/Images/Duallist.gif);
  background-repeat: no-repeat;
  display: none;
  float: left;
  height: 210px;
  background-size: 100% 100%;
  left: -10000px;
  padding: 5px 0 10px 10px;
  position: absolute;
  width: 466px;
  z-index: 1000000;
}

.dlplpFP {
  background-image: url(/CSS/Images/Images/Duallist.gif);
  background-repeat: no-repeat;
  border-color: #000;
  border-width: medium;
  display: none;
  float: left;
  height: 385px;
  left: -10000px;
  padding: 5px 0 10px 10px;
  position: absolute;
  width: 666px;
  z-index: 1000000;
}

.dlrcap {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 16px;
  margin: 0;
  width: 225px;
}

.dlrcapFP {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 16px;
  margin: 0;
  width: 398px;
}

.dlrlst {
  float: left;
  margin: 0 0 0 15px;
}

.dlrlst1 {
  float: left;
  margin: 0 0 0 15px;
}
.dlrlst1 select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 1px 0 0;
  min-width: 615px;
  width: 615px;
}

.dlrlst3 {
  float: left;
  margin: 0 0 0 110px;
}

.dlrlstFP {
  float: left;
  margin: 0 0 0 10px;
  width: 350px;
}

.dlsel, .dlselFP {
  display: none;
  height: 0;
  width: 0;
}

.dltbc {
  color: #FFF;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-weight: 700;
  margin: 2px 0 15px;
  width: 430px;
}

.dltbcFP {
  float: left;
  margin: 2px 0 0;
  width: 630px;
}

.dlupdwn, .dlupdwnFP {
  float: left;
  margin: 20px 0 0 10px;
}

.dlx {
  float: left;
  left: 444px;
  margin: -5px 0 0;
  width: 15px;
}

.dlxFP {
  float: left;
  left: 644px;
  margin: -5px 0 0;
  width: 15px;
}

.docC {
  background-color: #fff;
  border-bottom: solid thin #004FEC;
  border-left: solid thin #004FEC;
  border-right: solid thin #004FEC;
  border-top: solid thin #004FEC;
  border-width: 1px;
  float: right;
  height: 400px;
  margin: 10px;
  padding: 10px;
  position: inherit;
  top: 100px;
  width: 550px;
  z-index: 10000;
}

.docCB {
  cursor: hand;
  float: left;
  height: 50px;
  margin: 10px;
  width: 100%;
}

.docCM {
  background-color: #fff;
  border-bottom: solid thin #004FEC;
  border-left: solid thin #004FEC;
  border-right: solid thin #004FEC;
  border-top: solid thin #004FEC;
  border-width: 1px;
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 350px;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: inherit;
  width: 960px;
}

.docContainer {
  background-color: #fff;
  border-bottom: solid thin #004FEC;
  border-left: solid thin #004FEC;
  border-right: solid thin #004FEC;
  border-top: solid thin #004FEC;
  border-width: 1px;
  height: 400px;
  position: relative;
  width: 550px;
  z-index: 1001;
}

.e1 {
  background-image: url(bootstrap/scss/Images/personlookup.gif);
  background-repeat: no-repeat;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  position: relative;
  text-decoration: none;
}

.e10 {
  border-style: none;
  color: #000;
  text-decoration: none;
}

.e11 {
  border-style: none;
  color: #6593CF;
  text-decoration: none;
}

.e3 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  height: 25px;
  text-decoration: none;
  width: 100%;
}

.e4 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 700;
  height: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
}

.e5 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
}

.e6 {
  color: gray;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
}

.e7 {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  height: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
}

.e8l {
  float: left;
  width: 20px;
}

.e8r {
  float: right;
  width: 20px;
}

.e9 {
  float: left;
  text-align: center;
  width: 130px;
}

.fB {
  color: #20242b;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15pt;
  font-weight: 700;
  padding-top: 10px;
  text-decoration: none;
}

.fC {
  float: left;
  margin-top: 2px;
  width: 130px;
}

.fCc {
  float: left;
  margin: 7px 0 0;
  padding-right: 2px;
  text-align: left;
  width: 112px;
}

.fCc1 {
  float: left;
  text-align: left;
}

.fCc1Exam {
  float: left;
  margin: 3px 0 0;
  min-height: 25px;
  padding-right: 2px;
  text-align: left;
  width: 180px;
}

.fCc2 {
  float: left;
  text-align: left;
  width: 200px;
}

.fCc22 {
  float: left;
  text-align: left;
  width: 312px;
}

.fCc2Exam {
  float: left;
  min-height: 25px;
  text-align: left;
  width: 405px;
}

.fCc2Exam2R {
  float: left;
  text-align: left;
  width: 280px;
}

.fCc2Exam2R1 {
  float: left;
  text-align: left;
  width: 740px;
}

.fCc2ExamL {
  float: left;
  text-align: left;
  width: 700px;
}

.fCc2a {
  float: left;
  text-align: left;
  width: 250px;
}

.fCc3 {
  float: left;
  text-align: left;
  width: 300px;
}

.fCc3Exam {
  min-height: 25px;
  text-align: left;
  float: left;
  min-width: 60%;
}

.fCc3ExamT {
  min-height: 25px;
  text-align: left;
  width: 820px;
}

.fCc3a {
  display: block;
  text-align: left;
  width: 450px;
}

.fCc4 {
  float: left;
  text-align: left;
  width: 750px;
}

.fCc5 {
  float: left;
  text-align: left;
  width: 620px;
}

.fCc6 {
  float: left;
  text-align: left;
  width: 720px;
}

.fCc6Exam {
  float: left;
  min-height: 60px;
  padding: 6px 0 0 6px;
  text-align: left;
  width: 950px;
}

.fCc6ExamCaption {
  float: left;
  min-height: 20px;
  padding: 6px 0 0 6px;
  text-align: left;
  width: 950px;
}

.fCc6ExamT {
  float: left;
  padding: 6px 0 0 6px;
  text-align: left;
  width: 950px;
}

.fCcExam {
  float: left;
  margin: 3px 0 0;
  min-height: 24px;
  padding-right: 2px;
  text-align: left;
  width: 112px;
}

.fCcl {
  float: left;
  margin-top: 2px;
  text-align: left;
  width: 230px;
}

.fCclg {
  float: left;
  margin: 3px 0 0;
  padding-right: 2px;
  text-align: left;
  width: 515px;
}

.fCh2Exam {
  float: left;
  margin: 3px 0 0;
  min-height: 25px;
  padding-right: 2px;
  text-align: left;
  width: 350px;
}

.fChExam {
  float: left;
  margin: 1px 0 0 5px;
  padding-right: 2px;
  text-align: left;
  width: 100px;
}

.fClc {
  float: left;
  margin-top: 2px;
  width: 605px;
}

.fCr {
  float: left;
  min-width: 445px;
  padding: 5px 0 10px 0;
}

.fCrd {
  float: left;
  min-width: 800px;
  padding: 5px 0 0 5px;
}

.fCrdh {
  float: left;
  height: 35px;
  min-width: 800px;
  padding: 5px 0 0 5px;
}

.fCrs {
  float: left;
  height: 35px;
  min-width: 475px;
  padding: 5px 0 0 5px;
}

.fCrw {
  float: left;
  min-width: 890px;
  padding: 5px 0 0 5px;
}

.fDc {
  float: left;
  padding: 6px 0 0 6px;
  width: 430px;
}

.fDcExam {
  float: left;
  padding: 6px 0 0 6px;
}

.fDcF {
  float: left;
  padding: 6px 0 0 6px;
  width: 800px;
}

.fDcFa {
  float: left;
  padding: 0;
  width: 800px;
}

.fM {
  color: #1f497d;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 700;
  margin-top: 2px;
  text-decoration: none;
}

.fNc {
  float: left;
  margin: 1px;
}

.fQc {
  float: left;
  height: 30px;
  padding: 1px 0 0 1px;
  width: 238px;
}

.fQh {
  background-color: #E2EEFF;
  border-bottom-color: #ADD1FF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: left;
  font-weight: 700;
  height: 18px;
  padding: 1px 0 0 1px;
  vertical-align: bottom;
  width: 238px;
}

.fRc {
  float: left;
  width: 330px;
}

.fRc1 {
  float: left;
  height: 23px;
  width: 660px;
}

.fRcC {
  float: left;
  text-align: left;
  width: 160px;
}

.fRcD {
  float: left;
  padding: 6px 0 0 6px;
  width: 160px;
}

.fSc {
  float: left;
  height: 35px;
  padding: 6px 0 0 6px;
  width: 100%;
}

.fScExam {
  float: left;
  padding: 6px 0 0 6px;
  width: 310px;
}

.fScF {
  float: left;
  height: 40px;
  padding: 6px 0 0 6px;
  width: 395px;
}

.fScR {
  display: none;
  float: left;
}

.fSdd {
  float: left;
  height: 35px;
  padding: 6px 0 0 6px;
  width: 800px;
}

.fSh2Exam {
  float: left;
  padding: 0;
  text-align: left;
  width: 480px;
}

.fShExam {
  float: left;
  padding: 0;
  text-align: left;
  width: 240px;
}

.fTc {
  float: left;
  padding: 6px 0 0 6px;
  width: 630px;
}

.fTcExam {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  height: 35px;
  padding: 6px 0 0 6px;
  width: 100%;
}

.fTcExamLg {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  padding: 6px 0 0 6px;
  width: 890px;
}

.fTcExamNh {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  padding: 6px 0 0 6px;
}

.fTcExamTall {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  height: 170px;
  padding: 6px 0 0 6px;
}

.fld {
  background-color: Gray;
  color: Blue;
  text-decoration: underline;
}

.fltlft {
  float: left;
  margin-right: 8px;
}

.fltrt {
  float: right;
  margin-left: 8px;
}

.footerSep {
  background-color: #f1f5fb;
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0;
  height: 27px;
  margin-top: 0;
  padding-right: 0;
  padding-top: 0;
  vertical-align: bottom;
  width: 2px;
}

.footerSep1 {
  background-color: #b1d3ff;
  cursor: pointer;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0;
  height: 27px;
  margin-top: 0;
  padding-right: 0;
  padding-top: 0;
  vertical-align: bottom;
  width: 2px;
}

.fssnl {
  background-color: #FFF;
  float: left;
  height: 27px;
  padding: 7px 0 7px 4px;
  vertical-align: middle;
  width: 830px;
}

.fssnlerror {
  background-color: #FFF;
  float: left;
  padding: 7px 0 7px 4px;
  vertical-align: middle;
  width: 830px;
}

.ftct {
  float: left;
  height: 30px;
  padding: 1px 0 0 1px;
  width: 318px;
}

.fth {
  background-color: #E2EEFF;
  border-bottom-color: #ADD1FF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: left;
  font-weight: 700;
  height: 18px;
  padding: 1px 0 0 1px;
  vertical-align: bottom;
  width: 318px;
}

.hE {
  background: #fff;
  float: left;
  width: 100%;
}

.hEc {
  float: left;
  width: 100%;
  padding: 0;
}

.header-container {
  background-image: url(bootstrap/scss/images/header.png);
  height: 130px;
  width: 454px;
}

.hightlighrow {
  background-color: #ccc;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.inputarea {
  border: 0;
  left: -1px !important;
  position: relative;
  top: -1px;
}

.inside {
  background: #B6D6FF;
  border-left: 1px solid #678CBC;
  border-right: 1px solid #678CBC;
  color: #000;
  cursor: pointer;
  height: 13px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
}

.inside_on {
  background: #FFDB68;
  border-left: 1px solid #678CBC;
  border-right: 1px solid #678CBC;
  color: #000;
  cursor: pointer;
  height: 13px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
}

.installLg {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  text-decoration: none;
}

.listItem {
  background-image: url(bootstrap/scss/images/expand.gif);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 2pt 0;
}

.lstTxt {
  color: #30c;
  display: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  text-decoration: none;
}

.mI {
  float: left;
  height: 24px;
  width: 24px;
}

.mSb {
  float: right;
  margin-right: 3px;
}

.mSbl {
  float: left;
  margin-right: 3px;
  margin-top: 7px;
}

.mSo {
  color: #000;
  cursor: default;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.mSv {
  color: #000;
  cursor: hand;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
}

.mdp {
  background-image: url(bootstrap/scss/Images/mergetoolbox.gif);
  background-repeat: no-repeat;
  display: none;
  float: none;
  height: 380px;
  left: -10000px;
  position: absolute;
  width: 464px;
  z-index: 1000000;
}

.mdt {
  height: 305px;
  margin: -10px 0 0 6px;
  width: 190px;
}

.mdtT {
  height: 35px;
  margin: -25px 0 0 10px;
}

.mdtX {
  left: 180px;
  position: relative;
  top: 0;
  width: 15px;
}

.mdtc {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  padding: 0;
}
.mdtc select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  width: 188px;
}

.mdtcsel {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 236px;
  min-width: 100px;
}

.mdtl {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 19px;
  margin: 4px 0 0 2px;
}

.miniDragBox {
  background-color: #fff;
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
  border-right: #000 1px solid;
  border-top: #000 1px solid;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10px;
  margin-bottom: 5px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 2px;
  position: absolute;
  top: 100px;
  width: 305px;
}

.normalrow {
  background-color: #fff;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.outerContainer {
  background-color: #fff;
  border-bottom: solid thin #aabfd6;
  border-left: solid thin #aabfd6;
  border-right: solid thin #aabfd6;
  border-top: solid thin #aabfd6;
  border-width: 1px;
  height: 57px;
  margin: 0 auto;
  position: relative;
  width: 57px;
  z-index: 1001;
}

.pTit {
  color: #000000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  height: 35px;
  margin: -32px 0 0 0px;
  padding: 6px 0 0 10px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #dedede;
  border-radius: 4px 4px 0 0;
}

.pageContainer {
  height: 100%;
  min-height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.pageContainerLB {
  background-image: url(bootstrap/scss/images/PageLM.gif);
  background-repeat: repeat-y;
  font-size: 0;
  text-align: left;
  width: 5px;
}

.pageContainerLF {
  background-image: url(bootstrap/scss/images/PageLF.gif);
  background-repeat: no-repeat;
  font-size: 0;
  height: 4px;
  text-align: left;
  width: 5px;
}

.pageContainerLU {
  background-image: url(bootstrap/scss/images/PageLT.gif);
  background-repeat: no-repeat;
  font-size: 0;
  height: 32px;
  text-align: left;
  width: 5px;
}

.pageContainerMB {
  background-image: url(bootstrap/scss/images/background_imageLine.jpg);
  background-repeat: repeat;
  height: 100%;
}

.pageContainerMF {
  background-image: url(bootstrap/scss/images/PageMF.gif);
  background-repeat: repeat-x;
  font-size: 0;
}

.pageContainerMU {
  background-color: #f1f5fb;
  background-repeat: repeat-x;
  border-bottom: solid 1px #6593CF;
  font: 10pt "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: left;
}

.pageContainerRB {
  background-image: url(bootstrap/scss/images/PageRM.gif);
  background-repeat: repeat-y;
  font-size: 0;
  text-align: left;
  width: 5px;
}

.pageContainerRF {
  background-image: url(bootstrap/scss/images/PageRF.gif);
  background-repeat: no-repeat;
  font-size: 0;
  text-align: left;
  width: 5px;
}

.pageContainerRU {
  background-image: url(bootstrap/scss/images/PageRT.gif);
  background-repeat: no-repeat;
  font-size: 0;
  text-align: left;
  width: 5px;
}

.pageContainerTB {
  border: none;
  margin: 4px auto 0;
  padding: 0;
  vertical-align: top;
}

.pageFooter {
  font-size: 0;
  height: 0;
  padding: 0;
  vertical-align: bottom;
}

.pageFooterBck {
  background-image: url(bootstrap/scss/Images/Footer.gif);
  background-repeat: repeat-x;
  color: #000;
  float: left;
  height: 27px;
  margin: 2px 0 0;
  width: 100%;
}

.pageFooterLeft {
  background-image: url(bootstrap/scss/Images/FooterBegin.gif);
  background-repeat: no-repeat;
  float: left;
  height: 27px;
  margin: 0 0 0 1px;
  width: 2px;
}

.pageFooterRight {
  background-image: url(bootstrap/scss/Images/FooterEnd.gif);
  background-repeat: no-repeat;
  float: right;
  height: 27px;
  margin-top: 0;
  width: 13px;
}

.pageFooterRightFiller {
  float: left;
  height: 27px;
  width: 300px;
}

.pageHeader {
  background-color: #c4dafa;
  clear: both;
  float: left;
  height: 30px;
  padding: 0 10px 10px 0;
  position: relative;
  vertical-align: top;
}

.pageMainContent {
  height: 523px;
  min-height: 523px;
  overflow: auto;
  text-align: left;
  vertical-align: top;
  width: 450px;
}

.pageMainContentBorder {
  border: 1pt solid #6593CF;
  float: left;
  margin: 0;
  min-height: 431px;
  padding: 0;
  width: 747px;
}

.pageSidebar1 {
  height: 432px;
  margin: 0;
  min-height: 432px;
  padding: 0;
  vertical-align: top;
  width: 200px;
}

.pagebreak {
  page-break-after: always;
}

.pgcdiv {
  height: 527px;
  width: 760px;
}

.plp {
  display: none;
  float: none;
  left: -10000px;
  position: absolute;
  width: 600px;
  z-index: 1000000;
  border: 1px solid #dedede;
  border-radius: 4px 4px 0 0;
}

.plp1 {
  background-image: url(bootstrap/scss/Images/Maxlookup.gif);
  background-repeat: no-repeat;
  display: none;
  float: none;
  height: 390px;
  left: -10000px;
  position: absolute;
  width: 900px;
  z-index: 1000000;
}

.plpMidSize {
  background-image: url(/CSS/Images/personlookup2.gif);
  background-repeat: no-repeat;
  float: none;
  height: 380px;
  position: absolute;
  width: 600px;
  z-index: 1000000;
}

.plpReport {
  background-image: url(bootstrap/scss/Images/ReportPU.jpg);
  background-repeat: no-repeat;
  float: none;
  height: 650px;
  left: 0;
  padding: 5px 0 0 5px;
  position: absolute;
  top: 5px;
  width: 1020px;
  z-index: 1000000;
}

.plpReportmd {
  background-image: url(bootstrap/scss/Images/Lookup500_500.png);
  background-repeat: no-repeat;
  float: none;
  height: 510px;
  left: 100px;
  padding: 5px 0 0 5px;
  position: absolute;
  top: 50px;
  width: 510px;
  z-index: 1000000;
}

.plpReportmid {
  background-image: url(bootstrap/scss/Images/LargeLookup.gif);
  background-repeat: no-repeat;
  float: none;
  left: 50%;
  padding: 5px 0 0 5px;
  position: fixed;
  top: 50%;
  width: 700px;
  min-height: 150px;
  z-index: 1000000;
  transform: translate(-50%, -50%);
}

.popup-close-btn {
  position: relative;
  margin-bottom: 10px;
  top: -5px;
  right: 8px;
  display: flex;
  justify-content: flex-end;
}

.popup-close-btn input {
  cursor: pointer;
}

.plpReportsm {
  background-image: url(bootstrap/scss/Images/Lookup500_370.gif);
  background-repeat: no-repeat;
  float: none;
  height: 466px;
  left: 100px;
  padding: 5px 0 0 5px;
  position: absolute;
  top: 50px;
  width: 510px;
  z-index: 1000000;
}

.plr {
  background-color: #f1f5fb;
  border: solid 1px #004FEC;
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 110px;
  overflow: auto;
  margin: -6px 0 0 10px;
  padding: 0;
  width: 575px;
}

.plr2 {
  background-color: #f1f5fb;
  border: solid 1px #004FEC;
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 220px;
  margin: -6px 0 0 10px;
  padding: 0;
  width: 575px;
}

.pltT {
  padding: 10px 0;
  background-color: #ffffff;
}

.plt {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  margin: -35px 0 0 4px;
  padding: 4px 0 0 2px;
  width: 460px;
}

.pltbr, .txtwidth450 {
  width: 450px;
}

.pltc {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 19px;
  padding: 0;
  width: 210px;
}
.pltc Input {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  width: 325px;
}
.pltc Select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 20px;
  width: 430px;
}

.pltc1 {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 19px;
  padding: 0;
  width: 210px;
}
.pltc1 Select {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 20px;
  width: 300px;
}

.pltl {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 19px;
  margin: 0 0 0 10px;
  padding: 0 0 0 2px;
  width: 130px;
}

.pr {
  color: #009;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.rLcL {
  float: left;
  margin: 3px 0 0;
}

.rLcR {
  float: left;
  margin: 3px 6px 0 0;
  text-align: right;
}

.resize {
  cursor: se-resize;
  height: 15px;
  margin-right: -7px;
  margin-top: -11px;
  position: absolute;
  right: 1px;
  width: 15px;
  z-index: 100;
}

.rpD {
  background: #fff;
  float: left;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  width: 940px;
}

.rpD2 {
  background: #fff;
  border-spacing: 3px;
  float: left;
  font-size: 9px;
  padding: 0 3px;
  width: 1340px;
}

.rpDL9 {
  float: left;
  font-size: 9px;
  font-weight: 400;
  padding: 0 0 0 2px;
  text-align: left;
  width: 175px;
}

.rpDM9 {
  float: left;
  font-size: 9px;
  font-weight: 400;
  padding: 0 0 0 2px;
  text-align: left;
  width: 80px;
}

.rpDV {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 560px;
}

.rpDV12 {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 2px 0 0;
  text-align: left;
  width: 70px;
}

.rpDV121 {
  float: left;
  font-size: 12px;
  padding: 0;
  text-align: left;
  vertical-align: text-top;
}

.rpDV12A {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 2px;
  text-align: left;
  width: 50px;
}

.rpDVName {
  float: left;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 2px 0 0;
  text-align: left;
  width: 100px;
}

.rpDa {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 86px;
}

.rpHB, .rpLine {
  background: #fff;
  border-top: 2px solid #000;
  float: left;
  height: 1px;
  padding: 0;
  width: 950px;
}

.rpLB {
  float: left;
  height: 1px;
  padding: 0;
}

.rpS {
  background: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  width: 430px;
}

.rpSL {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 0 10px;
  text-align: left;
  width: 180px;
}

.rpSL12 {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  width: 75px;
}

.rpSL121 {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-align: left;
}

.rpSL121a {
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.rpSL12A {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  width: 50px;
}

.rpSL9 {
  float: left;
  font-size: 9px;
  font-weight: 700;
  padding: 0 0 0 2px;
  text-align: left;
  width: 180px;
}

.rpSLName {
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-align: left;
  width: 100px;
}

.rpSM9 {
  float: left;
  font-size: 9px;
  font-weight: 700;
  padding: 0 0 0 2px;
  text-align: left;
  width: 80px;
}

.rpSN9 {
  float: left;
  font-size: 9px;
  font-weight: 700;
  padding: 0 0 0 2px;
  text-align: left;
  width: 175px;
}

.rpSV {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 180px;
}

.rpSV9 {
  float: left;
  font-size: 9px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 180px;
}

.rpSV92 {
  float: left;
  font-size: 9px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 600px;
}

.rpSVa {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 500px;
}

.rpSVb {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 700px;
}

.rpSVc {
  float: left;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  width: 400px;
}

.rpSa {
  background: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  width: 860px;
}

.rpVBold {
  font-weight: 700;
}

.rpVNormal {
  font-size: 9px;
  font-weight: 400;
  padding: 0;
  vertical-align: top;
}

.rpVTitle {
  border-bottom: solid 1px #000;
  font-size: 9px;
  font-weight: 700;
  padding: 0;
  vertical-align: top;
}

.rpVTitleNB {
  font-size: 9px;
  font-weight: 700;
  padding: 0;
  vertical-align: top;
}

.rpmain {
  float: left;
  padding: 0;
}

.rpmainSub {
  float: left;
  padding: 10px 0 0;
  width: 700px;
}

.rpmainT {
  background: #fff;
  float: left;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  width: 945px;
}

.rpo {
  border-bottom: solid 1px #f1f5fb;
  height: 22px;
  margin: 0;
  width: 190px;
}

.rpoa {
  float: left;
  margin: 0 2px;
  vertical-align: middle;
}

.rpoc {
  color: #000;
  cursor: hand;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  margin: 3px 2px 0 0;
  width: 124px;
}

.rsc {
  height: 487px;
  overflow: auto;
  width: 744px;
}

.rtbu {
  border-top: solid 2px #4e4e4e;
  font-size: 2px;
  height: 3px;
}

.rtcd {
  font-size: 11px;
  padding: 0;
  width: 200px;
}

.rtcdl {
  font-size: 12px;
  padding: 2px 0;
  width: 640px;
}

.rtcdl1 {
  font-size: 12px;
  padding: 2px 0;
  width: 540px;
}

.rtcdnw {
  font-size: 11px;
  padding: 0;
}

.rtcdnwNotes {
  font-size: 11px;
  padding: 0;
  width: 420px;
}

.rtcl {
  font-size: 11px;
  font-weight: 700;
  height: 16px;
  padding: 0 0 0 10px;
  width: 140px;
}

.rtclHeader {
  font-size: 13px;
  font-weight: 700;
  height: 16px;
  padding: 0;
  width: 140px;
}

.rtcll {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 0;
  text-align: left;
  width: 150px;
}

.rtcll1 {
  font-size: 12px;
  font-weight: 700;
  padding: 2px 0;
  text-align: left;
  width: 250px;
}

.rtd {
  background-color: #fff;
}

.rtsc {
  font-size: 11px;
  font-weight: 400;
  padding: 2px 0;
  text-align: left;
}

.rtscl {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 0;
  text-align: left;
}

.rtsu {
  border-top: solid 1px #4e4e4e;
  font-size: 2px;
  height: 3px;
}

.ruInputs .ruFileWrap .ruButton {
  min-width: 80px;
}

.smHeader {
  background-image: url(bootstrap/scss/images/smHeaderBackground.jpg);
  background-repeat: repeat-x;
  border: 1pt solid #6593CF;
  color: #15428B;
  height: 23px;
  margin: 0;
  padding: 0;
}

.smHeaderContent {
  background-image: url(bootstrap/scss/images/smHeaderBackground.jpg);
  background-repeat: repeat-x;
  border: 1px solid #6593CF;
  color: #17449F;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12pt;
  font-weight: 400;
  height: 20px;
  padding: 2px 0 2px 2px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.smHeaderTitle {
  color: #15428B;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12pt;
  font-weight: 400;
  height: 23px;
  margin: 0;
  padding: 2px 0 0 2px;
}

.smInnerPanelBorder {
  background: #FFF;
  background-color: #fff;
  border: 1pt solid #6593CF;
  float: left;
  margin: 0;
  min-width: 150px;
  padding: 0;
}
.smInnerPanelBorder a {
  color: #000;
}

#nav li:hover a.top_link {
  color: #000;
}

.smNode {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  font-weight: 400;
  margin: 0;
  padding: 0 0 4px 2px;
}

.smNodeHover {
  background-color: #FFE7A2;
  border: solid 1px #FFBD69;
  width: 800px;
}

.smNodeSelected {
  font-size: 9pt;
  font-weight: 700;
}

.smOutterPanelBorder {
  float: inherit;
  margin: 0;
  min-width: 150px;
  overflow: hidden;
  padding: 0 5px 1px 2px;
}

.smSubHeader {
  background-image: url(bootstrap/scss/images/smSubHeaderBackground.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  border-bottom-color: #6593CF;
  border-bottom-style: solid;
  border-bottom-width: 1pt;
  border-top-color: #9ebef5;
  border-top-style: solid;
  border-top-width: 1pt;
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 9pt;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 2px;
  width: 100%;
}

.spacer {
  float: left;
  font-size: 12px;
  padding: 0;
  text-align: left;
  width: 70px;
}

.tMg {
  float: left;
  height: 16px;
  margin: 0 0 0 4px;
  width: 16px;
}

.tMr {
  float: left;
  width: 191px;
}

.tMri {
  float: left;
  margin: 1px 0 2px;
  width: 190px;
}

.tabPC {
  border: solid 2px red;
  float: inherit;
  overflow: auto;
  position: relative;
}

.tdhc {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: bolder;
}

.tdhhc {
  float: right;
  height: 9px;
  margin: 2px 4px 0 0;
  vertical-align: top;
  width: 9px;
}

.tdhhs {
  float: right;
  height: 14px;
  margin: 3px 3px 0 0;
  width: 2px;
}

.tdhsa {
  float: right;
  width: 10px;
}

.textarea {
  color: #30c;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  text-decoration: none;
}

.tlbbtlc {
  height: 16px;
  text-align: left;
  width: 52px;
}

.tlbbtnc {
  height: 16px;
  margin-left: 30px;
  width: 220px;
}

.tlcont {
  float: left;
  margin-bottom: 10px;
  width: 650px;
}

.tlplp {
  background-image: url(bootstrap/scss/Images/LargeLookup.gif);
  background-repeat: no-repeat;
  display: none;
  float: left;
  height: 466px;
  left: -10000px;
  padding: 5px 0 10px 10px;
  position: absolute;
  width: 700px;
  z-index: 1000000;
}

.tltbc {
  color: #FFF;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-weight: 700;
  margin: 2px 0 0;
  text-align: center;
  width: 430px;
}

.tltbtnc {
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-weight: 700;
  left: 50%;
  color: White;
  position: absolute;
  text-align: center;
  width: 430px;
}

.tlx {
  float: right;
  margin: 0 50px 0 0;
  width: 15px;
}

.top_left, .bottom_left, .top_left_on, .bottom_left_on {
  margin-right: 9px;
}

.top_left, .top_right, .bottom_left, .bottom_right, .top_left_on, .top_right_on, .bottom_left_on, .bottom_right_on {
  background-image: url(bootstrap/scss/images/corners.gif);
  cursor: pointer;
  font-size: 2px;
  height: 9px;
}

.top_left_on, .top_right_on, .bottom_left_on, .bottom_right_on {
  background-image: url(bootstrap/scss/images/corners_on.gif);
  cursor: pointer;
}

.top_right, .bottom_right, .top_right_on, .bottom_right_on {
  margin-left: 9px;
  margin-top: -9px;
}

.top_right, .top_right_on {
  background-position: 100% 0;
}

.trans, .tmd {
  display: none;
}

.tt {
  color: #FFF;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 10pt;
  font-weight: 700;
  margin: -28px 0 14px 5px;
  padding: 3px 0 0;
  width: 110px;
}

.ttbr {
  float: left;
  margin-top: 8px;
  text-align: center;
  width: 310px;
}

.ttbri {
  height: 24px;
  text-align: right;
  width: 300px;
}

.tte {
  float: left;
  height: 18px;
  margin: 3px 0 0;
  text-align: left;
  width: 160px;
}

.ttei {
  float: left;
  margin: 0 0 0 -3px;
}

.ttl {
  color: #000;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 8pt;
  height: 12px;
  margin: 5px 0 0 10px;
  text-align: left;
  width: 115px;
}

.ttp {
  background-image: url(bootstrap/scss/Images/TemplateBG.jpg);
  background-repeat: no-repeat;
  display: none;
  float: none;
  height: 140px;
  left: -10000px;
  position: absolute;
  width: 320px;
  z-index: 100000;
}

.ttr {
  float: left;
  height: 24px;
}

.ttx {
  left: 140px;
  position: relative;
  top: 0;
  width: 15px;
}

.ttx2 {
  left: 140px;
  position: relative;
  text-align: right;
  top: 0;
  width: 170px;
}

.txtwidth100 {
  width: 100px;
}

.txtwidth125 {
  width: 125px;
}

.txtwidth150 {
  width: 150px;
}

.txtwidth175 {
  width: 175px;
}

.txtwidth200 {
  width: 200px;
}

.txtwidth225 {
  width: 225px;
}

.txtwidth25 {
  width: 25px;
}

.txtwidth275 {
  width: 275px;
}

.txtwidth300 {
  width: 300px;
}

.txtwidth325 {
  width: 325px;
}

.txtwidth350 {
  width: 350px;
}

.txtwidth375 {
  width: 375px;
}

.txtwidth400 {
  width: 400px;
}

.txtwidth425 {
  width: 425px;
}

.txtwidth475 {
  width: 475px;
}

.txtwidth50 {
  width: 50px;
}

.txtwidth500 {
  width: 500px;
}

.txtwidth75 {
  width: 75px;
}

.ui-dialog {
  border-color: #CC8184;
  border-style: none none solid;
  border-width: 2px;
  overflow: hidden;
  padding: 0 0 0.2em;
}

.ui-dialog-buttonpane .closeButtonClass {
  border-width: 1px;
  cursor: pointer;
  margin-left: 10px;
  width: 80px;
}
.ui-dialog-buttonpane .openButtonClass {
  border-width: 1px;
  cursor: pointer;
  margin-left: 100px;
  width: 80px;
}

.ui-dialog-content {
  background: none repeat scroll 0 0 transparent;
  height: auto;
  min-height: 111.4px;
  overflow: auto;
  padding: 0.5em 1em;
  position: relative;
  width: auto;
}

.ui-dialog-ocx {
  border-color: #ECF3FC !important;
  border-width: 0 8px 8px;
}

.ui-dialog-titlebar {
  background-color: #AE373A;
  border: 2px solid #CC8184;
  position: relative;
}

.ui-dialog-titlebar-close {
  height: 18px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
}
.ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

.ui-icon {
  background: url(bootstrap/scss/images/PageXTop.gif) no-repeat transparent top;
  height: 14px;
  overflow: hidden;
  text-indent: -99999px;
  width: 16px;
}

.ui-icon-help {
  background: url(bootstrap/scss/images/msg_Question.gif) no-repeat transparent top;
  height: 46px;
  overflow: hidden;
  text-indent: -99999px;
  width: 46px;
}

.ui-icon-info {
  background: url(bootstrap/scss/images/msg_Information.gif) no-repeat transparent top;
  height: 46px;
  overflow: hidden;
  text-indent: -99999px;
  width: 46px;
}

.ui-widget-content.ui-dialog {
  background-color: #FFF;
  border: 2px solid #CC8184;
  border-width: 2px;
  color: #333;
}

.ui-widget-header {
  background-color: #AE373A;
  background-image: linear-gradient(#AE373A, #CC8184);
  border-color: #CC8184;
  border-style: none none solid;
  border-width: 2px;
  color: #FFF;
  font-weight: 700;
}

.ui-widget-overlay.ui-front, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
  z-index: 9999;
}

.watermarked {
  background-color: #F0F8FF;
  border: 1px solid #BEBEBE;
  color: #395a84;
  font-style: italic;
  height: 16px;
  padding: 2px 0 0 2px;
  width: 148px;
}

FIELDSET {
  padding: 3px;
}

LEGEND {
  color: #669;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}

OL {
  margin-top: 5px;
}

body {
  color: #000;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  text-align: center;
}

div.RadToolBar .rtbInner, div.RadToolBar .rtbUL, div.RadToolBar .rtbItem {
  overflow: visible;
}
div.RadMenu .rtbInner, div.RadMenu .rtbUL, div.RadMenu .rtbItem {
  overflow: visible;
}

html .RadUpload .ruFileWrap {
  position: relative;
  vertical-align: top;
}
html .demo-container .ruFakeInput {
  width: 220px;
}

td.normal {
  background-attachment: fixed;
  background-color: #F6F6F6;
  border-bottom: 0 solid #6593CF;
  border-left: 0 solid #6593CF;
  border-right: 0 solid #6593CF;
  border-top: 0 solid #6593CF;
  color: #000;
  height: 18px;
  text-decoration: none;
}
td.normalon {
  background-attachment: fixed;
  background-color: #FFE7A2;
  border-bottom: 1px solid #FFBD69;
  border-left: 1px solid #FFBD69;
  border-right: 1px solid #FFBD69;
  border-top: 1px solid #FFBD69;
  color: #000;
  cursor: pointer;
  height: 16px;
  text-decoration: none;
}

.RadTabStrip .rtsLink {
  padding: 1px 40px !important;
  color: #FFBD69;
  background-color: #c0c8cf;
}

/* TELERIK REPORTVIEWER STYLE */
.trv-page-container .pageHeader {
  background-color: inherit !important;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap .rgHeader a {
  color: #fff !important;
}

.RadGrid_Bootstrap .rgHeader, .RadGrid_Bootstrap th.rgResizeCol, .RadGrid_Bootstrap .rgHeaderWrapper {
  background-color: #343a40 !important;
}

.button-bar {
  float: right;
  margin: 10px 0;
  display: flex;
}
.button-bar .ButtonItem {
  margin: 0;
}
.button-bar .ButtonBar {
  height: auto;
  margin: 0;
  float: none;
}
.button-bar .ButtonItem2, .button-bar .btn {
  margin: 0 0 0 7px;
}
.button-bar .hm-button-bar {
  float: right;
  width: 200px;
}

.hm-duallist-box .rlbGroup {
  margin: 0 !important;
}
.hm-duallist-box .rlbGroup:focus {
  outline-offset: -1px;
}

.btn-spell-check a {
  color: #000;
  cursor: pointer;
}
.btn-spell-check a:hover {
  text-decoration: none;
  color: #000;
}

.RadInput .riTextBox {
  height: 100%;
  padding: 8px 12px;
}

.tracks .fCc {
  width: 173px;
}
.tracks .fSc {
  padding: 6px 0 0 15px;
}
.tracks .fCc1 {
  padding-top: 5px;
}
.tracks .RadCheckBox {
  margin-top: 5px;
}

.RadCalendarTimeView_Bootstrap .rcFocus, .RadCalendarTimeView .rcFocus {
  box-shadow: inset 0 0 5px #286090;
}

.RadTreeView:focus {
  outline: 1px auto !important;
}

.ng-select.custom {
  border: 1px solid #ced4da !important;
  min-height: 0px;
  border-radius: 5px !important;
}

.ng-dropdown-panel {
  background-color: white !important;
  border: 1px solid #ccc !important;
  top: 100% !important;
  left: 0% !important;
}

.ng-dropdown-panel.ng-select-bottom {
  background-color: white !important;
  border: 1px solid black !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.ng-dropdown-panel .ng-select-top {
  background-color: white !important;
  border: 1px solid black !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 6px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: black;
  color: white;
}

.starCheckbox {
  visibility: hidden;
  font-size: 30px !important;
  cursor: pointer;
  border: 1px solid orange !important;
}

.starCheckbox:before {
  content: "★";
  position: absolute;
  visibility: visible;
  color: orange;
}

.starCheckbox:checked:before {
  content: "☆";
  position: absolute;
}

.no-sort::after {
  display: none !important;
}

#ribbonTabReports_mnuInsertMergeField {
  max-height: 300px;
  overflow-y: scroll;
}

.goals-textarea {
  width: 100% !important;
}

.zoom {
  transition: transform 0.2s;
  height: 70px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.modalBackground {
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.customPopup-Calendar {
  z-index: 5001;
  width: 1200px;
  height: 600px;
  padding: 25px;
}

.rsAdvMonthly, .rsAdvYearly {
  width: 80% !important;
}

.rsTimePick {
  width: 400px !important;
}

.RecurrenceEditor div.rsAdvOptionsPanel label {
  padding-left: 18px !important;
}

#ctl00_pF_pageViewStandingOrders select {
  -webkit-appearance: menulist !important;
  outline: 1px auto !important;
  outline-style: initial !important;
  border-color: #ccc !important;
}

#ctl00_pF_radAjaxPanelPrescriptions select {
  -webkit-appearance: menulist !important;
  outline: 1px auto !important;
  outline-style: initial !important;
  border-color: #ccc !important;
}

#ctl00_pF_HMPRNPrescription_prn_lstMed select {
  -webkit-appearance: menulist !important;
  outline: 1px auto !important;
  outline-style: initial !important;
  border-color: #ccc !important;
}

#ctl00_pF_pageViewStandingOrders select:focus {
  border-color: #ccc !important;
}

#ctl00_pF_radAjaxPanelPrescriptions select:focus {
  border-color: #ccc !important;
}

#ctl00_pF_HMPRNPrescription_prn_lstMed select:focus {
  border-color: #ccc !important;
}

.wrapword_system_paramter {
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap; /* Chrome & Safari */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.rsAdvDaily.rsAdvPatternPanel > ul > li:first-child {
  display: none;
}
