/* Copyright 2018 Adaptive Business Managment Systems Ltd.. All Rights Reserved. */
/* reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0 0 0 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* main css*/
html,
body {
  user-select: none;
}
body {
  font-family: 'Arial', sans-serif;
  font-family: 'Roboto', sans-serif !important;
  line-height: 1.429;
  overflow: scroll;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#page,
#main,
footer,
header {
  max-width: 3000px;
}
#main,
#left,
#right {
  background-color: #F4F8FD;
  float: left;
  text-shadow: 0 0;
}
header {
  background: #1D3557;
  background-image: url(/images/LOGO_VECTOR.svg);
  background-repeat: no-repeat;
  background-size: 180px 65px;
  background-position: 7px 9px;
  box-sizing: border-box;
  float: left;
  position: fixed;
  z-index: 3;
  min-height: 78px;
  width: 100%;
  padding: 11px 0 10px;
}
.header-top {
  display: inline-block;
}
#main {
  text-decoration: underline;
  padding-bottom: 20px;
  min-height: calc(100vh - 78px - 98px);
  width: 100%;
  text-align: left;
}
.cc-window.cc-banner {
  width: 99.5% !important;
}
#left {
  font-size: 13px;
  width: 10%;
}
.leftColumn,
.rightColumn {
  float: left;
  width: 27%;
  margin-left: 0%;
  margin-right: 2%;
  min-width: 280px !important;
  margin-bottom: 2%;
  background-color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #FBBEB7;
}
h1 {
  color: #1D3557;
  font-size: 2.8em;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.2;
  display: block;
  background-color: #F4F8FD;
  background-image: url(/images/matrix-grid-top.svg);
  background-size: 92% 80px;
  background-repeat: no-repeat;
  background-position: 0 10px;
}
h2 {
  color: #2C3E50;
  font-size: 2em;
  text-decoration: none;
  font-weight: 600 !important;
  margin-left: -2px;
  margin-top: 10px;
}
h3 {
  color: #2C3E50;
  font-size: 1.5em;
  font-weight: 600 !important;
  line-height: 37px;
  margin-top: 10px;
}
.bfh3 {
  color: #FDFDFD;
}
.bfh3::before {
  content: "⬤ ";
  color: #0051A3;
}
h4 {
  color: #222222;
  font-size: 20px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
h6 {
  color: #545454;
  font-size: 18px;
}
h5 {
  line-height: 1.1;
  font-weight: 500;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content ul li {
  background-image: url(/images/Tick_Icon.svg);
  background-position: 14px 10px;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin: 0 0 0 15px;
  padding: 5px 0 0.543em 1.886em;
  background-size: 14px 14px;
  color: #000000;
}
ol {
  background: #FFCCCC;
  padding: 5px 5px 3px 35px;
  list-style-type: decimal;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 906px;
}
#content ol li {
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  padding: 5px 0 0.543em 0.486em;
  color: #780101;
}
a,
a:link,
a:visited,
.inHouseAd a {
  color: #1A4C8B;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
a.highlightedLink {
  margin-left: 38px;
  padding-bottom: 14px;
  padding-left: 1.343em;
}
a.highlightedLink:before {
  content: "› ";
  color: #FA8072;
  /*+placement: 0 -1px;*/
  position: relative;
  left: 0;
  top: -1px;
}
a:hover {
  color: #2E6BB4;
  cursor: pointer !important;
}
p {
  line-height: 35px;
  font-weight: 300;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #333333;
}
.basicH1 {
  color: #00327C;
  background-color: rgba(255, 255, 255, 0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  font-weight: 600;
}
.ate {
  font-size: 12px;
}
.social {
  color: #FFF;
  font-size: 13px;
  padding-bottom: 7px;
  padding-left: 4px;
  text-align: left;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
  color: #00327C;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
th {
  padding: 0.3em;
  vertical-align: middle;
  background-color: #EFEFEF;
  border: 1px solid #E8E8E8;
}
td {
  padding: 0.3em;
  vertical-align: middle;
  border: 1px solid #E8E8E8;
}
dt {
  float: left;
  margin: 0 0 0 1em;
  padding: 0;
}
dd {
  margin: 0 1em 0 6em;
  padding-bottom: 0.357em;
}
.videoImage {
  max-width: 390px !important;
  /*+border-radius: 20px;*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
.videoImage:hover {
  cursor: pointer;
}
.videoPopup {
  display: none;
  position: fixed;
  top: 5%;
  right: 12%;
  z-index: 9;
  width: 76%;
}
.closeVideo {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 10px;
  border: 1px solid #2D93E1;
  background-color: #2D93E1;
  color: #FFFFFF;
  width: 45px;
  height: 45px;
  right: 0;
  justify-content: center;
}
.form-container .cancel {
  background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}
#overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
 {
  float: left;
  margin-top: 15px;
  height: 60px;
  font-size: 12px;
  width: 50%;
  text-align: left;
}
.badges {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 85px;
  width: 100%;
}
footer {
  background: #0B2A4A;
  clear: both;
  color: #E0E0E0;
  text-align: center;
  width: 100% !important;
  box-sizing: border-box;
  padding: 0 2%;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  min-height: 98px;
  bottom: 0;
  opacity: 0;
}
footer p {
  font-size: 11px;
  margin: 0 0 0;
  font-weight: 400;
  color: #E0E0E0;
  line-height: 2;
}
footer a {
}
#signUpTable {
  border-collapse: collapse;
  width: 100%;
}
#signUpTable input {
  border: 1px solid #C3C3C3;
  margin: 0;
  padding: 1px;
  width: 100%;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
}
#signUpTable input:focus {
  outline: 1px solid #28AADE;
  box-shadow: 0 0 2px 2px #7DB8FF;
}
#signUpTable input:hover {
  outline: 1px solid #28AADE;
}
#signUpTable th {
  background-color: #E3F0FF;
  width: 13.5em;
  padding-left: 1px !important;
  font-weight: normal;
}
#signUpTable td,
#signUpTable th {
  border: none;
  padding: 0.286em 0.286em 0.286em 0;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #00327C;
  font-weight: bold;
}
.notupdated {
  padding-left: 5px;
}
a:hover,
a:active {
}
.linkButtons a:hover {
  background-color: #2A94E5;
  border: 2px solid #2A94E5;
  text-shadow: 0 0;
}
.linkButtons {
  margin: 2.9em -2px 2.7em;
  white-space: normal;
}
.linkButtons a {
  -moz-border-radius: 3px;
  background-color: #00CA4A;
  border: 2px solid #00CA4A;
  color: #FFF;
  font-size: 20px;
  margin: 2px;
  text-decoration: none;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  /*+border-radius: 3px;*/
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  opacity: 1;
  transition: 0.25s;
}
.demoButton {
  float: right;
  margin-right: 20px;
}
.demoButton a {
  background-color: #00C853;
  border: 1px solid #00C853;
  border-radius: 3px;
  color: #FFFFFF !important;
  padding: 9px 10px 8px;
  display: inline-block;
  font-weight: 400 !important;
  opacity: 1;
  transition: 0.15s;
  margin-top: 0;
  font-size: 15px;
}
.demoButton a:hover {
  background-color: #2A94E5;
  border: 1px solid #2A94E5;
}
.loginButton a,
.loginButton {
  float: right;
  color: #CFDFF7 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-right: 10px;
  padding: 5px 0px 2px 5px !important;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.loginButton a:hover {
  color: #FFFFFF !important;
  background-repeat: no-repeat;
}
.flag {
  width: 100px;
  float: right;
  padding-top: 4px;
  margin-right: 5px;
  height: 36px;
}
.addthis_inline_follow_toolbox_xdu6 {
  margin: 1px 0 0 !important;
  padding: 0 !important;
}
.buyButtons {
  margin: 2.414em 0.314em 0.314em;
  padding: 0;
}
.buyButtons a {
  -moz-border-radius: 3;
  border-radius: 6px;
  color: #036FD5;
  font-size: 129%;
  padding: 0.671em 1.143em 0.571em;
  text-decoration: none;
  border: 1px solid #036FD5;
  opacity: 1;
  transition: 0.25s;
}
.buyButtons a:hover {
  margin: 0;
  border: 1px solid #2CB98C;
  color: #2CB98C;
}
.buttons button:hover {
  background-color: #F4D558;
  border: 0 solid #F4D558;
  margin: 2px;
  cursor: pointer;
}
.buttons {
  margin: 18px 0.143em 9px -0.157em;
  padding: 0;
}
.buttons button {
  -moz-border-radius: 3;
  background-color: #F1C40F;
  border: 0 solid #F1C40F;
  border-radius: 6px;
  color: #00327C;
  font-size: 120%;
  margin: 2px;
  padding: 0.971em 1.143em;
  text-decoration: none;
  opacity: 1;
  transition: 0.25s;
}
.buttons button[disabled]#activate:hover {
  cursor: none;
  background-color: #C5C5C5;
  color: #E5E5E5;
}
.reset {
  padding: 0;
}
.reset button {
  -moz-border-radius: 3;
  color: #696969;
  font-size: small;
  padding: 0em 0.5em 0em 2px;
  text-decoration: none;
  opacity: 1;
  transition: 0.25s;
  border: 1px none rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: italic;
}
#second {
  float: left;
  /*+box-shadow: 4px 8px 30px 3px #949494;*/
  -moz-box-shadow: 4px 8px 30px 3px #949494;
  -webkit-box-shadow: 4px 8px 30px 3px #949494;
  box-shadow: 4px 8px 30px 3px #949494;
}
img {
  width: 100%;
  margin-bottom: 0;
}
.Chartscreen {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
}
.signupForm {
  background-color: #D7E9FD;
  background: rgb(227, 240, 255);
  background: -moz-linear-gradient(l33deg, rgba(227,240,255,l) 46%, rgba(255,255,255,1) 74%);
  background: -webkit-linear-gradient(l33deg, rgba(227,240,255,1) 46%, rgba(255,255,255,1) 74%);
  background: linear-gradient(l33deg, rgba(227,240,255,1) 46%, rgba(255,255,255,l) 74%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3f0ff",endColorstr="#ffffff",GradientType=l);
  padding: 25px 30px 15px 25px;
  max-width: 890px;
  margin-bottom: 30px;
  /*+box-shadow: 0 0 19px 1px #7DB8FF;*/
  -moz-box-shadow: 0 0 19px 1px #7DB8FF;
  -webkit-box-shadow: 0 0 19px 1px #7DB8FF;
  box-shadow: 0 0 19px 1px #7DB8FF;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #7DB8FF;
}
.conformation {
  width: 16%;
  float: top;
  margin-top: 0px;
  display: block;
  margin-left: 42%;
}
.standardLayout,
.stdpage {
  float: left;
  min-width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 10px;
}
.imagebox3 {
  width: 100%;
  position: relative;
  margin-bottom: -6px;
}
.imagetext3 {
  position: absolute;
  z-index: 2;
  max-width: 475px;
  padding: 1.1rem;
  margin-top: 30px;
  margin-left: 30px;
  animation: slidein 1s ease-out forwards;
  /*+border-radius: 12px;*/
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  border: 2px solid #E0E6ED;
  background: #FDFEFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-style: normal;
  font-size: 1.1rem;
}
.imagetext3 p {
  margin-bottom: 0;
  line-height: 1.6;
  font-weight: 300;
}
@keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  75% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  75% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slidein {
  0% {
    transform: translateX(-700px);
  }
  75% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(0);
  }
}
.image3linkButtons {
  margin-left: 28px;
  position: absolute;
  top: 76%;
  z-index: 1;
}
.image3linkButtons a {
  background-color: #00C853;
  border: 2px solid #00C853;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 20px;
  margin: 2px;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  opacity: 1;
  transition: 0.25s;
}
.image3linkButtons a:hover {
  background-color: #2A94E5;
  border: 2px solid #2A94E5;
}
.bannerImage {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}
.satisfied_box {
  width: 96%;
}
.satisfied_box h3 {
}
.satisfied_inner_box {
  float: left;
  margin-right: 4%;
  width: 51%;
}
.satisfied_inner_box1 {
  float: left;
  width: 44%;
  padding-bottom: 0;
}
.image_text_box {
  float: left;
  padding-bottom: 15px;
}
.satisfied_inner_box2 {
  float: left;
  margin-right: 3%;
  margin-top: 17px;
  width: 46%;
  max-width: 400px;
}
.CAPA_software {
  float: left;
  margin-right: 0%;
  width: 100%;
}
.Correctiveactiontext {
  float: left;
  margin-right: 4%;
  width: 100%;
  margin-top: 0;
}
.CAPA_softwareuser {
  float: left;
  margin-right: 1%;
  width: 40%;
  margin-top: 19px;
}
.tracking_software {
  float: left;
  margin-right: 22px;
  margin-top: 30px;
  width: 35%;
  max-width: 250px;
}
.adaptive_contact {
  float: left;
  width: 30%;
  max-width: 190px;
  margin-top: 19px;
  margin-left: 10px;
}
.text_box {
  float: left;
  margin-right: 1%;
  width: 71%;
}
.price-table-box {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -15px;
}
.capa_price {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid solid solid solid;
  float: left;
  width: 18%;
  min-width: 170px;
  z-index: 1;
  background-color: #E2E8EF;
  margin-right: 1%;
  margin-left: 1%;
  /*+box-shadow: 5px 5px 18px 0 #000000;*/
  -moz-box-shadow: 5px 5px 18px 0 #000000;
  -webkit-box-shadow: 5px 5px 18px 0 #000000;
  box-shadow: 5px 5px 18px 0 #000000;
  margin-top: 2%;
}
.capa-box1 {
  background: none 0 0 repeat scroll #036FD5;
  float: left;
  text-align: center;
  width: 100%;
}
.popular {
  background-image: url(/images/Most_Popular_Banner1.svg);
  background-repeat: no-repeat;
  background-position: 0% 0;
  background-size: 4.5vw 4.5vw;
}
.demo {
  background-image: url(/images/Free_demo_Banner2.svg);
  background-repeat: no-repeat;
  background-position: -0.2vw -0.3vw;
  background-size: 3.5vw 3.5vw;
}
.capa-box1 p,
.capa-box1popular p,
.capa-box1demo p {
  color: #FFFFFF;
  font-size: 30px;
  margin: 10px 0 4px;
  width: 100%;
  white-space: nowrap;
}
.capa-box1 span,
.capa-box1popular span,
.capa-box1demo span {
  color: #FFFFFF;
  float: left;
  font-size: 22px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 5px;
}
.capa-box2 {
  border-bottom: 1px #D5D5D5;
  float: left;
  font-size: 18px;
  padding: 8px 0 8px 0;
  text-align: center;
  width: 100%;
}
.capa-box3 {
  float: left;
  font-size: 13px;
  padding: 0 0 8px 0;
  text-align: center;
  width: 100%;
}
.capa-box4 {
  color: #036FD5;
  float: left;
  font-size: 24px;
  padding: 10px 0 0;
  text-align: center;
  width: 100%;
}
.capa-box-btn {
  background: #036FD5;
  border: 2px solid #036FD4 !important;
  color: #FFF !important;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  letter-spacing: 0;
  line-height: 33px;
  margin: 10%;
  padding: 10px 10% 9px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  /*+border-radius: 6px;*/
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  opacity: 1;
  transition: 0.25s;
}
.capa-box-btn:hover {
  background: #2CB98C;
  color: #FFF;
  text-decoration: none;
  border: 2px solid #2CB98C !important;
}
.demobtn {
  background: #00CA4A;
  border: 2px solid #00CA4A !important;
}
.demobtn:hover {
  background: #04BD48;
  border: 2px solid #04BD48 !important;
}
#featureblock {
  background-color: #F4F6F9;
  padding-bottom: 10px;
  padding-top: 10px;
  background-image: url(/images/matrix-grid-bottom.svg);
  background-size: 100% 100px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#containerleftright {
  display: table;
  position: relative;
}
#featureblock h3 {
  color: #222831;
  font-weight: 400;
}
#featureblock p {
  color: #222831;
  font-size: 19px;
}
#blockleft,
#blockright {
  width: 44%;
  margin-right: 0;
  margin-top: 0;
}
#blockright {
  float: right;
  padding-right: 4%;
}
#blockleft {
  float: left;
  padding-left: 4%;
}
.chat,
.chat:active .chat:focus .chat:visited {
  border: 1px none rgba(212, 70, 70, 0);
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0);
  height: 24px;
  color: #CFDFF7;
  margin-top: 0;
  outline: none;
  padding-left: 0;
  padding-right: 2px;
  padding-top: 0;
  font-weight: 500;
  transition: color 0.3s ease;
}
.chat:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.chat:hover {
  color: #FFFFFF;
}
.navBarTop {
  float: right;
  margin-top: 10px;
  height: 100%;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.activeTab {
  color: #BBC7D9;
}
nav a,
nav span,
nav a:visited,
nav a:link {
  color: #CFDFF7;
  display: block;
  font-size: 16px;
}
nav a:hover,
.expandableTitle:hover {
}
nav li.selected {
  font-size: 19px;
  color: #737373;
  margin-bottom: 10px;
}
.expandableCollapsed {
  background-image: url(/images/Arrows_Horizontal.svg);
  background-position: 147px 6px;
  background-repeat: no-repeat;
  background-size: 24px 14px;
}
.expandableOpen {
  background-image: url(/images/Arrows_Vertical.svg);
  background-position: 146px 7px;
  background-repeat: no-repeat;
  background-size: 24px 14px;
}
.menulink,
.expandableTitle {
  color: #35393D !important;
  margin-bottom: 10px;
}
.expandableCollapsed ul {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  max-height: 0;
  opacity: 0;
  overflow-y: hidden;
  padding: 0;
  transition: all 0.3s ease;
  width: 12.571em;
}
.expandableOpen ul {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  max-height: 60em;
  opacity: 1;
  overflow-y: hidden;
  padding: 0 0 0 2.386em;
  transition: all 0.3s ease;
  width: 10.571em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFF !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[role="button"] {
  cursor: pointer;
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #FCF8E3;
}
.text-left {
  text-align: left;
}
.text-success {
  color: #3C763D;
}
a.text-success:hover,
a.text-success:focus {
  color: #2B542C;
}
.text-info {
  color: #31708F;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.bg-info {
  background-color: #D9EDF7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #AFD9EE;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #EEEEEE;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  background-color: transparent;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table .table {
  background-color: #FFF;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #F5F5F5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #DFF0D8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #D9EDF7;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #A94442;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 150px;
  padding: 6px 0 5px;
  margin: 0 0 0 0;
  text-align: left;
  list-style: none;
  background-color: #F2F5F8;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 15px 7px;
  clear: both;
  font-weight: 400 !important;
  line-height: 1.42857143;
  color: #00327C;
  white-space: nowrap;
  background: linear-gradient(to right, #D3E5F4 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.18s ease-out;
}
.dropdown-menu > li > a:before {
  content: "› ";
  font-weight: bold;
  font-size: 24px;
  color: #FA8072;
}
.dropdown-menu > li > a:hover {
  background-position: left bottom;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #F5F5F5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #337AB7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.navbar-right .dropdown-menu-left {
  right: auto;
  left: 0;
}
.btn .caret {
  margin-left: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #FFFFFF !important;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-nav {
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}
.navbar-right {
  float: right;
  display: inline-flex;
}
.navbar-nav > li {
  float: left;
  padding-top: 6px;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.navbar-nav > li:hover {
}
.navbar-nav-mobi {
  float: right;
  padding-left: 0 !important;
  padding-right: 50px;
  margin-bottom: 5px;
}
.navbar-nav-mobi > li {
  float: left;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 6px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 17px;
  margin-right: 14px;
}
.navbar-nav-mobi > li:hover {
}
.notActivetab:hover,
.activeTab:hover,
.navbar-nav > li:hover {
  cursor: pointer;
  background-color: #026FBD;
  color: #FFFFFF;
}
.notActivetab:active,
.activeTab:active,
.navbar-nav > li:active {
  cursor: pointer;
  background-color: #027BD1;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-success {
  background-color: #5CB85C;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449D44;
}
.label-info {
  background-color: #5BC0DE;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31B0D5;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-bottom {
  vertical-align: bottom;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #DDD;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #FFF;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #FFF;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #FFF;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.text-hide {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* FAQs css */
.accordionfaq {
}
.innerfaq {
  overflow: hidden;
  display: none;
}
.innerfaq.show {
  display: block;
}
.togglefaq {
  display: inline-block;
  background: rgba(255, 255, 255, 0.780);
  padding: 14px 20px 12px;
  border-radius: 0.15em;
  border-top: 1px solid #CBCBCB;
  font-size: 20px;
}
.togglefaq:hover {
  background: #E6E6E6;
  color: #505050;
}
#qes {
  padding-left: 50px;
  font-size: 16px;
  padding-right: 20px !important;
  background-image: none;
  margin-right: 0;
}
#qes:before {
  content: "Q: ";
}
#ans {
  padding-left: 50px;
  padding-top: 0;
  font-size: 16px;
  padding-right: 10px !important;
}
#ans:before {
  content: "A: ";
}
#ext {
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  padding-right: 10px;
}
#ext:before {
}
/* Image carousel */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #FFF;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
/* Smooth fade-in for lazy-loaded images */
.lazyload {
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
.lazyloaded {
  opacity: 1;
}
/* Container for media buttons and footer links */
.footer-top-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}
/* Media buttons row*/
.mediaButtons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* space between buttons */
  width: 100%;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
