* {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #222;
  background: #f9f9f9;
  overflow-y: scroll;
}
body.NoScroll, body.DisableScroll {
  overflow: hidden;
  height: 100%;
}

#LoginContainer {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#LoginContainer .LoginBlock {
  margin-top: auto;
}
#LoginContainer .LoginSpinner {
  display: none;
  margin-right: 10px;
  width: 25px;
  height: auto;
  vertical-align: middle;
}
#LoginContainer #LoginForm .Button[disabled] {
  cursor: default !important;
  color: #808080 !important;
  background: #d3d3d3 !important;
  pointer-events: none;
}

@media all and (max-width: 650px) {
  #LoginContainer {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }

  .LoginContainerFadeout h1,
.LoginContainerFadeout #LoginFormContainer,
.LoginContainerFadeout a {
    opacity: 0 !important;
    transition: opacity 500ms ease;
  }

  .LoginContainerResize {
    height: 44px !important;
    transition: height 200ms ease-out;
  }

  #LoginFormContainer {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: left;
    color: #fff;
    animation: fadein 1.2s;
  }

  #LoginFormContainer h2 {
    margin: 0 0 1em 0;
    color: #fff;
  }

  #LoginFormContainer form {
    margin-bottom: 20px;
  }
  #LoginFormContainer input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
    background: #fff;
    color: #999;
    border: none;
    box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
  }
  #LoginFormContainer input:focus {
    color: #222;
  }

  .LoginLogo {
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .LoginLogoTop {
    max-width: 308px;
    width: 100%;
    margin-bottom: 42px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .MainLogoTop {
    display: inline-block;
    max-height: 19px;
    margin-top: 7px;
    margin-left: 3px;
  }
}
@media all and (min-width: 650px) {
  #LoginContainer {
    text-align: center;
    vertical-align: middle;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }

  .LoginContainerFadeout h1,
.LoginContainerFadeout #LoginFormContainer,
.LoginContainerFadeout a {
    opacity: 0 !important;
    transition: opacity 500ms ease;
  }

  .LoginContainerResize {
    height: 65px !important;
    padding-top: 0% !important;
    transition: height 200ms ease-out, padding-top 200ms ease-out;
  }

  #LoginFormContainer {
    width: 370px;
    margin: auto;
    padding: 40px;
    text-align: left;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
    animation: fadein 1.2s;
    border-radius: 3px;
  }

  #LoginFormContainer h2 {
    margin: 0 0 1em 0;
    color: #fff;
  }

  #LoginFormContainer form {
    margin-bottom: 20px;
  }
  #LoginFormContainer input {
    width: 288px;
    margin-bottom: 10px;
    padding: 8px 8px 8px 8px;
    background: #fff;
    color: #999;
    border: none;
    box-shadow: inset 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 3px;
  }
  #LoginFormContainer input:focus {
    color: #222;
  }

  .LoginLogo {
    text-align: center;
    margin-top: auto;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .LoginLogoTop {
    max-width: 308px;
    width: 100%;
    margin-bottom: 42px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .MainLogoTop {
    display: inline-block;
    max-height: 24px;
    margin-top: 7px;
    margin-left: 7px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#Header {
  position: sticky;
  top: 0;
  z-index: 1;
}

@media all and (max-width: 420px) {
  #HeaderTitle {
    display: none !important;
  }

  #HeaderTitleMobile {
    display: block !important;
    padding-top: 5px;
  }
}
@media all and (max-width: 650px) {
  #Header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 44px;
    overflow: hidden;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }

  #HeaderTitle {
    display: block;
    padding-top: 5px;
  }

  #HeaderTitleMobile {
    display: none;
  }

  #ProgressBar {
    margin: 0;
    padding: 6px 12px 6px 12px;
    background: #0073a6;
    color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }

  #Content {
    padding: 0 0 10px 0;
  }

  .ProgressItem {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    opacity: 0.45;
  }

  .ProgressActive {
    color: #fff;
    opacity: 1;
  }
}
@media all and (min-width: 650px) {
  #Header {
    margin: 0;
    padding: 10px 8px 11px 8px;
    width: 100%;
    height: 65px;
    overflow: hidden;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }

  #HeaderTitle {
    display: block;
    padding-top: 2px;
  }

  #HeaderTitleMobile {
    display: none;
  }

  #ProgressBar {
    margin: 0;
    padding: 12px 20px 12px 20px;
    width: 100%;
    background: #0073a6;
    color: #fff;
  }

  #Content {
    padding: 0 0 20px 0;
  }

  .ProgressItem {
    display: inline-block;
    line-height: 13px;
    padding: 5px 11px 7px 11px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none !important;
    position: relative;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }

  .ProgressActive {
    background: #fff;
    color: #222;
  }
}
.MessageContainer {
  overflow: hidden;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 600;
  color: #d7332e;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

#Menu {
  height: 100vh;
  position: fixed;
}

@media all and (max-width: 650px) {
  #Menu {
    overflow-y: auto;
    display: none;
    z-index: 101;
    top: 0;
    bottom: 0;
    left: 0;
    right: 700px;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: right 200ms ease;
  }

  .MenuOpen {
    right: 0 !important;
    transition: right 200ms ease;
  }

  .MenuUserSection {
    height: 44px;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .MenuUserSection h2 {
    margin: 4px 0 0 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
  }
  .MenuUserSection .Pointer {
    margin: 6px 0 0 0;
    width: 18px;
    height: 18px;
  }

  .MenuUserSectionContent {
    width: 100%;
    margin: 0 54px 0 0;
    padding: 0;
  }

  .MenuNavItem {
    padding: 12px 10px 12px 40px;
    background-color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 10px 12px;
    transition: background-color 200ms ease;
  }
}
@media all and (min-width: 650px) {
  #Menu {
    overflow-y: auto;
    display: none;
    z-index: 101;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 350px;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: left 200ms ease;
  }

  .MenuOpen {
    left: 0 !important;
    transition: left 200ms ease;
  }

  .MenuUserSection {
    height: 80px;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
  }
  .MenuUserSection h2 {
    margin: 4px 0 25px 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
  }
  .MenuUserSection .Pointer {
    margin: 14px 0 0 0;
  }

  .MenuUserSectionContent {
    width: 100%;
    margin: 0 54px 0 0;
    padding: 10px;
  }

  .MenuNavItem {
    padding: 12px 20px 12px 50px;
    background-color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 20px 12px;
    transition: background-color 200ms ease;
  }
}
.MenuUserSection a,
.MenuUserSection a:link,
.MenuUserSection a:visited,
.MenuUserSection a:active {
  color: #666;
  text-decoration: none;
}
.MenuUserSection a:focus,
.MenuUserSection a:hover {
  color: #222;
  text-decoration: none;
}

