﻿.webpart-container {
  position: absolute;
}

.animateOutLeft {
  animation: slideOutLeft 0.2s;
  -webkit-animation: slideOutLeft 0.2s;
  -moz-animation: slideOutLeft 0.2s;
  -o-animation: slideOutLeft 0.2s;
}

.animateOutRight {
  animation: slideOutRight 0.2s;
  -webkit-animation: slideOutRight 0.2s;
  -moz-animation: slideOutRight 0.2s;
  -o-animation: slideOutRight 0.2s;
}

.animateInLeft {
  animation: slideInLeft 0.3s;
  -webkit-animation: slideInLeft 0.3s;
  -moz-animation: slideInLeft 0.3s;
  -o-animation: slideInLeft 0.3s;
}

.animateInRight {
  animation: slideInRight 0.3s;
  -webkit-animation: slideInRight 0.3s;
  -moz-animation: slideInRight 0.3s;
  -o-animation: slideInRight 0.3s;
}

.animateInRight,
.animateInLeft,
.animateOutRight,
.animateOutLeft {
  visibility: visible !important;
}

.layout-standard-1 {
  width: 98%;
  height: 98%;
  width: calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  height: calc(100% - 64px);
  height: -moz-calc(100% - 64px);
  left: 1%;
  top: 1%;
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}