/* Footer links row */
.footerLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 32px;
  /* force smaller height */
  line-height: 1;
}
.footerLinks a {
  white-space: nowrap;
  border-right: 1px solid #CCC;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  color: inherit;
  text-decoration: none;
}
.footerLinks a:last-child {
  border-right: none;
}
.footerAddress p a span.notranslate {
  font-size: 13px;
  font-weight: normal;
  color: #AAC4E5;
}
@media screen and (max-width: 1174px) {
  #left {
    display: none;
  }
  #right {
    width: 100%;
  }
  .menubg {
    display: inline-table;
    margin-right: 10px;
  }
  .expandableOpen ul {
    width: 90%;
  }
  .image3linkButtons {
    display: none;
  }
  .chat {
    display: none;
  }
  header {
    background-image: url(/images/Logo_Vector_Small.svg);
    background-size: 50px 50px;
  }
  .navbar-nav {
    margin-left: 0% !important;
  }
  .navBarTop {
    width: -webkit-calc(100% - 60px) !important;
    width: -moz-calc(100% - 60px) !important;
    width: calc(100% - 60px) !important;
  }
}
@media screen and (max-width: 725px) {
  header {
    background-image: none;
  }
  .navBarTop {
    width: 100% !important;
  }
  .demo {
    background-size: 12vw 12vw;
    background-position: -0.5vw -0.9vw;
  }
  .popular {
    background-size: 15vw 15vw;
  }
  .addthis_inline_follow_toolbox_xdu6,
  #sitelock,
  .supportImage,
  .navbar-right {
    display: none !important;
  }
  #blockleft,
  #blockright {
    float: left;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto !important;
  }
  .standardLayout h2,
  h3,
  h4,
  h5 {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
  .adaptive_logo {
    display: none;
  }
  .standardLayout p {
  }
  .standardLayout ul {
    margin: 0 auto;
  }
  .standardLayout h2,
  h3,
  h4,
  h5 {
    text-align: left;
  }
  .buyButtons {
    margin: 22px 0 0;
    padding: 0;
    width: 175px;
  }
  .linkButtons A, .buyButtons A, .linkButtons, {
    display: block;
    text-align: center;
    border: 2px solid #FFF;
    margin: 0 0 23px;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    word-wrap: normal !important;
    width: 100%;
  }
  .imagetext3 {
    display: none;
  }
  .satisfied_inner_box {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  .satisfied_inner_box1 {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  .satisfied_inner_box2 {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  .CAPA_software {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  .CAPA_softwareuser {
    display: none !important;
  }
  .tracking_software {
    float: left;
    margin-right: 2%;
    width: 96%;
  }
  .adaptive_contact {
    display: none;
  }
  #signUpTable th {
    width: auto;
  }
  .capa_price {
    width: 100% !important;
  }
  .capa-box-btn {
    border: medium none;
    margin: 5% 10%;
  }
  .capa-box2 {
    height: auto;
  }
  .capa-box1 span {
    margin-bottom: 1%;
  }
  .twoColumnLayout {
    width: 100%;
  }
  .leftColumn {
    width: 100%;
  }
  .rightColumn {
    width: 100%;
  }
  .capa-box1 {
    width: 100%;
  }
  .reviewBanner {
    display: none;
  }
  footer p {
    margin-left: 0;
    line-height: 1.7;
  }
  .badges,
  .footerLinks {
    display: none;
  }
  h1 {
    margin-right: 0 !important;
    margin-left: 0;
    font-size: 35px;
  }
}
/*# navBar.css */