.MenuNavItem:hover {
  background-color: #f5f5f5;
  transition: background-color 200ms ease;
}

#MenuItemDashboard {
  background-image: url("../images/Menu-Dashboard-Grey.png");
  background-size: 20px 20px;
}

#MenuItemAccountManagement {
  background-image: url("../images/Menu-Account-Management-Grey.png");
  background-size: 20px 20px;
}

#MenuItemPolicyManagement {
  background-image: url("../images/Menu-Policy-Management-Grey.png");
  background-size: 20px 20px;
}

#MenuItemPushManagement {
  background-image: url("../images/Menu-Push-Management-Grey.png");
  background-size: 20px 20px;
}

#MenuItemSystemAdministrators {
  background-image: url("../images/Menu-System-Administrators-Grey.png");
  background-size: 20px 20px;
}

#MenuItemUserRoleConfiguration {
  background-image: url("../images/Menu-User-Role-Configuration-Grey.png");
  background-size: 20px 20px;
}

#MenuItemProductConfiguration {
  background-image: url("../images/Menu-Product-Configuration-Grey.png");
  background-size: 20px 20px;
}

#MenuItemMyAccountSettings {
  background-image: url("../images/Menu-My-Account-Settings-Grey.png");
  background-size: 20px 20px;
}

#MenuItemAPI {
  background-image: url("../images/Menu-API-Grey.png");
  background-size: 20px 20px;
}

#MenuItemAuditLog {
  background-image: url("../images/Menu-Audit-Grey.png");
  background-size: 20px 20px;
}

#MenuItemViewAppLogs {
  background-image: url("../images/Menu-Audit-Grey.png");
  background-size: 20px 20px;
}

#MenuItemLogout {
  background-image: url("../images/Menu-Logout-Grey.png");
  background-size: 20px 20px;
}

