/* line 1, Styles.scss */
body {
  padding: 0;
  margin: 0;
  background-color: #EFEFEF;
}

/* line 5, _common.scss */
.BoxA1 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #E0F3FD;
}

/* line 9, _common.scss */
.BoxA2 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #4CC8F5;
}

/* line 13, _common.scss */
.BoxA3 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #31B0D3;
}

/* line 18, _common.scss */
.BoxB1 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #EEF7E0;
}

/* line 22, _common.scss */
.BoxB2 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #A9D974;
}

/* line 26, _common.scss */
.BoxB3 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #8DB756;
}

/* line 31, _common.scss */
.BoxC1 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #A1B9CC;
}

/* line 35, _common.scss */
.BoxC2 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #214D60;
}

/* line 39, _common.scss */
.BoxC3 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #1A3F4C;
}

/* line 44, _common.scss */
.BoxD1 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #F9C2AF;
}

/* line 48, _common.scss */
.BoxD2 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #F26722;
}

/* line 52, _common.scss */
.BoxD3 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #D14C11;
}

/* line 57, _common.scss */
.BoxE1 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #B9B9B9;
}

/* line 61, _common.scss */
.BoxE2 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #515151;
}

/* line 65, _common.scss */
.BoxE3 {
  display: inline-block;
  height: 100px;
  width: 100px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #000000;
}

/* line 70, _common.scss */
.BigBox {
  display: inline-block;
  height: 360px;
  width: 300px;
  margin: 10px;
  text-align: center;
  padding-top: 40px;
  box-sizing: border-box;
  vertical-align: top;
  background-color: #fff;
  border: 2px #3B3B3B solid;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

/* line 1, _slides.scss */
#SlideContainer H1 {
  font-family: Lato, sans-serif;
  color: #214D60;
  text-align: center;
  font-size: 60px;
}

/* line 8, _slides.scss */
#SlideContainer H2 {
  font-family: Lato, sans-serif;
  color: #214D60;
  text-align: center;
  font-size: 40px;
}

/* line 15, _slides.scss */
#SlideContainer H3 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #214D60;
  font-size: 35px;
}

/* line 22, _slides.scss */
#SlideContainer H4 {
  font-family: Montserrat, sans-serif;
  color: #214D60;
  font-size: 22px;
}

/* line 28, _slides.scss */
#SlideContainer p {
  font-family: Montserrat, sans-serif;
  color: #214D60;
  font-size: 22px;
}

/* line 33, _slides.scss */
#SlideLogo {
  height: 130px;
  display: block;
  margin-left: auto;
  padding-top: 370px;
  margin-right: auto;
  position: absolute;
  padding-left: 36%;
  /*left: 36%;*/
  /*top: 370px;*/
  margin: auto;
  z-index: 5;
}

/* line 46, _slides.scss */
#SlideContainer {
  position: relative;
  /*top: 0px;*/
  z-index: 1;
}

/* line 51, _slides.scss */
#particlesTop {
  background-color: #214D60;
  height: 1080px;
  width: 100%;
  position: relative;
  display: block;
}

/* line 58, _slides.scss */
#SlideMenu {
  position: fixed;
  /*top: 20%;*/
  right: 0px;
  z-index: 10;
}

/* line 68, _slides.scss */
#SlideMenu UL {
  display: block;
  padding: 20px;
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

/* line 80, _slides.scss */
#SlideMenu UL li {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  display: block;
}

/* line 89, _slides.scss */
#SlideMenu UL li .badge {
  display: block;
  margin: 0 auto;
  height: 24px;
  width: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #4CC8F5;
  border: 2px solid #4CC8F5;
  border-radius: 20px;
  transition: all .2s;
}

/* line 104, _slides.scss */
#SlideMenu UL li.active .badge {
  height: 35px;
  width: 35px;
  border: 2px solid #4CC8F5;
  border-radius: 25px;
  background-color: #4CC8F5;
  transition: all .2s;
  margin-right: 10px;
}

/* line 114, _slides.scss */
.Slide {
  display: block;
  min-height: 1100px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 121, _slides.scss */
.StatusQuo {
  display: block;
  /*height: 1650px;*/
  width: 100%;
  box-sizing: border-box;
  background-image: url("../img/inSEER-BackgroundSlide3.svg");
  /*background-repeat:no-repeat;
  background-size:auto;*/
}

/* line 131, _slides.scss */
.Timeframe {
  display: block;
  height: 3400px;
  box-sizing: border-box;
  width: 100%;
}

/* line 138, _slides.scss */
.Standard {
  padding: 20px 0px 20px 0px;
}

/* line 141, _slides.scss */
.Light {
  background-color: #fff;
}

/* line 144, _slides.scss */
.Tan {
  background-color: #EFEDD5;
}

/* line 147, _slides.scss */
.Dark {
  background-color: #214D60;
}

/* SECTION 1 */
/* line 154, _slides.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 160, _slides.scss */
.clearfix:after {
  clear: both;
}

/* line 164, _slides.scss */
.grid {
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
  width: 100%;
}

/* line 170, _slides.scss */
.slidedown {
  padding-top: 200px;
}

/* line 173, _slides.scss */
.gridlist {
  float: left;
  position: relative;
  vertical-align: top;
  text-align: center;
  color: #515151;
  margin: 0 40px;
  width: 380px;
}

/* line 182, _slides.scss */
.grid h3 {
  font-family: Lato, sans-serif;
  font-size: 35px;
  margin-top: 0;
}

/* line 187, _slides.scss */
.grid p, li {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  padding-bottom: 10px;
}

/* line 192, _slides.scss */
.IntroDivider {
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
}

/* line 199, _slides.scss */
#video-container {
  height: 1080px;
  width: 1920px;
  overflow: hidden;
  position: relative;
  z-index: 500;
}

