/*#region Base Styles*/
.BaseDisabledControl, input[type=text]:disabled, input[type=password]:disabled, select:disabled, textarea:disabled, .checkboxBoolean input[type=checkbox]:disabled + label {
  background-color: #efefef !important;
  cursor: not-allowed;
}

.BaseToolbarButtonStyle, [data-pagesection=MainPageHeader] .ButtonDisabled, [data-pagesection=FrameActionBar] [data-pagesection=ToolBar] .ButtonDisabled,
.TabMultiView [data-pagesection=ToolBar] .ButtonDisabled, .BaseToolbarStyle .Button, [data-pagesection=MainPageHeader] .Button, [data-pagesection=FrameActionBar] [data-pagesection=ToolBar] .Button,
.TabMultiView [data-pagesection=ToolBar] .Button {
  /*.BaseToolbarButtonStyle*/
  background-color: transparent;
  border: none;
  color: white !important;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.BaseToolbarButtonLineStyle, .offline-support button, [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TMSS .toolbarItem .Button, [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TabMenuScrollableSelected .toolbarItem .Button, .ButtonDisabled, .BaseToolbarLineStyle .Button, .Dialog div[id$=ToolBarDiv][data-pagesection=ToolBar] .Button, .Dialog .DialogFooter .Button, [data-pagesection=ToolBar] .Button,
td[class^=DetailControl] > a .Button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
}

.BaseToolbarStyle, [data-pagesection=MainPageHeader], [data-pagesection=FrameActionBar] [data-pagesection=ToolBar],
.TabMultiView [data-pagesection=ToolBar] {
  /*.BaseToolbarStyle*/
  background-color: #4B6398;
  border-spacing: 0;
}
.BaseToolbarLineStyle, .Dialog div[id$=ToolBarDiv][data-pagesection=ToolBar], .Dialog .DialogFooter, [data-pagesection=ToolBar],
td[class^=DetailControl] > a {
  background-color: #fff;
}
.BaseRoundSearchControlCenter {
  float: left;
  border-radius: 0;
  border-left: 0;
  width: 40%;
}

.BaseRoundSearchControlButton {
  float: left;
  width: 10%;
}
.BaseRoundSearchControlButton > span {
  border-radius: 0 6px 6px 0;
  padding: 5px 0 0 0;
  height: 24px;
  width: 30px;
  border-width: 0;
  background-color: #4B6398;
  color: white;
}

.BaseToolTipCenter a.ToolTip, td.TMSS a.ToolTip, td.TabMenuScrollableSelected a.ToolTip {
  display: block;
}
.BaseToolTipCenter a.ToolTip .ToolTipInfo, td.TMSS a.ToolTip .ToolTipInfo, td.TabMenuScrollableSelected a.ToolTip .ToolTipInfo {
  left: 50% !important;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: auto;
  min-width: 200px;
}

.BaseToolTipLeft {
  width: auto;
}

/*#endregion*/
.tabcolor {
  height: 8px;
  border-color: gray;
  border-style: solid;
  border-width: 1px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.loginPage {
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #4B6398;
}

.loginPageMain {
  position: absolute;
  top: 20%;
  width: 100%;
  padding-top: 50px;
  background-color: white;
}
.loginPageMain .Login {
  background-color: white;
}
.loginPageMain .header {
  text-align: center;
  color: #110AFD;
  font-weight: 700;
}
.loginPageMain .disclaimer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.loginPageMainLeft {
  width: 50%;
  float: left;
  text-align: center;
}
.loginPageMainLeft .release span {
  color: #110AFD;
  font-weight: 700;
}

.loginPageMainRight {
  width: 50%;
  float: left;
  text-align: center;
}
.loginPageMainRight div > div > table {
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
.loginPageMainRight input[type=submit], .loginPageMainRight #Login_UserName, .loginPageMainRight #Login_Password {
  width: 100%;
}
.loginPageMainRight input[type=submit]:focus, .loginPageMainRight #Login_UserName:focus, .loginPageMainRight #Login_Password:focus {
  background-color: white;
}
.loginPageMainRight input[type=submit] {
  background-color: #4B6398;
  color: white;
  border-radius: 5px;
  margin-top: 20px;
}
.loginPageMainRight .DetailLabel {
  text-align: left;
}
.loginPageMainRight .LoginInstructions {
  visibility: hidden;
}
.loginPageMainRight #Login_RememberMe, .loginPageMainRight label[for=Login_RememberMe] {
  float: left;
  height: 18px;
  margin: 0;
}
.loginPageMainRight a[href="login_forgot_password.aspx"] {
  color: #E24242 !important;
  font-weight: 600;
  font-size: 11px;
}

.loginPageBottom {
  position: absolute;
  width: 100%;
  bottom: 10%;
  text-align: center;
  color: white;
}

.checkboxBoolean {
  position: relative;
  padding: 2px;
}
.checkboxBoolean label {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
}
.checkboxBoolean label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkboxBoolean input[type=checkbox]:disabled:not([checked]) + label:hover::after {
  opacity: 0;
}
.checkboxBoolean input[type=checkbox]:checked + label:after {
  opacity: 1;
}

tr.GVSRS a.maximize, tr.GVSARS a.maximize, tr.GVRS a.maximize, tr.GVARS a.maximize {
  border-radius: 25px;
  padding: 3px;
  height: 15px;
  font-size: 10px;
  white-space: nowrap;
}

tr.GVRS a.maximize, tr.GVARS a.maximize {
  /*not selected row*/
  background-color: #00173C;
  color: white !important;
}

tr.GVSRS a.maximize, tr.GVSARS a.maximize {
  /*selected row*/
  background-color: white;
  color: black !important;
}

@media (max-width: 480px) {
  .loginPage {
    background-color: white;
  }
  .loginPage .release {
    padding-bottom: 10px;
  }

  .loginPageMain {
    top: 0;
    padding-top: 0;
  }

  .loginPageMainLeft {
    float: none;
    width: 100%;
  }

  .loginPageMainRight {
    width: 100%;
    float: none;
  }
  .loginPageMainRight table:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  .loginPageBottom {
    color: #000;
  }
}
html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

file, checkbox, input, radiobutton, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.maximizeminimize {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

.pullRight {
  float: right;
}
.pullRight .MenuSubMenuOpened {
  right: 0;
}

.MenuSubMenuOpened {
  border-style: solid !important;
  border-width: 1px !important;
  background-color: white;
}
.MenuSubMenuOpened:focus {
  outline: 0 !important;
  border-color: #4B6398 !important;
}

.ContainerOuter {
  background-image: none;
}
.ContainerOuter td {
  background-image: none !important;
}

table {
  background-image: none !important;
}

/*#region GridView -----------------------------------------------------------------------------------------------*/
table[data-pagesection=GridViewToolBar] td {
  border-width: 0;
}
table[data-pagesection=GridViewToolBar] .ToolbarGridViewTdEnabled i {
  color: black !important;
}

.GVHS, .GridViewHeaderStyle {
  background-color: white;
}
.GVHS a, .GVHS span, .GridViewHeaderStyle a, .GridViewHeaderStyle span {
  color: black !important;
  font-weight: bold !important;
}

.NWAR a, .NoWrapAlignRight a {
  text-align: right;
}

table[data-pagesection=GridViewTableHeader] {
  background-color: white !important;
  border: 0 !important;
  border-bottom: 2px solid rgb(164, 181, 191) !important;
  width: 100%;
}
table[data-pagesection=GridViewTableHeader] td {
  max-width: 100% !important;
}

.selectedCHB {
  background-color: orange !important;
}

.selectedCHBItem {
  background-color: darkorange !important;
}

.GVRS td, .GVARS td, .GVNSRS td, .GVNSARS td {
  background-color: white !important;
  /*&.fixed-column {
      background-color: darken($gridview-background-color,$gridview-fixed-column-darken) !important;
  }*/
}
.GVRS td.selectedCHB, .GVARS td.selectedCHB, .GVNSRS td.selectedCHB, .GVNSARS td.selectedCHB {
  background-color: orange !important;
}
.GVRS td.selectedCHBItem, .GVARS td.selectedCHBItem, .GVNSRS td.selectedCHBItem, .GVNSARS td.selectedCHBItem {
  background-color: darkorange !important;
}

table[data-pagesection=GridViewTable].fullSize {
  width: 100%;
}
table[data-pagesection=GridViewTable] tr.GVARS td, table[data-pagesection=GridViewTable] tr.GVNSARS td {
  background-color: #f7f6f4 !important;
  /*&.fixed-column {
      background-color: darken( $gridview-row-odd-background, $gridview-fixed-column-darken) ;
  }*/
}
table[data-pagesection=GridViewTable] tr.GVARS td.selectedCHB, table[data-pagesection=GridViewTable] tr.GVNSARS td.selectedCHB {
  background-color: orange !important;
}
table[data-pagesection=GridViewTable] tr.GVARS td.selectedCHBItem, table[data-pagesection=GridViewTable] tr.GVNSARS td.selectedCHBItem {
  background-color: darkorange !important;
}
table[data-pagesection=GridViewTable] .GVSRS td, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td, table[data-pagesection=GridViewTable] .GVSARS td, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td {
  background-color: #00173C !important;
  /*#FF8F1B;*/
  color: white !important;
}
table[data-pagesection=GridViewTable] .GVSRS td.selectedCHB, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td.selectedCHB, table[data-pagesection=GridViewTable] .GVSARS td.selectedCHB, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td.selectedCHB {
  background-color: orange !important;
}
table[data-pagesection=GridViewTable] .GVSRS td.selectedCHBItem, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td.selectedCHBItem, table[data-pagesection=GridViewTable] .GVSARS td.selectedCHBItem, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td.selectedCHBItem {
  background-color: darkorange !important;
}
table[data-pagesection=GridViewTable] .GVSRS td a, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td a, table[data-pagesection=GridViewTable] .GVSARS td a, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td a {
  color: white !important;
}
table[data-pagesection=GridViewTable] .GVSRS td a.maximize, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td a.maximize, table[data-pagesection=GridViewTable] .GVSARS td a.maximize, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td a.maximize {
  color: black !important;
}
table[data-pagesection=GridViewTable] .GVSRS td b, table[data-pagesection=GridViewTable] .GridViewSelectedRowStyle td b, table[data-pagesection=GridViewTable] .GVSARS td b, table[data-pagesection=GridViewTable] .GridViewSelectedAlternatingRowStyle td b {
  background-color: #00173C !important;
  color: white !important;
}

/*#endregion GridView*/
.toolbarItemFind {
  display: inline-block;
  vertical-align: top;
}
.toolbarItemFind .message {
  /*helpmessage icon inside toolbar*/
  color: white !important;
  padding-right: 7px;
}

.TabMultiView {
  padding: 0;
}
.TabMultiView [data-pagesection=ToolBar] {
  margin-top: -3px;
  position: relative;
}
.TabMultiView .toolbarItemFind {
  float: right;
}

[data-pagesection=ToolBarFind] {
  float: right;
}

table.TabDetail {
  background-color: white;
}
table.TabDetail label {
  color: rgb(0, 0, 0);
}

div[data-pagesection=FrameActionBar] {
  background-color: #4B6398;
}
div[data-pagesection=FrameActionBar] td.TMSS {
  border: 0;
}

div[senderframe] {
  border: 0 !important;
}

td.TMSS, td.TabMenuScrollableSelected {
  text-align: center;
}

.Butto1n, .ButtonDisabl1ed {
  background-color: #6E94E8;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.SubBarButton {
  width: 90px !important;
}

.HRSMBTC a i.fa-square-o {
  display: none;
}

[data-pagesection=MainPageHeader] {
  border-bottom: 1px solid;
}

.ToolBarUserInfo {
  font-weight: 600;
  color: #efefef;
  text-shadow: 1px 1px black;
}

[data-pagesection=ValidationRow] {
  display: none;
}

[data-pagesection=TopToolbar] table {
  border-spacing: 0;
}
[data-pagesection=TopToolbar] .MenuItemAction {
  color: #9cf39c !important;
  font-weight: bold;
}

.MenuItemPending {
  color: #FFAC44 !important;
  font-weight: bold;
}

.MenuItemAction {
  color: green !important;
}

[data-pagesection=FrameActionBar] [data-pagesection=ToolBar] .ButtonDisabled,
.TabMultiView [data-pagesection=ToolBar] .ButtonDisabled {
  background-color: inherit;
  color: #B7B7A7 !important;
}

.MenuCollapse {
  background-color: #4B6398;
  font-weight: 700;
  width: 100%;
  z-index: 999;
  font-size: 25px;
  position: relative;
}
.MenuCollapse i {
  color: #fff;
}
@media (min-width: 950px) {
  .MenuCollapse {
    display: none;
  }
}
@media (max-width: 950px) {
  .MenuCollapse {
    display: block;
  }
}

[data-pagesection=MainPageHeader] .ButtonDisabled {
  background-color: #00173C;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 950px) {
  [data-pagesection=MainPageHeader] {
    left: -250px;
    width: 250px;
    height: 100% !important;
    position: absolute;
    z-index: 9999;
    border-right-color: black !important;
    border-right-style: solid !important;
    border-right-width: 1px;
  }
  [data-pagesection=MainPageHeader] table div {
    width: 100%;
    text-align: center;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  [data-pagesection=MainPageHeader] span {
    width: 100%;
    padding: 10px 0 !important;
  }
  [data-pagesection=MainPageHeader] .HRSMBTC {
    width: 250px;
  }
  [data-pagesection=MainPageHeader] .MBCSMTD {
    display: block;
    clear: both;
  }
  [data-pagesection=MainPageHeader] .MBRSMTABLE {
    width: 100%;
  }
  [data-pagesection=MainPageHeader] .MBRSMTABLE table {
    width: 100%;
  }
  [data-pagesection=MainPageHeader] .MenuSubMenuOpened {
    height: auto !important;
    position: static !important;
  }
  [data-pagesection=MainPageHeader] [data-pagesection=TopToolbar] {
    overflow-y: auto;
    max-height: 100%;
    position: absolute;
    height: 100%;
  }
  [data-pagesection=MainPageHeader] iframe {
    height: 100% !important;
  }
}

.LeftMenuOpened {
  left: 0;
}

.LeftMenuClosed {
  left: -250px;
}
@media (max-width: 950px) {
  .LeftMenuClosed [data-pagesection=TopToolbar] {
    display: none;
  }
}

.ButtonDisabled {
  background-color: inherit;
  color: #B7B7A7 !important;
}

/*#region MENU ITEMS-----------------------------------------------------------------------------------------------*/
.HTMLRootSubMenuBeginTableCell, .HRSMBTC {
  display: table-cell !important;
  border-collapse: separate !important;
  border-bottom-color: gray !important;
  border-left-color: white !important;
  border-right-color: gray !important;
  border-style: solid !important;
  border-top-color: white !important;
  margin: 0 !important;
  border-width: 0 !important;
  background-color: #fff !important;
}
.HTMLRootSubMenuBeginTableCell .MBSDIV, .HTMLRootSubMenuBeginTableCell .MenuBarSeparatorDiv, .HRSMBTC .MBSDIV, .HRSMBTC .MenuBarSeparatorDiv {
  border-width: 0 !important;
  background-color: #fff !important;
}
.HTMLRootSubMenuBeginTableCell .MI, .HRSMBTC .MI {
  background-color: #fff !important;
}
.HTMLRootSubMenuBeginTableCell .MIT .MBCSMTD, .HRSMBTC .MIT .MBCSMTD {
  background-color: #4B6398 !important;
  color: #fff !important;
}
.HTMLRootSubMenuBeginTableCell .MenuItemPending, .HRSMBTC .MenuItemPending {
  color: #FFAC44 !important;
  font-weight: bold !important;
}
.HTMLRootSubMenuBeginTableCell .MBSDIV:hover, .HTMLRootSubMenuBeginTableCell .MBCI:hover, .HRSMBTC .MBSDIV:hover, .HRSMBTC .MBCI:hover {
  background-color: #CAD6F1 !important;
}

/*#endregion*/
.Rounded div {
  display: block !important;
  float: left;
  margin-left: 0 !important;
}
.Rounded select {
  background-color: #E8E8E8;
}
.Rounded .RoundedBegin {
  float: left;
  border-radius: 6px 0 0 6px;
}
.Rounded .RoundedMiddle {
  float: left;
  border-radius: 0;
}
.Rounded .RoundedEnd {
  float: left;
}
.Rounded .RoundedEnd .Button {
  border-radius: 0 6px 6px 0;
  padding: 5px 0 0 0;
  height: 24px;
  width: 30px;
  border-width: 0;
  background-color: #4B6398;
  color: white;
}

.CustomPlaceHolderSize {
  float: left;
}
.CustomPlaceHolderSize .Rounded div {
  float: none;
}
.CustomPlaceHolderSize div:not(.MenuSubMenuClosed) {
  display: block !important;
}

.BodyPlaceHolderHeader select, .BodyPlaceHolderHeader a, .BodyPlaceHolderHeader input, .BodyPlaceHolderHeader span {
  float: left;
}
@media (max-width: 1280px) {
  .BodyPlaceHolderHeader > div:first-child {
    width: 100% !important;
  }
}
@media (max-width: 1280px) {
  .BodyPlaceHolderHeader > div:nth-child(2) {
    width: 100% !important;
  }
}

td[class*=DetailControl] input:not([type=checkbox]), td[class*=DetailControl] span, td[class*=DetailControl] select, td[class*=DetailControl] a, td[class*=DetailControl] textarea, td[class*=DetailControl] .checkboxBoolean, td[class*=DetailControl] div {
  float: left;
}
td[class*=DetailControl] .CompoundControl {
  max-width: 80%;
  border-radius: 5px 0 0 5px;
}
td[class*=DetailControl] .a {
  height: 27px;
  background-color: #F3F3F3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
td[class*=DetailControl] br {
  clear: both;
}
td[class*=DetailControl] table td {
  padding-left: 0 !important;
}

.ButtonShort {
  height: 27px;
  background-color: #F3F3F3;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  display: inline-block;
}

.ButtonShortABC {
  height: Inherit !important;
}

.Required {
  background-color: rgb(255, 255, 199) !important;
}

.Required:focus {
  background-color: rgb(255, 255, 199) !important;
}

.addToList {
  color: #4BFF4B;
  font-weight: 700;
  font-style: italic;
}

.toolbarItem input {
  height: 35px !important;
}

[data-pagesection=SubHeader] table {
  background-color: white;
  width: 100%;
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader {
  padding: 10px 0 10px 0;
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(1) {
  vertical-align: middle;
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(1) div {
  vertical-align: inherit;
}
@media (max-width: 950px) {
  [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(1) {
    width: 100%;
  }
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) {
  vertical-align: middle;
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) div {
  vertical-align: inherit;
}
@media (max-width: 950px) {
  [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) {
    width: 100%;
  }
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TMSS, [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TabMenuScrollableSelected {
  border: 0;
  padding: 0;
}
[data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TMSS .toolbarItem, [data-pagesection=SubHeader] table .BodyPlaceHolderHeader > :nth-child(2) td.TabMenuScrollableSelected .toolbarItem {
  float: left;
}
form {
  background-color: white;
  height: 100%;
}

.MBCSMTD2 {
  background-color: #fff !important;
}

input[type=text], input[type=password], select, textarea {
  border: 1px solid #ccc;
  display: inline-block;
  height: 29px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  height: inherit;
}

select[multiple] {
  height: 100px;
}

select[size] {
  height: inherit;
}

.message {
  padding-top: 7px;
  padding-left: 7px;
  color: #4B6398 !important;
}

td.TMSS .message {
  color: white !important;
}

.checkboxBoolean + .message {
  padding-top: 0;
}

#cipNotificationMessage {
  width: 100%;
  min-height: 18px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 50%;
  box-shadow: 2px 1px 5px #888888;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9999;
}
@media (min-width: 650px) {
  #cipNotificationMessage {
    width: 650px;
  }
}
#cipNotificationMessage.infoMessage {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  font-weight: bold;
}
#cipNotificationMessage.infoMessage:not(.centered) .messageContent {
  text-align: center;
}
#cipNotificationMessage.errorMessage {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-weight: bold;
}
#cipNotificationMessage.errorMessage .messageContent {
  text-align: center;
}
#cipNotificationMessage.helpMessage {
  color: #fff;
  background-color: #4B6398;
  position: absolute;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  border-color: white;
}
#cipNotificationMessage.helpMessage .messageContent {
  text-align: left;
}
#cipNotificationMessage.centered {
  position: fixed;
  top: 50% !important;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  overflow-y: auto;
  max-height: 80%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  background-color: transparent;
}
@media (max-width: 650px) {
  .close {
    margin-right: 10px;
  }
}

.DialogTitle {
  color: black;
  background-color: white;
}

/*Scrollable area BEGIN*/
td.TMS, td.TabMenuScrollable {
  border-radius: 10px 10px 0 0;
  background-color: white;
}
td.TMS:hover, td.TabMenuScrollable:hover {
  border-top-color: inherit;
  border-left-color: inherit;
  background-color: rgba(75, 99, 152, 0.18);
}

div.scrollregion-container td.TMSS {
  background-color: #4B6398;
  color: white;
  border: 2px;
  border-radius: 10px 10px 0 0;
}

/*Scrollable area END*/
.ResizeEastWestHandler {
  background-color: #4B6398;
}

.Dialog {
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.Dialog .DialogTitle {
  color: #333 !important;
  line-height: 1.42857143;
  font-weight: 500;
  font-size: 18px;
  background-color: inherit;
}
.Dialog .DialogTitle td {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.Dialog .DialogFooter td {
  border-top: 1px solid #e5e5e5;
}
.Dialog .DialogFooter .Button {
  font-family: inherit;
  font-size: inherit;
}
.HIDE, .GridViewHidden {
  display: none !important;
}

div[id$=SFPI][overlayid$=FOI] {
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  bottom: 0 !important;
  right: 0 !important;
  height: 100%;
  box-shadow: -5px 0 5px #5a5959;
  border-width: 0;
}
div[id$=SFPI][overlayid$=FOI] div[id$=RDI] {
  border-width: 0 !important;
}
div[id$=SFPI][overlayid$=FOI] .Dialog {
  height: 100%;
  border-radius: 0 !important;
  display: block;
  overflow-x: auto;
}
div[id$=SFPI][overlayid$=FOI] .Dialog div[id$=SDI] {
  height: 100% !important;
}

.ToolTip {
  border-bottom: 0 !important;
}
.ToolTip .ToolTipInfo {
  background: #9FDAEE;
  border: 1px solid #2BB0D7;
  text-align: left;
}
.ToolTip img {
  display: none;
}

.cpContainer {
  background-color: white !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  border-color: black !important;
  background-image: none !important;
}
.cpContainer .cpDayColumnHeader {
  background-color: #4B6398;
}
.cpContainer .cpOtherMonthDate {
  background-color: #e2e2e2;
}
.cpContainer .cpCurrentDate {
  border-radius: 15px;
}

.ToolbarLabel {
  border: none;
}

.FrameFilter {
  width: 100% !important;
  font-weight: bold;
  font-size: 12px !important;
  background-image: url(../Images/filter.png) !important;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 12px 12px;
  background-position-y: center;
  background-position-x: 5px;
  padding-left: 22px !important;
  position: relative;
  /*&:before {
      content: "\f005";
      font-family: 'FontAwesome';
      left: 10px;
      position: absolute;
      top: 0;
  }*/
}
.FrameFilter:focus {
  outline: none;
  background-color: #f1f1f3;
}
.FrameFilter + .message {
  padding-left: 0;
  margin-left: -20px;
  position: relative;
}

.SingleFrameFilter {
  border-radius: 10px 10px 0 0 !important;
}

.Highlight {
  background-color: #c1c1e8;
  border-radius: 5px;
}

.Divider {
  background-color: #4B6398;
  border-bottom: none !important;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}
.Divider span {
  background-color: transparent !important;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

/*When filter is placed inside search results area*/
.CustomFilterPlaceHolder > div > a {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  width: 99%;
  display: block;
  text-align: center;
  background-color: #4B6398;
  color: white;
  padding: 5px 0 5px 0;
}

.ListCounter {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  margin-top: -7px;
  background-color: white;
  color: black;
  margin-left: 5px;
}

table[data-pagesection=GridViewTable] tr.GVRS:hover td, table[data-pagesection=GridViewTable] tr.GVARS:hover td, table[data-pagesection=GridViewTable] tr.GVNSRS:hover td, table[data-pagesection=GridViewTable] tr.GVNSARS:hover td {
  background-color: #e4d5d5 !important;
}

a.openFieldLink:link, a.openFieldLink:visited {
  color: #0000EE;
}

.progress {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #808080;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #94aacc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

a.Notification > span {
  border-radius: 50% !important;
  background: #f36363 !important;
  display: inline-block !important;
  min-width: 5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  border-radius: 10px !important;
  margin-top: 2px !important;
}

div.UpgradeNeeded {
  padding-right: 5px !important;
}

a.UpgradeNeeded > span {
  border-radius: 50% !important;
  background: #ff5c00 !important;
  display: inline-block !important;
  min-width: 5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  border-radius: 10px !important;
  margin-top: 2px !important;
}

.ValidationSummary td, .ValidationSummary tr {
  white-space: normal !important;
}

/*#region CrystalReportViewer-----------------------------------------------------------------------------------------------*/
body.crystalreport1 {
  overflow: hidden;
}

form[action~="open_crystalreportview.aspx"] {
  width: 100% !important;
}
form[action~="open_crystalreportview.aspx"] div[width] {
  width: 100% !important;
}

#ctl02 {
  width: 100% !important;
}

.CrystalReportToolbar {
  width: 100% !important;
  height: 100% !important;
}
.CrystalReportToolbar > table:first-child {
  width: 100% !important;
  height: 100% !important;
}
.CrystalReportToolbar #ctl02_toptoolbar_palette {
  background-color: white;
}
.CrystalReportToolbar .dialogzone {
  background-color: #4B6398;
  padding-top: 0;
  display: inherit;
}
.CrystalReportToolbar .dialogzone .iconText {
  color: white;
}
.CrystalReportToolbar .dialogzone .toolbar {
  background-color: #f9f9f9 !important;
  background-image: none;
}
.CrystalReportToolbar .dialogzone .insetBorder {
  position: fixed !important;
  height: calc(100% - 65px) !important;
}
.CrystalReportToolbar .textinputs {
  width: 400px !important;
}
.CrystalReportToolbar .comboEditable {
  width: 80px !important;
  text-align: center !important;
}
.CrystalReportToolbar .naviHTabMNormal, .CrystalReportToolbar .naviHTabLNormal, .CrystalReportToolbar .naviHTabRWithCloseNormal, .CrystalReportToolbar .naviHTabMHover, .CrystalReportToolbar .naviHTabLHover, .CrystalReportToolbar .naviHTabRWithCloseHover {
  background-color: #fff !important;
  background-image: none;
}
.CrystalReportToolbar .naviHTabText, .CrystalReportToolbar .naviHTabTextHover {
  color: #000 !important;
}
.CrystalReportToolbar .naviHTabMSelected, .CrystalReportToolbar .naviHTabLSelected, .CrystalReportToolbar .naviHTabWithCloseRSel, .CrystalReportToolbar .naviHTabLSelHover, .CrystalReportToolbar .naviHTabWithCloseRSelHover, .CrystalReportToolbar .naviHTabMSelHover {
  background-image: none;
  background-color: #4B6398 !important;
}
.CrystalReportToolbar .naviHTabTextSel, .CrystalReportToolbar .naviHTabTextSelHover {
  color: #fff !important;
}
.CrystalReportToolbar .tabListTop {
  visibility: hidden !important;
}
.CrystalReportToolbar .toolPanel {
  background-color: rgb(225, 233, 251) !important;
}
.CrystalReportToolbar #ctl02_toptoolbar_logo {
  display: none !important;
}
.CrystalReportToolbar .panelHeader {
  background: none;
  background-color: #4B6398;
}
.CrystalReportToolbar .panelNavigator {
  background-color: #4B6398;
}
.CrystalReportToolbar .panelNavigatorItem .selected {
  background: white;
}
.CrystalReportToolbar .naviHTabLHover, .CrystalReportToolbar .naviHTabMHover, .CrystalReportToolbar .naviHTabRWithCloseHover, .CrystalReportToolbar .naviHTabWithCloseRHover {
  background: none;
}
.CrystalReportToolbar .naviHTabText, .CrystalReportToolbar .naviHTabTextHover {
  color: white;
}
.CrystalReportToolbar .panelNavigatorItem {
  background: none !important;
}

/*#endregion*/
.clone-fixed-column-table {
  border-right-width: 0 !important;
  top: 0;
  left: 0;
}
.clone-fixed-column-table.Inline {
  position: absolute;
}
.clone-fixed-column-table.IFrame {
  position: fixed;
}
.clone-fixed-column-table.cloned-content {
  border-right: black 1px solid !important;
}
.clone-fixed-column-table.cloned-header {
  left: 0 !important;
}
.clone-fixed-column-table.cloned-header, .clone-fixed-column-table.cloned-content {
  background-color: white !important;
}
.clone-fixed-column-table tr td:not(.fixed-column) {
  display: none !important;
}
.clone-fixed-column-table tr:not(.GVSRS) td.clone-fixed-column-table-hover {
  background-color: #e4d5d5 !important;
}
.clone-fixed-column-table tr:not(.GVHS) td.fixed-column {
  border-right: 1px solid black;
}

.fixed-table-source[scrolldivid] td.fixed-column-source {
  display: none !important;
}
.fixed-table-source:not([scrolldivdid]) td.fixed-column-source {
  visibility: hidden !important;
}
.visibilityhidden {
  visibility: hidden;
}

.cipselect-items {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #D6D7D7;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 300px;
  border-radius: 2px;
}
.cipselect-items ul {
  background-color: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cipselect-items ul li {
  height: auto !important;
  line-height: 1;
  margin: 0;
  overflow: hidden;
  padding: 4px 8px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
  color: black;
  cursor: pointer;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
}
.cipselect-items ul li:hover, .cipselect-items ul li.selected {
  background-color: #53A4EA !important;
  color: #fff !important;
  cursor: pointer;
}

.cipselect-open {
  display: block;
  max-height: 300px;
  overflow-y: auto;
}

.cipselect-input-arrow {
  left: -5px;
  margin-left: -15px;
  margin-top: 5px;
  cursor: pointer;
}

.menu-pending-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ff8d00;
  border-radius: 10px;
}

.alert-in-line {
  width: 100%;
  float: none !important;
  padding: 5px 0;
}
.alert-in-line span {
  padding: 5px;
  float: none !important;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.CTS .CHS {
  background-color: #4B6398;
  color: white;
}
.CTS .CDBS {
  background-color: #4B6398;
  color: white;
  border-radius: 5px;
}
.CTS .CDLS {
  background-color: #ababab;
}

.offline-support {
  padding: 10px;
  background-color: #f7caca;
}
.offline-support .title {
  padding-bottom: 10px;
  color: red;
}
.toolbarItem.cip-learn span {
  background-color: #4B6398;
  color: white !important;
}
/*# sourceMappingURL=modern-blue.css.map */