#MenuItemDashboard.Active {
  background-image: url("../images/Menu-Dashboard-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemAccountManagement.Active {
  background-image: url("../images/Menu-Account-Management-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemPolicyManagement.Active {
  background-image: url("../images/Menu-Policy-Management-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemPushManagement.Active {
  background-image: url("../images/Menu-Push-Management-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemSystemAdministrators.Active {
  background-image: url("../images/Menu-System-Administrators-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemUserRoleConfiguration.Active {
  background-image: url("../images/Menu-User-Role-Configuration-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemProductConfiguration.Active {
  background-image: url("../images/Menu-Product-Configuration-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemMyAccountSettings.Active {
  background-image: url("../images/Menu-My-Account-Settings-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemAPI.Active {
  background-image: url("../images/Menu-API-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemAuditLog.Active {
  background-image: url("../images/Menu-Audit-Grey.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemViewAppLogs.Active {
  background-image: url("../images/Menu-Audit-Grey.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

#MenuItemLogout.Active {
  background-image: url("../images/Menu-Logout-White.png");
  background-size: 20px 20px;
  color: #fff;
  background-color: #009add !important;
}

.MenuNavDivider {
  height: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.MenuNavDividerTitle {
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  padding: 20px 10px 5px 10px;
  border-bottom: 1px solid #e0e0e0;
}

.MenuNotification {
  background: #d7332e;
  padding: 2px 6px 2px 6px;
  margin-top: 2px;
  font-size: 9px;
  color: #fff;
  border-radius: 10px;
}

#MenuItemDashboard.Active .MenuNotification,
#MenuItemServiceProviderManagement.Active .MenuNotification,
#MenuItemAccountManagement.Active .MenuNotification,
#MenuItemPolicyManagement.Active .MenuNotification,
#MenuItemSystemAdministrators.Active .MenuNotification,
#MenuItemUserRoleConfiguration.Active .MenuNotification,
#MenuItemProductConfiguration.Active .MenuNotification,
#MenuItemMyAccountSettings.Active .MenuNotification,
#MenuItemAuditLog.Active .MenuNotification,
#MenuItemViewAppLogs.Active .MenuNotification,
#MenuItemLogout.Active .MenuNotification {
  background: #fff;
  color: #222;
}

#MenuFadeout {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.MenuFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

@media all and (max-width: 650px) {
  .SectionPageHeader {
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainer {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoTopBorder {
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoPadding {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoPaddingOrTopBorder {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionDivider {
    height: 10px;
  }

  .SectionDividerTitle {
    text-transform: uppercase;
    font-size: 12px;
    color: #888;
    padding: 20px 10px 5px 10px;
  }

  .SectionDividerTabs {
    text-transform: uppercase;
    color: #bbb;
    padding: 20px 10px 0 10px;
  }

  .SectionContainerLeft {
    width: 100%;
  }

  .SectionContainerRight {
    width: 100%;
  }

  .SectionSearchBar {
    border-top: 1px solid #e0e0e0;
    background: #eeeeee;
    padding: 8px 10px 8px 10px;
    text-align: right;
  }

  .SectionSearchBarFullWidth {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #eeeeee;
    padding: 8px 10px 8px 10px;
    text-align: right;
  }
}
@media all and (min-width: 650px) {
  .SectionPageHeader {
    padding: 20px 20px 10px 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainer {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoTopBorder {
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoPadding {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionContainerNoPaddingOrTopBorder {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  }

  .SectionDivider {
    height: 10px;
  }

  .SectionDividerTitle {
    text-transform: uppercase;
    font-size: 14px;
    color: #888;
    padding: 20px 20px 5px 20px;
  }

  .SectionDividerTabs {
    text-transform: uppercase;
    color: #bbb;
    padding: 20px 20px 0 20px;
  }

  .SectionContainerLeft {
    width: 50%;
    padding-right: 10px;
    float: left;
  }

  .SectionContainerRight {
    width: 50%;
    padding-left: 10px;
    float: right;
  }

  .SectionSearchBar {
    border-top: 1px solid #e0e0e0;
    background: #eeeeee;
    padding: 8px 20px 8px 20px;
    text-align: right;
  }

  .SectionSearchBarFullWidth {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #eeeeee;
    padding: 8px 20px 8px 20px;
    text-align: right;
  }
}
.SectionDividerTabsContent {
  padding: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #888;
}

.TabContainer {
  width: 190px;
  padding: 0;
  float: right;
  text-align: right;
}

.TabFirst {
  background: #fff;
  color: #888;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #e5e3e3;
  border-left: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  display: inline-block;
  cursor: pointer;
  border-top-left-radius: 2px;
}

.Tab {
  background: #fff;
  color: #888;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  display: inline-block;
  cursor: pointer;
}

.TabLast {
  background: #fff;
  color: #888;
  padding: 4px 10px 4px 10px;
  border-top: 1px solid #e5e3e3;
  border-right: 1px solid #e5e3e3;
  display: inline-block;
  cursor: pointer;
  border-top-right-radius: 2px;
}

.TabFirst:hover,
.Tab:hover,
.TabLast:hover {
  background: #e97900;
  color: #fff;
}

.TabActive {
  background: #009add;
  color: #fff;
}

.SectionSearchBar input {
  width: 200px !important;
  padding: 4px 4px 4px 22px !important;
  margin: 0 !important;
  background-color: #fff;
  background-image: url("../images/Background-Search.png") !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: 4px 4px !important;
  color: #999 !important;
  border: 1px solid #bbb;
  box-shadow: none !important;
  border-radius: 2px;
}
.SectionSearchBar input:focus {
  color: #222 !important;
}

.SectionSearchBarFullWidth input {
  width: 100% !important;
  padding: 4px 4px 4px 22px !important;
  margin: 0 !important;
  background-color: #fff;
  background-image: url("../images/Background-Search.png") !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: 4px 4px !important;
  color: #999 !important;
  border: 1px solid #bbb;
  box-shadow: none !important;
  border-radius: 2px;
}
.SectionSearchBarFullWidth input:focus {
  color: #222 !important;
}

@media all and (max-width: 650px) {
  .Modal {
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 501;
    top: -100vh;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
  }
  .Modal.ModalOpen {
    top: 0;
    position: fixed;
  }

  .ModalTopSection {
    padding: 5px;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }
  .ModalTopSection h2 {
    font-weight: 400;
    color: #fff;
    margin: 0;
  }
  .ModalTopSection::after {
    display: block;
    content: "";
    clear: both;
  }

  .ModalTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 13px;
  }
}
@media all and (min-width: 650px) {
  .Modal {
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 501;
    top: -1000px;
    right: 100px;
    left: 100px;
    height: auto;
    max-height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }
  .Modal.ModalOpen {
    top: 0;
    position: fixed;
    transition: top 200ms ease;
  }

  .ModalTopSection {
    padding: 10px;
    background: #009add url("../images/Background-Login.png") repeat-x top left;
  }
  .ModalTopSection h2 {
    margin: 5px 0 0;
    font-weight: 400;
    color: #fff;
  }
  .ModalTopSection::after {
    display: block;
    content: "";
    clear: both;
  }

  .ModalTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 10px;
  }
}
@media all and (min-width: 960px) {
  .Modal {
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 501;
    top: -1000px;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: auto;
    max-height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }
}
.ModalToggleContainer {
  position: relative;
}
.ModalToggleContainer input {
  display: none;
}

.ModalToggleLeft {
  width: 100px;
  float: left;
}

.ModalToggleRight {
  margin-left: 110px;
}

.ModalFieldContainer {
  position: relative;
}
.ModalFieldContainer input {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ModalFieldContainer select {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ModalFieldContainer textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.ModalFadeout {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.ModalFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

#SMPushNotification {
  z-index: 601;
}

#SMPushNotificationFadeout {
  z-index: 600;
}

@media all and (max-width: 650px) {
  #Notifications {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 401;
    top: -100vh;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
  }

  .NotificationsTopSection {
    padding: 0;
    height: 44px;
  }
  .NotificationsTopSection h2 {
    font-weight: 400;
  }

  .NotificationsTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 13px;
  }

  .NotificationsOpen {
    top: 0 !important;
  }

  .NotificationIconCount {
    top: 5px;
    right: 5px;
  }

  .NotificationItem {
    padding: 10px;
    border-top: 1px solid #e5e3e3;
    background: #fff;
  }
}
@media all and (min-width: 650px) {
  #Notifications {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 401;
    top: -91vh;
    bottom: 0;
    right: 100px;
    left: 100px;
    height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }

  .NotificationsTopSection {
    padding: 10px;
    height: 60px;
  }
  .NotificationsTopSection h2 {
    font-weight: 400;
    margin-top: 4px;
  }

  .NotificationsTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 10px;
  }

  .NotificationsOpen {
    top: 0 !important;
    transition: top 200ms ease;
  }

  .NotificationIconCount {
    top: 15px;
    right: 13px;
  }

  .NotificationItem {
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #e5e3e3;
    background: #fff;
  }
}
@media all and (min-width: 816px) {
  #Notifications {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 401;
    top: -91vh;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }
}
#NotificationsFadeout {
  display: none;
  position: fixed;
  z-index: 400;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.NotificationsFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

.Notification {
  position: relative;
  top: -2px;
  background: #d7332e;
  padding: 2px 6px 2px 6px;
  margin: 0 0 0 7px;
  font-size: 9px;
  color: #fff;
  border-radius: 10px;
}

.NotificationIconCount {
  position: absolute;
  background: #d7332e;
  padding: 2px 6px 2px 6px;
  margin: 0 0 0 7px;
  font-size: 9px;
  color: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}

.NotificationItemUnread {
  background: #edf8fd;
}

.NotificationItemLast {
  border-bottom: 1px solid #e5e3e3;
}

.NotificationItemIcon {
  margin-top: 2px;
  float: left;
}

.NotificationItemContent {
  margin-left: 26px;
}

.Datestamp {
  color: #bbb;
  font-style: italic;
}

.Alert {
  overflow-y: auto;
  display: none;
  position: absolute;
  z-index: 701;
  top: 30vh;
  width: 300px;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #f9f9f9;
  opacity: 0.1;
  box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 200ms ease, top 200ms ease;
}

.AlertOpen {
  top: 20vh !important;
  opacity: 1 !important;
  transition: opacity 200ms ease, top 200ms ease;
}

.AlertTopSection {
  padding: 10px;
  height: 44px;
}
.AlertTopSection h2 {
  font-weight: 400;
  margin-top: 2px;
}

.AlertTopSectionContent {
  width: 100%;
  margin: 0 44px 0 0;
  padding: 10px;
}

.AlertContainer {
  padding: 20px;
  border-top: 1px solid #e5e3e3;
}

.AlertFadeout {
  display: none;
  position: absolute;
  z-index: 700;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.AlertFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

.AlertFormField {
  width: 100%;
  margin: 0 0 5px 0;
}
.AlertFormField select {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.AlertFormField input {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

@media all and (max-width: 650px) {
  .Dashboard4Col {
    padding: 20px 10px 20px 10px;
    font-size: 16px;
    text-align: center;
  }

  .Dashboard2ColLeft {
    padding: 0;
    font-size: 16px;
  }

  .Dashboard2ColRight {
    padding: 20px 0 0 0;
    font-size: 16px;
  }

  #DashboardMapChart {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
}
@media all and (min-width: 650px) {
  .Dashboard4Col {
    display: inline-block;
    width: 24.5%;
    padding: 0 10px 0 10px;
    font-size: 16px;
    text-align: center;
  }

  .Dashboard2ColContainer {
    display: table;
    width: 100%;
  }

  .Dashboard2ColLeft {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 20px 0 0;
    font-size: 16px;
  }

  .Dashboard2ColRight {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 0 0 20px;
    font-size: 16px;
  }

  #DashboardMapChart {
    width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: center;
  }
}
.Dashboard1Col {
  padding: 0;
  font-size: 16px;
}

.DashboardAlertContainer {
  margin-top: 20px;
  font-size: 13px;
  border-bottom: 1px solid #e5e3e3;
}

.DashboardNotificationItem {
  padding: 10px;
  border-top: 1px solid #e5e3e3;
  background: #fff;
}

.DashboardNotificationItem:hover {
  background: #f5f5f5;
}

.DashboardHeadlineFigure1 {
  font-size: 26px;
  color: #009add;
  font-weight: 600;
  margin-top: 10px;
}

.DashboardHeadlineFigure2 {
  font-size: 26px;
  color: #8000c3;
  font-weight: 600;
  margin-top: 10px;
}

.DashboardHeadlineFigure3 {
  font-size: 26px;
  color: #e97900;
  font-weight: 600;
  margin-top: 10px;
}

.DashboardHeadlineFigure4 {
  font-size: 26px;
  color: #79a101;
  font-weight: 600;
  margin-top: 10px;
}

#DashboardTotalUsers {
  width: 100%;
  height: 250px;
  margin-top: 12px;
  overflow: hidden;
}

#DashboardOperatorUsers {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

@media all and (max-width: 650px) {
  #ProcessingContainer {
    margin-top: 20px;
  }
}
@media all and (min-width: 650px) {
  #ProcessingContainer {
    margin-top: 80px;
  }

  #ProcessingInnerContainer {
    width: 400px;
    margin: auto;
  }
}
.DataUploadFormat {
  margin-top: 20px;
  font-size: 13px !important;
}

.ProcessingLoader {
  text-align: center;
  margin-bottom: 30px;
}

#ProcessingBarTrack {
  height: 8px;
  background: #ebebeb;
  border-radius: 4px;
}

#ProcessingBar {
  width: 25%;
  height: 8px;
  background: #bbb;
  border-radius: 4px;
}

@media all and (max-width: 650px) {
  #Upload {
    text-align: center;
    width: 100%;
    padding: 40px 10px 40px 10px;
    margin: 0;
    background: #fff;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
    border-radius: 4px;
  }
  #Upload p {
    display: none;
  }
}
@media all and (min-width: 650px) {
  #Upload {
    text-align: center;
    width: 100%;
    padding: 40px 10px 40px 10px;
    margin: 0;
    background: #fff;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
    border-radius: 4px;
  }
  #Upload p {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
}
.UploadFormat {
  margin-top: 20px;
  font-size: 13px !important;
}

@media all and (max-width: 650px) {
  .AccordionHeaderCol1 {
    font-weight: 600;
    padding: 9px 10px 11px 10px;
  }

  .AccordionHeaderCol2 {
    float: right;
    font-weight: 600;
    padding: 9px 48px 11px 10px;
  }

  .AccordionSectionTitle {
    width: 100%;
    padding: 9px 10px 10px 10px;
    display: inline-block;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #f5f5f5 !important;
    background: #fff;
    color: #222;
    font-size: 13px;
    transition: all ease 200ms;
  }

  .AccordionSectionButtonBar {
    padding: 10px 10px 5px 10px;
    background: #f5f5f5;
  }

  .AccordionStatusBarContainer {
    padding: 13px;
    color: #fff;
    font-weight: 600;
    margin-right: 44px;
  }

  .AccordionNotificationBarContainer {
    padding: 13px;
    color: #fff;
    font-weight: 600;
    margin-right: 44px;
  }

  .AccordionReview {
    padding: 10px 10px 0 10px;
  }

  .AccordionNoResults {
    padding: 10px;
  }
}
@media all and (min-width: 650px) {
  .AccordionHeaderCol1 {
    font-weight: 600;
    padding: 9px 20px 11px 20px;
  }

  .AccordionHeaderCol2 {
    float: right;
    font-weight: 600;
    padding: 9px 48px 11px 20px;
  }

  .AccordionSectionTitle {
    width: 100%;
    padding: 9px 20px 10px 20px;
    display: inline-block;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #f5f5f5 !important;
    background: #fff;
    color: #222;
    font-size: 13px;
    transition: all ease 200ms;
  }

  .AccordionSectionButtonBar {
    padding: 10px 20px 5px 20px;
    background: #f5f5f5;
  }

  .AccordionStatusBarContainer {
    padding: 13px 20px 13px 20px;
    color: #fff;
    font-weight: 600;
    margin-right: 44px;
  }

  .AccordionNotificationBarContainer {
    padding: 13px 20px 13px 20px;
    color: #fff;
    font-weight: 600;
    margin-right: 44px;
  }

  .AccordionReview {
    padding: 10px 20px 0 20px;
  }

  .AccordionNoResults {
    padding: 20px;
  }
}
.Accordion {
  background: #fff;
}
.Accordion a,
.Accordion a:link,
.Accordion a:visited,
.Accordion a:active,
.Accordion a:focus,
.Accordion a:hover {
  color: #222;
  text-decoration: none;
}

.AccordionHeader {
  background: #dedede;
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #dedede !important;
}

.AccordionSectionTitle:hover {
  border-top: 1px solid #f5f5f5 !important;
  background: #f5f5f5;
  text-decoration: none;
  transition: all ease 200ms;
}

.AccordionSectionTitle.AccordionActive {
  background: #f5f5f5;
  text-decoration: none;
  border-top: 1px solid #bbb !important;
  border-bottom: 1px solid #f5f5f5 !important;
  transition: all ease 200ms;
}

.AccordionSectionTitle .AccordionArrow img {
  transform: rotate(0deg);
  transition: all ease 200ms;
}

.AccordionSectionTitle.AccordionActive .AccordionArrow img {
  transform: rotate(-180deg);
  transition: all ease 200ms;
}

.AccordionArrow {
  padding: 0;
}

.AccordionMatches {
  text-align: center;
  width: 100px;
  padding: 0;
}

.AccordionDate {
  text-align: center;
  width: 120px;
  padding: 0;
}

.AccordionReviewStars {
  text-align: center;
  width: 100px;
  padding: 0;
}

.AccordionStatus {
  padding: 3px 0 0 10px;
}

.AccordionStatusWhitelisting {
  padding: 3px 20px 0 0;
}

.AccordionNotification {
  margin-top: 1px;
  padding: 1px 20px 0 10px;
}

.AccordionRowMarkerTick {
  display: none;
}

.AccordionRowMarkerEdited {
  margin-right: 20px;
  margin-top: 2px;
  display: none;
}

.AccordionUserStatus {
  padding: 0 20px 0 0;
}

.AccordionSection:last-child .AccordionSectionTitle {
  border-bottom: none;
}

.AccordionSectionContent {
  padding: 0;
  border-bottom: 1px solid #bbb;
  display: none;
}

.AccordionStatusBar {
  display: none;
  height: 44px;
  background: #6d9101;
}

.AccordionNotificationBar {
  height: 44px;
  background: #d7332e;
}

.AccordionHeaderSearch {
  width: 140px;
  float: right;
  padding: 6px 6px 0 0;
}

.AccordionHeaderSearch input {
  width: 100%;
  padding: 4px 4px 4px 22px !important;
  margin: 0 !important;
  background-color: #fff;
  background-image: url("../images/Background-Search.png") !important;
  background-size: 14px 14px !important;
  background-repeat: no-repeat !important;
  background-position: 4px 4px !important;
  color: #999 !important;
  border: 1px solid #bbb;
  box-shadow: none !important;
  border-radius: 2px;
}

.AccordionHeaderSearch input:focus {
  color: #222 !important;
}

.AccordionStatusBadge {
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.5;
  min-width: 60px;
  margin-left: 5px;
}
.AccordionStatusBadge .statusText {
  display: inline-block;
  margin: auto;
}
.AccordionStatusBadge.Green {
  background-color: #79a101;
}
.AccordionStatusBadge.Red {
  background-color: #d7332e;
}
.AccordionStatusBadge.Orange {
  background-color: #e97900;
}
.AccordionStatusBadge.Blue {
  background-color: #009add;
}
.AccordionStatusBadge.Purple {
  background-color: #8000c3;
}
.AccordionStatusBadge.Grey {
  background-color: #8e8e8e;
  color: #fff;
}
.AccordionStatusBadge.Blank {
  background-color: transparent;
}

@media all and (max-width: 650px) {
  .Definition {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 90vw;
    max-width: 704px;
    background: #fff;
    padding: 10px;
    z-index: 2999;
    opacity: 1;
    box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    transition: opacity 200ms ease;
  }
}
@media all and (min-width: 650px) {
  .Definition {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 50vw;
    max-width: 550px;
    background: #fff;
    padding: 10px;
    z-index: 2999;
    opacity: 1;
    box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    transition: opacity 200ms ease;
  }
}
@media all and (min-width: 960px) {
  .Definition {
    display: none;
    position: absolute;
    left: 0;
    top: 25px;
    width: 50vw;
    max-width: 550px;
    background: #fff;
    padding: 10px;
    z-index: 2999;
    opacity: 1;
    box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    transition: opacity 200ms ease;
  }
}
.DefinitionContainer {
  position: relative;
  padding-right: 20px;
  background-image: url("../images/Background-Information.png") !important;
  background-size: 16px 16px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
}

.DefinitionContainer:hover .Definition {
  display: block;
}

.DefinitionOpen {
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

.Definition:after {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 8px;
  width: 0;
  border-width: 0 8px 10px;
  border-style: solid;
  border-color: #fff transparent;
}

.jsTree {
  overflow: auto;
  min-height: 100px;
}

div::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

div::-webkit-scrollbar-track {
  background: #ebebeb;
}

div::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}

.TableContainer {
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-radius: 4px;
}

table {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
}

tr.TableHeaderRow {
  margin: 0;
  padding: 0;
  background: #ebebeb;
  font-weight: 600;
}

td {
  padding: 6px 10px 6px 10px;
  border-top: 1px solid #efefef;
  height: 24px;
}

tr.SummaryTableRow:hover {
  background: #f5f5f5;
  transition: all 200ms ease;
}

td.SummaryTableCellFirst {
  padding: 6px 10px 6px 5px;
  border-top: none;
}

td.SummaryTableCellRightFirst {
  padding: 6px 5px 6px 10px;
  text-align: right;
  border-top: none;
}

td.SummaryTableCell {
  padding: 6px 10px 6px 5px;
}

td.SummaryTableCellRight {
  padding: 6px 5px 6px 10px;
  text-align: right;
}

@media all and (max-width: 650px) {
  td.TableFirstHeaderCol {
    background: #cdcdcd;
    width: 35%;
    border-top: 1px solid #cdcdcd !important;
  }

  td.TableFirstCol {
    background: #ebebeb;
    border-top: 1px solid #cdcdcd;
    width: 35%;
  }
}
@media all and (min-width: 650px) {
  td.TableFirstHeaderCol {
    background: #cdcdcd;
    width: 35%;
    padding: 6px 10px 6px 20px !important;
    border-top: 1px solid #cdcdcd !important;
  }

  td.TableFirstCol {
    background: #ebebeb;
    border-top: 1px solid #cdcdcd;
    width: 35%;
    padding: 6px 10px 6px 20px !important;
  }
}
td.TableButtonRow {
  height: 41px !important;
  box-sizing: content-box;
}

@media only screen and (max-width: 4001px) {
  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
.pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    overflow: hidden;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
table.responsive td:first-child,
table.responsive td:first-child,
table.responsive.pinned td {
    display: none;
  }
}
@media all and (max-width: 650px) {
  .Pagination {
    color: #999;
    text-align: center;
    padding: 10px 10px 10px 20px;
  }

  .PaginationPageCount {
    margin-left: 10px;
    margin-right: 10px;
    color: #222;
  }

  .PageNumber {
    display: none;
  }

  .Pagination img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media all and (min-width: 650px) {
  .Pagination {
    color: #999;
    text-align: right;
    padding: 20px;
  }

  .PaginationPageCount {
    float: left;
  }

  .PageNumber {
    margin-left: 5px;
    margin-right: 5px;
  }

  .Pagination img {
    vertical-align: middle;
    margin-top: -2px;
  }
}
.Pagination a,
.Pagination a:link,
.Pagination a:visited,
.Pagination a:active {
  color: #222 !important;
  text-decoration: none;
}

.Pagination a:focus,
.Pagination a:hover {
  color: #666 !important;
  text-decoration: none;
}

.CurrentPage {
  font-weight: 700;
  color: #222;
  margin-left: 5px;
  margin-right: 5px;
}

.PaginationDisabled {
  opacity: 0.4;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.FormError {
  color: #d7332e !important;
}

#Content input {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#Content input.LargeInput {
  width: 100%;
  padding: 12px !important;
  margin-bottom: 0 !important;
  background-color: #fff;
  color: #999 !important;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
}

#Content input.LargeInputMargin {
  margin-bottom: 10px !important;
}

#Content input.LargeInput:focus {
  width: 100%;
  padding: 12px !important;
  margin-bottom: 0 !important;
  background-color: #fff;
  color: #222 !important;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
}

#Content input.LargeInputMargin:focus {
  margin-bottom: 10px !important;
}

#Content select {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#Content textarea {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#Content input.Cbx {
  width: 20px !important;
  height: auto !important;
  display: inline-block;
  margin: 10px 5px;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  vertical-align: middle;
}
#Content input.Cbx + label {
  display: inline-block;
}

#ActivityContent textarea {
  width: 100%;
  padding: 6px;
  margin-bottom: 10px;
  background: #fff;
  color: #222;
  border: 1px solid #bbb;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
label.InlineLabel {
  display: inline;
}
label.required::after {
  content: "*";
  display: inline-block;
  color: #ff631e;
  line-height: 1;
  margin-left: 5px;
  font-size: 11px;
  font-weight: bold;
}

.HiddenLabel {
  display: none;
}

.Invisible {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none !important;
  user-select: none !important;
}

.DisabledField {
  cursor: default !important;
  color: #b5b5b5 !important;
  pointer-events: none !important;
  user-select: none !important;
  outline: 0 !important;
}
.DisabledField.required::after {
  display: none;
}

select.DisabledField,
input.DisabledField {
  background: #fff !important;
  border: 1px solid #bbb !important;
}

.readonly {
  background: #ededed !important;
}

@media all and (max-width: 650px) {
  h1 {
    font-size: 22px;
    font-weight: 200;
    margin: 0 0 10px 0;
    color: #fff;
  }

  h2 {
    font-size: 18px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 16px;
    color: #222;
  }

  h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    color: #222;
  }

  h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    color: #222;
  }
}
@media all and (min-width: 650px) {
  h1 {
    font-size: 26px;
    font-weight: 200;
    margin: 0 0 10px 0;
    color: #fff;
  }

  h2 {
    font-size: 20px;
    font-weight: 200;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 16px;
    color: #222;
  }

  h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    color: #222;
  }

  h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px 0;
    padding: 0;
    color: #222;
  }
}
a,
a:link,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  color: #009add;
}