/* line 207, _slides.scss */
video.fillWidth {
  width: 1920px;
  height: 1080px;
  background-size: cover;
  object-fit: cover;
}

/* line 215, _slides.scss */
#Slide1 {
  background-image: url("../img/inSEER-Divider02b.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

/* SECTION 2 */
/* line 224, _slides.scss */
#Slide2 {
  position: relative;
}

/* SECTION 3 */
/* line 230, _slides.scss */
.CenterAlign {
  text-align: center !important;
}

/* line 233, _slides.scss */
.LeftAlign {
  text-align: left !important;
}

/* line 238, _slides.scss */
#Slide3 li span, #Slide4 li span {
  font-size: 16px;
}

/* line 241, _slides.scss */
.SectionHalfLeft, .SectionHalfRight {
  width: 35%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

/* line 249, _slides.scss */
.SectionBig {
  width: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

/* line 257, _slides.scss */
.SectionHalfLeft img, .SectionHalfRight img {
  width: 100%;
}

/* line 261, _slides.scss */
.InSEERList li {
  margin: 0;
  padding: 20px 0 20px 60px;
  list-style: none;
  background-image: url("../img/inSEER-BulletPoint.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
}

/* line 272, _slides.scss */
.NegativeList li {
  margin: 0;
  padding: 20px 0 20px 60px;
  list-style: none;
  background-image: url("../img/icon_X_orange.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px;
  text-align: left;
}

/* line 283, _slides.scss */
.calloutA, .calloutB {
  font-family: Lato, sans-serif;
  color: #214D60;
  opacity: 0.5;
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 292, _slides.scss */
.calloutA {
  bottom: -80px;
}

/* line 293, _slides.scss */
.calloutB {
  bottom: 140px;
}

/* SECTION 4 */
/* line 297, _slides.scss */
.LargePicBG {
  /*background-image: url("../img/Background-Slides.jpg");*/
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

/* line 307, _slides.scss */
.WhiteText {
  color: #fff !important;
  /*#Slide4 h2, #Slide4 h3, #Slide4 li, #Slide6 h3, #Slide6 p */
}

/* line 311, _slides.scss */
.LeftJustify {
  text-align: left;
}

/* line 314, _slides.scss */
#Slide4Container {
  position: relative;
  width: 40%;
  left: 45%;
  top: 25%;
}

/* SECTION 5 */
/* line 323, _slides.scss */
.WhiteCard {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 590px;
  border-radius: 20px;
  background-color: #fff;
  padding: 25px;
  box-sizing: border-box;
  margin: 30px;
}

/* line 335, _slides.scss */
.GradientOne {
  background: linear-gradient(#214D60, #31B0D3);
}

/* line 339, _slides.scss */
.GradientTwo {
  position: relative;
  background: linear-gradient(#31B0D3, #214D60);
}

/* line 344, _slides.scss */
.GradientThree {
  background: linear-gradient(#A9D974, #31B0D3);
}

/* line 347, _slides.scss */
#TimelineLogo {
  margin: 0;
  height: 270px;
  margin-left: -21px;
  text-align: center;
}

/* line 353, _slides.scss */
#TimelineLogo img {
  width: 300px;
}

/* line 357, _slides.scss */
#IntroSolution {
  border: 4px solid #fff;
  width: 50%;
  padding: 30px;
  margin-top: -4px;
  margin: 0 auto;
  text-align: center;
}

/* line 365, _slides.scss */
#IntroSolution h2 {
  color: #fff;
}

/* line 368, _slides.scss */
#IntroSolution h3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

/* line 375, _slides.scss */
.CardContentA {
  position: relative;
  top: -1040px;
}

/* line 380, _slides.scss */
.TimelineSection {
  margin: 0 auto;
  text-align: center;
}

/* line 384, _slides.scss */
.TimelineSection .Left, .TimelineSection .Right {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  padding: 30px;
  width: 260px;
}

/* line 393, _slides.scss */
.TimelineSection .Left {
  text-align: right;
}

/* line 394, _slides.scss */
.TimelineSection .Right {
  text-align: left;
}

/* line 396, _slides.scss */
.TimelineSection .PhotoR, .TimelineSection .PhotoL {
  display: inline-block;
  vertical-align: middle;
  z-index: 50px;
  width: 400px;
}

/* line 403, _slides.scss */
.TimelineSection .PhotoR img {
  box-shadow: 5px 5px 20px #515151;
  margin-left: 140px;
  width: 400px;
}

/* line 409, _slides.scss */
.TimelineSection .PhotoL img {
  box-shadow: -5px -5px 20px #515151;
  margin-left: -340px;
  width: 400px;
  position: relative;
  z-index: 10;
}

/* line 417, _slides.scss */
.BackBoneRight {
  width: 320px;
  height: 340px;
  margin-right: -320px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/BackboneRight.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
}

/* line 428, _slides.scss */
.BackBoneLeft {
  width: 320px;
  height: 340px;
  margin-left: -368px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/BackboneLeft.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% auto;
}

/* line 440, _slides.scss */
.FirstSlide {
  padding-top: 90px;
}

/* line 441, _slides.scss */
.LastSlide {
  padding-bottom: 120px;
}

/* SECTION 6 */
/* line 446, _slides.scss */
.DividerValues {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* SECTION 7 */
/* line 455, _slides.scss */
#Slide7 h2 {
  text-align: center;
}

/* line 458, _slides.scss */
.Narrow {
  width: 65%;
}

/* line 460, _slides.scss */
#ProcessImg {
  width: 820px;
  display: block;
  vertical-align: top;
  margin: 0 auto;
}

/* SECTION 8 */
/* line 469, _slides.scss */
#Slide8 h3 {
  text-align: center;
}

/* line 473, _slides.scss */
#Slide8 {
  background-image: url("../img/inSEER-Divider05.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

/*SECTION 9 */
/* line 482, _slides.scss */
#BioLeaders {
  text-align: center;
  width: 1400px;
  margin: 0 auto;
}

/* line 488, _slides.scss */
.TwoCards {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 600px;
  min-height: 420px;
  margin: 0 20px 20px 20px;
  background-color: #E0F3FD;
}

/* line 497, _slides.scss */
.TwoCards .Name {
  position: absolute;
  text-align: right;
  right: 20px;
  top: 80px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 35px;
}

/* line 507, _slides.scss */
.ThreeCards {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 380px;
  min-height: 490px;
  margin: 0 20px;
  background-color: #E0F3FD;
}

/* line 516, _slides.scss */
.ThreeCards .Name {
  position: absolute;
  text-align: right;
  right: 20px;
  top: 80px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 35px;
}

/* line 526, _slides.scss */
.ThreeCards .Name span {
  position: absolute;
  text-align: right;
  right: 0px;
  font-weight: 300;
  font-size: 22px;
  font-family: Montserrat, sans-serif;
}

/* line 534, _slides.scss */
.TwoCards img, .ThreeCards img {
  width: 100%;
  display: block;
}

/* line 538, _slides.scss */
.BioTitle {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  color: #fff;
  padding: 10px;
  margin: 0;
  text-align: left;
  background-color: #515151;
}

/* line 548, _slides.scss */
.TwoCards ul, .ThreeCards ul {
  text-align: left;
}

/* line 551, _slides.scss */
.TwoCards ul li, .ThreeCards ul li {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  padding: 0 30px 10px 30px;
  list-style: none;
  line-height: 28px;
  background-image: url(../img/BioDot.png);
  background-repeat: no-repeat;
  background-position: left -65px;
  background-size: 20px;
}

/*SECTION 10 */
/* line 566, _slides.scss */
#Slide10 {
  background-image: url("../img/inSEER-BackgroundSlide10.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

/* line 573, _slides.scss */
#LogoTagline {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 400px;
  width: 350px;
}

/* line 582, _slides.scss */
#Slide12 {
  background-image: url("../img/inSEER-Divider02.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

/*MENU */
/* line 591, _slides.scss */
.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

/* line 597, _slides.scss */
.circular-menu .floating-btn {
  display: block;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background-color: #fd4235;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: white;
  text-align: center;
  line-height: 3.9;
  cursor: pointer;
  outline: 0;
}

/* line 611, _slides.scss */
.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 615, _slides.scss */
.circular-menu .floating-btn:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 619, _slides.scss */
.circular-menu .floating-btn i {
  font-size: 1.3em;
  transition: transform .2s;
}

/* line 624, _slides.scss */
.circular-menu.active .floating-btn i {
  transform: rotate(-45deg);
}

/* line 628, _slides.scss */
.circular-menu:after {
  display: block;
  content: ' ';
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  background-color: #fd4235;
  transition: all .3s ease;
}

/* line 642, _slides.scss */
.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

/* line 647, _slides.scss */
.circular-menu .items-wrapper {
  padding: 0;
  margin: 0;
}

/* line 652, _slides.scss */
.circular-menu .menu-item {
  position: absolute;
  top: .2em;
  right: .2em;
  z-index: -1;
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  text-align: center;
  line-height: 3;
  background-color: rgba(0, 0, 0, 0.25);
  transition: transform .3s ease, background .2s ease;
}

/* line 670, _slides.scss */
.circular-menu .menu-item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 674, _slides.scss */
.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 678, _slides.scss */
.circular-menu.active .menu-item:nth-child(1) {
  transform: translate3d(1em, -7em, 0);
}

/* line 682, _slides.scss */
.circular-menu.active .menu-item:nth-child(2) {
  transform: translate3d(-3.5em, -6.3em, 0);
}

/* line 686, _slides.scss */
.circular-menu.active .menu-item:nth-child(3) {
  transform: translate3d(-6.5em, -3.2em, 0);
}

/* line 690, _slides.scss */
.circular-menu.active .menu-item:nth-child(4) {
  transform: translate3d(-7em, 1em, 0);
}

/**
 * The other theme for this menu
 */
/* line 698, _slides.scss */
.circular-menu.circular-menu-left {
  right: auto;
  left: 1em;
}

/* line 703, _slides.scss */
.circular-menu.circular-menu-left .floating-btn {
  background-color: #214D60;
}

/* line 707, _slides.scss */
.circular-menu.circular-menu-left:after {
  background-color: #51c6f2;
}

/* line 711, _slides.scss */
.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg);
}

/* line 715, _slides.scss */
.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -7em, 0);
}

