/*region: GENERAL:*/
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-wrapper .page-menu {
  /*region: MENU: */
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  bottom: 0;
  z-index: 10;
}

.container-wrapper .page-menu .inside {
  min-width: 220px;
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #444;
  opacity: 0.95;
}

.container-wrapper .page-menu .icon-full-screen {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

.container-wrapper .page-menu .outside {
  height: 100%;
}

.container-wrapper .page-menu .m-item {
  color: white;
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 40px;
}

.container-wrapper .page-menu .m-item:hover {
  font-weight: bold;
}

.container-wrapper .page-menu .m-item .icon {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 24px;
  margin-left: 30px;
}

.container-wrapper .page-menu .m-item span {
  cursor: pointer;
  text-transform: uppercase;
}

.container-wrapper .page-menu .m-item #lblUsername {
  font-size: 12px;
  font-weight: normal;
  line-height: 1px;
}

.container-wrapper .page-menu .m-item.disabled {
  pointer-events: none;
  color: darkgray;
}

.container-wrapper .page-menu hr {
  height: 0px;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: 1px solid #a0a0a0;
  margin-right: 20px;
  margin-left: 20px;
}

.container-wrapper .page-menu #lblVersion {
  color: darkgray;
  position: absolute;
  bottom: 5px;
  right: 7px;
  font-size: 11px;
}

.container-wrapper .top-bar {
  /*Region: TOP BAR:*/
  position: absolute;
  top: 0;
  height: 36px;
  width: 100%;
  pointer-events: none;
}

.container-wrapper .top-bar .left {
  float: left;
  margin-top: 2px;
  margin-left: 2px;
  pointer-events: initial;
  pointer-events: all;
  cursor: pointer;
}

.container-wrapper .top-bar #btnMenu {
  height: 32px;
  width: 32px;
}

.container-wrapper .top-bar .center {
  display: block;
  width: 120px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 5px;
}

.container-wrapper .page-container {
  /*Region: PAGE CONTAINER:*/
  position: fixed;
  top: 36px;
  width: 100%;
  height: calc(100% - 36px);
  margin: 0 auto;
}

.container-wrapper .page-container .page-content {
  min-height: 250px;
  height: 100%;
  overflow: auto;
}

.container-wrapper .page-container .bottom-bar {
  color: white;
  min-height: 50px;
  padding: 8px 3px;
  text-align: center;
}

/*Region: PHONE SCREEN:
.is-mobile .container-wrapper .page-container{}
*/
#pageDialogWrapper {
  /*Region: Secondary Page:*/
  position: fixed;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 32px;
  display: none;
  z-index: 1;
}

#pageDialogWrapper.small {
  top: 0;
  height: 50%;
  width: 40%;
  margin: auto;
  min-width: 520px;
  min-height: 350px;
}

#pageDialogWrapper::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: darkgray;
  opacity: 0.5;
  z-index: -1;
}

#pageDialogWrapper .close-it {
  content: '';
  display: block;
  background: darkgray;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  cursor: pointer;
}

#pageDialogWrapper .dialog-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  background: lightgray;
  border: 1px solid darkgray;
  border-bottom: none;
  border-top: none;
  cursor: pointer;
}

#pageDialogWrapper .dialog-content {
  overflow: auto;
  height: 100%;
  background-color: white;
  border: 1px solid darkgray;
  border-top: none;
}

#pageDialogWrapper .dialog-content .page-style {
  height: 100%;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#loadingProcess {
  position: fixed;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  /*.icon-loading{
		background-image: url('../Images/loading.gif');
		background-image: url('../Images/loading.svg');
		height: 16px;
		width: 128px;
		margin: 3px auto;
	}*/
}

#loadingProcess .lds-ellipsis {
  position: relative;
  width: 80px;
  height: 22px;
  margin: 0 auto;
}

#loadingProcess .lds-ellipsis div {
  position: absolute;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee6ef;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#loadingProcess .lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

#loadingProcess .lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

#loadingProcess .lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

#loadingProcess .lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

html[browser*='IE'] {
  /*style for IE browser here:*/
  /*#loadingProcess .icon-loading {background-image: url('../Images/loading.gif');}*/
}
/*# sourceMappingURL=MasterLayout.css.map */