.layout-standard-2 {
  width: 46%;
  height: 96%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(100% - 64px);
  height: -moz-calc(100% - 64px);
}
.layout-standard-2:nth-child(1) {
  left: 3%;
  top: 3%;
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-standard-2:nth-child(2) {
  top: 3%;
  right: 3%;
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}

.layout-standard-4 {
  width: 46%;
  height: 46%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
}
.layout-standard-4:nth-child(1) {
  left: 3%;
  top: 3%;
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-standard-4:nth-child(2) {
  top: 3%;
  right: 3%;
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-standard-4:nth-child(3) {
  left: 3%;
  bottom: 3%;
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}
.layout-standard-4:nth-child(4) {
  right: 3%;
  bottom: 3%;
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}

.layout-bottomstretch-3:nth-child(1) {
  width: 46%;
  left: 2%;
  top: 2%;
  height: 46%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-bottomstretch-3:nth-child(2) {
  width: 46%;
  right: 2%;
  top: 2%;
  height: 46%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-bottomstretch-3:nth-child(3) {
  width: 96%;
  left: 2%;
  bottom: 2%;
  height: 46%;
  width: calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}

.layout-rightstretch-3:nth-child(1) {
  width: 46%;
  height: 46%;
  left: 2%;
  top: 2%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-rightstretch-3:nth-child(2) {
  width: 46%;
  height: 96%;
  top: 2%;
  right: 2%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(100% - 64px);
  height: -moz-calc(100% - 64px);
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-rightstretch-3:nth-child(3) {
  width: 46%;
  height: 46%;
  left: 2%;
  bottom: 2%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}

.dashboard-select-standard {
  min-width: 200px !important;
}

.date-select-standard {
  min-width: 120px !important;
}

.layout-standard-5:nth-child(1) {
  width: 46%;
  height: 46%;
  left: 2%;
  top: 2%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-standard-5:nth-child(2) {
  width: 46%;
  height: 46%;
  top: 2%;
  right: 2%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  top: calc(32px - 0%);
  top: -moz-calc(32px - 0%);
}
.layout-standard-5:nth-child(3) {
  height: 46%;
  width: 24%;
  left: 2%;
  bottom: 2%;
  width: calc(25% - 48px);
  width: -moz-calc(25% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(32px - 0%);
  left: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}
.layout-standard-5:nth-child(4) {
  width: 46%;
  height: 46%;
  left: 2%;
  bottom: 2%;
  width: calc(50% - 32px);
  width: -moz-calc(50% - 32px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: calc(25% + 16px);
  left: -moz-calc(25% + 16px);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}
.layout-standard-5:nth-child(5) {
  width: 24%;
  height: 46%;
  right: 2%;
  bottom: 2%;
  width: calc(25% - 48px);
  width: -moz-calc(25% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  right: calc(32px - 0%);
  right: -moz-calc(32px - 0%);
  bottom: calc(32px - 0%);
  bottom: -moz-calc(32px - 0%);
}

.layout-standard-6:nth-child(1) {
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  left: 32px;
  top: 32px;
}
.layout-standard-6:nth-child(2) {
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  right: 32px;
  top: 32px;
}
.layout-standard-6:nth-child(3) {
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  width: calc((100% - 160px) / 4);
  width: -moz-calc((100% - 160px) / 4);
  left: 32px;
  bottom: 32px;
}
.layout-standard-6:nth-child(4) {
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  width: calc((100% - 160px) / 4);
  width: -moz-calc((100% - 160px) / 4);
  left: calc(25% + 24px);
  left: -moz-calc(25% + 24px);
  bottom: 32px;
}
.layout-standard-6:nth-child(5) {
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  width: calc((100% - 160px) / 4);
  width: -moz-calc((100% - 160px) / 4);
  right: calc(25% + 24px);
  right: -moz-calc(25% + 24px);
  bottom: 32px;
}
.layout-standard-6:nth-child(6) {
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  width: calc((100% - 160px) / 4);
  width: -moz-calc((100% - 160px) / 4);
  right: 32px;
  bottom: 32px;
}

.layout-standard-8 {
  height: calc(50% - 48px);
  height: -moz-calc(50% - 48px);
  width: calc((100% - 160px) / 4);
  width: -moz-calc((100% - 160px) / 4);
}
.layout-standard-8:nth-child(1) {
  left: 32px;
  top: 32px;
}
.layout-standard-8:nth-child(2) {
  left: calc(25% + 24px);
  left: -moz-calc(25% + 24px);
  top: 32px;
}
.layout-standard-8:nth-child(3) {
  right: calc(25% + 24px);
  right: -moz-calc(25% + 24px);
  top: 32px;
}
.layout-standard-8:nth-child(4) {
  right: 32px;
  top: 32px;
}
.layout-standard-8:nth-child(5) {
  left: 32px;
  bottom: 32px;
}
.layout-standard-8:nth-child(6) {
  left: calc(25% + 24px);
  left: -moz-calc(25% + 24px);
  bottom: 32px;
}
.layout-standard-8:nth-child(7) {
  right: calc(25% + 24px);
  right: -moz-calc(25% + 24px);
  bottom: 32px;
}
.layout-standard-8:nth-child(8) {
  right: 32px;
  bottom: 32px;
}

.layout-custom-6 {
  width: 46%;
  width: calc(50% - 48px);
  width: -moz-calc(50% - 48px);
}
.layout-custom-6:nth-child(1) {
  height: 32%;
  height: calc(33% - 48px);
  height: -moz-calc(33% - 48px);
  top: 32px;
  left: 32px;
}
.layout-custom-6:nth-child(2) {
  height: 32%;
  height: calc(33% - 32px);
  height: -moz-calc(33% - 32px);
  top: 33%;
  top: calc(33% + 16px);
  top: -moz-calc(33% + 16px);
  left: 32px;
}
.layout-custom-6:nth-child(3) {
  height: 32%;
  height: calc(33% - 48px);
  height: -moz-calc(33% - 48px);
  top: 66%;
  top: calc(66% + 16px);
  top: -moz-calc(66% + 16px);
  left: 32px;
}
.layout-custom-6:nth-child(4) {
  height: 32%;
  height: calc(33% - 48px);
  height: -moz-calc(33% - 48px);
  top: 32px;
  right: 32px;
}
.layout-custom-6:nth-child(5) {
  height: 32%;
  height: calc(33% - 32px);
  height: -moz-calc(33% - 32px);
  top: 33%;
  top: calc(33% + 16px);
  top: -moz-calc(33% + 16px);
  right: 32px;
}
.layout-custom-6:nth-child(6) {
  height: 32%;
  height: calc(33% - 48px);
  height: -moz-calc(33% - 48px);
  top: 66%;
  top: calc(66% + 16px);
  top: -moz-calc(66% + 16px);
  right: 32px;
}
/*# sourceMappingURL=Content\responsive\desktop\webparts_standard.css.map */