/* line 719, _slides.scss */
.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em, -6.3em, 0);
}

/* line 723, _slides.scss */
.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em, -3.2em, 0);
}

/* line 727, _slides.scss */
.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em, 1em, 0);
}

/* line 730, _slides.scss */
.icon_hamburger {
  background-image: url("../img/icon_hamburger.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 56px;
  width: 56px;
}

/* line 739, _slides.scss */
.icon_reset {
  background-image: url("../img/icon_reset_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 746, _slides.scss */
.icon_piechart {
  background-image: url("../img/icon_piechart_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 752, _slides.scss */
.icon_insser {
  background-image: url("../img/icon_inseer_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 758, _slides.scss */
.icon_home {
  background-image: url("../img/icon_home_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 2, _software.scss */
HR {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 6, _software.scss */
P {
  font-family: Lato, sans-serif;
  color: #214D60;
}

/* line 10, _software.scss */
#SoftwareContainer H1 {
  font-family: Lato, sans-serif;
  color: #214D60;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

/* line 20, _software.scss */
#SoftwareContainer H2 {
  font-family: Lato, sans-serif;
  color: #214D60;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

/* line 30, _software.scss */
#SoftwareContainer H3 {
  font-family: Lato, sans-serif;
  color: #4CC8F5;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 40, _software.scss */
#SoftwareContainer H4 {
  font-family: Lato, sans-serif;
  color: #214D60;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 49, _software.scss */
#SoftwareContainer H5 {
  font-family: Lato, sans-serif;
  color: #A9D974;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 59, _software.scss */
#SoftwareContainer H6 {
  font-family: Lato, sans-serif;
  color: #214D60;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* line 69, _software.scss */
#SoftwareContainer A {
  font-family: Lato, sans-serif;
  color: #4CC8F5;
  text-decoration: underline;
}

/* line 75, _software.scss */
.HeaderWBig {
  display: inline-block;
  width: 70%;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 83, _software.scss */
.HeaderWSmall {
  display: inline-block;
  width: 25%;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* line 92, _software.scss */
.Spacer {
  display: block;
  height: 60px;
  width: 100%;
}

/* line 94, _software.scss */
#SoftwareHead {
  display: block;
  width: 100%;
  height: 33px;
  background-color: #E5E5E5;
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 20;
}

/* line 104, _software.scss */
#SoftwareHead img {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 9px 20px;
  cursor: pointer;
}

/* line 111, _software.scss */
#SoftwareContainer {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
}

/* line 117, _software.scss */
#ApplicationHeader {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #214D60;
  text-align: right;
  position: relative;
  z-index: 15;
  top: 33px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

/* line 129, _software.scss */
#ApplicationGroups {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

/* line 135, _software.scss */
#BreadCrumb {
  display: block;
  width: 100%;
  color: #4CC8F5;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 0 20px 0;
  margin: 0;
}

/* line 146, _software.scss */
#BreadCrumb .BC_Home {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../img/icon_home_blue.svg");
  background-size: 20px;
  padding: 0px 5px 0px 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

/* line 157, _software.scss */
.AddTextLink {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 20px;
  text-decoration: none !important;
  color: #e6e6e6 !important;
  padding: 3px 20px 3px 10px;
  float: right;
  background-image: url(../img/icon_plus_w.svg);
  background-repeat: no-repeat;
  background-position: 94px center;
  background-size: 15px;
  border-radius: 8px;
  width: 85px;
  border: 1px solid #e6e6e6;
}

/* line 177, _software.scss */
.AddTextLink:hover {
  color: #FFF !important;
  background-color: #4CC8F5;
  background-image: url(../img/icon_plus_w2.svg);
  border: 1px solid #4CC8F5;
}

/* line 184, _software.scss */
.FarRight {
  float: right;
}

/* line 187, _software.scss */
.break {
  flex-basis: 100%;
  height: 0;
}

/* line 192, _software.scss */
#activeTab, #activeTab1, #activeTab2 {
  color: #4CC8F5;
}

/* line 195, _software.scss */
.TabLabel {
  display: block;
  position: relative;
  top: 53px;
  width: 80px;
  text-align: center;
}

/* line 203, _software.scss */
.Inactive {
  color: #8B8B8B;
}

/* line 206, _software.scss */
.EmployeePic_Thumb {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 40px;
}

/* line 212, _software.scss */
.EmployeePic_Detail {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 20px;
}

/* line 220, _software.scss */
.EmployeePic {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 20px;
  background-size: 1650px;
}

/* line 228, _software.scss */
.EmployeePic_Thumb {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-size: 550px;
}

/* line 238, _software.scss */
.EmpPic1 {
  background-position: 0px 0px;
}

/* line 238, _software.scss */
.EmpPic2 {
  background-position: -150px 0px;
}

/* line 238, _software.scss */
.EmpPic3 {
  background-position: -300px 0px;
}

/* line 238, _software.scss */
.EmpPic4 {
  background-position: -450px 0px;
}

/* line 238, _software.scss */
.EmpPic5 {
  background-position: -600px 0px;
}

/* line 238, _software.scss */
.EmpPic6 {
  background-position: -750px 0px;
}

/* line 238, _software.scss */
.EmpPic7 {
  background-position: -900px 0px;
}

/* line 238, _software.scss */
.EmpPic8 {
  background-position: -1050px 0px;
}

/* line 238, _software.scss */
.EmpPic9 {
  background-position: -1200px 0px;
}

/* line 238, _software.scss */
.EmpPic10 {
  background-position: -1350px 0px;
}

/* line 238, _software.scss */
.EmpPic11 {
  background-position: -1500px 0px;
}

/* line 238, _software.scss */
.EmpPic12 {
  background-position: -1650px 150px;
}

/* line 238, _software.scss */
.EmpPic13 {
  background-position: -1800px 150px;
}

/* line 238, _software.scss */
.EmpPic14 {
  background-position: -1950px 150px;
}

/* line 238, _software.scss */
.EmpPic15 {
  background-position: -2100px 150px;
}

/* line 238, _software.scss */
.EmpPic16 {
  background-position: -2250px 150px;
}

/* line 238, _software.scss */
.EmpPic17 {
  background-position: -2400px 150px;
}

/* line 238, _software.scss */
.EmpPic18 {
  background-position: -2550px 150px;
}

/* line 238, _software.scss */
.EmpPic19 {
  background-position: -2700px 150px;
}

/* line 238, _software.scss */
.EmpPic20 {
  background-position: -2850px 150px;
}

/* line 238, _software.scss */
.EmpPic21 {
  background-position: -3000px 150px;
}

/* line 238, _software.scss */
.EmpPic22 {
  background-position: -3150px 150px;
}

/* line 238, _software.scss */
.EmpPic23 {
  background-position: -3300px 150px;
}

/* line 238, _software.scss */
.EmpPic24 {
  background-position: -3450px 150px;
}

/* line 238, _software.scss */
.EmpPic25 {
  background-position: -3600px 150px;
}

/* line 238, _software.scss */
.EmpPic26 {
  background-position: -3750px 150px;
}

/* line 253, _software.scss */
.EmpPicThumb1 {
  background-position: 0px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb2 {
  background-position: -50px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb3 {
  background-position: -100px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb4 {
  background-position: -150px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb5 {
  background-position: -200px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb6 {
  background-position: -250px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb7 {
  background-position: -300px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb8 {
  background-position: -350px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb9 {
  background-position: -400px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb10 {
  background-position: -450px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb11 {
  background-position: -500px 0px;
}

/* line 253, _software.scss */
.EmpPicThumb12 {
  background-position: -550px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb13 {
  background-position: -600px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb14 {
  background-position: -650px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb15 {
  background-position: -700px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb16 {
  background-position: -750px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb17 {
  background-position: -800px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb18 {
  background-position: -850px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb19 {
  background-position: -900px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb20 {
  background-position: -950px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb21 {
  background-position: -1000px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb22 {
  background-position: -1050px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb23 {
  background-position: -1100px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb24 {
  background-position: -1150px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb25 {
  background-position: -1200px 50px;
}

/* line 253, _software.scss */
.EmpPicThumb26 {
  background-position: -1250px 50px;
}

/* line 268, _software.scss */
#UserInfo {
  display: block;
  margin: 0px 0px 20px 0px;
}

/* line 272, _software.scss */
#PicDetail {
  display: inline-block;
  padding-top: 20px;
}

/* line 277, _software.scss */
#EmpDetails, EmpDetails1, EmpDetails2 {
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px 0px 20px;
  margin: 20px 0px 20px 0px;
}

/* line 284, _software.scss */
#EmpDetails table, #EmpDetails1 table, #EmpDetails2 table {
  border-collapse: collapse;
  margin-top: 5px;
  border-top: 1px solid #B9B9B9;
}

/* line 290, _software.scss */
#EmpDetails table th, #EmpDetails table td, #EmpDetails1 table th, #EmpDetails1 table td, #EmpDetails2 table th, #EmpDetails2 table td {
  text-align: left;
  padding: 5px;
  margin: 0;
  font-family: Lato, sans-serif;
  /*border-bottom: 1px solid #B5B5B5;*/
  font-size: 12px;
}

/* line 299, _software.scss */
#EmpDetails table td, #EmpDetails1 table td, #EmpDetails2 table td {
  padding-right: 50px;
}

/* line 303, _software.scss */
#EmpDetails #EmpName {
  border-bottom: 1px #B9B9B9 solid;
}

/* line 307, _software.scss */
#EmpDetails #EmpJob {
  font-family: Lato, sans-serif;
  color: #B9B9B9;
  display: inline-block;
  width: 65%;
  height: auto;
}

/* line 315, _software.scss */
#EmpDetails #EmpStatus {
  display: inline-block;
  width: 30%;
  height: auto;
  text-align: right;
}

/* line 323, _software.scss */
.EditIcon {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url("../img/icon_edit_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #51c8f4;
  margin-left: 20px;
}

/* line 336, _software.scss */
.Report_Queued {
  background-image: url("../img/icon_clock.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #51c8f4;
  padding-left: 20px;
}

/* line 345, _software.scss */
.Report_Failed {
  background-image: url("../img/icon_alert.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #be1e2d;
  padding-left: 20px;
}

/* line 354, _software.scss */
A.Report_Compare {
  background-image: url("../img/icon_compare_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 364, _software.scss */
A.Report_PDF {
  background-image: url("../img/icon_pdf_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 373, _software.scss */
A.Report_Next {
  background-image: url("../img/icon_next_blue.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 383, _software.scss */
span.Report_Compare {
  background-image: url("../img/icon_compare_gray.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 393, _software.scss */
span.Report_PDF {
  background-image: url("../img/icon_pdf_gray.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 402, _software.scss */
span.Report_Next {
  background-image: url("../img/icon_next_gray.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  display: inline-block;
  height: 30px;
  width: 30px;
  padding: 0 10px 0 10px;
}

/* line 412, _software.scss */
#Hamburger {
  background-image: url("../img/icon_hamburger.svg");
  height: 40px;
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 15px;
  left: 20px;
}

/* line 423, _software.scss */
#SoftwareLogo {
  height: 50px;
  width: auto;
  position: absolute;
  left: 75px;
  top: 11px;
  z-index: 5;
}

/* The sidebar menu */
/* line 431, _software.scss */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #214D60;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  padding-top: 150px;
}

/* The sidebar links */
/* line 446, _software.scss */
.sidebar .SideLink {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  display: block;
  transition: 0.3s;
  font-family: Lato, sans-serif;
  font-weight: 200;
  border-top: 1px solid #446f82;
  border-bottom: 1px solid #446f82;
}

/* When you mouse over the navigation links, change their color */
/* line 460, _software.scss */
.sidebar .SideLink:hover {
  color: #f1f1f1;
}

/* line 464, _software.scss */
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FFF;
  display: block;
  transition: 0.3s;
  font-family: Lato, sans-serif;
  font-weight: 200;
}

/* When you mouse over the navigation links, change their color */
/* line 477, _software.scss */
.sidebar a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
/* line 483, _software.scss */
.sidebar .closebtn {
  position: absolute;
  top: 100px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
/* line 492, _software.scss */
.openbtn {
  cursor: pointer;
  color: white;
  border: none;
}

/* line 498, _software.scss */
.openbtn:hover {
  background-color: #31B0D3;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* line 503, _software.scss */
#main {
  transition: margin-left .5s;
  /* If you want a transition effect */
  padding: 20px;
}

/* line 510, _software.scss */
H3.EmpHead {
  font-family: Lato, sans-serif;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  padding: 0px 10px 0px 10px !important;
  border: 1px solid #214D60;
  background-color: #214D60;
  border-radius: 10px 10px 0 0;
  width: 30%;
}

/* line 522, _software.scss */
#EmployeeNotes #EmpNotes, #EmployeeNotes1 #EmpNotes1, #EmployeeNotes2 #EmpNotes2 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 20px;
}

/* line 531, _software.scss */
#EmployeeNotes #EmpNotes P, #EmployeeNotes1 #EmpNotes1 P, #EmployeeNotes2 #EmpNotes2 P {
  padding: 0px;
  /*border-bottom: 1px solid $Color-E-L;*/
}

/* line 536, _software.scss */
#EmployeeNotes #EmpNotes Strong, #EmployeeNotes1 #EmpNotes1 Strong, #EmployeeNotes2 #EmpNotes2 Strong {
  padding-right: 20px;
  display: inline-block;
  width: 70px;
}

/* line 542, _software.scss */
H3.TaskHead {
  font-family: Lato, sans-serif;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  padding: 0px 10px 0px 10px !important;
  border: 1px solid #214D60;
  background-color: #214D60;
  border-radius: 10px 10px 0 0;
  width: 30%;
}

/* line 554, _software.scss */
#TaskNotes #TNotes, #TaskNotes1 #TNotes1, #TaskNotes2 #TNotes2 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 20px;
}

/* line 562, _software.scss */
#TaskNotes #TNotes H4, #TaskNotes1 #TNotes1 H4, #TaskNotes2 #TNotes2 H4 {
  display: block;
  padding-top: 10px;
  color: #F26722;
  font-size: 16px;
  line-height: 16px;
}

/* line 570, _software.scss */
#TaskNotes #TNotes P, #TaskNotes1 #TNotes1 P, #TaskNotes2 #TNotes2 P {
  padding: 0px;
}

/* line 573, _software.scss */
#TaskNotes #TNotes Strong, #TaskNotes1 #TNotes1 Strong, #TaskNotes2 #TNotes2 Strong {
  padding-right: 20px;
  display: inline-block;
  width: 70px;
}

/* line 579, _software.scss */
#inSEERInSight #inSEERNotes, #inSEERInSight1 #inSEERNotes1, #inSEERInSight2 #inSEERNotes2 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #31B0D3;
}

/* line 586, _software.scss */
#inSEERInSight #inSEERNotes P, #inSEERInSight1 #inSEERNotes1 P, #inSEERInSight2 #inSEERNotes2 P {
  padding: 0px;
}

/* line 589, _software.scss */
#inSEERInSight #inSEERNotes Strong, #inSEERInSight1 #inSEERNotes1 Strong, #inSEERInSight2 #inSEERNotes2 Strong {
  padding-right: 20px;
}

/* line 592, _software.scss */
#EmployeeData {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* line 597, _software.scss */
#ClientLogo {
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* line 602, _software.scss */
#ClientLocations {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* line 608, _software.scss */
#ClientLocations H4 {
  font-family: Lato, sans-serif;
}

/* line 610, _software.scss */
#ClientLocations A {
  height: 70px;
  width: 470px;
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid;
  padding-top: 0px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

/* line 626, _software.scss */
#ClientLocations A .FacilityThumb {
  width: 70px;
  height: 70px;
  float: left;
  vertical-align: top;
  display: inline-block;
  padding-top: 10px;
}

/* line 635, _software.scss */
#ClientLocations A IMG {
  width: 50px;
}

/* line 639, _software.scss */
#ClientLocations A P {
  background-color: #4cc8f5;
  color: #fff;
  height: 65px;
  padding: 24px 0px 0px 20px;
  display: inline-block;
  width: 380px;
  vertical-align: top;
  margin: 0;
  text-align: left;
}

/* line 652, _software.scss */
#ClientLocations UL {
  width: 100%;
}

/* line 655, _software.scss */
#ClientLocations UL LI {
  list-style: none;
  padding: 5px;
}

/* line 656, _software.scss */
#ClientLocations UL LI strong {
  font-weight: 600;
  border-bottom: 1px solid #333;
  width: 500px;
}

/* line 658, _software.scss */
#ClientLocations UL LI UL LI {
  list-style: none;
  padding: 5px;
  width: 100%;
}

/* line 663, _software.scss */
#FacilityNoteSection #FacilityNotes {
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 10px;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 20px;
}

/* line 672, _software.scss */
#FacilityNoteSection #FacilityNotes P {
  padding: 0px;
}

/* line 679, _software.scss */
#FacilityNoteSection #FacilityNotes Strong, #FacilityNoteSection1 #FacilityNotes1 Strong, #FacilityNoteSection2 #FacilityNotes2 Strong {
  padding-right: 20px;
  display: inline-block;
  width: 70px;
}

/* line 688, _software.scss */
#FacilityDetails P {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding: 10px;
}

/* line 694, _software.scss */
.BtnVideo {
  display: inline-block;
  background-color: #4CC8F5;
  height: 30px;
  width: 60px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px;
  color: #fff;
  border: 1px solid #4CC8F5;
}

/* line 705, _software.scss */
.BtnVideo:hover {
  background-color: #E0F3FD;
  Color: #515151;
  border: 1px solid #31B0D3;
}

/* line 711, _software.scss */
.BtnVideo:focus {
  background-color: #515151;
  Color: #FFF;
}

/* line 716, _software.scss */
.BtnVideoRev {
  display: inline-block;
  background-color: #E0F3FD;
  height: 30px;
  width: 60px;
  text-align: center;
  box-sizing: border-box;
  padding: 3px;
  color: #31B0D3;
  cursor: pointer;
  border: 1px solid #31B0D3;
}

/* line 728, _software.scss */
.BtnVideoRev:hover {
  background-color: #31B0D3;
  Color: #FFF;
  border: 1px solid #31B0D3;
}

/* line 733, _software.scss */
.BtnVideoRev:focus {
  background-color: #515151;
  Color: #FFF;
}

/* line 742, _software.scss */
.Ico-DLoad {
  background-image: url("../img/icon_dload_blue.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px !important;
}

/* line 747, _software.scss */
.Ico-Email {
  background-image: url("../img/icon_email_blue.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 40px !important;
}

/* line 754, _software.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
/* line 759, _software.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: 1px solid #31B0D3;
}

/* Links inside the dropdown */
/* line 770, _software.scss */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none !important;
  font-size: 14px;
  display: block;
}

/* Change color of dropdown links on hover */
/* line 779, _software.scss */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown menu on hover */
/* line 782, _software.scss */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/* line 787, _software.scss */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* line 791, _software.scss */
#AccountInfo {
  position: absolute;
  right: 0;
  top: 23px;
  padding-right: 30px;
  color: #fff;
}

/* line 798, _software.scss */
#AccountInfo img {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 15px;
}

/* line 800, _software.scss */
#AccountInfo .AcctName {
  font-family: Lato, sans-serif;
  position: relative;
  top: -7px;
}

/* line 805, _software.scss */
#ReportButtons {
  display: inline-block;
  float: right;
}

/* line 810, _software.scss */
.BtnCompare {
  color: #4CC8F5;
  background-image: url(../img/icon_compare_blue.svg);
  background-repeat: no-repeat;
  background-position: 80px center;
  background-size: 25px;
  font-family: Lato, sans-serif;
  display: inline-block;
  width: 100px;
  height: 30px;
  padding-top: 10px;
  padding-right: 30px;
  text-decoration: none;
  border-right: 2px solid #4CC8F5;
}

/* line 825, _software.scss */
.BtnPDF {
  color: #4CC8F5;
  background-image: url("../img/icon_pdf_blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px;
  font-family: Lato, sans-serif;
  display: inline-block;
  width: 70px;
  height: 22px;
  padding-top: 0px;
  text-decoration: none;
  margin-left: 20px;
}

/* line 840, _software.scss */
.DataAccordion {
  background-color: #FFF;
  color: #515151;
  cursor: pointer;
  padding: 18px;
  padding-top: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.4s;
  font-family: Lato, sans-serif;
  margin-top: 40px;
  text-decoration: none;
}

/* line 859, _software.scss */
.AccActive, .DataAccordion:hover {
  background-color: #ccc;
}

/* line 862, _software.scss */
.DataAccordion:after {
  content: 'Expand +';
  /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #515151;
  float: right;
  margin-left: 5px;
}

/* line 870, _software.scss */
.AccActive:after {
  content: "-";
  /* Unicode character for "minus" sign (-) */
}

/* line 874, _software.scss */
.DataPanel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #ccc;
  padding: 0px 20px 0px 20px;
  font-family: Lato, sans-serif;
  color: #515151;
}

/* line 886, _software.scss */
.DataPanel strong {
  display: block;
  padding-top: 20px;
  color: #F26722;
}

/* upload page */
/* line 898, _software.scss */
#inseerForm > div {
  margin: 20px auto;
}

/* line 902, _software.scss */
#inseerForm label {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #515151;
  display: block;
}

/* line 909, _software.scss */
#inseerForm H3 {
  font-size: 24px;
}

/* line 913, _software.scss */
#inseerForm input[type=text], input[type=date], input[type=time], input[type=file], select {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* line 923, _software.scss */
#inseerForm input[type=submit] {
  width: 100%;
  background-color: #4CC8F5;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* line 934, _software.scss */
#inseerForm input[type=submit]:hover {
  background-color: #45a049;
}

/* line 940, _software.scss */
#inseerForm ul.ks-cboxtags {
  list-style: none;
  padding: 10px;
}

/* line 944, _software.scss */
#inseerForm ul.ks-cboxtags li {
  display: inline;
}

