/*region: GENERAL:*/
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-wrapper {
  height: 100%;
  width: 100%;
  padding-top: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*Region: TOP BAR:*/
  /*region: MENU: */
  /*Region: PAGE CONTAINER:*/
}

.container-wrapper #ucTopBar {
  position: absolute;
  top: 0;
  height: 42px;
  width: 100%;
  z-index: 1;
}

.container-wrapper #ucTopBar .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: initial;
  pointer-events: all;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-wrapper #ucTopBar .left #btnMenu {
  height: 32px;
  width: 32px;
  padding-right: 10px;
  margin-left: 2px;
}

.container-wrapper #ucTopBar .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 84px);
  height: 100%;
  font-size: 20px;
  line-height: 41px;
}

.container-wrapper #ucTopBar .logo-wrapper.center {
  margin: 0 auto;
  text-align: center;
}

.container-wrapper #ucTopBar .logo-wrapper .store-logo {
  width: 100%;
  height: 100%;
}

.container-wrapper #ucTopBar .logo-wrapper .store-logo.has-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
}

.container-wrapper #ucTopBar .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: initial;
  pointer-events: all;
  cursor: pointer;
}

.container-wrapper #ucTopBar .right #btnSearch {
  padding-right: 2px;
  padding-left: 12px;
  font-size: 20px;
  width: 30px;
  color: whitesmoke;
}

.container-wrapper .page-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 42px;
  bottom: 0;
  z-index: 10;
}

.container-wrapper .page-menu .inside {
  width: 220px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*opacity: 0.95;*/
  padding-top: 30px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 5px 4px 5px #00000070;
          box-shadow: 5px 4px 5px #00000070;
  height: 100%;
  border-radius: 0 0 30px 0;
}

.container-wrapper .page-menu .icon-full-screen {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 0.7;
  cursor: pointer;
}

.container-wrapper .page-menu .outside {
  height: 100%;
}

.container-wrapper .page-menu .m-item {
  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.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.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 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;
  left: 7px;
  font-size: 11px;
  opacity: 0.5;
}

.container-wrapper .page-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-wrapper .page-container .page-content {
  min-height: 250px;
  height: calc(100% - 32px);
  position: relative;
}

.container-wrapper .page-container #ucBottomBar {
  height: 32px;
  line-height: 26px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 -6px 5px #00000042;
          box-shadow: 0 -6px 5px #00000042;
  cursor: default;
}

.container-wrapper .page-container #ucBottomBar .short-footer {
  padding-left: 15px;
  padding-right: 28px;
  line-height: 32px;
}

.container-wrapper .page-container #ucBottomBar .short-footer .ico-collapse {
  line-height: 32px;
  position: absolute;
  right: 7px;
  cursor: pointer;
}

.container-wrapper .page-container #ucBottomBar .extra-footer {
  height: 100%;
  padding-left: 15px;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content {
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content .col.col-1 {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content .col.col-2 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content .header {
  font-weight: bold;
  font-size: 1.1em;
  opacity: 0.7;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content .about {
  white-space: pre-line;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .content a {
  text-decoration: none;
  color: unset;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .ico-collapse-wrapper {
  position: absolute;
  top: -15px;
  left: calc(50% - 40px);
  width: 80px;
  height: 32px;
}

.container-wrapper .page-container #ucBottomBar .extra-footer .ico-collapse-wrapper .ico-collapse {
  line-height: 18px;
  width: 60px;
  text-align: center;
  position: absolute;
  top: 5px;
  left: calc(50% - 30px);
  border-radius: 20% 20% 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0 6px 5px #00000042;
          box-shadow: 0 6px 5px #00000042;
  cursor: pointer;
}

/*Region: PHONE SCREEN:
.is-mobile .container-wrapper .page-container{}
*/
.is-desktop .container-wrapper.has-page-menu .page-menu {
  right: auto;
}

.is-desktop .container-wrapper.has-page-menu .page-menu .inside {
  border-radius: unset;
}

.is-desktop .container-wrapper.has-page-menu .page-container {
  margin-left: 220px;
  width: calc(100% - 220px);
}

/*Region: Secondary Page:*/
#pageSecondaryWrapper {
  position: absolute;
  top: 0;
  bottom: 32px;
  right: 0;
  left: 0;
  padding-top: 32px;
  background-color: white;
  display: none;
}

#pageSecondaryWrapper .close-it {
  content: '';
  display: block;
  background: #c5c5c5;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 4px;
  width: 36px;
  height: 32px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #484848;
  border-radius: 0 0 30px 0;
  cursor: pointer;
}

#pageSecondaryWrapper .page-second-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: lightgray;
  border-radius: 0 0 30px 30px;
}

#pageSecondaryWrapper .page-second-content {
  overflow: auto;
  height: 100%;
}