a:hover {
  text-decoration: underline;
  color: #009add;
}

a.LnkLogin,
a.LnkLogin:link,
a.LnkLogin:visited,
a.LnkLogin:active,
a.LnkLogin:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

a.LnkLogin:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

a.LnkWhite,
a.LnkWhite:link,
a.LnkWhite:visited,
a.LnkWhite:active,
a.LnkWhite:focus {
  text-decoration: underline;
  color: white;
}

a.LnkWhite:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

p {
  margin: 0 0 10px 0;
}

.Center {
  text-align: center;
}

strong {
  font-weight: 600;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

.Right {
  float: right;
}

.Left {
  float: left;
}

.Grey {
  color: #909090;
}

.Error {
  color: #d7332e !important;
}

.Pointer {
  cursor: pointer;
}

hr {
  margin: 0 0 10px 0;
  border-top: 10px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 0;
  border-right: 0;
  clear: both;
}

.Clear {
  clear: both;
}

.NoPadding {
  padding: 0;
}

.Button,
.Button:link,
.Button:visited,
.Button:active {
  display: inline-block;
  line-height: 13px;
  padding: 5px 5px 4px 5px;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
  cursor: pointer;
  border: 0;
  background: #696969;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  transition: all 200ms ease;
}

.Button:hover,
.Button:focus {
  background: #5e5e5e;
  transition: all 200ms ease;
}

.ButtonWhite,
.ButtonWhite:link,
.ButtonWhite:visited,
.ButtonWhite:active {
  color: #222 !important;
  background: #fff;
}

.ButtonWhite:hover,
.ButtonWhite:focus {
  color: #fff !important;
  background: #222;
}

.ButtonGreen,
.ButtonGreen:link,
.ButtonGreen:visited,
.ButtonGreen:active {
  color: #fff !important;
  background: #79a101;
}

.ButtonGreen:hover,
.ButtonGreen:focus {
  color: #fff !important;
  background: #6d9101;
}

.ButtonBlue,
.ButtonBlue:link,
.ButtonBlue:visited,
.ButtonBlue:active {
  color: #fff !important;
  background: #009add;
}

.ButtonBlue:hover,
.ButtonBlue:focus {
  color: #fff !important;
  background: #008ac6;
}

.ButtonOrange,
.ButtonOrange:link,
.ButtonOrange:visited,
.ButtonOrange:active {
  color: #fff !important;
  background: #e97900;
}

.ButtonOrange:hover,
.ButtonOrange:focus {
  color: #fff !important;
  background: #d16d00;
}

.ButtonRed,
.ButtonRed:link,
.ButtonRed:visited,
.ButtonRed:active {
  color: #fff !important;
  background: #d7332e;
}

.ButtonRed:hover,
.ButtonRed:focus {
  color: #fff !important;
  background: #c12e29;
}

.ButtonDisabled,
.ButtonDisabled:link,
.ButtonDisabled:visited,
.ButtonDisabled:active,
.ButtonDisabled:hover,
.ButtonDisabled:focus {
  cursor: default !important;
  color: #808080 !important;
  background: #d3d3d3 !important;
  pointer-events: none;
}

.ButtonText,
.ButtonText:link,
.ButtonText:visited,
.ButtonText:active {
  padding: 7px 10px 8px 10px !important;
  font-size: 13px;
}

.ButtonTitleRight {
  margin-top: -5px;
}

.ButtonRightMargin {
  margin-right: 10px !important;
}

.ButtonBottomMargin {
  margin-bottom: 5px !important;
}

@media all and (max-width: 650px) {
  .ButtonTextLarge,
.ButtonTextLarge:link,
.ButtonTextLarge:visited,
.ButtonTextLarge:active {
    padding: 16px 20px 17px 20px;
    font-size: 18px;
  }
}
@media all and (min-width: 650px) {
  .ButtonTextLarge,
.ButtonTextLarge:link,
.ButtonTextLarge:visited,
.ButtonTextLarge:active {
    padding: 22px 40px 23px 40px;
    font-size: 22px;
  }
}
.MenuItemDisabled a {
  cursor: default;
}
.MenuItemDisabled a i {
  opacity: 0.5;
}

.ArrayElement .Button {
  padding: 4px 7px 5px 7px !important;
  margin-bottom: 10px;
  float: right;
}

#Content .ArrayElement textarea,
#Content .CertElement {
  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
  font-size: 13px;
}
#Content .ArrayElement {
  position: relative;
}
#Content .ArrayElement textarea {
  margin-bottom: 6px;
  display: block;
  padding-right: 30px;
  overflow-y: scroll;
}
#Content .ArrayElement input {
  margin-bottom: 6px;
  padding-right: 30px;
}
#Content .ArrayElement em {
  display: block;
}
#Content .ArrayElement .ArrayElementWrapper {
  display: block;
  position: relative;
}
#Content .ArrayElement .ArrayElementWrapper:hover .RemoveElementButton {
  display: block;
}
#Content .ArrayElement .ArrayElementTemplate {
  display: none;
}
#Content .ArrayElement .ArrayElementLayout1-2 .ArrayElementWrapper input {
  width: 50%;
}
#Content .ArrayElement .ArrayElementLayout1-2 .ArrayElementWrapper input.Right {
  width: 49%;
}
#Content .ArrayElement .ArrayElementLayout1-2 .ArrayElementWrapper input.FullWidth {
  width: 100%;
}
#Content .ArrayElement .RemoveElementButton {
  position: absolute;
  display: none;
}
#Content .ArrayElement .RemoveElementButton.TextareaRemove {
  right: 24px;
  top: 3px;
}
#Content .ArrayElement .RemoveElementButton.InputRemove {
  right: 9px;
  top: 4px;
}

