html,
body {
  margin: 0;
  padding: 0;
  height: 98%;
  width: 100%;
  min-width: 1100px;
}
section {
  margin: 0px 2% 1% 2%;
}
.Content {
  min-height: 88vh;
}
section {
  width: auto;
}
section h2 {
  position: absolute;
  top: 0;
}
.Container {
  height: 100%;
  width: 100%;
}
.dx-texteditor-input {
  margin: 0;
  padding: 4px 5px 4px;
  background: #fff !important;
  color: #333;
  font-size: 1em;
  border-radius: 4px;
  min-height: 24px;
}
.sumTemplate .dx-datagrid-summary-item {
  color: white !important;
  background-color: red !important;
}
.dx-item .dx-tab .dx-nav-item .dx-tab-selected {
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: none !important;
}
.dx-nav-item.dx-state-focused,
.dx-rtl .dx-nav-item.dx-state-focused {
  box-shadow: inset 0 0 0 0 #ddd !important;
}
.dx-nav-item.dx-tab-selected,
.dx-rtl .dx-nav-item.dx-tab-selected {
  box-shadow: inset 0 0 0 0;
}
.dx-tabs.dx-navbar {
  text-align: center;
  padding-left: 2%;
  padding-right: 2%;
}
.menuFlex {
  display: flex;
  flex-direction: column;
}
.menuIcon {
  align-self: center;
  margin: 0 !important;
  font-size: 26px !important;
  max-height: 26px !important;
}
.dx-tab {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  padding: 1px;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}
.dx-tab.dx-tab-selected.dx-state-active {
  transform: translateY(1px);
  border-bottom: 1px solid red;
}
.dx-tab.dx-state-focused:after {
  border: none;
}
.dx-tab.dx-tab-selected {
  z-index: 2;
  border-bottom: 1px solid firebrick;
}
.dx-tab.dx-tab-selected:after {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-top: none !important;
}
.dx-tab.dx-tab-selected .dx-tab-text {
  color: firebrick !important;
}
.dx-tab:last-child:not(.dx-tab-selected) {
  border-left: 0;
}
.dx-tab:first-child:not(.dx-tab-selected) {
  border-right: 0;
}
.dx-tab .dx-tab-text {
  color: #676767;
  line-height: normal;
  padding: 2px 5px 0;
}
.dx-nav-item {
  border-bottom: 1px solid #ddd;
}
.dx-nav-item:last-child {
  border-right: 1px solid #ddd;
}
.dx-nav-item:last-child.dx-state-active {
  border-right: 1px solid #ddd;
}
.dx-nav-item:first-child {
  border-left: 1px solid #ddd;
}
.dx-nav-item:first-child.dx-state-active {
  border-left: 1px solid #ddd;
}
.dx-tabpanel .dx-multiview-wrapper {
  border: 0px solid #ddd !important;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tabs {
  -webkit-box-shadow: inset 0 -1px #ddd, inset 0 1px, inset -1px 0, inset 1px 0 !important;
  box-shadow: inset 0 -1px #ddd, inset 0 1px, inset -1px 0, inset 1px 0;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab {
  -webkit-box-shadow: inset 0 1px, inset 0 -1px #ddd !important;
  box-shadow: inset 0 1px, inset 0 -1px #ddd !important;
}
.dx-tabpanel.dx-state-focused > .dx-tabpanel-tabs .dx-tab.dx-tab-selected {
  -webkit-box-shadow: inset 0 1px #ddd, inset -1px 0 #ddd, inset 1px 0 #ddd !important;
  box-shadow: inset 0 1px #ddd, inset -1px 0 #ddd, inset 1px 0 #ddd !important;
}
.ScreenTitleToolbar {
  margin-top: 10px;
  font-size: 25px;
  font-weight: 700;
  color: lightslategray;
  border: none !important;
}
.grd {
  height: 50vh;
  width: 90%;
  overflow: hidden;
  margin-left: 5%;
  border: 1px solid #c2c1c1;
  border-radius: 20px;
  filter: drop-shadow(5px 5px 10px #989898);
}
.grdFull {
  height: 85vh;
  width: auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
#tab {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #ddd;
}
.tab {
  background-color: #eeeeee;
  height: 40vh;
  overflow-y: hidden;
  border: 1px solid #ddd;
}
.dx-tabpanel-container {
  width: 100% !important;
  height: 90% !important;
}
#tab .dx-tabpanel-container {
  height: fit-content;
}
.tab .dx-tabpanel-container {
  height: fit-content;
}
.ContainerInfo .dx-item .dx-box-item {
  background-color: #eeeeee;
  display: flex !important;
  flex: content !important;
}
.ContainerInfo .dx-form-group-caption {
  color: lightslategray;
}
.ContainerInfo .dx-layout-manager .dx-field-item {
  padding: 2px;
  padding-left: 2px;
}
.ContainerInfo .dx-layout-manager .dx-widget {
  font-size: 14px;
}
.ContainerInfo .dx-form-group-caption {
  font-size: 16px;
}
.ContainerInfo .dx-form-group-with-caption .dx-form-group-content {
  padding-bottom: 2px;
}
.ContainerInfo .dx-form-group-with-caption .dx-form-group-content {
  padding-top: 5px;
}
.ContainerInfo .dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
  padding: 0;
}
.dx-multiview-item {
  overflow: auto;
}
.ContainerInfo .dx-texteditor-input:not(.dx-datagrid-search-panel) {
  margin: 0px;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 27px;
}
.ContainerInfo .dx-texteditor-container {
  height: 100%;
  overflow: hidden;
}
.ContainerInfo .dx-checkbox-icon {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-block-color: #000000;
}
.ContainerInfo .dx-form-group-with-caption > .dx-form-group-content {
  border-top: 1px solid white;
}
.ContainerInfo .dx-texteditor.dx-state-readonly {
  border-style: solid;
}
.ContainerInfo .dx-texteditor.dx-state-readonly.dx-state-focused,
.ContainerInfo .dx-texteditor.dx-state-readonly.dx-state-hover {
  border: 1px solid #ddd;
}
.containerInfoColumn {
  width: 40%;
}
.dx-state-disabled.dx-checkbox .dx-checkbox-icon,
.dx-state-disabled .dx-checkbox .dx-checkbox-icon {
  opacity: 1 !important;
}
.dx-state-disabled.dx-widget,
.dx-state-disabled .dx-widget {
  opacity: 0.8 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  zoom: 1;
  cursor: default;
}
.dx-state-disabled.dx-widget .dx-widget,
.dx-state-disabled .dx-widget .dx-widget {
  opacity: 1 !important;
}
.dx-texteditor-input-container {
  height: 100%;
}
.SingleViewPopup .dx-texteditor-input {
  margin: 0px;
  padding-left: 5px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: small;
  min-height: 30px;
}
.SingleViewPopup .dx-box-item-content {
  font-size: small;
}
.SingleViewPopup .dx-texteditor-container:not(.dx-textarea) {
  overflow: hidden;
  height: "100%";
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
  padding-top: 5px;
  padding-left: 2px;
  padding-right: 0px;
}
.SingleViewPopup .dx-checkbox-icon {
  width: 15px;
  height: 15px;
}
.SingleViewPopup .dx-form-group-caption {
  font-size: 16px;
  font-weight: 500;
}
.SingleViewPopup .dx-popup-content {
  background-color: #eeeeee;
}
.SingleViewPopup .dx-form-group-with-caption > .dx-form-group-content {
  border-top: 1px solid white;
}
.dx-pager {
  border-top: 1px solid #d3d3d3;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dx-pager .dx-pages .dx-page {
  margin: 2px 0 0 0;
  padding: 5px 8px 6px;
  background-color: transparent;
  color: #191919;
}
.dx-pager .dx-pages .dx-page.dx-selection,
.dx-pager .dx-pages .dx-page .dx-pager .dx-page-sizes .dx-page.dx-selection {
  background-color: lightslategray;
  padding: 5px 10px 6px;
  color: #fff;
}
.dx-pager .dx-pages .dx-info {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-right: 7px;
}
.dx-pager .dx-pages .dx-navigate-button {
  color: #7f7f7f;
}
.dx-pager .dx-page-sizes .dx-page-size {
  margin: 2px 0 0 0;
  padding: 5px 8px 6px;
  background-color: transparent;
  color: #191919;
}
.dx-pager .dx-page-sizes .dx-page-size.dx-selection,
.dx-pager .dx-page-sizes .dx-page-size .dx-pager .dx-page-sizes .dx-page.dx-selection {
  background-color: lightslategray;
  padding: 5px 10px 6px;
  color: #fff;
}
.dx-pager {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space {
  border-left-color: #bed7f0 !important;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
  border-bottom: 1px solid lightslategray !important;
  border-top: 1px solid #bed7f0 !important;
}
.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-datagrid-group-space {
  border-right-color: #bed7f0 !important;
}
.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
  background-color: #bed7f0 !important;
  color: #232323 !important;
}
.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
  background-color: maroon !important;
  color: white !important;
}
.HomePlaceholder {
  height: 20vh;
}
.startbtn {
  margin-left: 3%;
  color: #20bf6b !important;
  text-transform: uppercase;
  background: #ffffff;
  padding: 14px;
  border: 2px solid #20bf6b !important;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  outline: none;
}
.startbtn:hover {
  color: #0c6800 !important;
  border-radius: 50px;
  border-color: #0c6800 !important;
  transition: all 0.3s ease 0s;
}
.resetbtn {
  outline: none;
  color: #e90000 !important;
  text-transform: uppercase;
  background: #ffffff;
  padding: 14px;
  border: 2px solid #e90000 !important;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.resetbtn:hover {
  color: #770000 !important;
  border-radius: 50px;
  border-color: #770000 !important;
  transition: all 0.3s ease 0s;
}
.clock {
  margin-left: 40%;
}
.logos {
  margin-left: 30%;
  opacity: 0.9;
}
.footer {
  width: 100%;
  height: 50px;
  color: #96989a;
  position: bottom;
  bottom: 0;
}
.footer .copy,
.footer .social {
  display: inline-block;
}
.footer .copy {
  padding-right: 5px;
  margin-left: 2%;
}
.footer .social {
  padding: 10px 0;
}
.footer .social a {
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.footer #FullscreenDisplayDate {
  display: inline-block;
  position: absolute;
  right: 2%;
  transform: translateY(12px);
}
footer {
  clear: both;
  margin-bottom: 0;
  z-index: 50000000;
  position: relative;
}
.dx-datagrid-header-panel .dx-button-mode-contained {
  border-style: none;
}
.dx-datagrid-header-panel .dx-button {
  margin-top: 5px;
  margin-bottom: 3px;
}
.dx-datagrid-header-panel .dx-editor-outlined {
  margin-top: 3px;
  margin-bottom: 3px;
}
.dx-datagrid-header-panel .dx-button-mode-outlined {
  margin-top: 3px;
  margin-bottom: 3px;
}
.dx-viewport {
  height: 100%;
}
.MainContainer {
  height: 860px;
  margin: 20px;
}
.dx-popup-title.dx-toolbar .dx-toolbar-label {
  color: #555555;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: small !important;
}
.options {
  padding: 20px;
  background-color: rgba(160, 160, 160, 0.15);
  margin-top: 20px;
}
.caption {
  font-size: 18px;
  font-weight: 500;
  margin: 2px;
}
.option {
  display: inline-block;
  margin-right: 70px;
  margin-top: 2px;
}
.option > .dx-widget {
  display: inline-block;
  vertical-align: middle;
}
.dashboard {
  height: 45vh;
  width: auto;
  overflow: hidden;
  border: 1px solid #ddd;
}
.statisticsTab,
.dashboardTab {
  background-color: rgba(175, 173, 173, 0.15);
  height: 41vh;
  overflow-y: hidden;
  border: 1px solid #ddd;
}
.editUIBtn {
  float: right;
  margin-right: 1%;
  margin-top: 1%;
}
.MenuPopUp {
  z-index: 1501 !important;
}
.loginfield {
  margin: 10px;
}
.editUIpopup-view-fields-container {
  background-color: white;
}
.addfieldbtn {
  background-color: red;
  margin: 3px;
}
.tabscontainer {
  font-size: 136px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.settingTab {
  background-color: rgba(191, 191, 191, 0.15);
  height: 900px;
  border: 1px solid #ddd;
  margin-top: 1%;
}
.ContainerSettings .dx-scrollable-content {
  margin-left: 20px;
  background-color: white;
  border: 1px solid #ddd;
}
.productGrdContainer {
  position: relative;
  /* has to be position relative for left to work, or you could just do margin-left: -50px; too */
  right: 0px;
  margin-left: 20px;
}
.productForm {
  margin: 20px;
}
.Btns {
  margin-left: 20px;
  margin-top: 10px;
}
.loginbtnform {
  margin-top: 25px;
}
.add-field {
  margin: 10px;
}
.buttonUser {
  top: 100px;
  position: absolute;
  right: 60px;
  margin: 10px;
  border-style: none;
  font-size: 100px;
}
.userWelcomeText {
  height: 5px;
  margin-bottom: 0px;
  margin-left: 155px;
}
.userText {
  margin-top: 0px;
  height: 10px;
  margin-left: 150px;
  font-size: larger;
}
.homelogo {
  display: flex;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  height: 10vh;
}
.dx-menu-items-container {
  text-align: center;
}
.tabMenuHometop {
  margin: 20px;
  text-align: center;
  font-size: 100px;
  word-spacing: 70px;
}
.tabMenuHomeDown {
  margin: 20px;
  text-align: center;
  font-size: 100px;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTQ3ig.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Nunito", sans-serif;
  color: rgba(0, 0, 0, 0.7);
}
.container {
  height: 200vh;
  background-image: url(https://images.unsplash.com/photo-1538137524007-21e48fa42f3f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=ac9fa0975bd2ebad7afd906c5a3a15ab&auto=format&fit=crop&w=1834&q=80);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(185, 179, 179, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.modal-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
.modal-title {
  font-size: 26px;
  margin: 0;
  font-weight: 400;
  color: #cf1919;
}
.modal-desc {
  margin: 6px 0 30px 0;
}
.modal-left {
  padding: 60px 30px 20px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
.modal-button {
  color: #b81616;
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 40px;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.modal-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.modal-right {
  flex: 2;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
.modal-right img {
  width: 100%;
  height: 100%;
  transform: scale(2);
  object-fit: cover;
  transition-duration: 1.2s;
}
.modal.is-open {
  height: 100%;
  background: rgba(204, 204, 204, 0.85);
}
.modal.is-open .modal-button {
  opacity: 0;
}
.modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.modal.is-open .modal-right img {
  transform: scale(1);
}
.modal.is-open .modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.modal-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}
.sign-up {
  margin: 60px 0 0;
  font-size: 14px;
  text-align: center;
}
.sign-up a {
  color: #8c7569;
}
.input-button {
  padding: 8px 12px;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 4px;
  background: #cf1919;
  font-family: "Nunito", sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
.input-button:hover {
  background: #790000;
}
.input-label {
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #8c7569;
  transition: 0.3s;
}
.input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
}
.input-block input::placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block:focus-within {
  border-color: #8c7569;
}
.input-block:focus-within .input-label {
  color: rgba(140, 117, 105, 0.8);
}
.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}
.scroll-down {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #7d695e;
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
.scroll-down svg {
  margin-top: 16px;
  width: 52px;
  fill: currentColor;
}
@media (max-width: 750px) {
  .modal-container {
    width: 90%;
  }
  .modal-right {
    display: none;
  }
}
.dx-texteditor:not(.dx-textarea) .dx-texteditor-container::after {
  border-bottom: none;
}
.registerField {
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 7px;
}
.providence-logo {
  transition: all 0.2s ease-in-out;
  margin-left: 30%;
}
.providence-logo:hover {
  transform: scale(1.2);
}
.pulseWeb-logo {
  transition: all 0.2s ease-in-out;
  margin-left: 30%;
}
.pulseWeb-logo:hover {
  transform: scale(1.2);
}
.DocImaging-logo {
  transition: all 0.2s ease-in-out;
  margin-left: 30%;
}
.DocImaging-logo:hover {
  transform: scale(1.2);
}
.applications-logos {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.imageTitleProvidence {
  margin-top: 0%;
  margin-left: 2%;
  font-family: sans-serif;
}
.imageTitlePulseWeb {
  margin-top: 0%;
  margin-left: 2%;
  font-family: sans-serif;
}
.imageTitleDocImaging {
  margin-top: 0%;
  margin-left: 3.5%;
  font-family: sans-serif;
}
.avatarsystems-logo img {
  vertical-align: middle;
  margin: 2% 43%;
}
.dx-theme-generic-typography a {
  color: #337ab7;
  border: none;
}
.open-providence-application {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #2a95dd;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
}
.open-pulseWeb-application {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #2a95dd;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
}
.open-DocImagin-application {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #2a95dd;
  padding: 20px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  transition: all 0.4s ease 0s;
}
.open-providence-application:hover {
  background: #0086df;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
.open-pulseWeb-application:hover {
  background: #0086df;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
.open-DocImagin-application:hover {
  background: #0086df;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
#gridContainer {
  height: 440px;
  width: 50px;
}
.providence-button {
  margin: 5%;
  margin-left: 15%;
}
.pulseWeb-button {
  margin: 5%;
}
.DocImaging-button {
  margin: 5%;
  margin-right: 15%;
}
.open-providence-application {
  width: 100%;
  margin-top: 10%;
}
.open-pulseWeb-application {
  width: 100%;
  margin-top: 10%;
}
.open-DocImagin-application {
  width: 100%;
  margin-top: 10%;
}
.databaseSelectbox {
  margin-left: 15%;
  margin-top: 10%;
}
.close-button {
  display: none;
}
.Logout-button {
  position: relative;
  right: -18px;
  bottom: -4px;
  letter-spacing: 1px;
  opacity: 0.8;
  transition: opacity 0.45s;
  -webkit-transition: opacity 0.35s;
  display: inline-block;
  padding: 0.2em 1em;
  border: 0.14em solid #c9c9c9;
  box-sizing: border-box;
  width: 90;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 350;
  color: #960000;
  text-align: center;
  transition: all 0.15s;
}
.buttonforLogout {
  text-decoration: none;
  margin-top: 10px;
  color: #535353;
  width: 140px;
  transition: width 0.35s;
  -webkit-transition: width 0.35s;
}
a:hover .Logout-button {
  opacity: 1;
}
a {
  text-decoration: none;
}
.navigation {
  width: 100%;
  background-color: black;
}
.Submission-Container {
  background-color: #eeeeee;
  border: 0.14em solid #c9c9c9;
  margin-top: 20px;
}
.form-container {
  margin: 20px;
  height: 840px;
}
.calllogs {
  height: 400px;
  border: 0.14em solid #c9c9c9;
}
.SubmitTicketBtn {
  margin-top: 10%;
}
.file-uploader {
  margin-top: -55px;
}
.modal-button {
  display: none;
}
.gridTitle {
  padding: 0;
  text-align: center;
  color: lightslategray;
}
.loader {
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--LoadPanelText);
  letter-spacing: 0.2em;
}
.dot-pulse {
  margin-left: 45%;
  top: -4px;
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #5c74a1;
  color: #5c74a1;
  box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  animation: dotTyping 1.5s infinite linear;
}
@keyframes dotTyping {
  0% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
  50% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px -10px 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px -10px 0 0 #5c74a1;
  }
  100% {
    box-shadow: 9984px 0 0 0 #5c74a1, 9999px 0 0 0 #5c74a1, 10014px 0 0 0 #5c74a1;
  }
}
.loadPanel .dx-loadpanel-content {
  background-color: var(#c9c9c9) !important;
}
.navigation {
  background-color: transparent;
}
.AvatarCompanyLogo {
  background-color: transparent;
  margin-top: 5px;
  height: 40px;
  width: 200px;
}
.headerContainer {
  margin-top: 6px;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
