/*
 * com.casebeans.aimisa.js v1.0.26
*/
/* 
    Created     : 01/12/2017, 9:00:25 PM
    Last update : 06/02/2018, 9:34:17 PM
    Author     : John Case
*/
body {
  margin: 0;
  font-family: Arial;
}

table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th {
  cursor: pointer;
}

th, td {
  text-align: left;
  padding: 16px;
  vertical-align: top;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

.page {
  display: none;
  padding: 40px;
  overflow-x:auto;
}

.top-container {
  background-color: #f1f1f1;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  text-align: center;
}

.header {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 4px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 102px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: royalblue;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: medium; /* 25px; */
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav p:hover {
  color: Red;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 30px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: royalblue;
}
.topnav a {
  float: left;
  color: #0f0;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  font-size: medium;
}
.topnav a:hover {
  background-color: Blue;
  color: Black;
}
.topnav a.active {
  background-color: Black;
  color: Gold;
}

.errorMessage {
  display: block;
  float: left;
  background-color: Red;
  color: White;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  border: 1px solid Black;
  font-size: medium;
  width: 100%;
}
.informationMessage {
  display: block;
  float: left;
  background-color: Yellow;
  color: Black;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  border: 1px solid Black;
  font-size: medium;
  width: 100%;
}
.warningMessage {
  display: block;
  float: left;
  background-color: Orange;
  color: Black;
  font-weight: bold;
  padding: 4px;
  text-decoration: none;
  border: 1px solid Black;
  font-size: medium;
  width: 100%;
}

.w3-amber        {color:#000!important;background-color:#ff0000!important}
.w3-midnightBlue {color:#000!important;background-color:#191970!important}
.w3-forestGreen  {color:#000!important;background-color:#228B22!important}
.w3-aqua         {color:#000!important;background-color:#00FFFF!important}
.w3-gold         {color:#000!important;background-color:#FFD700!important}

* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding-bottom: 8px;
  padding-left: 12px;
  position: absolute;
  bottom: 8px;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/******  Create two or four equal columns that floats next to each other  *****/
.twoColumn {
  float: left;
  width: 50%;
  padding: 10px;
  background-color:White;
}
.fourColumn {
  float: left;
  width: 25%;
  padding: 10px;
  background-color:White;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two or four columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .twoColumn, .fourColumn {
    width: 100%;
  }
}

.leftTagButton {
  width: 128px;
  background-color: royalblue;
  border: 4px;
  border-color: black;
  color: gold;
  padding: 8px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
}
.leftTagButton:hover {
  background-color: Red;
  color: Gold;
}
.leftTagButton:focus {
  background-color: Black;
  color: gold;
}
.leftSearchButton {
  width: 128px;
  background-color: royalblue;
  border: 4px;
  border-color: black;
  color: gold;
  padding: 8px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: left;
}
.leftSearchButton:hover {
  background-color: Red;
  color: Gold;
}
.leftSearchButton:focus {
  background-color: Black;
  color: gold;
}
.rightButton {
  background-color: RoyalBlue;
  border: 0px;
  color: Black;
  padding: 6px 8px;
  margin: 0px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  float: right;
  border-radius: 6px;

}
.rightButton:hover {
  background-color: Red;
  color: Gold;
}
.rightButton:focus {
  background-color: Black;
}

/*********************************  Accordian  ********************************/

.accordion {
  background-color: #eee;
  color: black; /* question text */
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordionActive, .accordion:hover {
  background-color: ForestGreen;  /* question hover and expanded */
  color: White;
}

.accordion:after {
  content: '\002B';
  color: black;  /* + or - sign color */
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordionActive:after {
  content: "\2212";
}

.accordionPanel {
  padding: 0 18px;
  background-color: White;  /* answer */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*******************************  Product Tabs  *******************************/

.tabLink {
  display: none;
  background-color: AliceBlue;
  color: Black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 220px;
}

.tabLink:hover {
  background-color: Yellow;
}

/* Style the tab content */
.tabContent {
  color: Black;
  display: none;
  padding: 10px 40px 10px 40px;
  text-align: left;
  vertical-align: auto;
  min-height: 300px;
}

#tabDescriptionId {background-color: PaleTurquoise ;}
#tabDetailsId {background-color: PaleGoldenRod;}
#tabDownloadsId {background-color: PaleGreen;}
#tabAdditionalInformationId {background-color: Pink;}

/*********************  Product Slideshow Gallery (SSG)  **********************/

.ssgImg {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.ssgContainer {
  position: relative;
}

/* Hide the images by default */
.ssgSlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.ssgCursor {
  cursor: pointer;
}

/* Next & previous buttons */
.ssgPrev,
.ssgNext {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: White;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.ssgNext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.ssgPrev:hover,
.ssgNext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.ssgNumberText {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.ssgCaptionContainer {
  text-align: left;
  background-color: White;
  padding: 2px 4px;
  color: Black;
}

.ssGrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.ssgColumn {
  float: left;
  /* width: 16.66%; */
}

/* Add a transparency effect for thumnbail images */
.ssgDemo {
  opacity: 0.6;
}

.ssgActive,
.ssgDemo:hover {
  opacity: 1;
}

/**********************************  Spinner  *********************************/

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid Red;
  border-right: 16px solid Green;
  border-bottom: 16px solid Yellow;
  border-left: 16px solid Blue;
  width: 200px;
  height: 200px;
  padding: 8px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*******************************  Meet The Team  ******************************/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.mttColumn {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media (max-width: 650px) {
  .mttColumn {
    width: 100%;
    display: block;
  }
}

.mttCard {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.mttContainer {
  padding: 0 16px;
}

.mttContainer::after, .mttRow::after {
  content: "";
  clear: both;
  display: table;
}

.mttTitle {
  color: Grey;
}

.mttButton {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: Yellow;
  background-color: Black;
  text-align: center;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.mttButton:hover {
  background-color: Red;
  color: White;
}

.mttButton a {
  text-decoration: none;
}

/***************************  Scroll To Top Button  ***************************/

#topButtonId {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  border-radius: 4px;
}

#topButtonId:hover {
  background-color: Red;
}

/********************************  Arrow Heads  *******************************/

.arrowHead {
  border: solid Gold;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.rightArrowHead {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.leftArrowHead {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.upArrowHead {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.downArrowHead {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/******************************************************************************/