.SupportArticle {
  padding: 17px 21px 10px 21px;
}
.SupportArticle h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px -16px 10px -16px;
  color: #119bd7;
  padding: 6px 16px;
}
.SupportArticle h3.Jumped {
  animation-name: JumpedAnimationIn;
  animation-duration: 1000ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.SupportArticle h3.Jumped:first-child {
  margin: 0 -16px 10px -16px;
}

.ContextHelpElementIcon {
  float: right;
}
.ContextHelpElementIcon a {
  width: 16px;
  height: 16px;
  background: url("../images/icons/context_help_inactive.png") no-repeat;
  display: block;
}
.ContextHelpElementIcon a:hover {
  background: url("../images/icons/context_help_active.png") no-repeat;
}

.StaticTable {
  border-collapse: separate;
}
.StaticTable tr:first-child td {
  border-top: none;
}
.StaticTable tr td:first-child {
  width: 35%;
  background: #ebebeb;
  border-top: 1px solid #cdcdcd;
  padding: 6px 20px 6px 20px;
}
.StaticTable tr td {
  padding: 6px 10px 6px 10px;
  border-top: 1px solid #efefef;
  height: 24px;
}

.NotificationIconCount.HelpShown {
  right: 57px;
}

@keyframes JumpedAnimationIn {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: #e5e3e3;
  }
  70% {
    background-color: #e5e3e3;
  }
  100% {
    background-color: transparent;
  }
}
.xdsoft_datetimepicker.xdsoft_inline {
  width: 100%;
  max-width: 285px;
}
.xdsoft_datetimepicker.xdsoft_inline .xdsoft_datepicker {
  width: 100%;
  margin-left: 0;
  padding-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_inline .xdsoft_label {
  font-weight: normal;
  font-size: 13px;
}

.loginErrorContent {
  display: none;
  clear: both;
  margin-bottom: 10px;
}

div.loginError {
  color: #fff;
  background: #d80000;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 8px;
  border-radius: 4px;
}

span.ApiError {
  color: red;
}

@media all and (max-width: 650px) {
  #Toast {
    display: none;
    position: fixed;
    z-index: 1001;
    top: -100px;
    right: 0;
    left: 0;
    background: #f9f9f9;
    opacity: 0.9;
    padding: 12px 20px 14px 42px;
    text-align: left;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
  }

  .ToastOpen {
    top: 0 !important;
    transition: top 200ms ease;
  }

  .ToastInfo {
    background-image: url("../images/Icon-Toast-Information.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
  }

  .ToastSuccess {
    background-image: url("../images/Icon-Toast-Success.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
  }

  .ToastError {
    background-image: url("../images/Icon-Toast-Error.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 10px !important;
  }
}
@media all and (min-width: 650px) {
  #Toast {
    display: none;
    position: fixed;
    z-index: 1001;
    top: -100px;
    right: 100px;
    left: 100px;
    background: #f9f9f9;
    opacity: 0.9;
    padding: 17px 20px 18px 47px;
    text-align: left;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
    transition: top 200ms ease;
  }

  .ToastOpen {
    top: 0 !important;
    transition: top 200ms ease;
  }

  .ToastInfo {
    background-image: url("../images/Icon-Toast-Information.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 15px 16px !important;
  }

  .ToastSuccess {
    background-image: url("../images/Icon-Toast-Success.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 15px 16px !important;
  }

  .ToastError {
    background-image: url("../images/Icon-Toast-Error.png") !important;
    background-size: 22px 22px !important;
    background-repeat: no-repeat !important;
    background-position: 15px 16px !important;
  }
}
@media all and (min-width: 816px) {
  #Toast {
    display: none;
    position: fixed;
    z-index: 1001;
    top: -100px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    background: #f9f9f9;
    opacity: 0.9;
    padding: 17px 20px 18px 47px;
    text-align: left;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.35);
    transition: top 200ms ease;
  }
}
.FileUploader.Error .uploadBtn {
  background: #d7332e;
}

/* Upload Items */
@media all and (max-width: 650px) {
  .Upload {
    text-align: center;
    width: 100%;
    padding: 40px 10px 40px 10px;
    margin: 0;
    background: #fff;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
    border-radius: 4px;
  }
  .Upload p {
    display: none;
  }
}
@media all and (min-width: 650px) {
  .Upload {
    text-align: center;
    width: 100%;
    padding: 20px 10px 20px 10px;
    margin: 0;
    background: #fff;
    border-top: 2px dashed #ddd;
    border-bottom: 2px dashed #ddd;
    border-radius: 4px;
  }
  .Upload p {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
}
.UploadFormat {
  margin-top: 20px;
  font-size: 13px !important;
}

.CheckboxInline label {
  display: inline;
}

.TabContent {
  display: none;
}

.TabContentActive {
  display: block;
}

.jstree-node.jstree-user-disabled a,
.jstree-node.jstree-group-disabled a {
  opacity: 0.5;
}

#DashboardTotalUsers img,
#DashboardOperatorUsers img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 60px;
}

.StatsWrapper {
  text-align: center;
}

.DropDownOptionsContainerWrapper {
  position: relative;
  display: inline-block;
}
.DropDownOptionsContainerWrapper:hover .ButtonBlue {
  color: #fff !important;
  background: #008ac6;
}
.DropDownOptionsContainerWrapper:hover .DropDownOptions {
  display: block;
  opacity: 1 !important;
  transition: opacity 200ms ease, top 200ms ease;
}
.DropDownOptionsContainerWrapper .DropDownOptions a {
  color: #222;
  text-decoration: none;
  display: block;
}
.DropDownOptionsContainerWrapper .Button img {
  width: 24px;
  margin: -5px -5px -5px 3px;
}

.DropDownOptions {
  overflow-y: auto;
  display: none;
  position: absolute;
  z-index: 701;
  top: 23px;
  width: 240px;
  right: 0;
  background: #f9f9f9;
  opacity: 0.2;
  box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 200ms ease, top 200ms ease;
}

.Left .DropDownOptions {
  left: 0;
  right: inherit;
}

.DropDownOptionsContainer {
  padding: 0;
}

.DropDownOptionsTopSection {
  padding: 10px;
  height: 44px;
}
.DropDownOptionsTopSection h2 {
  font-weight: 400;
  margin-top: 2px;
}

.DropDownOptionsTopSectionContent {
  width: 100%;
  margin: 0 44px 0 0;
  padding: 10px;
}

.DropDownOpt {
  padding: 10px 21px 10px 21px;
  border-top: 1px solid #e5e3e3;
}
.DropDownOpt:hover {
  background-color: #f5f5f5;
  transition: background-color 200ms ease;
}
.DropDownOpt img {
  margin-top: -1px;
  margin-right: -5px;
  opacity: 0.5;
}

.ExportOpt img {
  margin-top: 1px;
}

.DropDownOptionsFadeout {
  display: none;
  position: absolute;
  z-index: 600;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.DropDownOptionsFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

.Content .toggle,
.toggleTopPad {
  margin-bottom: 10px;
  padding-top: 4px;
}

#Content .toggle-slide .toggle-blob {
  z-index: initial;
}

.RowActionContainer {
  display: inline;
  margin-right: 14px;
}
.RowActionContainer div {
  display: inline;
  margin-right: 0;
  opacity: 0.6;
  margin-left: 2px;
}
.RowActionContainer div:hover {
  opacity: 1;
}
.RowActionContainer div.IconDisabled {
  cursor: default;
  opacity: 0.2;
}
.RowActionContainer div.IconDisabled a {
  cursor: default;
}
.RowActionContainer div.RowDeleteContainer {
  margin-left: 10px;
}
.RowActionContainer img {
  width: 16px;
}

.RowActionContainerRight {
  float: right;
  padding: 20px 8px 5px 0;
}

.Badge {
  background: #d7332e;
  padding: 2px 6px 2px 6px;
  margin-top: 2px;
  color: #fff;
  border-radius: 13px;
}

.NetworkRowBadgeWrapper {
  float: right;
  margin: 10px 10px 0 0;
}

div.RowPriorityNumber {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  vertical-align: top;
  font-size: 12px;
}

.ViewOutputModalTopSection {
  background: #009add url("../images/Background-Login.png") repeat-x top left;
}

@media all and (max-width: 650px) {
  #ViewOutputModal {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 501;
    top: -100vh;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
  }

  .ViewOutputModalOpen {
    top: 0 !important;
  }

  .ViewOutputModalTopSection {
    padding: 5px;
  }
  .ViewOutputModalTopSection h2 {
    font-weight: 400;
    color: #fff;
    margin: 0;
  }
  .ViewOutputModalTopSection::after {
    display: block;
    content: "";
    clear: both;
  }

  .ViewOutputModalTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 13px;
  }
}
@media all and (min-width: 650px) {
  #ViewOutputModal {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 501;
    top: -1000px;
    bottom: 0;
    right: 100px;
    left: 100px;
    height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }

  .ViewOutputModalOpen {
    top: 0 !important;
    transition: top 200ms ease;
  }

  .ViewOutputModalTopSection {
    padding: 10px;
  }
  .ViewOutputModalTopSection h2 {
    margin: 5px 0 0;
    font-weight: 400;
    color: #fff;
  }
  .ViewOutputModalTopSection::after {
    display: block;
    content: "";
    clear: both;
  }

  .ViewOutputModalTopSectionContent {
    width: 100%;
    margin: 0 44px 0 0;
    padding: 10px;
  }
}
@media all and (min-width: 960px) {
  #ViewOutputModal {
    overflow-y: auto;
    display: none;
    position: fixed;
    z-index: 501;
    top: -1000px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    height: 90vh;
    background: #f9f9f9;
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.15);
    transition: top 200ms ease;
  }
}
#ViewOutputModalFadeout {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 200ms ease;
}