/* line 947, _software.scss */
#inseerForm ul.ks-cboxtags li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(139, 139, 139, 0.3);
  color: #adadad;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all .2s;
  font-size: 16px;
  width: 150px;
}

/* line 966, _software.scss */
#inseerForm ul.ks-cboxtags li label {
  padding: 8px 12px;
  cursor: pointer;
}

/* line 971, _software.scss */
#inseerForm ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "+";
  font-size: 16px;
  transition: transform .3s ease-in-out;
}

/* line 986, _software.scss */
#inseerForm ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\2713";
  font-size: 16px;
  transform: rotate(-360deg);
  transition: transform .3s ease-in-out;
}

/* line 993, _software.scss */
#inseerForm ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 2px solid #4CC8F5;
  background-color: #4CC8F5;
  color: #fff;
  transition: all .2s;
}

/* line 1000, _software.scss */
#inseerForm ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

/* line 1003, _software.scss */
#inseerForm ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* line 1007, _software.scss */
#inseerForm ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #515151;
}

/* The Modal (background) */
/* line 1013, _software.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
/* line 1027, _software.scss */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 1000px;
  /* Full width */
  height: 780px;
  /* Full height */
}

/* The Close Button */
/* line 1037, _software.scss */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 1044, _software.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-height: 450px) {
  /* line 1053, _software.scss */
  .sidebar {
    padding-top: 15px;
  }

  /* line 1054, _software.scss */
  .sidebar a {
    font-size: 18px;
  }
}
/* line 1058, _software.scss */
.WindowFull {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: block;
  height: auto;
  width: 100%;
  background-color: #FFF;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1064, _software.scss */
.WindowBig {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: auto;
  width: 68%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1070, _software.scss */
.WindowSmall {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: auto;
  width: 29.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1076, _software.scss */
.WindowSixty {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: auto;
  width: 60%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1082, _software.scss */
.WindowForty {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: auto;
  width: 37.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1088, _software.scss */
.WindowHalf {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: auto;
  width: 48.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
  border-radius: 5px 5px 5px 5px;
}

/* line 1095, _software.scss */
.ContentFull {
  display: block;
  height: auto;
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  margin: 0px;
}

/* line 1099, _software.scss */
.ContentBig {
  display: inline-block;
  height: auto;
  width: 68%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
}

/* line 1103, _software.scss */
.ContentSmall {
  display: inline-block;
  height: auto;
  width: 29.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
}

/* line 1107, _software.scss */
.ContentSixty {
  display: inline-block;
  height: auto;
  width: 60%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
}

/* line 1111, _software.scss */
.ContentForty {
  display: inline-block;
  height: auto;
  width: 37.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
}

/* line 1115, _software.scss */
.ContentHalf {
  display: inline-block;
  height: auto;
  width: 48.5%;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  margin: 0px;
}

/*
 * Table styles
 */
/* line 4, _inseerDataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Lato, sans-serif;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 18, _inseerDataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  color: #000;
  font-weight: bold;
  background-color: #F3F3F3;
  text-align: left;
}

/* line 26, _inseerDataTables.scss */
table.dataTable table.dataTable thead th,
table.dataTable table.dataTable tfoot th {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  background-color: #f5fbff;
  text-align: left;
  border-bottom: 1px solid #333;
}

/* line 37, _inseerDataTables.scss */
table.dataTable table.dataTable {
  border: 0px solid !important;
  width: 90% !important;
}

/* line 41, _inseerDataTables.scss */
table.dataTable table.dataTable td {
  color: #000;
  font-size: 14px;
}

/* line 46, _inseerDataTables.scss */
table.dataTable a {
  font-weight: 600;
  color: #4CC8F5;
  text-decoration: none;
}

/* line 55, _inseerDataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 20px 10px 20px 10px;
  border-bottom: 2px solid #31B0D3;
}

/* line 60, _inseerDataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 64, _inseerDataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 20px 10px 20px;
  border-top: 2px solid #31B0D3;
}

/* line 69, _inseerDataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 79, _inseerDataTables.scss */
table.dataTable thead .sorting {
  background-image: url("../js/DataTables-1.10.22/images/sort_both.png");
}

/* line 82, _inseerDataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url("../js/DataTables-1.10.22/images/sort_asc.png");
}

/* line 85, _inseerDataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url("../js/DataTables-1.10.22/images/sort_desc.png");
}

/* line 88, _inseerDataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../js/DataTables-1.10.22/images/sort_asc_disabled.png");
}

/* line 91, _inseerDataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../js/DataTables-1.10.22/images/sort_desc_disabled.png");
}

/* line 94, _inseerDataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 97, _inseerDataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 100, _inseerDataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 105, _inseerDataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 116, _inseerDataTables.scss */
table.dataTable.display tbody .shown td {
  background-color: #e0f3fd;
  border-top: 1px solid #333;
}

/* line 122, _inseerDataTables.scss */
table.dataTable.display tbody .shown + tr td {
  background-color: #f5fbff;
  border-top: 1px solid #333;
}

/* line 128, _inseerDataTables.scss */
table.dataTable.display tbody .shown + tr td table td {
  background-color: #f5fbff !important;
  border-top: 1px solid #333;
}

/* line 142, _inseerDataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 147, _inseerDataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 151, _inseerDataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 155, _inseerDataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 159, _inseerDataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #FFF;
}

/* line 162, _inseerDataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #FFF;
}

/* line 165, _inseerDataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #FAFAF8;
}

/* line 168, _inseerDataTables.scss */
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: red;
}

/*
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}


table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
*/
/* line 247, _inseerDataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 250, _inseerDataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 253, _inseerDataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

/* line 257, _inseerDataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 261, _inseerDataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 265, _inseerDataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 269, _inseerDataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 274, _inseerDataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 278, _inseerDataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 282, _inseerDataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 286, _inseerDataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 292, _inseerDataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 298, _inseerDataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 304, _inseerDataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 310, _inseerDataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 316, _inseerDataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 320, _inseerDataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 324, _inseerDataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 328, _inseerDataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 332, _inseerDataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 337, _inseerDataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 346, _inseerDataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 354, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 357, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

/* line 364, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  padding: 10px;
}

/* line 369, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_filter label {
  font-family: Lato, sans-serif;
  color: #fff;
  background-color: #4CC8F5;
  /* height: 20px; */
  width: auto;
  display: inline-block;
  padding: 1px 1px 1px 15px;
  border-radius: 10px 0px 0px 10px;
}

/* line 379, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #4CC8F5;
  /* border-radius: 3px; */
  padding: 10px;
  margin-left: 10px;
  height: 40px;
  background-color: #fff;
}

/* line 387, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 392, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 397, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #E0F3FD;
  background: #E0F3FD;
}

/* line 413, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  font-family: Lato, sans-serif;
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #4CC8F5;
  background: #4CC8F5;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));*/
  /* 
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);

  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
 
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
   */
}

/* line 432, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 439, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 456, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 473, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 476, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 495, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
  font-family: Lato, sans-serif;
}

/* line 503, _inseerDataTables.scss */
.dataTables_length label {
  margin-top: 20px;
  display: block;
  width: 200px;
}

/* line 509, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 512, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 516, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 519, _inseerDataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 527, _inseerDataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 530, _inseerDataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 534, _inseerDataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 543, _inseerDataTables.scss */
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  /* line 548, _inseerDataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  /* line 553, _inseerDataTables.scss */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  /* line 558, _inseerDataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*# sourceMappingURL=Styles.css.map */