.ViewOutputModalFadeoutOn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1 !important;
  transition: opacity 200ms ease;
}

#PolicyJsonOutput {
  word-break: break-all;
}

.MainPageLoaderContainer {
  text-align: center;
  height: 225px;
}
.MainPageLoaderContainer img {
  margin-top: 40px;
}

#Content .MobileNetworkSuppressionWrapper input {
  width: 49%;
}
#Content .MobileNetworkSuppressionWrapper input:first-child {
  float: left;
}
#Content .MobileNetworkSuppressionWrapper input:last-child {
  float: right;
}

.fixedWidthFont {
  font-family: monospace;
}

.FooterVersionTextContent {
  text-align: center;
}

.FooterVersionText {
  color: rgba(255, 255, 255, 0.5);
}

.AdditionalSearchWrapper {
  width: 160px;
  display: inline-block;
  margin-right: 10px;
}

#Content .AdditionalSearchWrapper select {
  margin: 0;
  padding: 4px 4px 4px 4px !important;
  box-shadow: 0 0 0 transparent !important;
  border: 1px solid #bbb;
  color: #999 !important;
}

.SectionSearchBar input {
  height: 27px;
}

.MenuNavFooter {
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 10px 20px;
  text-align: center;
}

#resetResult {
  margin: 10px 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

ol#wo-breadcrumbs.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

ol#wo-breadcrumbs.breadcrumb .separator,
ol#wo-breadcrumbs.breadcrumb li {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding: 8px;
  line-height: 16px;
}

ol#wo-breadcrumbs.breadcrumb li {
  display: inline-block;
  padding: 8px 0;
}

/*# sourceMappingURL=ConnectionAssist.css.map */
