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;
  padding: 0;
  border: 0;
  font-size: 100%;
}
/* =================================================

	headerTop

================================================= */
#headerTop .inner {
  padding-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  #headerTop .inner {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .inner {
    background-color: #fff;
    padding: 10px 10px 0;
  }
  /* fixed */
  body.fixHeader {
    padding-top: 50px;
    position: relative;
  }
  body.fixHeader #headerTop {
    background: #fff;
    width: 100%;
    height: 55px;
    position: inherit;
    top: 0;
    left: 0;
    z-index: 101;
  }
}
/* ----------------------------------------------
	companyLogo
---------------------------------------------- */
#headerTop .companyLogo {
  float: left;
  margin-top: 15px;
  width: 194px;
}
#headerTop .companyLogo a {
  display: block;
  width: 194px;
  height: 32px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../common.r/img/logo_renesas.png) left top no-repeat;
}
@media screen and (max-width: 1200px) {
  #headerTop .companyLogo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .companyLogo {
    width: 155px;
    margin: 18px 0 6px;
    float: none;
  }
  #headerTop .companyLogo a {
    width: 155px;
    height: 25px;
    background: url(../common.r/img/logo_renesas.png) left top no-repeat;
    background-size: contain;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerTop .sideBlock {
  float: left;
  width: 863px;
  margin-left: 95px;
}
/*	cf ---------- */
#headerTop .sideBlock:before,
#headerTop .sideBlock:after {
  content: " ";
  display: table;
}
#headerTop .sideBlock:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  #headerTop .sideBlock {
    float: right;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 692px) {
  #headerTop .sideBlock {
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    top: 15px;
    right: 50px;
  }
}
@media screen and (max-width: 620px) {
  #headerTop .sideBlock {
    clear: both;
  }
}
/* ----------------------------------------------
	searchAllInputBox
---------------------------------------------- */
#headerTop .sideBlock .searchAllInputBox {
  float: left;
  width: 342px;
  margin-top: 15px;
  /*height: 30px;*/
}
@media screen and (max-width: 1200px) {
  #headerTop .sideBlock .searchAllInputBoxOpen {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.95);
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close {
    display: block;
    position: fixed;
    right: 10px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #b6b6b6;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    top: 26px;
    left: 18px;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #headerTop .sideBlock .searchAllInputBox {
    float: none;
    margin: 0px auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .searchAllInputBoxOpen .close {
    width: 50px;
    height: 50px;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    top: 23px;
    left: 13px;
  }
  #headerTop .sideBlock .searchAllInputBox {
    width: 300px;
  }
}
/* ----------------------------------------------
	searchAllBox
---------------------------------------------- */
#headerTop .sideBlock .searchAllBox {
  display: none;
}
@media screen and (max-width: 1200px) {
  #headerTop .sideBlock .searchAllBox {
    display: block;
    float: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .searchAllBox {
    padding-left: 0px;
  }
}
/* ----------------------------------------------
	accLangBox
---------------------------------------------- */
#headerTop .sideBlock .accLangBox .userBox,
#headerTop .sideBlock .accLangBox .languageBox {
  float: left;
  padding-left: 25px;
  margin-top: 15px;
}
/*	cf ---------- */
#headerTop .sideBlock .accLangBox:before,
#headerTop .sideBlock .accLangBox:after {
  content: " ";
  display: table;
}
#headerTop .sideBlock .accLangBox:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox,
  #headerTop .sideBlock .accLangBox .languageBox {
    margin-top: 0px;
    color: #fff;
  }
  /*	cf ---------- */
  #headerTop .sideBlock .accLangBox:before,
  #headerTop .sideBlock .accLangBox:after {
    content: " ";
    display: inline;
  }
  #headerTop .sideBlock .accLangBox:after {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .accLangBox .accountBox {
    /*display: none; */
  }
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox,
  #headerTop .sideBlock .accLangBox .languageBox {
    padding-left: 0px;
    padding-right: 10px;
  }
}
/* =================================================

	headerNav

================================================= */
#headerNav {
  position: relative;
  background: #37348b;
}
@media screen and (max-width: 767px) {
  /* fixed */
  body.fixHeader #headerNav {
    width: 100%;
    position: absolute;
    top: 55px;
  }
  /* SP_id_8 ?????? */
  #headerNav .inner .companyLogo {
    display: none;
  }
  /* SP_id_8 ?????? */
  body.fixHeader #headerNav .inner {
    padding: 0px;
    position: relative;
  }
  body.fixHeader #headerNav .inner .globalNav,
  body.fixHeader #headerNav .inner .sideBlock {
    position: relative !important;
    z-index: 100;
  }
}
/* ----------------------------------------------
	globalNavIcon
---------------------------------------------- */
#globalNavIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  /* fixed */
  /*
  #globalNavIcon:before,
  #globalNavIcon:after,
  #globalNavIcon span {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 3px;
    background-color: #37348b;
  }
  #globalNavIcon:before {
    margin-top: 11px;
  }
  #globalNavIcon span {
    margin-top: 20px;
  }
  #globalNavIcon:after {
    margin-top: 29px;
  }
  #globalNavIcon.alertIcon span:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -5px;
    width: 14px;
    height: 14px;
    background-color: #dfb603;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  html.gnavOpen #globalNavIcon:before,
  html.gnavOpen #globalNavIcon:after {
    left: 11px;
  }
  html.gnavOpen #globalNavIcon span {
    display: none;
    left: -50px;
    opacity: 0;
  }
  html.gnavOpen #globalNavIcon:before {
    margin-top: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.gnavOpen #globalNavIcon:after {
    margin-top: 21px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } */
}
/* ----------------------------------------------
	globalNav
---------------------------------------------- */
#headerNav .globalNav {
  float: left;
}
#headerNav .globalNav li {
  float: left;
  line-height: 0;
}
#headerNav .globalNav li a {
  position: relative;
  display: inline-block;
  padding: 0px 30px;
  font-size: 100%;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
#headerNav .globalNav li a.open {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .globalNav li a:hover {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .globalNav li a:hover:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 42%;
  border-top: 10px solid #706f6f;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
}
@media screen and (max-width: 1200px) {
  #headerNav .globalNav li a {
    padding: 0px 10px;
    font-size: 100%;
    line-height: 40px;
  }
  #headerNav .globalNav li a:hover {
    background: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav li a.active {
    text-decoration: none;
    background: #706f6f;
  }
  #headerNav .globalNav li a.active:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 34%;
    border-top: 10px solid #706f6f;
    border-right: 14px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav {
    display: none;
    float: none;
    background-color: rgba(55, 52, 139, 0.9);
  }
  #headerNav .globalNav li {
    float: none;
  }
  #headerNav .globalNav li a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .globalNav li a.open,
  #headerNav .globalNav li a:hover {
    background: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav li a span {
    display: block;
    position: relative;
    padding-right: 30px;
  }
  #headerNav .globalNav li a span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #headerNav .globalNav li a span.open:after {
    top: 35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 20190304?????? */
  #headerNav .globalNav li a span#userName {
    display: block;
    width: 100%;
    padding-left: 30px;
  }
  #headerNav .globalNav li a span#userName + i {
    display: none;
  }
  /* 20190304?????? */
}
/*	subNavArea
---------------------------------------------- */
#headerNav .globalNav .subNavArea {
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  overflow: hidden;
  /*jsAdjust*/
  background-color: rgba(55, 52, 139, 0.9);
}
/* RW-1012 ?????? */
#headerNav .globalNav .subNavArea .inner {
  width: 1220px !important;
  max-width: 1220px;
  height: 510px;
  padding: 0px 0px 20px;
  overflow: hidden;
  overflow-y: auto !important;
}
/* RW-1012 ?????? */
@media screen and (max-width: 1200px) {
  #headerNav .globalNav .subNavArea {
    width: 100% !important;
    top: 40px;
  }
  #headerNav .globalNav .subNavArea .inner {
    width: 100% !important;
    padding: 0px 0px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea {
    display: block;
    position: static;
    top: 0px;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .inner {
    height: auto;
    padding: 0px 0px 0px !important;
  }
}
/*	subNavArea > close
---------------------------------------------- */
/*	cf ---------- */
#headerNav .globalNav .subNavArea .close:before,
#headerNav .globalNav .subNavArea .close:after {
  content: " ";
  display: table;
}
#headerNav .globalNav .subNavArea .close:after {
  clear: both;
}
#headerNav .globalNav .subNavArea .close span {
  display: none;
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea .close span {
    display: none;
  }
}
/*	subNavArea > subNav
---------------------------------------------- */
#headerNav .globalNav .subNavArea .subNav ul {
  width: 260px;
  margin-right: 40px;
}
#headerNav .globalNav .subNavArea .subNav ul li ul {
  float: none;
  margin-left: 0px;
  margin-bottom: 14px;
}
#headerNav .globalNav .subNavArea .subNav ul li {
  float: none;
  background: none;
}
#headerNav .globalNav .subNavArea .subNav ul li a {
  display: block;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2;
  color: #dfb118;
}
#headerNav .globalNav .subNavArea .subNav ul li span {
  font-weight: bold;
  line-height: 1.2;
}
#headerNav .globalNav .subNavArea .subNav ul li ul li {
  padding-left: 1em;
}
#headerNav .globalNav .subNavArea .subNav ul li ul li a {
  font-weight: normal;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}
#headerNav .globalNav .subNavArea .subNav ul li a:hover:before {
  content: "";
  position: relative;
  bottom: 0px;
  left: 0px;
  border: none;
}
#headerNav .globalNav .subNavArea .subNav .navBox01 {
  float: left;
  padding-top: 20px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 {
  float: left;
  width: 378px;
  padding-top: 20px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 ul {
  float: left;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul {
  width: 378px;
  margin-left: 0px;
}
/*	cf ---------- */
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:before,
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:after {
  content: " ";
  display: table;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:after {
  clear: both;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
  float: left;
  width: 159px;
  margin-left: 30px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
  margin-left: 30px;
  border-bottom: 1px solid #434a6e;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li a {
  margin-left: 0px;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  #headerNav .globalNav .subNavArea .subNav ul {
    width: 100%;
    margin-left: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul {
    margin-bottom: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    display: inline-block;
    float: none;
    padding-right: 20px;
    padding-left: 0;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a {
    margin-bottom: 10px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li:last-child a {
    border-right: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox01,
  #headerNav .globalNav .subNavArea .subNav .navBox02 {
    clear: both;
    float: none;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 10px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 ul {
    float: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul {
    width: auto;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
    width: auto;
    margin-left: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea .subNav ul li a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul {
    /*display: none;*/
    margin: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul ul {
    display: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li {
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    display: block;
    padding-right: 0px;
    border-bottom: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a,
  #headerNav .globalNav .subNavArea .subNav ul li ul li a {
    border: none;
    margin: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span {
    position: static;
    padding-right: 14px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span.open:after {
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #headerNav .globalNav .subNavArea .subNav ul li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a {
    padding: 12px 20px 12px 30px;
    border-bottom: 1px solid #fff;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li a,
  #headerNav .globalNav .subNavArea .subNav ul li ul li.link-removed {
    padding: 0px 20px 0px 30px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 3.33;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li ul li a {
    padding: 10px 20px 8px 40px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox01,
  #headerNav .globalNav .subNavArea .subNav .navBox02 {
    margin: 0px;
    padding-top: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
    padding: 12px 20px 12px 30px;
    border-bottom: 1px solid #fff;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
    float: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li a {
    padding: 10px 20px 8px 30px;
    border-bottom: 1px solid #d2d5ec;
    font-size: 88%;
    background-color: #7075a8;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerNav .sideBlock {
  float: right;
}
#headerNav .sideBlock .parSearchBox,
#headerNav .sideBlock .historyBox {
  float: left;
  margin-left: 0;
}
#headerNav .sideBlock .historyBox {
  display: block;
}
@media screen and (max-width: 1200px) {
  #headerNav .sideBlock .parSearchBox {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .sideBlock {
    float: none;
    background-color: #37348b;
  }
  #headerNav .sideBlock .parSearchBox {
    float: none;
    margin: 0px;
    font-size: 100%;
  }
  #headerNav .sideBlock .parSearchBox a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .sideBlock .parSearchBox a span {
    min-height: inherit;
  }
  #headerNav .sideBlock .historyBox {
    display: none;
  }
}
/*-- ????????? --*/
#headerNav .sideBlock div a {
  padding: 0 30px;
  position: relative;
}
#headerNav .sideBlock div a.open {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .sideBlock div a:hover {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .sideBlock div a:hover:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 42%;
  border-top: 10px solid #706f6f;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
}
@media screen and (max-width: 1200px) {
  #headerNav .sideBlock div a {
    padding: 0px 10px;
    font-size: 100%;
  }
  #headerNav .sideBlock div a:hover:before {
    left: 34%;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .sideBlock {
    display: none;
    float: none;
    background-color: #37348b;
  }
  #headerNav .sideBlock div {
    float: none;
  }
  #headerNav .sideBlock div a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .sideBlock div a.open,
  #headerNav .sideBlock div a:hover {
    background: none;
  }
  #headerNav .sideBlock div a:hover:before,
  #headerNav .sideBlock div a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .sideBlock div a span {
    display: block;
    position: relative;
    padding-right: 30px;
  }
  #headerNav .sideBlock div a span:after {
    content: "";
    position: absolute;
    top: 4%;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #headerNav .sideBlock div a span.open:after {
    top: 28%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*	subNavArea > subNav > thumb
---------------------------------------------- */
.navBox01.thumb {
  color: #fff;
  position: absolute;
  top: 60px;
  right: 10px;
}
.navBox01.thumb a {
  padding: 0 !important;
}
.navBox01.thumb a:before {
  display: none !important;
}
.navBox01.thumb img {
  margin-bottom: 10px;
}
.navBox01.thumb p {
  margin-bottom: 20px;
}
.navBox01:nth-of-type(6n) {
  clear: both;
}
@media screen and (max-width: 1200px) {
  .navBox01.thumb {
    float: none;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .navBox01.thumb a {
    padding: 10px 0 15px !important;
    text-align: center;
  }
  .navBox01.thumb p {
    margin-bottom: 0;
  }
}
/* =================================================

	headersub

================================================= */
#headerSub {
  position: relative;
  padding: 15px 0px 0px;
}
@media screen and (max-width: 1200px) {
  #headerSub {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  #headerSub {
    display: none;
  }
}
/* ----------------------------------------------
	topicPath
---------------------------------------------- */
#headerSub .topicPath {
  width: 73.9%;
  float: left;
}
#headerSub .topicPath li {
  display: inline;
  font-size: 14px;
  color: #2a289d;
  list-style-type: none;
}
#headerSub .topicPath li {
  padding-right: 16px;
  color: #706f6f;
}
#headerSub .topicPath li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
#headerSub .topicPath li:before,
#headerSub .topicPath li:after {
  content: " ";
  position: absolute;
  top: 8px;
  background-color: transparent;
}
#headerSub .topicPath li:before {
  border-width: 4px 0px 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #767e82;
  right: 0px;
}
#headerSub .topicPath li:after {
  border-width: 4px 0px 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: 3px;
}
#headerSub .topicPath li:last-child:before,
#headerSub .topicpath li:last-child:after {
  content: none;
}
@media screen and (max-width: 1200px) {
  #headerSub .topicPath {
    width: 63.9%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #headerSub .topicPath {
    display: none;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerSub .sideBlock {
  float: right;
  font-size: 14px;
}
#headerSub .shareBox,
#headerSub .favoBox {
  float: left;
  margin-left: 30px;
}
#contents .sideBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  #headerSub .sideBlock {
    float: none;
    padding: 8px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    display: none;
  }
  #headerSub .shareBox,
  #headerSub .favoBox {
    display: inline-block;
    float: none;
    margin-left: 0px;
    padding: 0px 10px;
  }
  /* contents */
  #contents .sideBlock {
    width: 95px;
    padding: 10px 0 0;
    text-align: center;
    display: block;
    float: right;
  }
  #contents .shareBox,
  #contents .favoBox {
    display: inline-block;
    float: none;
    margin-left: 0px;
    padding: 0px 5px;
  }
  #contents .sideBlock a {
    width: 28px;
  }
  #contents .shareBox > a {
    background: url(../common.r/img/icon_share_s.png) left center no-repeat;
    width: 28px;
    height: 28px;
  }
  #contents .favoBox > a {
    background: url(../common.r/img/icon_favo_s.png) left top no-repeat;
    width: 28px;
    height: 28px;
  }
  #contents .shareBox a span,
  #contents .favoBox a span {
    display: none;
  }
  #contents .shareBox .shareBoxOpen div:after,
  #contents .shareBox .shareBoxOpen div:before {
    left: 110px;
  }
}
/* =================================================

	footer

================================================= */
#footer {
  clear: both;
  position: relative;
  padding-bottom: 40px;
  background-color: #000;
}
/* ----------------------------------------------
	footerNav
---------------------------------------------- */
.footerNav {
  padding-bottom: 28px;
}
/*	cf ---------- */
.footerNav:before,
.footerNav:after {
  content: " ";
  display: table;
}
.footerNav:after {
  clear: both;
}
.footerNav dl {
  float: left;
  width: 320px;
  margin-right: 30px;
  margin-top: 34px;
}
.footerNav dt {
  font-size: 113%;
  color: #fff;
}
.footerNav dd {
  padding-top: 4px;
  line-height: 0;
}
.footerNav dd a {
  display: block;
  font-size: 88%;
  line-height: 1.6;
  color: #fff;
}
.footerNav dd ul {
  float: left;
  margin-right: 20px;
}
.footerNav dd li {
  padding-top: 16px;
}
.footerNav dd .icon li a {
  min-height: 20px;
  line-height: 1.6;
  background-position: 0% center;
  background-repeat: no-repeat;
}
.footerNav dd .icon li a.footerImageIcon {
  padding-left: 35px;
}
.footerNav dd .icon li a i.fa.fa-fw {
  text-align: left;
}
.footerNav dd .icon .linkedIn a {
  background-image: url(../common.r/img/icon_linkedin02.png);
}
.footerNav dd .icon .facebook a {
  background-image: url(../common.r/img/icon_facebook02.png);
}
.footerNav dd .icon .twitter a {
  background-image: url(../common.r/img/icon_twitter02.png);
}
.footerNav dd .icon .youtube2 a {
  background-image: url(../common.r/img/icon_youtube02.png);
}
.footerNav dd .icon .rss a {
  background-image: url(../common.r/img/icon_rss02.png);
}
@media screen and (max-width: 767px) {
  .footerNav dl {
    width: auto;
    margin-right: 20px;
    margin-top: 26px;
    text-align: center;
    clear: both;
    float: none;
    display: none;
  }
  .footerNav dt {
    display: none;
  }
  .footerNav dd {
    padding-top: 0px;
  }
  /*	cf ---------- */
  .footerNav dd:before,
  .footerNav dd:after {
    content: " ";
    display: table;
  }
  .footerNav dd:after {
    clear: both;
  }
  .footerNav dd a {
    font-size: 75%;
  }
  .footerNav dd ul {
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
  }
  .footerNav dd li {
    padding-top: 10px;
    display: inline-block;
  }
  .footerNav dd .icon li a {
    min-height: 20px;
    line-height: 1.6;
    background-position: 0% center;
    background-repeat: no-repeat;
    font-size: 100%;
  }
  .footerNav dd ul.icon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footerNav dd .icon li a span {
    display: none;
  }
  .footerNav dl:nth-child(2),
  .footerNav dl:nth-child(3) {
    display: block;
  }
  .footerNav dl:nth-child(2) ul {
    margin: 0;
    text-align: center;
    float: none;
    display: inline-block;
  }
  .footerNav dl:nth-child(2) li {
    margin: 0 5px;
    display: inline-block;
  }
  .footerNav dl:nth-child(3) dd {
    margin: 0 auto;
    display: inline-block;
  }
}
div.rnss-under-footer {
  height: 50px;
  background-color: #333333;
  padding: 14px 0;
}
div.rnss-under-footer .no-padding {
  padding: 0;
}
div.rnss-under-footer .rnss-under-footer-links,
div.rnss-under-footer .rnss-under-footer-links a,
div.rnss-under-footer div.copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  div.rnss-under-footer .container .col-xs-12 {
    text-align: center;
  }
}
/* ----------------------------------------------
	copyright
---------------------------------------------- */
#footer .copyright {
  clear: both;
  font-size: 82%;
  color: #706f6f;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    text-align: center;
  }
}
/* =================================================

	Common button

================================================= */
/* ----------------------------------------------
	btnContact
---------------------------------------------- */
.btnContact {
  position: fixed;
  right: 0px;
  top: 320px;
}
.btnContact a {
  display: block;
  width: 73px;
  height: 77px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  word-wrap: normal;
  background: url(../common.r/img/btn_contact.png) left top no-repeat;
}
@media screen and (max-width: 767px) {
  .btnContact {
    top: 330px;
  }
  .btnContact a {
    display: none;
  }
  /* headerTop */
  #headerTop .btnContact {
    display: none;
  }
}
/* ----------------------------------------------
	btnPageTop
---------------------------------------------- */
.btnPageTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  margin-bottom: 40px;
  /**/
  height: 24px;
  padding: 0;
  overflow: hidden;
  clear: both;
  z-index: 989;
}
.btnPageTop a {
  background: url(../common.r/img/btn_pagetop.png) left top no-repeat;
  padding-left: 34px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btnPageTop {
    margin-top: 20px;
    padding: 0;
  }
}
/* ----------------------------------------------
	btnClose
---------------------------------------------- */
.btnClose {
  height: 25px;
  padding: 40px 0 0;
  overflow: hidden;
}
.btnClose a {
  background: url(../common.r/img/btn_close.png) left top no-repeat;
  padding-left: 30px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .btnClose {
    padding: 20px 0 0;
  }
}
/* =================================================

	searchAllInputBox

================================================= */
.searchBG {
  display: none;
}
.searchAllInputBox {
  position: relative;
  width: 587px;
  height: 34px;
}
.searchAllInputBox input {
  display: block;
  padding: 0px;
  margin: 0px;
  border: none;
  outline: none;
}
/*	cf ---------- */
.searchAllInputBox .searchInput:before,
.searchAllInputBox .searchInput:after {
  content: " ";
  display: table;
}
.searchAllInputBox .searchInput:after {
  clear: both;
}
.searchAllInputBox .searchInput .select {
  float: left;
  width: 105px;
  height: 30px;
  padding-left: 12px;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  background: -moz-linear-gradient(top, #f0f0f0 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, #eaeaea 100%);
  cursor: pointer;
  /**/
  display: none;
}
.searchAllInputBox .searchInput .select .selectBtn span {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 94%;
  font-weight: bold;
  line-height: 30px;
}
.searchAllInputBox .searchInput .select .selectBtn span:after {
  content: "";
  position: absolute;
  top: 46%;
  right: 10px;
  border-top: 5px solid #003163;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.searchAllInputBox .searchInput .navSearchInputText {
  float: left;
  width: 210px;
  height: 30px;
  padding-left: 10px;
  padding-right: 40px;
  border-top: 1px solid #706f6f;
  border-bottom: 1px solid #706f6f;
  border-left: 1px solid #706f6f;
  font-size: 94%;
  line-height: 30px;
}
.searchAllInputBox .navSearchSubmitBtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 32px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  font-size: 94%;
  color: #fff;
  background-color: #706f6f;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .searchAllInputBox {
    position: static;
    width: auto;
    height: auto;
  }
  .searchAllInputBox input {
    margin-top: 10px;
  }
  .searchAllInputBox .searchInput .select,
  .searchAllInputBox .searchInput .navSearchInputText,
  .searchAllInputBox .navSearchSubmitBtn {
    height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .searchAllInputBox .searchInput .select {
    float: none;
    width: 278px;
  }
  .searchAllInputBox .searchInput .select .selectBtn span:before {
    top: 48%;
    right: 10px;
    border-top: 5px solid #003163;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .searchAllInputBox .searchInput .navSearchInputText {
    width: 100%;
    height: 33px;
    margin: 0;
    border: 1px solid #b6b6b6;
    line-height: 33px;
  }
  .searchAllInputBox .navSearchSubmitBtn {
    right: 0;
    width: 80px;
    height: 35px;
    margin: 0;
    line-height: 35px;
  }
}
/* =================================================

	searchAllBox / accountBox / languageBox

================================================= */
.accountBox {
  /* position: relative; */
}
.accountBox .accountBoxInner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 10px solid transparent;
  margin-left: -11px;
}
.accountBox .accountBoxInner:before {
  border-color: rgba(206, 206, 206, 0);
  border-top: 8px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 8px solid #cecece;
  border-left: 11px solid transparent;
  margin-left: -12px;
}
.accountBox .accountBoxInner {
  background: #fff;
  width: 180px;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cecece;
  box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  z-index: 1001;
  display:none;
  /*box-sizing: content-box; */
}
.accountBox .accountBoxInner h2 {
  line-height: 32px;
  font-size: 90%;
}
.accountBox .accountBoxInner h2.myaccount {
  display: block;
}
.accountBox .accountBoxInner li {
  margin-top: 10px;
  text-align: left;
  font-size: 90%;
}
.accountBox .accountBoxInner p {
  text-align: left;
  font-size: 90%;
}
.accountBox .accountBoxInner p a {
  /* line-height: normal; */
  display: inline;
}
.accountBox .accountBoxInner .btn01 {
  margin: 0 auto 10px;
}
.accountBox .accountBoxInner a span {
  background-image: none;
  min-height: 0;
  padding-left: 0;
}
.accountBox .accountBoxInner span.update {
  font-weight: bold;
  color: #f00;
}
.accountBox ul {
  list-style: none;
}
.accountBox > a {
  display: inline-block;
  font-size: 94%;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}
.languageBox {
  /*position: relative; */
}
.languageBox .languageBoxInner:after,
.languageBox .languageBoxInner:before {
  position: absolute;
  right: 20px;
  bottom: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
}.languageBox .languageBoxInner h2{color: #1c1c1c;font-size: 18px;font-weight: 600;line-height: 1.33;margin-bottom: 10px}
.languageBox .languageBoxInner:after {
  border-color: rgba(255, 255, 255, 0);
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 10px solid transparent;
  margin-left: -11px;
}
.languageBox .languageBoxInner:before {
  border-color: rgba(206, 206, 206, 0);
  border-top: 8px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 8px solid #cecece;
  border-left: 11px solid transparent;
  margin-left: -12px;
}
/* PC_id_5 ?????? */
.languageBox .languageBoxInner {
  background: #fff;
  width: 200px;
  padding: 20px;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cecece;
  box-shadow: 4px 4px 19px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  right: 0px;
  z-index: 1001;
  display: none;
}
/* PC_id_5 ?????? */
.languageBox .languageBoxInner a {
  font-size: 80%;
}
.languageBox .languageBoxInner a:hover {
  text-decoration: underline;
}
.languageBox .languageBoxInner .btnClose {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.searchAllBox a,
.accountBox a,
.languageMenu a {
  display: inline-block;
  font-size: 94%;
  line-height: 25px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.userBox a {
  display: inline-block;
  font-size: 94%;
  line-height: 25px;
  text-decoration: none;
  color: #706f6f;
  cursor: pointer;
}
.searchAllBox a span,
.languageBox a span {
  display: inline-block;
  min-height: 32px;
  padding-left: 42px;
  background-position: 0% center;
  background-repeat: no-repeat;
}
.userBox a span {
  display: inline-block;
  min-height: 32px;
  padding-left: 28px;
  background-position: 0% 48%;
  background-repeat: no-repeat;
}
.languageBox a span {
  padding-left: 0;
}
/*	searchAllBox
---------------------------------------------- */
.searchAllBox a span {
  background-image: url(../common.r/img/icon_search.png);
}
/*	languageBox
---------------------------------------------- */
.languageBox a {
  position: relative;
}
.languageBox li a {
  line-height: 1.6;
}
.languageBox li {
  margin-top: 5px;
}
.languageBox li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .searchAllBox a,
  .userBox a,
  .accountBox a,
  .languageBox a {
    line-height: 48px;
  }
  .userBox a span,
  .userBox.noAlert a span {
    background-size: auto 50%;
  }
}
@media screen and (max-width: 767px) {
  /*.searchAllBox a,
  .userBox a,
  .accountBox a,
  .languageBox a {
    font-size: 75%;
    line-height: 32px;
  }
  .searchAllBox a span,
  .userBox a span,
  .accountBox a span {
    padding-left: 32px;
    background-size: 26px auto;
  } */
  /*	searchAllBox
---------------------------------------------- */
  .searchAllBox a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .searchAllBox a span {
    background: url(../common.r/img/icon_search04.png) left top no-repeat;
    background-size: contain;
    text-indent: -999px;
  }
  /*	languageBox
---------------------------------------------- */
  .languageBox > a {
    padding: 0 0 0 15px;
  }
  .languageBox a span {
    background-size: 28px auto;
    width: 0;
    padding-left: 28px;
    overflow: hidden;
  }
  .languageBox a:before {
    content: "";
    position: absolute;
    top: 44%;
    right: 0px;
    border-top: 4px solid #1565c0;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .languageBox > a:before {
    display: none;
  }
  .languageBox .languageBoxInner {
    background: #fff;
    width: 260px;
    right: -40px;
  }
  .languageBox .languageBoxInner:after,
  .languageBox .languageBoxInner:before {
    right: 50px;
  }
  .languageBox .languageBoxInner a {
    padding-right: 15px;
  }
}
/* =================================================

	parSearchBox / historyBox

================================================= */
.parSearchBox a,
.historyBox a {
  display: inline-block;
  font-size: 94%;
  line-height: 32px;
  text-decoration: none;
  color: #fff;
}
.parSearchBox a span,
.historyBox a span {
  display: inline-block;
  min-height: 20px;
  background-position: 0% center;
  background-repeat: no-repeat;
}
/*	historyBox
---------------------------------------------- */
.historyBox > a > span {
  padding-left: 28px;
}
@media screen and (max-width: 1200px) {
  .parSearchBox,
  .historyBox {
    font-size: 75%;
  }
  .historyBox ul {
    font-size: 130%;
  }
  .historyBox ul ul {
    font-size: 100%;
  }
  .parSearchBox a,
  .historyBox a {
    line-height: 40px;
  }
}
/* =================================================

	Page Layout

================================================= */
#contents {
  position: relative;
}
#headerTop .inner,
#headerNav .inner,
#headerSub .inner,
#footer .inner,
#contents .inner {
  width: 1200px;
  margin: 0px auto;
}
/*	cf ---------- */
#headerTop .inner:before,
#headerTop .inner:after,
#headerNav .inner:before,
#headerNav .inner:after,
#headerSub .inner:before,
#headerSub .inner:after,
#footer .inner:before,
#footer .inner:after,
#contents .inner:before,
#contents .inner:after {
  content: " ";
  display: table;
}
#headerTop .inner:after,
#headerNav .inner:after,
#headerSub .inner:after,
#footer .inner:after,
#contents .inner:after {
  clear: both;
}
@media screen and (max-width: 1200px) {
  #headerTop .inner,
  #headerNav .inner,
  #headerSub .inner,
  #footer .inner,
  #contents .inner,
  #contents .contents01,
  #contents .contents02,
  #contents .contents03,
  #contents .contents04 {
    width: auto;
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .inner,
  #headerNav .inner,
  #headerSub .inner,
  #footer .inner,
  #contents .inner,
  #contents .contents01,
  #contents .contents02,
  #contents .contents03,
  #contents .contents04 {
    width: auto;
    padding: 0px 10px;
  }
  #headerTop .inner {
    background: #003264;
  }
}
ol ul,
ul ol,
ul ul,
ol ol {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}
/* =================================================

	headerTop

================================================= */
/* PC_id_6 ?????? */
#headerTop .inner {
  padding-bottom: 0;
}
/* PC_id_6 ?????? */
@media screen and (max-width: 1151px) {
  #headerTop .inner {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .inner {
    background-color: #fff;
    padding: 10px 10px 0;
  }
  /* fixed */
  body.fixHeader {
    padding-top: 50px;
    position: relative;
  }
  body.fixHeader #headerTop {
    background: #fff;
    width: 100%;
    height: 55px;
    position: inherit;
    top: 0;
    left: 0;
    z-index: 101;
  }
}
/* ----------------------------------------------
	companyLogo
---------------------------------------------- */
#headerTop .companyLogo {
  float: left;
  margin-top: 15px;
  width: 194px;
}
#headerTop .companyLogo a {
  display: block;
  width: 194px;
  height: 32px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../common.r/common/img/logo_renesas.png) left top no-repeat;
}
@media screen and (max-width: 1151px) {
  #headerTop .companyLogo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .companyLogo {
    /* width: 155px;
    margin: 18px 0 6px;
    float: none; */
    display:none;
  }
  #headerTop .companyLogo a {
    width: 155px;
    height: 25px;
    background: url(../common.r/common/img/logo_renesas.png) left top no-repeat;
    background-size: contain;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerTop .sideBlock {
  float: left;
  width: 863px;
  margin-left: 95px;
}
/*	cf ---------- */
#headerTop .sideBlock:before,
#headerTop .sideBlock:after {
  content: " ";
  display: table;
}
#headerTop .sideBlock:after {
  clear: both;
}
@media screen and (max-width: 1151px) {
  #headerTop .sideBlock {
    float: right;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 692px) {
  #headerTop .sideBlock {
    float: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    position: absolute;
    top: 15px;
    right: 50px;
  }
}
@media screen and (max-width: 620px) {
  #headerTop .sideBlock {
    clear: both;
  }
}
/* ----------------------------------------------
	searchAllInputBox
---------------------------------------------- */
#headerTop .sideBlock .searchAllInputBox {
  float: left;
  width: 342px;
  margin-top: 15px;
  /*height: 30px;*/
}
@media screen and (max-width: 1151px) {
  #headerTop .sideBlock .searchAllInputBoxOpen {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.95);
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close {
    display: block;
    position: fixed;
    right: 10px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 3px;
    background: #b6b6b6;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    top: 26px;
    left: 18px;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #headerTop .sideBlock .searchAllInputBox {
    float: none;
    margin: 0px auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .searchAllInputBoxOpen .close {
    width: 50px;
    height: 50px;
  }
  #headerTop .sideBlock .searchAllInputBoxOpen .close:before,
  #headerTop .sideBlock .searchAllInputBoxOpen .close:after {
    top: 23px;
    left: 13px;
  }
  #headerTop .sideBlock .searchAllInputBox {
    width: 300px;
  }
}
/* ----------------------------------------------
	searchAllBox
---------------------------------------------- */
#headerTop .sideBlock .searchAllBox {
  display: none;
}
@media screen and (max-width: 1151px) {
  #headerTop .sideBlock .searchAllBox {
    display: block;
    float: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .searchAllBox {
    padding-left: 0px;
    padding-right: 10px;
  }
}
/* ----------------------------------------------
	accLangBox
---------------------------------------------- */
@media screen and (max-width: 1151px) {
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox,
  #headerTop .sideBlock .accLangBox .languageBox {
    margin-top: 0px;
    color: #fff;
  }
  /*	cf ---------- */
  #headerTop .sideBlock .accLangBox:before,
  #headerTop .sideBlock .accLangBox:after {
    content: " ";
    display: inline;
  }
  #headerTop .sideBlock .accLangBox:after {
    clear: none;
  }
}
@media screen and (max-width: 767px) {
  #headerTop .sideBlock .accLangBox .accountBox {
    /* display: none; */
  }
  #headerTop .sideBlock .accLangBox .accountBox.signIn {
    display: block;
  }
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox {
    padding-left: 15px;
    padding-right: 15px;
  }
  #headerTop .sideBlock .accLangBox .languageBox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* =================================================

	headerNav

================================================= */
#headerNav {
  position: relative;
  background: #37348b;
}
@media screen and (max-width: 767px) {
  /* fixed */
  body.fixHeader #headerNav {
    width: 100%;
    position: absolute;
    top: 55px;
  }
  body.fixHeader #headerNav .inner {
    padding: 0px;
    position: relative;
  }
  body.fixHeader #headerNav .inner .globalNav,
  body.fixHeader #headerNav .inner .sideBlock {
    position: relative !important;
    z-index: 100;
  }
}
/* ----------------------------------------------
	globalNavIcon
---------------------------------------------- */
#globalNavIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  /* fixed */
  /* body.fixHeader #globalNavIcon {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    left: initial;
    z-index: 102;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
  }
  #globalNavIcon:before,
  #globalNavIcon:after,
  #globalNavIcon span {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 3px;
    background-color: #37348b;
  }
  #globalNavIcon:before {
    margin-top: 11px;
  }
  #globalNavIcon span {
    margin-top: 20px;
  }
  #globalNavIcon:after {
    margin-top: 29px;
  }
  #globalNavIcon.alertIcon span:after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -5px;
    width: 14px;
    height: 14px;
    background-color: #dfb603;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
  html.gnavOpen #globalNavIcon:before,
  html.gnavOpen #globalNavIcon:after {
    left: 11px;
  }
  html.gnavOpen #globalNavIcon span {
    display: none;
    left: -50px;
    opacity: 0;
  }
  html.gnavOpen #globalNavIcon:before {
    margin-top: 21px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.gnavOpen #globalNavIcon:after {
    margin-top: 21px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  } */
}
/* ----------------------------------------------
	globalNav
---------------------------------------------- */
#headerNav .globalNav {
  float: left;
}
#headerNav .globalNav li {
  float: left;
  line-height: 0;
}
#headerNav .globalNav li a {
  position: relative;
  display: inline-block;
  padding: 0px 30px;
  font-size: 100%;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
#headerNav .globalNav li a.open {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .globalNav li a:hover {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .globalNav li a:hover:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 42%;
  border-top: 10px solid #706f6f;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
}
#headerNav .globalNav li.userBoxList {
  display: none;
}
@media screen and (max-width: 1151px) {
  #headerNav .globalNav li a {
    padding: 0px 10px;
    font-size: 100%;
    line-height: 40px;
  }
  #headerNav .globalNav li a:hover {
    background: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav li a.active {
    text-decoration: none;
    background: #706f6f;
  }
  #headerNav .globalNav li a.active:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 34%;
    border-top: 10px solid #706f6f;
    border-right: 14px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav {
    display: none;
    float: none;
    background-color: rgba(55, 52, 139, 0.9);
  }
  #headerNav .globalNav li {
    float: none;
  }
  #headerNav .globalNav li a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .globalNav li a.open,
  #headerNav .globalNav li a:hover {
    background: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav li a span {
    display: block;
    position: relative;
    padding-right: 30px;
  }
  #headerNav .globalNav li a span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #headerNav .globalNav li a span.open:after {
    top: 35%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*	subNavArea
---------------------------------------------- */
#headerNav .globalNav .subNavArea {
  display: none;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  overflow: hidden;
  /*jsAdjust*/
  background-color: rgba(55, 52, 139, 0.9);
}
#headerNav .globalNav .subNavArea .inner {
  height: 400px;
  /*565px*/
  padding: 0px 0px 20px;
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 1151px) {
  #headerNav .globalNav .subNavArea {
    width: 100% !important;
    top: 40px;
  }
  #headerNav .globalNav .subNavArea .inner {
    width: 100% !important;
    padding: 0px 0px 20px !important;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea {
    display: block;
    position: static;
    top: 0px;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .inner {
    height: auto;
    padding: 0px 0px 0px !important;
  }
}
/*	subNavArea > close
---------------------------------------------- */
/*	cf ---------- */
#headerNav .globalNav .subNavArea .close:before,
#headerNav .globalNav .subNavArea .close:after {
  content: " ";
  display: table;
}
#headerNav .globalNav .subNavArea .close:after {
  clear: both;
}
#headerNav .globalNav .subNavArea .close span {
  display: none;
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea .close span {
    display: none;
  }
}
/*	subNavArea > subNav
---------------------------------------------- */
#headerNav .globalNav .subNavArea .subNav ul {
  width: 260px;
  margin-right: 40px;
}
#headerNav .globalNav .subNavArea .subNav ul li ul {
  float: none;
  margin-left: 0px;
  margin-bottom: 14px;
}
#headerNav .globalNav .subNavArea .subNav ul li {
  float: none;
  background: none;
}
#headerNav .globalNav .subNavArea .subNav ul li a {
  display: block;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2;
  color: #dfb118;
}
#headerNav .globalNav .subNavArea .subNav ul li ul li {
  padding-left: 1em;
}
#headerNav .globalNav .subNavArea .subNav ul li ul li a {
  font-weight: normal;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}
#headerNav .globalNav .subNavArea .subNav ul li a:hover:before {
  content: "";
  position: relative;
  bottom: 0px;
  left: 0px;
  border: none;
}
#headerNav .globalNav .subNavArea .subNav .navBox01 {
  float: left;
  padding-top: 20px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 {
  float: left;
  width: 378px;
  padding-top: 20px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 ul {
  float: left;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul {
  width: 378px;
  margin-left: 0px;
}
/*	cf ---------- */
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:before,
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:after {
  content: " ";
  display: table;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul:after {
  clear: both;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
  float: left;
  width: 159px;
  margin-left: 30px;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
  margin-left: 30px;
  border-bottom: 1px solid #434a6e;
}
#headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li a {
  margin-left: 0px;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  #headerNav .globalNav li.mainNav {
    margin: 0;
  }
  #headerNav .globalNav .subNavArea .subNav ul {
    width: 100%;
    margin-left: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul {
    margin-bottom: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    display: inline-block;
    float: none;
    padding-right: 20px;
    padding-left: 0;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a {
    margin-bottom: 10px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li:last-child a {
    border-right: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox01,
  #headerNav .globalNav .subNavArea .subNav .navBox02 {
    clear: both;
    float: none;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 10px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 ul {
    float: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul {
    width: auto;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
    width: auto;
    margin-left: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .globalNav .subNavArea .subNav ul li a:hover {
    text-decoration: underline;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul {
    /*display: none;*/
    margin: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul ul {
    display: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li {
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    display: block;
    padding-right: 0px;
    border-bottom: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a,
  #headerNav .globalNav .subNavArea .subNav ul li ul li a {
    border: none;
    margin: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span {
    position: static;
    padding-right: 14px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span.open:after {
    top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #headerNav .globalNav .subNavArea .subNav ul li a:hover {
    text-decoration: none;
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a {
    padding: 12px 20px 12px 30px;
    border-bottom: 1px solid #fff;
  }
  #headerNav .globalNav .subNavArea .subNav ul li > span {
    padding: 12px 20px 12px 30px;
    border-bottom: 1px solid #fff;
    font-size: 90%;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    background-color: transparent;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li a {
    padding: 0px 20px 0px 30px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    line-height: 3.33;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li ul li a {
    padding: 10px 20px 8px 40px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox01,
  #headerNav .globalNav .subNavArea .subNav .navBox02 {
    margin: 0px;
    padding-top: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li a {
    padding: 12px 20px 12px 30px;
    border-bottom: 1px solid #fff;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li {
    float: none;
  }
  #headerNav .globalNav .subNavArea .subNav .navBox02 div.boxThrough ul li ul li a {
    padding: 10px 20px 8px 30px;
    border-bottom: 1px solid #d2d5ec;
    font-size: 88%;
    background-color: #7075a8;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerNav .sideBlock {
  float: right;
}
#headerNav .sideBlock .parSearchBox,
#headerNav .sideBlock .historyBox {
  float: left;
  margin-left: 0;
}
#headerNav .sideBlock .historyBox {
  display: block;
}
@media screen and (max-width: 1151px) {
  #headerNav .sideBlock .parSearchBox {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .sideBlock {
    float: none;
    background-color: #37348b;
  }
  #headerNav .sideBlock .parSearchBox {
    float: none;
    margin: 0px;
    font-size: 100%;
  }
  #headerNav .sideBlock .parSearchBox a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .sideBlock .parSearchBox a span {
    min-height: inherit;
  }
  #headerNav .sideBlock .historyBox {
    display: none;
  }
}
/*-- ????????? --*/
#headerNav .sideBlock div a {
  padding: 0 30px;
  position: relative;
}
#headerNav .sideBlock div a.open {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .sideBlock div a:hover {
  text-decoration: none;
  background: #706f6f;
}
#headerNav .sideBlock div a:hover:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 42%;
  border-top: 10px solid #706f6f;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
}
@media screen and (max-width: 1151px) {
  #headerNav .sideBlock div a {
    padding: 0px 10px;
    font-size: 100%;
  }
  #headerNav .sideBlock div a:hover:before {
    left: 34%;
  }
}
@media screen and (max-width: 767px) {
  #headerNav .sideBlock {
    display: none;
    float: none;
    background-color: #37348b;
  }
  #headerNav .sideBlock div {
    float: none;
  }
  #headerNav .sideBlock div a {
    display: block;
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #fff;
    line-height: 1.4;
  }
  #headerNav .sideBlock div a.open,
  #headerNav .sideBlock div a:hover {
    background: none;
  }
  #headerNav .sideBlock div a:hover:before,
  #headerNav .sideBlock div a:hover:after {
    content: "";
    position: relative;
    bottom: 0px;
    left: 0px;
    border: none;
  }
  #headerNav .sideBlock div a span {
    display: block;
    position: relative;
    padding-right: 30px;
  }
  #headerNav .sideBlock div a span:after {
    content: "";
    position: absolute;
    top: 4%;
    right: 0px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #headerNav .sideBlock div a span.open:after {
    top: 28%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*	subNavArea > subNav > thumb
---------------------------------------------- */
.navBox01.thumb {
  color: #fff;
  position: absolute;
  top: 60px;
  right: 10px;
}
.navBox01.thumb a {
  padding: 0 !important;
}
.navBox01.thumb a:before {
  display: none !important;
}
.navBox01.thumb img {
  margin-bottom: 10px;
}
.navBox01.thumb p {
  margin-bottom: 20px;
}
.navBox01:nth-of-type(6n) {
  clear: both;
}
@media screen and (max-width: 1151px) {
  .navBox01.thumb {
    float: none;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .navBox01.thumb a {
    padding: 10px 0 15px !important;
    text-align: center;
  }
  .navBox01.thumb p {
    margin-bottom: 0;
  }
}
/* =================================================

	headersub

================================================= */
#headerSub {
  position: relative;
  padding: 15px 0px 0px;
}
@media screen and (max-width: 1151px) {
  #headerSub {
    padding: 15px 0px 10px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  #headerSub {
    display: none;
  }
}
/* ----------------------------------------------
	topicPath
---------------------------------------------- */
#headerSub .topicPath {
  width: 73.9%;
  float: left;
}
#headerSub .topicPath li {
  display: inline;
  font-size: 14px;
  color: #2a289d;
  list-style-type: none;
}
#headerSub .topicPath li {
  padding-right: 16px;
  color: #706f6f;
}
#headerSub .topicPath li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
}
#headerSub .topicPath li:before,
#headerSub .topicPath li:after {
  content: " ";
  position: absolute;
  top: 8px;
  background-color: transparent;
}
#headerSub .topicPath li:before {
  border-width: 4px 0px 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #767e82;
  right: 0px;
}
#headerSub .topicPath li:after {
  border-width: 4px 0px 4px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  right: 3px;
}
#headerSub .topicPath li:last-child:before,
#headerSub .topicpath li:last-child:after {
  content: none;
}
@media screen and (max-width: 1151px) {
  #headerSub .topicPath {
    width: 63.9%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #headerSub .topicPath {
    display: none;
  }
}
/* ----------------------------------------------
	sideBlock
---------------------------------------------- */
#headerSub .sideBlock {
  float: right;
  font-size: 14px;
}
#headerSub .shareBox,
#headerSub .favoBox {
  float: left;
  margin-left: 30px;
}
#contents .sideBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  #headerSub .sideBlock {
    float: none;
    padding: 8px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    display: none;
  }
  #headerSub .shareBox,
  #headerSub .favoBox {
    display: inline-block;
    float: none;
    margin-left: 0px;
    padding: 0px 10px;
  }
  /* contents */
  #contents .sideBlock {
    width: 95px;
    padding: 10px 0 0;
    text-align: center;
    display: block;
    float: right;
  }
  #contents .shareBox,
  #contents .favoBox {
    display: inline-block;
    float: none;
    margin-left: 0px;
    padding: 0px 5px;
  }
  #contents .sideBlock a {
    width: 28px;
  }
  #contents .shareBox > a {
    background: url(../common.r/common/img/icon_share_s.png) left center no-repeat;
    width: 28px;
    height: 28px;
  }
  #contents .favoBox > a {
    background: url(../common.r/common/img/icon_favo_s.png) left top no-repeat;
    width: 28px;
    height: 28px;
  }
  #contents .shareBox a span,
  #contents .favoBox a span {
    display: none;
  }
  #contents .shareBox .shareBoxOpen div:after,
  #contents .shareBox .shareBoxOpen div:before {
    left: 110px;
  }
}
/* =================================================

	footer

================================================= */
#footer {
  clear: both;
  position: relative;
  padding-bottom: 40px;
  background-color: #000;
}
/* ----------------------------------------------
	footerNav
---------------------------------------------- */
.footerNav {
  padding-bottom: 28px;
}
/*	cf ---------- */
.footerNav:before,
.footerNav:after {
  content: " ";
  display: table;
}
.footerNav:after {
  clear: both;
}
.footerNav dl {
  float: left;
  width: 320px;
  margin-right: 30px;
  margin-top: 34px;
}
.footerNav dt {
  font-size: 113%;
  color: #fff;
}
.footerNav dd {
  padding-top: 4px;
  line-height: 0;
}
.footerNav dd a {
  display: block;
  font-size: 88%;
  line-height: 1.6;
  color: #fff;
}
.footerNav dd ul {
  float: left;
  margin-right: 20px;
}
.footerNav dd li {
  padding-top: 16px;
}
.footerNav dd .icon li a {
  min-height: 20px;
  line-height: 1.6;
  background-position: 0% center;
  background-repeat: no-repeat;
}
.footerNav dd .icon li a i.fa.fa-fw {
  text-align: left;
}
.footerNav dd .icon .linkedIn a {
  background-image: url(../common.r/common/img/icon_linkedin02.png);
}
.footerNav dd .icon .facebook a {
  background-image: url(../common.r/common/img/icon_facebook02.png);
}
.footerNav dd .icon .twitter a {
  background-image: url(../common.r/common/img/icon_twitter02.png);
}
.footerNav dd .icon .youtube2 a {
  background-image: url(../common.r/common/img/icon_youtube02.png);
}
.footerNav dd .icon .rss a {
  background-image: url(../common.r/common/img/icon_rss02.png);
}
@media screen and (max-width: 767px) {
  .footerNav dl {
    width: auto;
    margin-right: 20px;
    margin-top: 26px;
    text-align: center;
    clear: both;
    float: none;
    display: none;
  }
  .footerNav dt {
    display: none;
  }
  .footerNav dd {
    padding-top: 0px;
  }
  /*	cf ---------- */
  .footerNav dd:before,
  .footerNav dd:after {
    content: " ";
    display: table;
  }
  .footerNav dd:after {
    clear: both;
  }
  .footerNav dd a {
    font-size: 75%;
  }
  .footerNav dd ul {
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
  }
  .footerNav dd li {
    padding-top: 10px;
    display: inline-block;
  }
  .footerNav dd .icon li a {
    min-height: 20px;
    line-height: 1.6;
    background-position: 0% center;
    background-repeat: no-repeat;
    font-size: 100%;
  }
  .footerNav dd ul.icon {
    margin-left: 5px;
    margin-right: 5px;
  }
  .footerNav dd .icon li a span {
    display: none;
  }
  .footerNav dl:nth-child(2),
  .footerNav dl:nth-child(3) {
    display: block;
  }
  .footerNav dl:nth-child(2) ul {
    margin: 0;
    text-align: center;
    float: none;
    display: inline-block;
  }
  .footerNav dl:nth-child(2) li {
    margin: 0 5px;
    display: inline-block;
  }
  .footerNav dl:nth-child(3) dd {
    margin: 0 auto;
    display: inline-block;
  }
}
/* ----------------------------------------------
	copyright
---------------------------------------------- */
#footer .copyright {
  clear: both;
  font-size: 82%;
  color: #706f6f;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    text-align: center;
  }
}

/* =================================================

	shareBox / favoBox

================================================= */
.shareBox {
  position: relative;
}
.shareBox a,
.favoBox a {
  display: inline-block;
  text-decoration: none;
  color: #706f6f;
}
.shareBox a:hover,
.favoBox a:hover {
  color: #37348b;
}
.shareBox a span,
.favoBox a span {
  display: inline-block;
  height: 22px;
  line-height: 24px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 8px;
}
/*	shareBox
---------------------------------------------- */
.shareBox {
  position: relative;
}
.shareBox a i.fa {
  width: 14px;
  height: 14px;
  color: #43abe2;
}
/* 20190322 id9 ?????? */
.default-page-header .sideBlock .shareBox > a {
  background: none !important;
  width: auto !important;
  height: auto !important;
}
.default-page-header .shareBox a span {
  display: inline !important;
}
.shareBox .shareBoxOpen {
  display: none;
  position: absolute;
  width: 236px;
  right: 0;
  overflow: hidden;
  z-index: 85;
  /*jsAdjust*/
}
.shareBox .shareBoxOpen div {
  position: relative;
  margin: 8px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cecece;
  box-shadow: 0px 5px 8px -4px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: 226px;
}
.shareBox .shareBoxOpen div:after,
.shareBox .shareBoxOpen div:before {
  content: " ";
  position: absolute;
  right: 30px;
  bottom: 100%;
  border: solid transparent;
  height: 0;
  width: 0;
}
.shareBox .shareBoxOpen div:after {
  border-color: rgba(255, 255, 255, 0);
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 10px solid transparent;
  margin-left: -11px;
}
.shareBox .shareBoxOpen div:before {
  border-color: rgba(206, 206, 206, 0);
  border-top: 8px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 8px solid #cecece;
  border-left: 11px solid transparent;
  margin-left: -12px;
}
.shareBox div ul {
  margin: 0;
  text-align: center;
  list-style: none;
}
/* columnMain */
.columnMain .shareBox .shareBoxOpen {
  width: 166px;
  left: -95px;
}
.columnMain .shareBox .shareBoxOpen div {
  width: 160px;
}
/*  cf ---------- */
.shareBox div ul:before,
.shareBox div ul:after {
  content: " ";
  display: table;
}
.shareBox div ul:after {
  clear: both;
}
.shareBox div li {
  display: inline-block;
}
/* 20190322 id9 ?????? */
.shareBox div li a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  line-height: 0px;
  background-position: center 13px;
  background-repeat: no-repeat;
}
/* 20190404 id9 ?????? */
@media screen and (max-width: 767px) {
  .shareBox .shareBoxOpen {
    right: auto;
    left: 0;
  }
  .shareBox .shareBoxOpen div:after,
  .shareBox .shareBoxOpen div:before {
    right: auto;
    left: 30px;
  }
}
/* 20190404 id9 ?????? */
.shareBox div .linkedIn a {
  background-image: url(../common.r/img/icon_linkedin.png);
}
.shareBox div .facebook a {
  background-image: url(../common.r/img/icon_facebook.png);
}
.shareBox div .twitter a {
  background-image: url(../common.r/img/icon_twitter.png);
}
.shareBox div .mail a {
  background-image: url(../common.r/img/icon_mail.png);
}
.shareBox div .link a {
  background-image: url(../common.r/img/icon_link.png);
}
.shareBox div li a:hover {
  opacity: 0.7;
}
/*	favoBox
---------------------------------------------- */
.favoBox a i.fa {
  width: 17px;
  height: 18px;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f5be3f;
}
.favoBox a:hover span {
  background-position: 0% -24px;
}
@media screen and (max-width: 1200px) {
  .shareBox,
  .favoBox {
    font-size: 75%;
  }
}
/* =================================================

	rssSummary

================================================= */
.rssSummary {
  padding: 19px 0px;
  outline: 1px solid #d6d6d6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  background: #dbe7ed;
}
.rssSummary span {
  padding-right: 20px;
  font-size: 88%;
  font-weight: normal;
  line-height: 20px;
  color: #706f6f;
}
.rssSummary .textBox {
  /*
	min-height: 20px;
	padding-left: 38px;
	background: url(../common.r/img/icon_rss.png) left center no-repeat;
	*/
}
.rssSummary dl {
  display: table;
}
.rssSummary dt {
  display: table-cell;
  padding-right: 20px;
  font-size: 88%;
  font-weight: normal;
  line-height: 20px;
  color: #000;
}
.rssSummary dd {
  display: table-cell;
  line-height: 1.5;
}
.rssSummary dd a {
  text-decoration: none;
  color: #2a289d;
}
@media screen and (max-width: 767px) {
  .rssSummary dl {
    display: block;
  }
  .rssSummary dt {
    display: block;
    padding-right: 0px;
  }
  .rssSummary dd {
    display: block;
    margin-top: 5px;
  }
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
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) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .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;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: @defaultFont;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.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;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  /*font-size: 14px;*/
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 200px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*css removed to allow container to expand full width of its parant - sbrown 8/16/2017*/

/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
*/
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
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 > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.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;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  /*font-size: 14px;*/
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.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: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
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;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.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;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.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;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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 .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .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-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  /*font-size: 14px;*/
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  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: #777;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[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;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;

  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #fff;
              margin-left: -30px;
  margin-right: -30px;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
  border-top: #990000 2px solid;
  height: 70px;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 color: #555;
 background-color: #e7e7e7;
 border-top: #990000 2px solid;
    height: 70px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-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, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.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-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.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-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  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 > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-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;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.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: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.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-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.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: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.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;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(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-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;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(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: #999;
  border-right-color: rgba(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: #999;
  border-bottom-color: rgba(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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.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: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.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, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(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, .5) 0%, rgba(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, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(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, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.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-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-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.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-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*! jQuery UI - v1.11.4 - 2015-06-03
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, menu.css, selectmenu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	/*font-size: 100%;*/
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
/*
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
*/
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #333333;
	/*background: #ffffff url("../common.r/css/images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
}
.ui-widget-content a {
	color: #1565c0;
}
/*
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("../common.r/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}
*/


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ececec;
	background: #f6f7f8;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("../common.r/css/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("../common.r/css/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("../common.r/css/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("../common.r/css/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../common.r/css/images/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("../common.r/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../common.r/css/images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}



/*---------------------------------
Custum 2015.05.25
---------------------------------*/
.parametric .ui-widget-content{
	background: #b4bcc6;
	border: none;
}
.parametric .ui-slider-vertical {
	width: .4em;
	margin:10px 0 10px 10px;
}
.parametric .ui-widget-header {
	background: #ccc;
}
.parametric .ui-slider-range {
	background: #f68a44;
}

.parametric .ui-slider .ui-slider-handle{
	width:24px;
	height:24px;
	cursor:pointer;
}
.parametric .ui-slider-vertical .ui-slider-handle {
	left: -.65em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.parametric .ui-state-default,
.parametric .ui-widget-content .ui-state-default,
.parametric .ui-widget-header .ui-state-default {
	border: none;
	background: transparent url("../common.r/img/icon_slider.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}


.parametricHead .ui-state-default,
.parametricHead .ui-widget-content .ui-state-default,
.parametricHead .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #fff;
	font-weight: normal;
	color: #555555;
}
.filter .ui-state-default,
.filter .ui-widget-content .ui-state-default,
.filter .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #fff;
	font-weight: normal;
	color: #555555;
}

.parametricHead .ui-selectmenu-button span.ui-selectmenu-text {
	padding: 0.3em 2.1em 0.3em 1em;
}

.parametricHead .ui-state-default .ui-icon,
.filter .ui-state-default .ui-icon{
	background: url(../common.r/images/icon_selecter.png) 50% 50% no-repeat;
}

.parametricHead .ui-state-focus, .ui-widget-content .ui-state-focus,
.filter .ui-state-focus, .ui-widget-content .ui-state-focus{
	border:1px #ececec solid;
	background:#ececec;
}

.parametricHead .ui-selectmenu-text,
.filter .ui-selectmenu-text{
	color: #1565c0;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item{
	padding: 3px 1em;
	font-size:16px;
}


/* tab reset */
.tabGroup,
.tabGroup>div {
	border:none !important;
}

.tab01 .ui-widget-header {
	border: none;
	background: none;
	background-color: transparent;
	color: #fff;
	font-weight: normal;
	/**/
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	background-color: #999;
}
.tab01 .ui-widget-header a {
	color: #fff;
}
.tab01 .ui-state-default,
.tab01 .ui-widget-content .ui-state-default,
.tab01 .ui-widget-header .ui-state-default {
	border: 1px #999 solid;
	background: #fff;
	color: #fff;
	font-weight: normal;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	width:100%;
	font-size:88%;
}
.tab01 .ui-widget-header .ui-tabs-active,
.tab01 .ui-widget-header .ui-state-active{
	background: #999 !important;
}
.tab01 .ui-widget-header .ui-tabs-active a,
.tab01 .ui-widget-header .ui-state-active a{
	color:#fff !important;
}

.tab01 .ui-widget-header li:first-child,
.tab01 .ui-widget-header li:first-child a {
	border-radius: 3px 0px 0px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.tab01 .ui-widget-header li:last-child,
.tab01 .ui-widget-header li:last-child a {
	border-radius: 0px 3px 0px 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.tab01 .ui-widget-header li:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #666;
}
.tab01 .ui-corner-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


@media screen and (max-width: 767px) {

.tab01 .ui-widget-header {
	display: block;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-bottom: 0px;
	background-color: #fff;
}

/*	cf ---------- */
.tab01 .ui-widget-header:before,
.tab01 .ui-widget-header:after { content: " "; display: table;}
.tab01 .ui-widget-header:after { clear: both;}


.tab01 .ui-state-default,
.tab01 .ui-widget-content .ui-state-default,
.tab01 .ui-widget-header .ui-state-default {
	border:none;
	display: block;
	float: left;
	width: 48.22%;
	margin-left: 3%;
	margin-top: 10px;
	background:#ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 88%;
}
.tab01 .ui-widget-header .ui-tabs-active,
.tab01 .ui-widget-header .ui-state-active{
	background-color: #f90;
}
.tab01 .ui-widget-header li:first-child,
.tab01 .ui-widget-header li:first-child a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tab01 .ui-widget-header li:last-child,
.tab01 .ui-widget-header li:last-child a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tab01 .ui-widget-header li:nth-of-type(odd) {
	margin-left: 0px;
}
.tab01 .ui-widget-header li:nth-of-type(1),
.tab01 .ui-widget-header li:nth-of-type(2) {
	margin-top: 0px;
}
.tab01 .ui-widget-header li a:hover {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

}



/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.pure-button:focus,a:active,a:hover{outline:0}.pure-table,table{border-collapse:collapse;border-spacing:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}.pure-button,input{line-height:normal}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[type=checkbox],input[type=radio]{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;box-sizing:content-box}.pure-button,.pure-form input:not([type]),.pure-menu{box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend,td,th{padding:0}legend{border:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){table .pure-g{display:block}}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u,.pure-u-1,.pure-u-1-1,.pure-u-1-12,.pure-u-1-2,.pure-u-1-24,.pure-u-1-3,.pure-u-1-4,.pure-u-1-5,.pure-u-1-6,.pure-u-1-8,.pure-u-10-24,.pure-u-11-12,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-2-24,.pure-u-2-3,.pure-u-2-5,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24,.pure-u-3-24,.pure-u-3-4,.pure-u-3-5,.pure-u-3-8,.pure-u-4-24,.pure-u-4-5,.pure-u-5-12,.pure-u-5-24,.pure-u-5-5,.pure-u-5-6,.pure-u-5-8,.pure-u-6-24,.pure-u-7-12,.pure-u-7-24,.pure-u-7-8,.pure-u-8-24,.pure-u-9-24{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;display:inline-block;zoom:1}.pure-g [class*=pure-u]{font-family:sans-serif}.pure-u-1-24{width:4.1667%}.pure-u-1-12,.pure-u-2-24{width:8.3333%}.pure-u-1-8,.pure-u-3-24{width:12.5%}.pure-u-1-6,.pure-u-4-24{width:16.6667%}.pure-u-1-5{width:20%}.pure-u-5-24{width:20.8333%}.pure-u-1-4,.pure-u-6-24{width:25%}.pure-u-7-24{width:29.1667%}.pure-u-1-3,.pure-u-8-24{width:33.3333%}.pure-u-3-8,.pure-u-9-24{width:37.5%}.pure-u-2-5{width:40%}.pure-u-10-24,.pure-u-5-12{width:41.6667%}.pure-u-11-24{width:45.8333%}.pure-u-1-2,.pure-u-12-24{width:50%}.pure-u-13-24{width:54.1667%}.pure-u-14-24,.pure-u-7-12{width:58.3333%}.pure-u-3-5{width:60%}.pure-u-15-24,.pure-u-5-8{width:62.5%}.pure-u-16-24,.pure-u-2-3{width:66.6667%}.pure-u-17-24{width:70.8333%}.pure-u-18-24,.pure-u-3-4{width:75%}.pure-u-19-24{width:79.1667%}.pure-u-4-5{width:80%}.pure-u-20-24,.pure-u-5-6{width:83.3333%}.pure-u-21-24,.pure-u-7-8{width:87.5%}.pure-u-11-12,.pure-u-22-24{width:91.6667%}.pure-u-23-24{width:95.8333%}.pure-u-1,.pure-u-1-1,.pure-u-24-24,.pure-u-5-5{width:100%}.pure-button{display:inline-block;zoom:1;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-group{letter-spacing:-.31em;text-rendering:optimizespeed}.opera-only :-o-prefocus,.pure-button-group{word-spacing:-.43em}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:transparent;background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:focus,.pure-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled]{border:none;background-image:none;filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none;pointer-events:none}.pure-button-hidden{display:none}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-button-group .pure-button{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;margin:0;border-radius:0;border-right:1px solid #111;border-right:1px solid rgba(0,0,0,.2)}.pure-button-group .pure-button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.pure-button-group .pure-button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:none}.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=text],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px}.pure-form input[type=color]{padding:.2em .5em}.pure-form input:not([type]):focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=text]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=checkbox]:focus,.pure-form input[type=radio]:focus{outline:#129FEA auto 1px}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input:not([type])[disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=text][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input:not([type]),.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=text],.pure-form-stacked label,.pure-form-stacked select,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-aligned .pure-help-inline,.pure-form-aligned input,.pure-form-aligned select,.pure-form-aligned textarea,.pure-form-message-inline{display:inline-block;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form .pure-input-rounded,.pure-form input.pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-3-4{width:75%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=text],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=tel],.pure-group input[type=color],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=text]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message,.pure-form-message-inline{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-item,.pure-menu-list{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-heading,.pure-menu-link{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-separator{display:inline-block;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-active>.pure-menu-children,.pure-menu-allow-hover:hover>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-horizontal .pure-menu-children .pure-menu-separator,.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-horizontal .pure-menu-children .pure-menu-separator{display:block;width:auto}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-disabled,.pure-menu-heading,.pure-menu-link{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:focus,.pure-menu-link:hover{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td,.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  font-size: 16px;
}
a {
  color: #2a289d;
}
a:hover,
a:focus {
  color: #1f1e74;
}
table td[class*="col-"],
table th[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.text2 .container {
  box-sizing: border-box;
}
h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 36px;
  text-transform: none;
  color: #2a289d;
  line-height: 44px;
  letter-spacing: .5px;
  margin: 0 0 10px 0;
}
h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  text-transform: none;
  color: #333333;
  line-height: 32px;
  letter-spacing: .5px;
  margin-top: 0px;
  margin-bottom: 24px;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
  color: #2a289d;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-transform: none;
  color: #333333;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
}
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: none;
  color: #333333;
  line-height: 22px;
}
h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: none;
  color: #333333;
  line-height: 20px;
}
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
  color: #333333;
  line-height: 18px;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.text-small {
  font-size: 14px;
  line-height: 22px;
}
.text-xsmall {
  font-size: 13px;
  line-height: 18px;
}
.note {
  font-size: 13px;
  line-height: 18px;
}
.c,
.align-center {
  text-align: center;
}
.l,
.align-left {
  text-align: left;
}
.r,
.align-right {
  text-align: right;
}
/* SP_id_1 ??????*/
img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* SP_id_1 ??????  */
.default-page-header h1 {
  margin: 0 0 10px 0;
}
.default-page-header #headerSub .inner ol {
  margin-bottom: 3px;
}
.default-page-header #headerSub .sideBlock {
  position: absolute;
  right: 0;
}
.section-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 38px;
  text-transform: none;
  letter-spacing: .5px;
}
.sub-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.intro-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.table-header {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.table-header-contextual {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.table-column-primary {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
}
.list-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #706f6f;
}
.list-label-contextual {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #706f6f;
}
blockquote p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
blockquote footer {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
blockquote.dark {
  border-color: rgba(255, 255, 255, 0.1);
}
blockquote.dark p {
  color: #fff;
}
blockquote.dark footer {
  color: rgba(255, 255, 255, 0.6);
}
.container *,
.container *:before,
.container *:after {
  box-sizing: border-box;
}
.container .page-content-background-default,
.container .page-container-background-default,
.container .page-content-background-white,
.container .page-container-background-white {
  background-color: #ffffff;
}
.container .page-container-background-renesas-grey,
.container .page-container-background-renesas-gray,
.container .page-content-background-renesas-grey,
.container .page-content-background-dark-grey {
  background-color: #706f6f;
}
.container .page-container-background-medium-grey,
.container .page-container-background-medium-gray,
.container .page-content-background-medium-grey {
  background-color: #cacaca;
}
.container .page-container-background-light-grey,
.container .page-container-background-light-gray,
.container .page-content-background-light-grey {
  background-color: #f5f5f5;
}
.container .page-container-background-renesas-blue,
.container .page-content-background-renesas-blue {
  background-color: #2a289d;
}
.container .page-container-background-light-blue,
.container .page-content-background-light-blue {
  background-color: #43abe2;
}
.container .page-container-background-black,
.container .page-content-background-black {
  background-color: #000000;
}
.container .page-content-background-default,
.container .page-container-background-default,
.container .page-content-background-white,
.container .page-container-background-white,
.container .page-container-background-medium-gray,
.container .page-container-background-medium-grey,
.container .page-content-background-medium-grey,
.container .page-container-background-light-gray,
.container .page-container-background-light-grey,
.container .page-content-background-light-grey,
.container .page-container-background-light-blue,
.container .page-content-background-light-blue {
  color: #333333;
}
.container .page-content-background-default h2,
.container .page-container-background-default h2,
.container .page-content-background-white h2,
.container .page-container-background-white h2,
.container .page-container-background-medium-gray h2,
.container .page-container-background-medium-grey h2,
.container .page-content-background-medium-grey h2,
.container .page-container-background-light-gray h2,
.container .page-container-background-light-grey h2,
.container .page-content-background-light-grey h2,
.container .page-container-background-light-blue h2,
.container .page-content-background-light-blue h2,
.container .page-content-background-default h3,
.container .page-container-background-default h3,
.container .page-content-background-white h3,
.container .page-container-background-white h3,
.container .page-container-background-medium-gray h3,
.container .page-container-background-medium-grey h3,
.container .page-content-background-medium-grey h3,
.container .page-container-background-light-gray h3,
.container .page-container-background-light-grey h3,
.container .page-content-background-light-grey h3,
.container .page-container-background-light-blue h3,
.container .page-content-background-light-blue h3,
.container .page-content-background-default h4,
.container .page-container-background-default h4,
.container .page-content-background-white h4,
.container .page-container-background-white h4,
.container .page-container-background-medium-gray h4,
.container .page-container-background-medium-grey h4,
.container .page-content-background-medium-grey h4,
.container .page-container-background-light-gray h4,
.container .page-container-background-light-grey h4,
.container .page-content-background-light-grey h4,
.container .page-container-background-light-blue h4,
.container .page-content-background-light-blue h4,
.container .page-content-background-default a > h4,
.container .page-container-background-default a > h4,
.container .page-content-background-white a > h4,
.container .page-container-background-white a > h4,
.container .page-container-background-medium-gray a > h4,
.container .page-container-background-medium-grey a > h4,
.container .page-content-background-medium-grey a > h4,
.container .page-container-background-light-gray a > h4,
.container .page-container-background-light-grey a > h4,
.container .page-content-background-light-grey a > h4,
.container .page-container-background-light-blue a > h4,
.container .page-content-background-light-blue a > h4 {
  color: #333333;
}
.container .page-content-background-default a:not(.btn),
.container .page-container-background-default a:not(.btn),
.container .page-content-background-white a:not(.btn),
.container .page-container-background-white a:not(.btn),
.container .page-container-background-medium-gray a:not(.btn),
.container .page-container-background-medium-grey a:not(.btn),
.container .page-content-background-medium-grey a:not(.btn),
.container .page-container-background-light-gray a:not(.btn),
.container .page-container-background-light-grey a:not(.btn),
.container .page-content-background-light-grey a:not(.btn),
.container .page-container-background-light-blue a:not(.btn),
.container .page-content-background-light-blue a:not(.btn) {
  color: #2a289d;
}
.container .page-content-background-default a:not(.btn) h1,
.container .page-container-background-default a:not(.btn) h1,
.container .page-content-background-white a:not(.btn) h1,
.container .page-container-background-white a:not(.btn) h1,
.container .page-container-background-medium-gray a:not(.btn) h1,
.container .page-container-background-medium-grey a:not(.btn) h1,
.container .page-content-background-medium-grey a:not(.btn) h1,
.container .page-container-background-light-gray a:not(.btn) h1,
.container .page-container-background-light-grey a:not(.btn) h1,
.container .page-content-background-light-grey a:not(.btn) h1,
.container .page-container-background-light-blue a:not(.btn) h1,
.container .page-content-background-light-blue a:not(.btn) h1,
.container .page-content-background-default a:not(.btn) h2,
.container .page-container-background-default a:not(.btn) h2,
.container .page-content-background-white a:not(.btn) h2,
.container .page-container-background-white a:not(.btn) h2,
.container .page-container-background-medium-gray a:not(.btn) h2,
.container .page-container-background-medium-grey a:not(.btn) h2,
.container .page-content-background-medium-grey a:not(.btn) h2,
.container .page-container-background-light-gray a:not(.btn) h2,
.container .page-container-background-light-grey a:not(.btn) h2,
.container .page-content-background-light-grey a:not(.btn) h2,
.container .page-container-background-light-blue a:not(.btn) h2,
.container .page-content-background-light-blue a:not(.btn) h2,
.container .page-content-background-default a:not(.btn) h3,
.container .page-container-background-default a:not(.btn) h3,
.container .page-content-background-white a:not(.btn) h3,
.container .page-container-background-white a:not(.btn) h3,
.container .page-container-background-medium-gray a:not(.btn) h3,
.container .page-container-background-medium-grey a:not(.btn) h3,
.container .page-content-background-medium-grey a:not(.btn) h3,
.container .page-container-background-light-gray a:not(.btn) h3,
.container .page-container-background-light-grey a:not(.btn) h3,
.container .page-content-background-light-grey a:not(.btn) h3,
.container .page-container-background-light-blue a:not(.btn) h3,
.container .page-content-background-light-blue a:not(.btn) h3,
.container .page-content-background-default a:not(.btn) h4,
.container .page-container-background-default a:not(.btn) h4,
.container .page-content-background-white a:not(.btn) h4,
.container .page-container-background-white a:not(.btn) h4,
.container .page-container-background-medium-gray a:not(.btn) h4,
.container .page-container-background-medium-grey a:not(.btn) h4,
.container .page-content-background-medium-grey a:not(.btn) h4,
.container .page-container-background-light-gray a:not(.btn) h4,
.container .page-container-background-light-grey a:not(.btn) h4,
.container .page-content-background-light-grey a:not(.btn) h4,
.container .page-container-background-light-blue a:not(.btn) h4,
.container .page-content-background-light-blue a:not(.btn) h4,
.container .page-content-background-default a:not(.btn) a > h4,
.container .page-container-background-default a:not(.btn) a > h4,
.container .page-content-background-white a:not(.btn) a > h4,
.container .page-container-background-white a:not(.btn) a > h4,
.container .page-container-background-medium-gray a:not(.btn) a > h4,
.container .page-container-background-medium-grey a:not(.btn) a > h4,
.container .page-content-background-medium-grey a:not(.btn) a > h4,
.container .page-container-background-light-gray a:not(.btn) a > h4,
.container .page-container-background-light-grey a:not(.btn) a > h4,
.container .page-content-background-light-grey a:not(.btn) a > h4,
.container .page-container-background-light-blue a:not(.btn) a > h4,
.container .page-content-background-light-blue a:not(.btn) a > h4 {
  color: #2a289d;
}
.container .page-container-background-black,
.container .page-content-background-black,
.container .page-container-background-renesas-blue,
.container .page-content-background-renesas-blue,
.container .page-container-background-renesas-gray,
.container .page-container-background-renesas-grey,
.container .page-content-background-renesas-grey,
.container .page-content-background-dark-grey {
  color: #ffffff;
}
.container .page-container-background-black h2,
.container .page-content-background-black h2,
.container .page-container-background-renesas-blue h2,
.container .page-content-background-renesas-blue h2,
.container .page-container-background-renesas-gray h2,
.container .page-container-background-renesas-grey h2,
.container .page-content-background-renesas-grey h2,
.container .page-content-background-dark-grey h2,
.container .page-container-background-black h3,
.container .page-content-background-black h3,
.container .page-container-background-renesas-blue h3,
.container .page-content-background-renesas-blue h3,
.container .page-container-background-renesas-gray h3,
.container .page-container-background-renesas-grey h3,
.container .page-content-background-renesas-grey h3,
.container .page-content-background-dark-grey h3,
.container .page-container-background-black h4,
.container .page-content-background-black h4,
.container .page-container-background-renesas-blue h4,
.container .page-content-background-renesas-blue h4,
.container .page-container-background-renesas-gray h4,
.container .page-container-background-renesas-grey h4,
.container .page-content-background-renesas-grey h4,
.container .page-content-background-dark-grey h4,
.container .page-container-background-black a > h4,
.container .page-content-background-black a > h4,
.container .page-container-background-renesas-blue a > h4,
.container .page-content-background-renesas-blue a > h4,
.container .page-container-background-renesas-gray a > h4,
.container .page-container-background-renesas-grey a > h4,
.container .page-content-background-renesas-grey a > h4,
.container .page-content-background-dark-grey a > h4 {
  color: #ffffff;
}
.container .page-container-background-black a:not(.btn),
.container .page-content-background-black a:not(.btn),
.container .page-container-background-renesas-blue a:not(.btn),
.container .page-content-background-renesas-blue a:not(.btn),
.container .page-container-background-renesas-gray a:not(.btn),
.container .page-container-background-renesas-grey a:not(.btn),
.container .page-content-background-renesas-grey a:not(.btn),
.container .page-content-background-dark-grey a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}
.container .page-container-background-black a:not(.btn) h1,
.container .page-content-background-black a:not(.btn) h1,
.container .page-container-background-renesas-blue a:not(.btn) h1,
.container .page-content-background-renesas-blue a:not(.btn) h1,
.container .page-container-background-renesas-gray a:not(.btn) h1,
.container .page-container-background-renesas-grey a:not(.btn) h1,
.container .page-content-background-renesas-grey a:not(.btn) h1,
.container .page-content-background-dark-grey a:not(.btn) h1,
.container .page-container-background-black a:not(.btn) h2,
.container .page-content-background-black a:not(.btn) h2,
.container .page-container-background-renesas-blue a:not(.btn) h2,
.container .page-content-background-renesas-blue a:not(.btn) h2,
.container .page-container-background-renesas-gray a:not(.btn) h2,
.container .page-container-background-renesas-grey a:not(.btn) h2,
.container .page-content-background-renesas-grey a:not(.btn) h2,
.container .page-content-background-dark-grey a:not(.btn) h2,
.container .page-container-background-black a:not(.btn) h3,
.container .page-content-background-black a:not(.btn) h3,
.container .page-container-background-renesas-blue a:not(.btn) h3,
.container .page-content-background-renesas-blue a:not(.btn) h3,
.container .page-container-background-renesas-gray a:not(.btn) h3,
.container .page-container-background-renesas-grey a:not(.btn) h3,
.container .page-content-background-renesas-grey a:not(.btn) h3,
.container .page-content-background-dark-grey a:not(.btn) h3,
.container .page-container-background-black a:not(.btn) h4,
.container .page-content-background-black a:not(.btn) h4,
.container .page-container-background-renesas-blue a:not(.btn) h4,
.container .page-content-background-renesas-blue a:not(.btn) h4,
.container .page-container-background-renesas-gray a:not(.btn) h4,
.container .page-container-background-renesas-grey a:not(.btn) h4,
.container .page-content-background-renesas-grey a:not(.btn) h4,
.container .page-content-background-dark-grey a:not(.btn) h4,
.container .page-container-background-black a:not(.btn) a > h4,
.container .page-content-background-black a:not(.btn) a > h4,
.container .page-container-background-renesas-blue a:not(.btn) a > h4,
.container .page-content-background-renesas-blue a:not(.btn) a > h4,
.container .page-container-background-renesas-gray a:not(.btn) a > h4,
.container .page-container-background-renesas-grey a:not(.btn) a > h4,
.container .page-content-background-renesas-grey a:not(.btn) a > h4,
.container .page-content-background-dark-grey a:not(.btn) a > h4 {
  color: #ffffff;
}
/* 20181226 ?????? */
.container .page-content-background-default .Search a:not(.btn),
.container .page-content-background-default .Reset:hover a:not(.btn) {
  color: #ffffff;
}
/* 20181226 ?????? */
/* 20181225 ?????? */
.page-content-background-dark-grey {
  background-color: #706f6f;
  color: #ffffff;
}
.page-content-background-dark-grey h1,
.page-content-background-dark-grey h2,
.page-content-background-dark-grey h3,
.page-content-background-dark-grey h4,
.page-content-background-dark-grey a > h4 {
  color: #ffffff;
}
.page-content-background-dark-grey a h1,
.page-content-background-dark-grey a h2,
.page-content-background-dark-grey a h3,
.page-content-background-dark-grey a h4,
.page-content-background-dark-grey a a > h4 {
  color: #ffffff;
}
.page-content-background-medium-grey {
  background-color: #cacaca;
  color: #333333;
}
.page-content-background-medium-grey h2,
.page-content-background-medium-grey h3,
.page-content-background-medium-grey h4,
.page-content-background-medium-grey a > h4 {
  color: #333333;
}
.page-content-background-medium-grey a h1,
.page-content-background-medium-grey a h2,
.page-content-background-medium-grey a h3,
.page-content-background-medium-grey a h4,
.page-content-background-medium-grey a a > h4 {
  color: #333333;
}
.page-content-background-light-grey {
  background-color: #e8eaec;
  color: #333333;
}
.page-content-background-light-grey h1,
.page-content-background-light-grey h2,
.page-content-background-light-grey h3,
.page-content-background-light-grey h4,
.page-content-background-light-grey a > h4 {
  color: #333333;
}
.page-content-background-light-grey a h1,
.page-content-background-light-grey a h2,
.page-content-background-light-grey a h3,
.page-content-background-light-grey a h4,
.page-content-background-light-grey a a > h4 {
  color: #333333;
}
.background-renesas-blue {
  background-color: #2a289d;
  color: #ffffff;
}
.background-renesas-gray {
  background-color: #706f6f;
  color: #ffffff;
}
.background-light-gray {
  background-color: #f5f5f5;
  color: #000000;
}
.background-medium-gray {
  background-color: #7c909b;
  color: #000000;
}
.background-purple {
  background-color: #615e8e;
  color: #ffffff;
}
.background-violet {
  background-color: #883d90;
  color: #ffffff;
}
.background-dark-blue {
  background-color: #306683;
  color: #ffffff;
}
.background-teal {
  background-color: #60a9b4;
  color: #ffffff;
}
.background-light-blue {
  background-color: #43abe2;
  color: #ffffff;
}
.background-yellow {
  background-color: #dfb118;
  color: #ffffff;
}
.background-orange {
  background-color: #eb6209;
  color: #ffffff;
}
.background-red {
  background-color: #b71921;
  color: #ffffff;
}
.background-green {
  background-color: #609a3b;
  color: #ffffff;
}
.background-moss-green {
  background-color: #758859;
  color: #ffffff;
}
.background-black {
  background-color: #000000;
  color: #ffffff;
}
.background-white {
  background-color: #ffffff;
  color: #000000;
}
/* 20181225 ?????? */
#headerSub .topicPath {
  width: 73.9%;
  float: left;
  font-size: 14px;
}
#headerSub .topicPath li:before,
#headerSub .topicPath li:after {
  border: 0;
  position: absolute;
}
#headerSub .topicPath li:before {
  content: "\f105";
  font-family: "FontAwesome";
  top: 0px;
  right: 3px;
}
#headerSub .topicPath li:after {
  right: 3px;
}
select.form-dropdown {
  background-color: #fafafa;
  border: solid 1px #d8d8d8;
  color: #2a289d;
}
hr.hr-thin {
  height: 0;
  background-color: #e8eaec;
}
hr.hr-thick {
  height: 2px;
  background-color: #e8eaec;
}
.default-page-content input[type="checkbox"],
.default-page-content input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cccccc;
}
.default-page-content input[type="checkbox"] {
  border-radius: 2px;
}
.default-page-content input[type="radio"] {
  border-radius: 50%;
}
.default-page-content input[type="checkbox"]:checked,
.default-page-content input[type="radio"]:checked {
  background-color: #2a289d;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.default-page-content input[type="checkbox"]:checked:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  background: transparent;
  top: 2px;
  left: 2px;
  color: #fff;
  border: 1.5px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.default-page-content input[type="radio"]:checked:after {
  opacity: 1;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 33%;
  margin: auto;
  color: #fff;
  border-radius: 50%;
}
.disabled,
disabled,
fieldset[disabled],
.form-control[disabled],
fieldset[disabled] .form-control {
  color: #333;
  opacity: .3;
}
.form-control,
input[type="text"] {
  box-sizing: border-box;
  border-radius: 4px;
  height: 38px;
  color: #333;
  font-size: 16px;
}
.form-control placeholder {
  color: #a8a9ad;
}
form[name="rptgen"] input[type="text"] {
  border-radius: inherit;
}
#cartModal i.fa-times,
#cartModal i.fa-check {
  font-size: 20px;
}
#cartModal h4.modal-title {
  font-weight: bold;
}
#cartModal .modal-dialog {
  margin-top: 100px;
}
#cartModal .modal-header {
  background-color: rgba(202, 202, 202, 0.2);
}
#cartModal .modal-body {
  min-height: 170px;
}
#cartModal .modal-body p {
  width: 80%;
  font-size: 13px;
}
#cartModal .modal-footer button {
  margin-right: 14px;
}
#cartModal .modal-header,
#cartModal .modal-body,
#cartModal .modal-footer {
  padding-left: 30px;
  padding-right: 24px;
}
#cartModal .cart-subtotal {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  bottom: 0;
  right: 30px;
}
#cartModal .cart-subtotal p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-inline .input-group > .form-control {
    width: auto;
  }
}
.select {
  position: relative;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select:after {
  content: "\f0dc";
  font-family: "FontAwesome";
  position: absolute;
  top: 20%;
  right: 10px;
  pointer-events: none;
}
.select.dropdown:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 20%;
  right: 10px;
  color: #2a289d;
}
.form-horizontal .col-sm-2,
.form-horizontal .col-sm-10 {
  padding-left: 0;
  padding-right: 0;
}
form label {
  font-weight: 600;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 12px;
}
.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
}
.form-horizontal div,
.form-horizontal label {
  box-sizing: border-box;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-muted {
  padding: 15px;
}
input[type="checkbox"].toggle {
  width: 36px;
  height: 18px;
  border-radius: 8px;
  background-color: rgba(202, 202, 202, 0.3);
  vertical-align: sub;
}
input[type="checkbox"].toggle:checked {
  background-color: #2a289d;
}
input[type="checkbox"].toggle:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  margin: 1px;
}
input[type="checkbox"].toggle:checked:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 1px #d8d8d8;
  margin: 1px;
  position: relative;
  float: right;
  top: 0;
  left: 0;
}
.footerNav dd li {
  list-style-type: none;
}
.footerNav ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -webkit-margin-start: 0px;
}
.footerNav dd .icon .linkedIn a {
  background-image: url(../common.r/img/icon_linkedin02.png);
}
.footerNav dd .icon .facebook a {
  background-image: url(../common.r/img/icon_facebook02.png);
}
.footerNav dd .icon .twitter a {
  background-image: url(../common.r/img/icon_twitter02.png);
}
.footerNav dd .icon .youtube2 a {
  background-image: url(../common.r/img/icon_youtube02.png);
}
.footerNav dd .icon .rss a {
  background-image: url(../common.r/img/icon_rss02.png);
}
@media (max-width: 1200px) {
  .page-content-parsys > div.fcontainer > div > div.container {
    padding: 0px 25px;
    box-sizing: border-box;
  }
}
/*.shareBox a span {
	padding-left: 28px;
    background-position: 0% center;
    background-image: url(../common.r/img/icon_share.png);
}*/
.shareBox a i.fa {
  width: 14px;
  height: 14px;
  color: #43abe2;
}
/* 20190322 id5 ?????? */
#myTab.nav-tabs {
  height: 54px;
  background-color: #fafafa;
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: none;
}
/* 20190322 id5 ?????? */
#myTab.nav-tabs li {
  float: none;
  display: inline-block;
  zoom: 1;
  height: 100%;
}
#myTab.nav-tabs li.active:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #2a289d;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#myTab.nav-tabs li a {
  background-color: transparent;
  border: none;
  color: rgba(51, 51, 51, 0.7);
  line-height: inherit;
  height: 100%;
  box-sizing: border-box;
}
#myTab.nav-tabs li.active a {
  color: #333333;
}
#rptgen-container.container {
  width: auto;
  padding-right: auto;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.close-intersil {
  float: right;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
}
button.close-intersil {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.no-vertical-align {
  vertical-align: unset;
}
.rel-parsys .icon-list ul.listIconApp {
  list-style-type: none;
}
.rel-parsys .icon-list ul.listIconApp li {
  text-align: center;
  margin: 0px 10px;
  display: inline-block;
}
.solutionsLv2Links a {
  box-sizing: content-box;
}
.solutionsLv2Links a:nth-child(3n) {
  margin-right: 14px;
}
ul.solutionL3Links > li {
  box-sizing: content-box;
}
ul.solutionL3Links {
  width: 75%;
}
.pressRightArea,
.pressRightAreaJp,
.pressRightAreaCn {
  display: none;
}
.rel-parsys .new {
  height: auto;
}
.infoTablepress-update-information h2.ttl18 {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 20px;
}
.infoTablepress-update-information p.mb20 {
  font-size: 16px;
}
.badge {
  max-height: 22px;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: normal;
  text-align: center;
}
a.badge.background-light-gray:hover,
a.badge.background-medium-gray:hover,
a.badge.background-white:hover,
a.badge.background-light-gray:focus,
a.badge.background-medium-gray:focus,
a.badge.background-white:focus {
  text-decoration: none;
  color: #000000;
}
ol li,
ul li,
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.default-page-content ul,
.default-page-content ol {
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  padding-left: 40px;
}
ul.list-inline,
ol.list-inline {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  margin-left: -10px;
}
ul.list-inline li,
ol.list-inline li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.definition-list dt {
  font-size: 16px;
  color: #706f6f;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  width: 180px;
}
.definition-list dt,
.definition-list dd {
  padding: 9px 0px;
  overflow: visible;
  white-space: normal;
}
.definition-list dd {
  margin-left: 200px;
}
dl dd {
  padding-bottom: 9px;
}
.featured-list-item a {
  color: #2a289d;
}
.featured-list-item p {
  color: #333;
  line-height: 1.57;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.featured-list-item .board-list-title-eval {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #706f6f;
}
.category-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #706f6f !important;
}
.solution-tag-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333;
}
.img-caption {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #706f6f;
}
@media (max-width: 768px) {
  .definition-list dd {
    margin-left: 0px;
    padding: 0px 0px 9px 0px;
  }
  .definition-list dt {
    padding: 0px;
  }
}
button,
.btn {
  border-radius: 100px;
  display: inline-block;
  font-size: 13px;
}
.btn {
  min-width: 80px;
  height: 34px;
  outline: none;
}
.btn-sm {
  min-width: 50px;
  height: 25px;
  font-size: 11px;
}
.btn-lg {
  min-width: 100px;
  height: 40px;
  font-size: 16px;
}
.btn-primary,
.btn-default,
.btn-secondary,
.btn-light {
  font-weight: bold;
  text-decoration: none;
}
.btn-primary,
.btn-default,
.btn-light {
  color: #fff;
}
.btn-primary a,
.btn-default a,
.btn-light a {
  color: #fff;
}
.btn-secondary {
  color: #2a289d;
}
.btn-primary,
.btn-default,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2a289d;
  border-color: #2a289d;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  opacity: .65;
}
.btn-secondary {
  background-color: #fff;
  border-color: #2a289d;
}
.btn-light {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}
.btn-solution {
  width: auto;
  border-color: #333 !important;
  color: #333 !important;
  background-color: transparent !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-solution a {
  color: #333;
}
a.btn {
  box-sizing: border-box;
}
.btn.dropdown-toggle {
  color: #2a289d;
  height: 34px;
  border-radius: 4px;
  background-color: #fafafa;
  border: solid 1px #d8d8d8;
}
.btn.dropdown-toggle:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 20px;
  color: #2a289d;
}
.btn.dropdown-toggle:hover {
  color: #2a289d;
}
.btn.btn-link {
  border: 0;
  padding-left: 0;
  font-weight: bold;
}
.btn.btn-link a {
  color: #2a289d;
}
.btn.btn-link:hover {
  color: #2a289d;
}
.btn.btn-link:hover a {
  color: #2a289d;
}
.btn-link:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 5px;
  display: inline-block;
}
.btn-link:hover:after {
  text-decoration: none;
}
.btn:focus,
.btn:active,
.btn:hover {
  color: #fff;
  outline: none;
}
.btn:focus a,
.btn:active a,
.btn:hover a {
  color: #fff;
}
.btn-default:focus,
.btn-primary:focus {
  background-color: #2a289d;
}
.btn-default:focus,
.btn-primary:focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(42, 40, 157, 0.5);
  border: solid 1px #2a289d;
}
.btn-light:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
  border: solid 1px #ffffff;
}
.btn-default:hover,
.btn-primary:hover {
  background-color: #1f1e74;
  border-color: #1f1e74;
}
.btn-secondary:hover {
  background-color: #2a289d;
  border-color: #2a289d;
}
.btn-secondary:hover a {
  color: #fff;
}
.btn-light:hover,
.btn-light:active {
  background-color: #fff;
  border-color: #fff;
}
.btn-solution:hover .solution-tag-text,
.btn-solution:hover a {
  color: #333 !important;
  font-weight: bold;
}
.btn-primary:active,
.btn-default:active,
.btn-primary.active,
.btn-default.active {
  background-color: #15144e;
  border-color: #15144e;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1f1e74;
  border-color: #1f1e74;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-default:hover,
.btn-primary:active,
.btn-default:active,
.btn-secondary:active,
.btn.active {
  color: #fff;
  text-decoration: none;
}
.btn-light:hover,
.btn-light:active,
.btn-light.active {
  color: #2a289d;
  text-decoration: none;
}
.btn-light:hover a,
.btn-light:active a,
.btn-light.active a {
  color: #2a289d;
}
.btn-primary:focus,
.btn-default:focus,
.btn-light:focus {
  color: #fff;
  text-decoration: none;
}
.btn-solution:focus .solution-tag-text,
.btn-solution:focus a {
  color: #333 !important;
  font-weight: bold;
}
.btn-secondary:focus {
  color: #2a289d;
  text-decoration: none;
}
.btn-tool {
  width: 77px;
  min-width: 0;
  height: 34px;
  border-radius: 4px;
  background-color: #fafafa;
  color: #2a289d;
  border: solid 1px #d8d8d8;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}
.btn-pagination {
  display: inline-block;
}
.btn-page {
  width: 30px;
  min-width: 0;
  height: 24px;
  border-radius: 2px;
  background-color: #fafafa;
  border: solid 1px #d8d8d8;
  color: #2a289d;
  font-size: 12px;
  padding: 0;
  font-weight: 600;
  line-height: 2;
}
.btn-pagination btn-page:first-of-type {
  border-radius: 3px 0 0 3px;
}
.btn-pagination btn-page:last-of-type {
  border-radius: 0 3px 3px 0;
  position: relative;
  right: 3px;
}
.btn-page:hover,
.btn-tool:hover,
.btn-page:active,
.btn-tool:active,
.btn-page:focus,
.btn-tool:focus {
  color: #2a289d;
}
.btn-selected {
  color: #fff;
  background-color: #2a289d;
}
.btn-selected:hover,
.btn-selected:focus,
.btn-selected:active {
  color: #fff;
}
.btn-link,
.btn-link:hover,
.btn-link-icon {
  color: #2a289d;
}
.btn-link-icon:hover {
  color: #1f1e74;
}
.btn-link-icon:active,
.btn-link-icon:focus {
  color: #15144e;
}
.btn a:hover {
  text-decoration: none;
}
/* @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("MaterialIcons-Regular.eot");
    src: local("Material Icons"),local("MaterialIcons-Regular"),url("../common.r/fonts/MaterialIcons-Regular.woff2") format("woff2"),url("../common.r/fonts/MaterialIcons-Regular.woff") format("woff"),url("../common.r/fonts/MaterialIcons-Regular.ttf") format("truetype")
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
} */
@font-face {
  font-family: 'responsive-icons-v5a';
  src: url('../common.r/fonts/responsive-icons-v5a.eot?2e1h11');
  src: url('../common.r/fonts/responsive-icons-v5a.eot?2e1h11#iefix') format('embedded-opentype'), url('../common.r/fonts/responsive-icons-v5a.ttf?2e1h11') format('truetype'), url('../common.r/fonts/responsive-icons-v5a.woff?2e1h11') format('woff'), url('../common.r/fonts/responsive-icons-v5a.svg?2e1h11#responsive-icons-v5a') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'responsive-icons-v5a' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-powercompass-icon:before {
  content: "\e928";
}
.icon-fpga-app-icon-inverse .path1:before {
  content: "\e902";
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path3:before {
  content: "\e919";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path4:before {
  content: "\e91a";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path5:before {
  content: "\e91b";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path6:before {
  content: "\e91c";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path7:before {
  content: "\e91d";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path8:before {
  content: "\e91e";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path9:before {
  content: "\e91f";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path10:before {
  content: "\e920";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path11:before {
  content: "\e921";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path12:before {
  content: "\e922";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path13:before {
  content: "\e923";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path14:before {
  content: "\e924";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon-inverse .path15:before {
  content: "\e925";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-inverse .path16:before {
  content: "\e926";
  margin-left: -1em;
  color: #474c56;
}
.icon-fpga-app-icon-one-color:before {
  content: "\e92b";
}
.icon-schematic-enabled:before {
  content: "\e900";
}
.icon-rail-feed:before {
  content: "\e901";
}
.icon-diagram:before {
  content: "\e903";
}
.icon-enlarge:before {
  content: "\e904";
}
.icon-fpga-app-icon .path1:before {
  content: "\e905";
  color: #22282e;
}
.icon-fpga-app-icon .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path4:before {
  content: "\e908";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path5:before {
  content: "\e909";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path6:before {
  content: "\e90a";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path7:before {
  content: "\e90b";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path8:before {
  content: "\e90c";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path9:before {
  content: "\e90d";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path10:before {
  content: "\e90e";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path11:before {
  content: "\e90f";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path12:before {
  content: "\e910";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path13:before {
  content: "\e911";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path14:before {
  content: "\e912";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path15:before {
  content: "\e913";
  margin-left: -1em;
  color: #0085b2;
}
.icon-fpga-app-icon .path16:before {
  content: "\e914";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-fpga-app-icon .path17:before {
  content: "\e915";
  margin-left: -1em;
  color: #e8eaec;
}
.icon-settings:before {
  content: "\e916";
}
.icon-table:before {
  content: "\e917";
}
.icon-search:before {
  content: "\e611";
}
.icon-pdf-preview:before {
  content: "\e612";
}
.icon-translate:before {
  content: "\e613";
}
.icon-arrow-icon:before {
  content: "\e687";
}
.icon-power-icon:before {
  content: "\e688";
}
.icon-eval-board:before {
  content: "\2e";
}
.icon-glossary:before {
  content: "\bf";
}
.icon-doc-library:before {
  content: "\c0";
}
.icon-training-and-tutorials:before {
  content: "\c1";
}
.icon-selection-guides:before {
  content: "\c2";
}
.icon-isim:before {
  content: "\e929";
}
.icon-isim-pe:before {
  content: "\e92a";
}
.icon-design-models:before {
  content: "\c4";
}
.icon-ref-eval-boards:before {
  content: "\c5";
}
.icon-video-center:before {
  content: "\c6";
}
.icon-software-drivers:before {
  content: "\c7";
}
.icon-power-navigator:before {
  content: "\c8";
}
.icon-tools:before {
  content: "\e61d";
}
.icon-parametric-search2:before {
  content: "\ca";
}
.icon-support:before {
  content: "\cb";
}
.icon-digital-power-knowledge-center:before {
  content: "\cc";
}
.icon-diagram-icon:before {
  content: "\cd";
}
.icon-intersil-2-color .path1:before {
  content: "\e602";
  color: #000000;
}
.icon-intersil-2-color .path2:before {
  content: "\e603";
  margin-left: -4.88085938em;
  color: #991b1e;
}
.icon-intersil-2-color .path3:before {
  content: "\e604";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path4:before {
  content: "\e605";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path5:before {
  content: "\e606";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path6:before {
  content: "\e607";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path7:before {
  content: "\e608";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path8:before {
  content: "\e609";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path9:before {
  content: "\e60a";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil-2-color .path10:before {
  content: "\e60b";
  margin-left: -4.88085938em;
  color: #000000;
}
.icon-intersil:before {
  content: "\e60c";
}
.icon-info:before {
  content: "\e601";
}
.icon-download-whitepaper .path1:before {
  content: "\e681";
  color: #0085b2;
}
.icon-download-whitepaper .path2:before {
  content: "\e689";
  margin-left: -1em;
  color: #0085b2;
}
.icon-download-whitepaper .path3:before {
  content: "\e68a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path4:before {
  content: "\e68b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path5:before {
  content: "\e68c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path6:before {
  content: "\e68d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path7:before {
  content: "\e68e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path8:before {
  content: "\e68f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path9:before {
  content: "\e690";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path10:before {
  content: "\e691";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path11:before {
  content: "\e692";
  margin-left: -1em;
  color: #00bbdd;
}
.icon-download-whitepaper .path12:before {
  content: "\e693";
  margin-left: -1em;
  color: #ffffff;
}
.icon-download-whitepaper .path13:before {
  content: "\e694";
  margin-left: -1em;
  color: #006482;
}
.icon-eval-board-giveaway .path1:before {
  content: "\e695";
  color: #0085b2;
}
.icon-eval-board-giveaway .path2:before {
  content: "\e696";
  margin-left: -1em;
  color: #00bbdd;
}
.icon-eval-board-giveaway .path3:before {
  content: "\e697";
  margin-left: -1em;
  color: #006482;
}
.icon-eval-board-giveaway .path4:before {
  content: "\e698";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path5:before {
  content: "\e699";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path6:before {
  content: "\e69a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path7:before {
  content: "\e69b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path8:before {
  content: "\e69c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path9:before {
  content: "\e69d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path10:before {
  content: "\e69e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path11:before {
  content: "\e69f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path12:before {
  content: "\e6a0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-eval-board-giveaway .path13:before {
  content: "\e6a1";
  margin-left: -1em;
  color: #0085b2;
}
.icon-watch-video .path1:before {
  content: "\e6a2";
  color: #0085b2;
}
.icon-watch-video .path2:before {
  content: "\e6a3";
  margin-left: -1em;
  color: #0085b2;
}
.icon-watch-video .path3:before {
  content: "\e6a4";
  margin-left: -1em;
  color: #0085b2;
}
.icon-watch-video .path4:before {
  content: "\e6a5";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-video .path5:before {
  content: "\e6a6";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-video .path6:before {
  content: "\e6a7";
  margin-left: -1em;
  color: #00bbdd;
}
.icon-watch-video .path7:before {
  content: "\e6a8";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-video .path8:before {
  content: "\e6a9";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-video .path9:before {
  content: "\e6aa";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-video .path10:before {
  content: "\e6ab";
  margin-left: -1em;
  color: #006482;
}
.icon-watch-webinar .path1:before {
  content: "\e6ac";
  color: #0085b2;
}
.icon-watch-webinar .path2:before {
  content: "\e6ad";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-webinar .path3:before {
  content: "\e6ae";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-webinar .path4:before {
  content: "\e6af";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-webinar .path5:before {
  content: "\e6b0";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-webinar .path6:before {
  content: "\e6b1";
  margin-left: -1em;
  color: #ffffff;
}
.icon-watch-webinar .path7:before {
  content: "\e6b2";
  margin-left: -1em;
  color: #00bbdd;
}
.icon-watch-webinar .path8:before {
  content: "\e6b3";
  margin-left: -1em;
  color: #006482;
}
.icon-video-webinar:before {
  content: "\e600";
}
.icon-whitepaper:before {
  content: "\e60d";
}
.icon-whitepaper-circle:before {
  content: "\e60e";
}
.icon-doc-color .path1:before {
  content: "\e60f";
  color: #666666;
}
.icon-doc-color .path2:before {
  content: "\e610";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path3:before {
  content: "\e614";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-color .path4:before {
  content: "\e615";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-color .path5:before {
  content: "\e616";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-color .path6:before {
  content: "\e617";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path7:before {
  content: "\e618";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path8:before {
  content: "\e61a";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path9:before {
  content: "\e61b";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path10:before {
  content: "\e61c";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-color .path11:before {
  content: "\e61e";
  margin-left: -1em;
  color: #336699;
}
.icon-doc-grey .path1:before {
  content: "\e61f";
  color: #666666;
}
.icon-doc-grey .path2:before {
  content: "\e620";
  margin-left: -1em;
  color: #000000;
}
.icon-doc-grey .path3:before {
  content: "\e621";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-grey .path4:before {
  content: "\e622";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-grey .path5:before {
  content: "\e623";
  margin-left: -1em;
  color: #ffffff;
}
.icon-doc-grey .path6:before {
  content: "\e624";
  margin-left: -1em;
  color: #666666;
}
.icon-doc-grey .path7:before {
  content: "\e625";
  margin-left: -1em;
  color: #666666;
}
.icon-doc-grey .path8:before {
  content: "\e626";
  margin-left: -1em;
  color: #666666;
}
.icon-doc-grey .path9:before {
  content: "\e627";
  margin-left: -1em;
  color: #666666;
}
.icon-doc-grey .path10:before {
  content: "\e628";
  margin-left: -1em;
  color: #666666;
}
.icon-doc-grey .path11:before {
  content: "\e629";
  margin-left: -1em;
  color: #666666;
}
.icon-dwg-2-color .path1:before {
  content: "\e62a";
  color: #666666;
}
.icon-dwg-2-color .path2:before {
  content: "\e62b";
  margin-left: -1em;
  color: #666666;
}
.icon-dwg-2-color .path3:before {
  content: "\e62c";
  margin-left: -1em;
  color: #000000;
}
.icon-dwg-2-color .path4:before {
  content: "\e62d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dwg-2-color .path5:before {
  content: "\e62e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-dwg-2-color .path6:before {
  content: "\e62f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exe-2-color .path1:before {
  content: "\e630";
  color: #666666;
}
.icon-exe-2-color .path2:before {
  content: "\e631";
  margin-left: -1em;
  color: #666666;
}
.icon-exe-2-color .path3:before {
  content: "\e632";
  margin-left: -1em;
  color: #000000;
}
.icon-exe-2-color .path4:before {
  content: "\e633";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exe-2-color .path5:before {
  content: "\e634";
  margin-left: -1em;
  color: #ffffff;
}
.icon-exe-2-color .path6:before {
  content: "\e635";
  margin-left: -1em;
  color: #ffffff;
}
.icon-file-2-color .path1:before {
  content: "\e636";
  color: #666666;
}
.icon-file-2-color .path2:before {
  content: "\e637";
  margin-left: -1em;
  color: #000000;
}
.icon-file-2-color .path3:before {
  content: "\e638";
  margin-left: -1em;
  color: #ffffff;
}
.icon-file-2-color .path4:before {
  content: "\e639";
  margin-left: -1em;
  color: #ffffff;
}
.icon-file-2-color .path5:before {
  content: "\e63a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-file-2-color .path6:before {
  content: "\e63b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-htm-2-color .path1:before {
  content: "\e63c";
  color: #666666;
}
.icon-htm-2-color .path2:before {
  content: "\e63d";
  margin-left: -1em;
  color: #000000;
}
.icon-htm-2-color .path3:before {
  content: "\e63e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-htm-2-color .path4:before {
  content: "\e63f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-htm-2-color .path5:before {
  content: "\e640";
  margin-left: -1em;
  color: #ffffff;
}
.icon-htm-2-color .path6:before {
  content: "\e641";
  margin-left: -1em;
  color: #666666;
}
.icon-htm-2-color .path7:before {
  content: "\e642";
  margin-left: -1em;
  color: #666666;
}
.icon-htm-2-color .path8:before {
  content: "\e643";
  margin-left: -1em;
  color: #666666;
}
.icon-pdf-2-color .path1:before {
  content: "\e644";
  color: #990000;
}
.icon-pdf-2-color .path2:before {
  content: "\e645";
  margin-left: -1em;
  color: #666666;
}
.icon-pdf-2-color .path3:before {
  content: "\e646";
  margin-left: -1em;
  color: #990000;
}
.icon-pdf-2-color .path4:before {
  content: "\e647";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pdf-2-color .path5:before {
  content: "\e648";
  margin-left: -1em;
  color: #ffffff;
}
.icon-pdf-2-color .path6:before {
  content: "\e649";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-color .path1:before {
  content: "\e64a";
  color: #a1471e;
}
.icon-ppt-color .path2:before {
  content: "\e64b";
  margin-left: -1em;
  color: #666666;
}
.icon-ppt-color .path3:before {
  content: "\e64c";
  margin-left: -1em;
  color: #d3741a;
}
.icon-ppt-color .path4:before {
  content: "\e64d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-color .path5:before {
  content: "\e64e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-color .path6:before {
  content: "\e64f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-color .path7:before {
  content: "\e650";
  margin-left: -1em;
  color: #d67d28;
}
.icon-ppt-grey .path1:before {
  content: "\e651";
  color: #666666;
}
.icon-ppt-grey .path2:before {
  content: "\e652";
  margin-left: -1em;
  color: #666666;
}
.icon-ppt-grey .path3:before {
  content: "\e653";
  margin-left: -1em;
  color: #000000;
}
.icon-ppt-grey .path4:before {
  content: "\e654";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-grey .path5:before {
  content: "\e655";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-grey .path6:before {
  content: "\e656";
  margin-left: -1em;
  color: #ffffff;
}
.icon-ppt-grey .path7:before {
  content: "\e657";
  margin-left: -1em;
  color: #666666;
}
.icon-txt-2-color .path1:before {
  content: "\e658";
  color: #666666;
}
.icon-txt-2-color .path2:before {
  content: "\e659";
  margin-left: -1em;
  color: #000000;
}
.icon-txt-2-color .path3:before {
  content: "\e65a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-txt-2-color .path4:before {
  content: "\e65b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-txt-2-color .path5:before {
  content: "\e65c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-txt-2-color .path6:before {
  content: "\e65d";
  margin-left: -1em;
  color: #666666;
}
.icon-txt-2-color .path7:before {
  content: "\e65e";
  margin-left: -1em;
  color: #666666;
}
.icon-txt-2-color .path8:before {
  content: "\e65f";
  margin-left: -1em;
  color: #666666;
}
.icon-xls-color .path1:before {
  content: "\e660";
  color: #666666;
}
.icon-xls-color .path2:before {
  content: "\e661";
  margin-left: -1em;
  color: #477d10;
}
.icon-xls-color .path3:before {
  content: "\e662";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-color .path4:before {
  content: "\e663";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-color .path5:before {
  content: "\e664";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-color .path6:before {
  content: "\e665";
  margin-left: -1em;
  color: #477d10;
}
.icon-xls-grey .path1:before {
  content: "\e666";
  color: #666666;
}
.icon-xls-grey .path2:before {
  content: "\e667";
  margin-left: -1em;
  color: #000000;
}
.icon-xls-grey .path3:before {
  content: "\e668";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-grey .path4:before {
  content: "\e669";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-grey .path5:before {
  content: "\e66a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-xls-grey .path6:before {
  content: "\e66b";
  margin-left: -1em;
  color: #666666;
}
.icon-zip-2-color .path1:before {
  content: "\e66c";
  color: #666666;
}
.icon-zip-2-color .path2:before {
  content: "\e66d";
  margin-left: -1em;
  color: #666666;
}
.icon-zip-2-color .path3:before {
  content: "\e66e";
  margin-left: -1em;
  color: #666666;
}
.icon-zip-2-color .path4:before {
  content: "\e66f";
  margin-left: -1em;
  color: #000000;
}
.icon-zip-2-color .path5:before {
  content: "\e670";
  margin-left: -1em;
  color: #ffffff;
}
.icon-zip-2-color .path6:before {
  content: "\e671";
  margin-left: -1em;
  color: #ffffff;
}
.icon-zip-2-color .path7:before {
  content: "\e672";
  margin-left: -1em;
  color: #ffffff;
}
.icon-zip-2-color .path8:before {
  content: "\e673";
  margin-left: -1em;
  color: #666666;
}
.icon-zip-2-color .path9:before {
  content: "\e674";
  margin-left: -1em;
  color: #ffffff;
}
.icon-chinese:before {
  content: "\e6b5";
}
.icon-parametric-search:before {
  content: "\e675";
}
.icon-cross-ref:before {
  content: "\e676";
}
.icon-environmental-search:before {
  content: "\e677";
}
.icon-languages:before {
  content: "\e678";
}
.icon-user-profile:before {
  content: "\e679";
}
.icon-user-profile-bold:before {
  content: "\e67a";
}
.icon-cart:before {
  content: "\e67b";
}
.icon-cart-bold:before {
  content: "\e67c";
}
.icon-collapse-all-icon:before {
  content: "\e67d";
}
.icon-expand-all-icon:before {
  content: "\e67e";
}
.icon-x-icon:before {
  content: "\e927";
}
.icon-exclaim-solid:before {
  content: "\e680";
}
.icon-exclaim-outline:before {
  content: "\e6b4";
}
.icon-circle-question:before {
  content: "\e682";
}
.icon-email:before {
  content: "\e683";
}
.icon-download:before {
  content: "\e684";
}
.icon-print:before {
  content: "\e685";
}
.icon-edit:before {
  content: "\e686";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-weibo-logo:before {
  content: "\e619";
}
.excel-color {
  color: #609A3B;
}
.pdf-color {
  color: #B71921;
}
.ppt-color {
  color: #EB6209;
}
.word-color {
  color: #306683;
}
.zip-color {
  color: #DFB118;
}
.exe-color {
  color: #60A9B4;
}
.default-page-navigation-mega .container .row {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
}
#headerNav {
  height: 60px;
  width: 100%;
}
#headerNav .nav_menu {
  width: 93px;
  display: block;
  float: left;
  margin-top: 137px;
  border-radius: 33px;
  left: -33px;
  background-color: #2a289d;
  height: 40px;
  position: absolute;
}
#headerNav .nav_menu .fill1 {
  background-color: #fff;
  width: 20px;
  height: 3px;
  margin-top: 11px;
  margin-left: 40px;
  display: block;
}
#headerNav .nav_menu .fill2 {
  background-color: #fff;
  width: 17px;
  height: 3px;
  margin-top: 4px;
  margin-left: 43px;
  display: block;
}
#headerNav .nav_menu .fill3 {
  background-color: #fff;
  width: 14px;
  height: 3px;
  margin-top: 4px;
  margin-left: 46px;
  display: block;
}
#headerNav .nav_menu .left-menu-right-arrow {
  color: #fff;
  float: right;
  margin-top: -17px;
  margin-right: 10px;
}
div.sitemap div.linkcontainer {
  padding: 0 0 10px 20px;
}
.websiteFeedback {
  cursor: pointer;
}
.accLangBox {
  display: flex;
  justify-content: flex-end;
  /* SP_id_14 ?????? */
  /* SP_id_14 ???????? */
}
.accLangBox .languageBox a span:before {
  position: relative;
  color: #333;
  content: "\f0ac";
  font-family: "FontAwesome";
  left: 0;
  padding-right: 5px;
}
.accLangBox .languageBox a span:before .languageBoxInner ul li a {
  line-height: 1.5;
}
.accLangBox .accountBox {
  padding-left: 20px;
}
.accLangBox .accountBox a:hover,
.accLangBox .accountBox a:focus {
  text-decoration: none;
}
.accLangBox .accountBox a .fa-exclamation-circle {
  position: relative;
  left: 6px;
  z-index: 1;
}
.accLangBox .accountBox a .fa-user {
  position: relative;
  z-index: 2;
}
.accLangBox .accountBox a .fa-angle-down {
  padding-left: 5px;
}
.accLangBox .accountBox.noAlert {
  padding-left: 25px;
}
.accLangBox .accountBox.noAlert .fa-exclamation-circle {
  display: none;
}
.accLangBox .accountBox .accountBoxInner .account-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accLangBox .accountBox .accountBoxInner .account-box-header h2 {
  margin: 0;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #000000;
}
.accLangBox .accountBox .accountBoxInner .account-box-header .fa-times {
  color: #706f6f;
}
.accLangBox .accountBox .accountBoxInner .sign-out {
  display: flex;
  align-items: center;
}
.accLangBox .accountBox .accountBoxInner .sign-out .fa-sign-out {
  padding-right: 10px;
  color: #2a289d;
}
.accLangBox .accountBox .accountBoxInner .sign-out p {
  margin: 0;
}
.accLangBox .news {
  float: left;
  margin: 5px 0;
}
.accLangBox .investors {
  float: left;
  margin: 5px 0;
  padding-left: 25px;
}
.accLangBox .news i,
.accLangBox .investors i {
  color: #333;
}
.accLangBox .news span,
.accLangBox .investors span {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .default-page-navigation-mega,
  #headerNav {
    background-color: #2a289d;
    display: block;
    height: 70px;
  }
  .default-page-navigation-mega > .container {
    max-width: 100%;
  }
  /* PC_id_6 ?????? */
  .default-page-navigation-top {
    background-color: #eee;
    height: 42px;
    display: block;
  }
  /* PC_id_6 ?????? */
  .globalNav {
    margin-bottom: 0px;
    flex-grow: 1;
  }
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox,
  #headerTop .sideBlock .accLangBox .languageBox {
    float: right;
  }
  #headerTop .sideBlock .searchAllBox {
    display: none;
  }
  #headerTop .searchAllInputBox {
    display: none;
  }
  #headerNav .inner {
    width: auto;
    margin: 0px auto;
    max-width: 1200px;
    overflow: visible;
    height: 70px;
    display: flex;
    align-items: center;
  }
  #headerNav {
    /* 20190322 id7 ?????? */
    /* 20190322 id7 ?????? */
  }
  #headerNav .inner .sideBlock {
    height: 70px;
    width: 210px;
    flex-shrink: 0;
  }
  #headerNav .subNavArea .inner {
    align-items: flex-start;
  }
  .parSearchBox,
  .historyBox {
    float: right;
    margin: 5px 0px;
  }
  .parSearchBox {
    padding-left: 25px;
  }
  .parSearchBox a span:before {
    position: relative;
    color: #333;
    content: "\f1de";
    font-family: "FontAwesome";
    left: 0;
    padding-right: 5px;
  }
  .historyBox span:before {
    position: relative;
    color: #333;
    content: "\f017";
    font-family: "FontAwesome";
    left: 0;
    padding-right: 5px;
  }
  .historyBox > a > span {
    padding-left: 20px;
  }
  #headerTop .account-link,
  #headerTop .txtC a,
  #headerTop .txtMyRenesas a  {
    color: #2a289d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
  #headerTop .account-link:hover,
  #headerTop .txtC a:hover,
  #headerTop .txtMyRenesas a:hover  {
    color: #1f1e74;
    text-decoration: underline;
  }

  .userBox a span {
    display: inline-block;
    min-height: 32px;
    padding-left: 0px;
    background-position: 0% 48%;
    background-repeat: no-repeat;
  }
  #headerNav p.companyLogo {
    margin-left: 8px;
  }
  #headerNav .companyLogo a {
    width: 187px;
    height: 70px;
    overflow: hidden;
    text-indent: -100%;
    background: url(../common/img/renesas_logo_with_tagline.png) left top no-repeat;
    background-size: contain;
    display: block;
    float: left;
    margin-top: -3px;
  }
  #headerNav .globalNav li {
    float: left;
    line-height: 0;
    list-style-type: none;
  }
  #headerNav .globalNav li a {
    padding: 20px 15px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 2;
    text-align: center;
  }
  #headerNav .globalNav li a span {
    height: 100%;
    display: block;
  }
  #headerNav .globalNav li a:hover {
    background: transparent;
  }
  #headerNav .subNav li a {
    text-align: left;
  }
  #headerNav .globalNav li.mainNav {
    flex-grow: 1;
    white-space: nowrap;
    list-style-type: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 42%;
    border-bottom: 10px solid #fafafa;
    border-right: 14px solid transparent;
    border-top: 10px solid transparent;
    border-left: 14px solid transparent;
  }
  #headerTop a {
   cursor:pointer;
   margin:0.4em 0;
  }
  #headerTop .languageBoxInner a {
    line-height: 1.5;
    color: #2a289d;
  }
  #headerTop p.companyLogo {
    display: none;
  }
  #headerTop .sideBlock .accLangBox .userBox,
  #headerTop .sideBlock .accLangBox .accountBox,
  #headerTop .sideBlock .accLangBox .languageBox,
  #headerTop .newsInv {
    margin: 0px 0px;
    color: #fff;
  }
  /* 20190404 id7 ?????? */
  #headerNav .globalNav .subNavArea {
    background-color: #fafafa;
    opacity: 1;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    top: 69px;
    z-index: 9999 !important;
    color: #333;
    white-space: normal;
  }
  /* 20190404 id7 ?????? */
  #headerNav .globalNav .subNavArea .inner {
    height: 100%;
    padding: 0px 0px 20px;
    overflow: hidden;
    overflow-y: scroll;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a {
    color: #2a289d;
    font-size: 16px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li span {
    color: #2a289d;
    font-size: 16px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li {
    padding-left: 0;
    line-height: 2;
  }
  #headerNav .globalNav .subNavArea .subNav .section .section-link {
    padding: 5px 0;
  }
  #headerNav .globalNav .subNavArea .subNav .section .section-link a {
    line-height: 1.29;
  }
  #headerNav .globalNav .subNavArea .subNav ul li ul li a,
  #headerNav .globalNav .subNavArea .subNav ul li ul li.link-removed {
    color: #333;
  }
  .jspPane {
    width: 1152px !important;
  }
  #headerNav .sideBlock {
    padding-top: 18px;
  }
  .searchAllInputBox {
    position: relative;
    width: 210px;
    height: 34px;
  }
  .searchAllInputBox .searchInput .navSearchInputText {
    background: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    color: #fff !important;
    height: 32px;
  }
  .searchAllInputBox .searchInput .navSearchInputText:focus {
    background: rgba(255, 255, 255, 0);
  }
  .searchAllInputBox .searchInput .navSearchInputText::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    opacity: .7;
  }
  .searchAllInputBox .searchInput .navSearchInputText::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: .7;
  }
  .searchAllInputBox .searchInput .navSearchInputText::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: .7;
  }
  .searchAllInputBox .searchInput .navSearchInputText::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: .7;
  }
  .searchAllInputBox .searchInput .navSearchInputText::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    opacity: .7;
  }
  .searchAllInputBox .navSearchSubmitBtn {
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: "FontAwesome";
  }
  .searchAllInputBox .navSearchSubmitBtn::after {
    content: "/f002";
    font-family: "FontAwesome";
  }
  .languageBox li {
    list-style-type: none;
  }
  .languageBoxInner {
    height: auto !important;
  }
}
@media screen and (max-width: 1250px) {
  #headerNav .inner {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #headerTop {
    height: 50px;
    width: 800px;
  }
  #headerTop .inner {
    padding: 0px 0px 5px 0px;
  }
  #headerNav .globalNav .subNavArea {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  body.fixHeader #headerNav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.fixHeader #headerNav .inner {
    padding-top: 20px;
    background: #2a289d;
  }
  .row.content-padding {
    max-width: 768px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.fixHeader #headerTop {
    background: #2a289d;
    height: 50px;
    padding-top: 0px !important;
  }
  #headerTop .companyLogo {
    margin: auto !important;
    padding: 12.5px 0px;
  }
  #headerTop .inner {
    background-color: transparent;
    padding: 0px !important;
  }
  #headerTop .companyLogo a {
    background: url(../common/img/logo_renesas_s.png) left top no-repeat;
    background-size: contain;
  }
  #headerTop .sideBlock {
    /* top: 0;
    right: 5px; */
  }
  #headerTop .sideBlock .searchAllBox {
    display: block;
    padding: 0;
    width: 45px;
    height: 45px;
  }
  #headerTop .searchAllBox a {
    display: block;
    right: 0px;
    border-radius: 2px;
    color: #fff;
    font-family: "FontAwesome";
    text-indent: 0;
    padding-left: 0;
    font-size: 20px;
  }
  #headerTop .searchAllBox a i {
    float: right;
    position: relative;
    top: 15px;
  }
  #headerTop .searchAllInputBox {
    display: block;
  }
  #headerTop .searchAllInputBox .navSearchSubmitBtn {
    background-color: #6765b9;
    font-family: "FontAwesome";
    width: 32px;
    height: 33px;
  }
  .languageBox {
    display: none;
  }
  /* body.fixHeader #globalNavIcon {
    background-color: transparent;
    color: #fff;
    left: 5px;
    right: initial;
    top: 0px;
  } */
  #globalNavIcon:before,
  #globalNavIcon:after,
  #globalNavIcon span {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 3px;
    background-color: #fff;
  }
  #headerNav .inner .globalNav {
    display: none;
    float: none;
    background-color: #2a289d;
  }
  #headerNav .globalNav li a {
    border-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 3.33;
    padding: 0px 15px 0px 20px;
  }
  #headerNav .globalNav .subNavArea .subNav .section .section-link {
    padding: 5px 0;
  }
  #headerNav .globalNav .subNavArea .subNav .section .section-link a {
    line-height: normal;
  }
  #headerTop .sideBlock .accLangBox {
    /* display: none; */
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #headerNav .globalNav,
  #headerNav .globalNav li {
    height: 100%;
  }
  #headerNav .globalNav li a {
    padding: 0px 10px;
    height: 100%;
  }
  #headerNav .globalNav li a.active {
    text-decoration: none;
    background: transparent;
  }
  #headerNav .sideBlock {
    padding: 0px 10px;
    margin-top: -3px;
  }
  #headerNav .searchAllInputBoxOpen {
    display: block !important;
    opacity: 1;
  }
  #headerTop .inner {
    padding: 0px !important;
  }
  #headerNav .inner {
    width: 100%;
    overflow: visible;
    height: 50px;
    padding: 12px 10px 0px 12px !important;
    margin-right: 25px;
    box-sizing: border-box;
  }
  #headerNav .inner .companyLogo {
    margin-top: -14px;
  }
  #headerNav .inner .companyLogo a {
    width: 145px;
    height: 50px;
    margin-top: 0;
  }
  .searchBoxMargin {
    margin-right: 25px !important;
  }
  .searchIconMargin {
    margin-right: 15px !important;
  }
  .default-page-navigation-mega,
  #headerNav {
    height: 50px !important;
  }
  #headerNav .sideBlock {
    height: 30px !important;
  }
  #headerNav .globalNav li:hover:before,
  #headerNav .globalNav li:focus:before {
    bottom: 0px;
  }
  #headerNav .globalNav .subNavArea .subNav ul li a span {
    margin-top: 20px;
  }
  #headerNav .globalNav .subNavArea .inner {
    width: 100vw !important;
    padding: 0px !important;
  }
  .navBox01 {
    padding-top: 0px !important;
  }
  .globalNav .mainNav a {
    font-size: 14px !important;
  }
  .globalNav .subNavArea .scrollArea {
    overflow-y: scroll !important;
    overflow-x: hidden;
  }
  .jspContainer {
    overflow-y: scroll !important;
    overflow-x: hidden;
  }
  .jspPane {
    width: 1152px !important;
    margin-left: 0px !important;
    padding: 0px !important;
    top: 0 !important;
    left: 0 !important;
  }
  .jspPane .subNav {
    width: 100vw !important;
  }
  .searchAllInputBox,
  .searchAllInputBox .searchInput .navSearchInputText {
    height: 30px;
  }
  .searchAllInputBox .navSearchSubmitBtn {
    height: 30px;
    width: 30px;
  }
  .tabletSearchIcon {
    cursor: pointer;
  }
  .tabletSearchIcon i {
    text-decoration: none;
    color: white;
    font-size: 18px;
  }
  .tabletSearchBoxActive {
    width: auto !important;
    position: absolute;
    left: 160px;
    right: 55px;
    display: block !important;
  }
  .greyIcon {
    color: rgba(255, 255, 255, 0.6) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #headerNav .searchAllInputBoxOpen {
    display: block !important;
  }
}
.page-content.active {
  margin-left: 244px;
}
@media (min-width: 1400px) {
  .page-content.active {
    margin-left: 300px;
  }
}
.panel-default > .panel-heading,
.panel-default-accordion > .panel-heading-accordion.panel-default,
.panel-default > .panel-heading.panel-white,
.panel-default-accordion > .panel-heading-accordion.panel-white {
  background-color: #fafafa;
  border: solid 1px #e8eaec;
}
a.closeall,
a.openall {
  color: #2a289d;
}
a.closeall:hover,
a.openall:hover {
  color: #1f1e74;
}
.openall > .icon {
  color: black;
}
.closeall > .icon {
  color: black;
}
.panel-accordion .panel-heading-accordion a,
.panel-accordion .panel-heading-accordion a:hover,
.panel-accordion .panel-heading-accordion a h4:after {
  color: black;
  text-decoration: none;
}
.panel-group .panel-heading a h4.collapsed:after,
.panel-group .panel-heading h4 a.collapsed:after,
.accordion-container .panel-heading h4 a.collapsed:after,
.panel-group-accordion .panel-heading-accordion a h4.collapsed:after,
.panel-group-accordion .panel-heading-accordion h4 a.collapsed:after,
.accordion-container .panel-heading-accordion h4 a.collapsed:after,
.filter-results.collapsed .show-collapse:after {
  font-family: 'responsive-icons-v5a';
  content: "\e67e";
}
.panel-group .panel-heading a h4:after,
.panel-group .panel-heading h4 a:after,
.accordion-container .panel-heading a h4:after,
.panel-group-accordion .panel-heading-accordion a h4:after,
.panel-group-accordion .panel-heading-accordion h4 a:after,
.accordion-container .panel-heading-accordion a h4:after,
.filter-results .show-collapse:after {
  font-family: 'responsive-icons-v5a';
  content: "\e67d";
  float: right;
  right: 20px;
  top: 5px;
  font-size: 12px;
}
h4:hover::after {
  color: #1f1e74;
}
.page-accordion .panel-default {
  border: 0;
}
.margin-h2 {
  margin: 20px 0 10px 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.accordionContainer a.closeall {
  padding-right: 0 !important;
}
.tab {
  background-color: #fafafa;
  box-sizing: border-box;
  height: 54px;
  color: #706f6f;
  font-size: 14px;
}
.tab .active {
  color: #333;
  font-size: 16px;
}
.tab .secondary {
  font-size: 14px;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  /* RW-1252  C           */
  /* RW-1252  C       ?  */
}
table tr {
  height: 50px;
  border: solid 1px #e8eaec;
}
table th {
  background-color: #fafafa;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17;
  border-bottom: none !important;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 10px 20px;
}
table td {
  font-size: 13px;
  border: none;
  vertical-align: middle;
  padding: 10px 20px;
  word-wrap: break-word;
  border-right: solid 1px #e8eaec;
}
table td:last-child {
  border-right: none;
}
table p {
  font-size: 13px;
  word-wrap: break-word;
  line-height: normal;
  margin: 0;
}
table ul,
table ol {
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px;
  padding-left: 30px;
}
table ul li,
table ol li {
  font-size: 13px;
  line-height: 25px;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > th {
  vertical-align: middle;
}
table .bordered {
  border: solid 1px #e8eaec;
}
.table-secondary tr:first-child td:first-child,
.table-secondary tr:first-child th:first-child {
  border: solid 1px transparent;
  border-bottom: solid 1px #e8eaec;
  border-right: solid 1px #e8eaec;
}
.table-secondary th:first-child,
.table-secondary td:first-child {
  padding-left: 0px !important;
}
.table-secondary td:first-child,
.table-secondary th:first-child {
  width: 20%;
}
.table-secondary th,
.table-secondary td {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0px;
}
.table-contextual tr,
.table-contextual td,
.table-contextual th {
  background-color: transparent;
}
.table-contextual td:first-child,
.table-contextual th:first-child {
  text-align: left;
  padding-left: 0 !important;
}
.table-contextual tr {
  border: none;
}
.table-contextual thead tr,
.table-contextual tr:first-child {
  border-bottom: solid 1px #e8eaec;
}
#filetablelisting th {
  background-color: #f5f5f5;
}
div.parsys_column {
  height: 100%;
  width: 100%;
  float: left;
  border: 0;
  vertical-align: top;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* media query for Tablet */
@media (min-width: 768px) {
  /* column control layouts */
  div.cq-colctrl-cols {
    width: 100%;
    float: left;
  }
  div.cq-colctrl-default {
    width: 100%;
  }
  /* layout 0 : 50% 50% ( grid6 + grid6 ) */
  div.cq-colctrl-lt0-c0 {
    width: 50%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt0-c1 {
    width: 50%;
    padding-left: 1.5%;
  }
  /* layout 0-1 : 75% 25% ( grid9 + grid3 ) */
  div.cq-colctrl-lt0-1-c0 {
    width: 75%;
    padding-right: .75%;
  }
  div.cq-colctrl-lt0-1-c1 {
    width: 25%;
    padding-left: 2.25%;
  }
  /* layout 0-2 : 66% 33% ( grid8 + grid4 ) */
  /* PW-140 */
  div.cq-colctrl-lt0-2-c0 {
    width: 66.667%;
    /* compatibility */
    width: -moz-calc(66.66666667%);
    width: -webkit-calc(66.66666667%);
    width: calc(66.66666667%);
    padding-right: 1%;
  }
  div.cq-colctrl-lt0-2-c1 {
    width: 33.3%;
    /* compatibility */
    width: -moz-calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    padding-left: 2%;
  }
  /* layout 0-1-2 : 25% 75% ( grid3 + grid9 ) */
  div.cq-colctrl-lt0-1-1-c0 {
    width: 25%;
    padding-right: 2.25%;
  }
  div.cq-colctrl-lt0-1-1-c1 {
    width: 75%;
    padding-left: .75%;
  }
  /* layout 0-2-2 : 33% 66% ( grid4 + grid8 ) */
  /* PW-140 */
  div.cq-colctrl-lt0-2-2-c0 {
    width: 33.3%;
    /* compatibility */
    width: -moz-calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    padding-right: 2%;
  }
  div.cq-colctrl-lt0-2-2-c1 {
    width: 66.667%;
    /* compatibility */
    width: -moz-calc(66.66666667%);
    width: -webkit-calc(66.66666667%);
    width: calc(66.66666667%);
    padding-left: 1%;
  }
  /* layout 1 : 33% 33% 33%( grid4 + grid4 + grid4 ) */
  div.cq-colctrl-lt1-c0 {
    width: 33.3%;
    /* compatibility */
    width: -moz-calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    padding-right: 2%;
  }
  div.cq-colctrl-lt1-c1 {
    width: 33.3%;
    /* compatibility */
    width: -moz-calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    padding-right: 1%;
    padding-left: 1%;
  }
  div.cq-colctrl-lt1-c2 {
    width: 33.3%;
    /* compatibility */
    width: -moz-calc(33.33333333%);
    width: -webkit-calc(33.33333333%);
    width: calc(33.33333333%);
    padding-left: 2%;
  }
  /* layout 2: 50% 25% 25% ( grid6 + grid3 + grid3 ) */
  div.cq-colctrl-lt2-c0 {
    width: 100%;
    float: left;
  }
  div.cq-colctrl-lt2-c1 {
    width: 50%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt2-c2 {
    width: 50%;
    padding-left: 1.5%;
  }
  /* layout 3: 25% 50% 25% ( grid3 + grid6 + grid3 ) */
  div.cq-colctrl-lt3-c0 {
    width: 25%;
    padding-left: 0%;
    padding-right: 2.25%;
  }
  div.cq-colctrl-lt3-c1 {
    width: 50%;
    padding-left: .75%;
    padding-right: .75%;
  }
  div.cq-colctrl-lt3-c2 {
    width: 25%;
    padding-left: 2.25%;
    padding-right: 0%;
  }
  /* layout 4: 25% 25% 50% ( grid3 + grid3 + grid6 ) */
  div.cq-colctrl-lt4-c0 {
    width: 50%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt4-c1 {
    width: 50%;
    padding-left: 1.5%;
  }
  div.cq-colctrl-lt4-c2 {
    width: 100%;
    float: left;
  }
  /* layout 5: 25% 25% 25% 25% ( grid3 + grid3 + grid3 + grid3 ) */
  div.cq-colctrl-lt5-c0 {
    width: 50%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt5-c1 {
    width: 50%;
    padding-left: 1.5%;
  }
  div.cq-colctrl-lt5-c2 {
    width: 50%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt5-c3 {
    width: 50%;
    padding-left: 1.5%;
  }
}
/* media query for Desktop */
/*PW-84 changed the min-width from 768px to 1025px*/
@media (min-width: 1025px) {
  /* column control layouts */
  /* layout 2: 50% 25% 25% ( grid6 + grid3 + grid3 ) */
  div.cq-colctrl-lt2-c0 {
    width: 50%;
    padding-left: 0%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt2-c1 {
    width: 25%;
    padding-left: 1.5%;
    padding-right: .75%;
  }
  div.cq-colctrl-lt2-c2 {
    width: 25%;
    padding-left: 2.25%;
    padding-right: 0%;
  }
  /* layout 3: 25% 50% 25% ( grid3 + grid6 + grid3 ) */
  div.cq-colctrl-lt3-c0 {
    width: 25%;
    padding-left: 0%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt3-c1 {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt3-c2 {
    width: 25%;
    padding-left: 1.5%;
    padding-right: 0%;
  }
  /* layout 4: 25% 25% 50% ( grid3 + grid3 + grid6 ) */
  div.cq-colctrl-lt4-c0 {
    width: 25%;
    padding-left: 0%;
    padding-right: 2.25%;
  }
  div.cq-colctrl-lt4-c1 {
    width: 25%;
    padding-left: .75%;
    padding-right: 1.5%;
  }
  div.cq-colctrl-lt4-c2 {
    width: 50%;
    padding-left: 1.5%;
    padding-right: 0%;
  }
  /* layout 5: 25% 25% 25% 25% ( grid3 + grid3 + grid3 + grid3 ) Test */
  div.cq-colctrl-lt5-c0 {
    width: 25%;
    padding-right: 2.25%;
  }
  div.cq-colctrl-lt5-c1 {
    width: 25%;
    padding-right: 1.5%;
    padding-left: .75%;
  }
  div.cq-colctrl-lt5-c2 {
    width: 25%;
    padding-right: .75%;
    padding-left: 1.5%;
  }
  div.cq-colctrl-lt5-c3 {
    width: 25%;
    padding-left: 2.25%;
  }
}
/* >>>> end >>>> PW-84 tablet column control layouts */
/*
@media (max-width: 1024px) {
    .row.content-padding {
        max-width: 1024px;
        padding-left: 25px;
        padding-right: 25px;
    }
}*/
@media (max-width: 768px) {
  /*div.cq-colctrl-lt0-c0,div.cq-colctrl-lt1-c0,div.cq-colctrl-lt2-c0,div.cq-colctrl-lt3-c0,div.cq-colctrl-lt4-c0,div.cq-colctrl-lt5-c0 {
        padding-left:5px;
    }*/
}
.image-enlarge-container {
  display: inline-block;
  position: relative;
}
.image-enlarge-container .enlarge-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.image-enlarge-container img {
  width: 100%;
}
#boardImageModal,
#imagemodal {
  padding-right: 0!important;
}
#boardImageModal .imageModal.modal-dialog,
#imagemodal .imageModal.modal-dialog {
  width: 100% !important;
  max-width: 1170px;
  margin: auto;
}
#boardImageModal .imageModal.modal-dialog img,
#imagemodal .imageModal.modal-dialog img {
  width: auto !important;
  height: auto !important;
  display: block;
  height: auto;
}
#boardImageModal .modal-dialog,
#imagemodal .modal-dialog {
  text-align: center;
}
#boardImageModal .modal-content,
#imagemodal .modal-content {
  display: inline-block;
}
@media (min-width: 765px) {
  .image-enlarge-container .image-enlarge,
  .image-enlarge-container .enlarge-icon {
    cursor: pointer;
  }
}
.modal-backdrop {
  z-index: 15000!important;
}
.modal {
  z-index: 15050!important;
}
.default-page-content.active,
#menu-layout,
#left-menu-r,
#left-menu-r .pure-menu,
.left-menu-link,
.page-content {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu-layout {
  position: relative;
  left: 0;
  padding-left: 0;
}
#menu-layout.active #left-menu-r {
  margin-left: 0;
}
#menu-layout.active .left-menu-link {
  left: 150px;
}
.sticky-left-menu {
  position: fixed !important;
  top: 0;
}
.back-arrow-left-navi {
  display: none;
}
#left-menu-r {
  margin-left: -400px;
  width: 244px;
  position: absolute;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
}
#left-menu-r a {
  color: #999;
  border: none;
}
#left-menu-r .float_r {
  float: right;
}
#left-menu-r .pure-menu,
#left-menu-r .pure-menu ul {
  border: none;
}
#left-menu-r .pure-menu #leftMenuScrollBar {
  width: 244px;
}
#left-menu-r .pure-menu #leftMenuScrollBar .viewport {
  height: 600px;
  overflow: hidden;
  position: relative;
}
#left-menu-r .pure-menu #leftMenuScrollBar .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 240px;
}
#left-menu-r .pure-menu #leftMenuScrollBar .scrollbar {
  position: relative;
  background-position: 0 0;
  float: right;
  width: 4px;
}
#left-menu-r .pure-menu #leftMenuScrollBar .track {
  width: 4px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.05);
}
#left-menu-r .pure-menu #leftMenuScrollBar .thumb {
  height: 300px;
  width: 4px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  background-color: #a8a9ad;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.05);
}
#left-menu-r .pure-menu #leftMenuScrollBar .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 4px;
}
#left-menu-r .pure-menu #leftMenuScrollBar .disable .thumb {
  display: none;
}
#left-menu-r .pure-menu .navi-menu-div {
  display: inline-block;
  width: 240px;
  float: left;
}
#left-menu-r .pure-menu ul,
#left-menu-r .pure-menu .menu-item-divided {
  padding: 10px 10px 10px 10px;
}
#left-menu-r .pure-menu ul.u02,
#left-menu-r .pure-menu ul.u03,
#left-menu-r .pure-menu ul.u04 {
  padding: 10px 0px 10px 10px;
}
#left-menu-r .pure-menu-selected,
#left-menu-r .pure-menu-heading {
  background: #306683;
}
#left-menu-r .pure-menu-selected a,
#left-menu-r .pure-menu-heading h3 {
  color: #fff;
}
#left-menu-r .pure-menu-disabled,
#left-menu-r .pure-menu-heading,
#left-menu-r .pure-menu-link {
  padding: 5px 10px 10px 20px;
}
#left-menu-r .pure-menu-heading > span > a > i {
  font-size: 24px;
}
#left-menu-r .pure-menu-heading {
  font-size: 110%;
  color: #fff;
  margin: 0;
  white-space: inherit;
}
#left-menu-r .pure-menu-heading h4 {
  padding-top: 15px;
  color: #fff;
  font-weight: 300;
}
#left-menu-r .pure-menu-item.current {
  background-color: #f5f5f5;
}
#left-menu-r .pure-menu-item.current > div {
  background-color: rgba(0, 0, 0, 0.05);
}
#left-menu-r .pure-menu-item.current > div.selected-item {
  width: 2px;
  height: 40px;
  background-color: #306683;
  display: inline-block;
  padding: 0;
  float: left;
}
#left-menu-r .pure-menu-item {
  line-height: 0;
}
#left-menu-r .pure-menu-item ul.u01 > li.current div,
#left-menu-r .pure-menu-item ul.u02 > li.current div,
#left-menu-r .pure-menu-item ul.u03 > li.current div,
#left-menu-r .pure-menu-item ul.u04 > li.current div {
  background-color: rgba(0, 0, 0, 0.05);
}
#left-menu-r .pure-menu-item div {
  padding: 11px 10px 11px 10px;
}
#left-menu-r .pure-menu-item div i {
  font-size: 20px;
}
#left-menu-r .pure-menu-item div a {
  width: 69px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
#left-menu-r .u02 .pure-menu-item a,
#left-menu-r .u03 .pure-menu-item a,
#left-menu-r .u04 .pure-menu-item a {
  font-weight: initial;
}
#left-menu-r .navi-menu-div li.menu-item-ancestor {
  background-color: rgba(0, 0, 0, 0.05);
}
#left-menu-r .navi-menu-div li.menu-item-ancestor ul {
  background-color: #f5f5f5;
}
.left-menu-link {
  position: fixed;
  display: block;
  background: #2A289D;
  font-size: 10px;
  z-index: 10;
  left: -17px;
  width: 78px;
  height: 40px;
  border-radius: 33px;
}
.left-menu-link span {
  position: relative;
  display: block;
}
.left-menu-link:hover,
.left-menu-link:focus {
  background: #000;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 48em) {
  #menu-layout {
    padding-left: 150px;
    left: 0;
  }
  #menu-layout.active #left-menu-r {
    height: 100%;
  }
  #menu-layout.active .left-menu-link {
    left: 150px;
  }
  #left-menu-r {
    left: 0;
    display: block;
  }
  .left-menu-link {
    position: fixed;
  }
}
@media (min-width: 1400px) {
  #left-menu-r {
    width: 300px;
  }
  #left-menu-r .pure-menu #leftMenuScrollBar {
    width: 340px;
  }
  #left-menu-r .pure-menu .navi-menu-div,
  #left-menu-r .pure-menu #leftMenuScrollBar .overview {
    width: 296px;
  }
  #left-menu-r .pure-menu #leftMenuScrollBar .scrollbar {
    margin-right: 40px;
  }
  .active #headerSub .sideBlock {
    right: 130px;
    position: relative;
  }
}
@media (max-width: 1200px) {
  .nav_menu {
    margin-top: 185px !important;
  }
}
@media (max-width: 1500px) and (min-width: 767px) {
  .padding-for-left-nav-open,
  .padding-for-left-nav-closed {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1500px) and (min-width: 767px) and (max-width: 1275px) {
  .padding-for-left-nav-closed {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (max-width: 1800px) {
  #menu-layout.active {
    position: relative;
    left: 0px;
  }
}
#overlay-content {
  display: none;
}
@media (max-width: 1350px) {
  .nav_menu {
    height: 36px !important;
    width: 69px !important;
  }
  .nav_menu .fill1 {
    width: 16px !important;
    margin-top: 9px !important;
  }
  .nav_menu .fill2 {
    width: 11.9px !important;
    margin-left: 44px !important;
  }
  .nav_menu .fill3 {
    width: 7.8px !important;
    margin-left: 48px !important;
  }
  .nav_menu .left-menu-right-arrow {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pure-menu {
    height: 68px;
    background-color: #706f6f;
  }
  .pure-menu .back-arrow-left-navi {
    display: flex;
    justify-content: center;
    height: inherit;
    width: 68px;
    background-color: rgba(255, 255, 255, 0.2);
    float: left;
    position: relative;
    cursor: pointer;
  }
  .pure-menu .back-arrow-left-navi i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .pure-menu .pure-menu-heading {
    height: inherit;
    background-color: #706f6f !important;
  }
  .pure-menu .pure-menu-heading h4 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding-top: 0 !important;
    margin-top: 0;
    margin-left: 55px;
  }
  #headerNav .nav_menu {
    z-index: 999;
    padding-top: 0;
    left: 0;
    display: none !important;
  }
  .page-content.active {
    margin-left: 0;
  }
  #leftmenuClose {
    display: none;
  }
  .page-content-parsys #menu-layout {
    transition: opacity 0.2s ease, width 0.2s ease, z-index 0s;
  }
  .page-content-parsys #menu-layout.active {
    left: 0;
    transition: opacity 0.2s ease, width 0.2s ease, z-index 0s;
  }
  .page-content-parsys #menu-layout.active #left-menu-r {
    width: 80%;
    background-color: white;
    z-index: 10000;
    height: 100%;
    position: fixed !important;
    top: 50px;
  }
  .page-content-parsys #menu-layout.active #left-menu-r #leftMenuScrollBar {
    width: 100%;
  }
  .page-content-parsys #menu-layout.active #left-menu-r #leftMenuScrollBar .navi-menu-div {
    position: absolute;
    width: 100%;
  }
  .page-content-parsys #menu-layout.active #left-menu-r #leftMenuScrollBar .navi-menu-div .overview {
    width: 100%;
  }
  .page-content.active {
    margin-left: 0;
  }
  .page-content.active #overlay-content {
    width: 100%;
    position: absolute;
    background-color: grey;
    display: block;
    height: 100%;
    z-index: 9999;
    opacity: .8;
    overflow: auto;
  }
  .default-page-navigation-top {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    display: block;
    z-index: 101;
  }
  .default-page-navigation-mega {
    display: block;
    top: 0;
    z-index: 101;
  }
  #globalNavIcon {
    /* position: fixed !important; */
  }
}
#left-menu-r .pure-menu-heading {
  background-color: #2a289d;
}
.mobile-left-nav {
  display: none;
}
#headerNav .inner {
  width: auto;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #headerNav .inner .globalNav {
    float: none;
  }
}
@media (max-width: 767px) {
  h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-transform: none;
    color: #333333;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  #headerNav {
    height: 100%;
    background: none;
  }
  body.fixHeader #headerNav .inner {
    height: 100%;
    overflow: hidden;
    background: none;
    /* Track */
    /* Handle */
  }
  body.fixHeader #headerNav .inner ::-webkit-scrollbar {
    width: 4px;
  }
  body.fixHeader #headerNav .inner ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  body.fixHeader #headerNav .inner ::-webkit-scrollbar-thumb {
    background: #a8a9ad;
  }
  body.fixHeader #headerNav .inner .globalNav {
    height: 100%;
    width: 80%;
    background: #fff;
    top: 50px;
    position: fixed !important;
    overflow: scroll;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  body.fixHeader #headerNav .inner .globalNav a,
  body.fixHeader #headerNav .inner .globalNav span,
  body.fixHeader #headerNav .inner .globalNav p {
    color: #333;
  }
  body.fixHeader #headerNav .inner .globalNav li a span:after {
    border-color: #333;
  }
  body.fixHeader #headerNav .inner .globalNav .subNavArea .subNav ul li ul li a {
    color: #333;
  }
  body.fixHeader #headerNav .inner .globalNav .globalNav-title {
    font-weight: bold;
  }
  body.fixHeader #headerNav .inner .globalNav .globalNav-title:last-of-type {
    margin-bottom: 50px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav {
    display: block;
    height: auto;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav.lang-open {
    margin-bottom: 375px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav.account-open {
    margin-bottom: 0px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .userBox a span {
    padding: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .userBox a span:before {
    position: relative;
    color: #333;
    content: "\f007";
    font-family: "FontAwesome";
    left: 0;
    padding-right: 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .userBox a span:after {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown {
    display: flex;
    align-items: center;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown:before:hover,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown:after:hover {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown .fa-exclamation-circle {
    position: relative;
    z-index: 1;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown .fa-user {
    position: relative;
    z-index: 2;
    right: 5px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown .fa-user:before {
    padding-right: 7px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown .user-name {
    width: 100%;
    padding: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .mobile-dropdown .fa-angle-down {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox.noAlert a {
    position: relative;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox.noAlert .fa-exclamation-circle {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox.noAlert .fa-user {
    position: absolute;
    top: 35%;
    left: 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox.noAlert .fa-user:before {
    padding-right: 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner {
    width: auto;
    padding: 0 0 0 20px;
    right: 0;
    border: none;
    box-shadow: none;
    position: relative;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner:before {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-box-header h2 {
    margin: 0;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-box-header .fa-times {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-link-list li {
    margin: 5px 0 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-link-list li .account-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 51px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .account-link-list li .account-link:hover {
    color: #1f1e74;
    text-decoration: underline;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out {
    display: flex;
    align-items: center;
    padding-left: 51px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out .fa-sign-out {
    padding: 0;
    color: #333333;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out p {
    margin: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out .txtC {
    width: 100%;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out .txtC a {
    color: #333333;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 16px;
    font-size: 12px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .accountBox .accountBoxInner .sign-out .txtC a:hover {
    color: #1f1e74;
    text-decoration: underline;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .parSearchBox {
    font-size: 100%;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .parSearchBox a span {
    padding-left: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .parSearchBox a span:before {
    position: relative;
    color: #333;
    content: "\f1de";
    font-family: "FontAwesome";
    left: 0;
    padding-right: 18px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox {
    display: block;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .mobile-dropdown {
    padding-right: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .mobile-dropdown span {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 40px 10px 0;
    line-height: 1.5;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .mobile-dropdown span:before {
    position: relative;
    color: #333;
    content: "\f0ac";
    font-family: "FontAwesome";
    left: 0;
    padding-right: 19px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .mobile-dropdown span:after {
    right: 15px;
    top: initial;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .mobile-dropdown span.open:after {
    top: initial;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner {
    width: 100%;
    padding: 0;
    right: 0;
    border: none;
    box-shadow: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner:hover {
    text-decoration: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner:before,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner:after,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner .btnClose {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner ul {
    list-style-type: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner ul li {
    margin: 5px 0 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner ul li a {
    padding: 0 10px 0 51px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .languageBox .languageBoxInner ul li a:before {
    display: none;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .news a,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .investors a,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .news span,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .investors span {
    display: inline-block;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .news a,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .investors a {
    width: 100%;
    padding: 0;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .news a .fa,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .investors a .fa {
    padding: 0 15px 0 20px;
  }
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .news a span:after,
  body.fixHeader #headerNav .inner .globalNav .mobile-left-nav .investors a span:after {
    display: none;
  }
  .feature-story .bigideas {
    z-index: 1 !important;
  }
  /* SP_id_11 ?????? */
  #overlay-content {
    top: 0;
    width: 100%;
    position: absolute;
    background-color: grey;
    height: 100%;
    z-index: 99;
    opacity: .8;
    overflow: auto;
  }
  /* SP_id_11 ?????? */
  body.fixHeader #headerNav .inner .globalNav li .parSearchBox a span:after {
    content: none;
  }
  #headerNav .globalNav li a:hover:before,
  #headerNav .globalNav li a:hover:after {
    position: absolute !important;
  }
}
/*-- Device Pages --*/
.devicePartName {
  float: left;
}
.devicePartName h1 {
  /*-- width:245px;--*/
  height: 44px;
  text-align: left;
  display: inline;
}
.devicePartName .favoBox {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  padding-left: 16px;
}
.devicePartName .favoBox a i.fa {
  font-size: 24px;
  vertical-align: top;
  max-width: 100%;
}
.devicePartName .favoBox img {
  vertical-align: top;
}
.devicePartName .favoBox .tooltip2 {
  padding-left: 8px;
  padding-top: 12px;
  position: inherit;
  opacity: 100;
}
.manualBlock {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .manualBlock .devicePartName {
    margin-top: 15px;
  }
}
.manualBlock .devicePartName .device-part-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.manualBlock .devicePartName .device-part-header .device-name-wrapper {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.manualBlock .devicePartName .device-part-header h1 {
  margin: 0;
}
.manualBlock .devicePartName .device-part-header .favoBox {
  display: flex;
  padding-left: 16px;
}
.manualBlock .devicePartName .device-part-header .favoBox .fa-star {
  width: 24px;
  height: 24px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f5be3f;
}
.manualBlock .devicePartName .device-part-header .favoBox img {
  vertical-align: top;
  margin-left: 5px;
}
.manualBlock .devicePartName .device-part-header .favoBox .tooltip2 {
  padding-left: 8px;
  position: inherit;
  opacity: 100;
}
/* SP_id_13 ?????? */
.devicePartName .deviceShortDesc {
  width: 100%;
  max-width: 835px;
  min-height: 60px;
  /* font-size:20px;*/
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
/* SP_id_13 ?????? */
.deviceDocumentStr {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .deviceDocumentStr {
    position: inherit;
  }
}
.deviceDocumentStr .deviceDatasheetTxt {
  height: 34px;
  border-radius: 100px;
  border: solid 1px #2a289d;
  margin: auto;
}
/* 20190304?????? */
.manualBlock .devicePartName .device-part-header .deviceDatasheetTxt {
  display: flex;
  align-items: center;
  height: 34px;
  border-radius: 100px;
  border: solid 1px #2a289d;
}
/* 20190304?????? */
.deviceDocumentStr .deviceDatasheetTxt > div {
  padding-top: 2px;
}
.deviceDocumentStr .deviceDatasheetTxt .btnUserManual a {
  margin-right: 25px;
}
.manualBlock .deviceDocumentStr .deviceDatasheetTxt .btnUserManual a {
  margin-right: 0px;
}
.deviceDocumentStr .deviceDatasheetTxt > div > span > .fa {
  width: 13px;
  height: 13px;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a289d;
  padding-top: 2px;
  padding-left: 25px;
  vertical-align: middle;
}
/* 20190304?????? */
.manualBlock .devicePartName .device-part-header .deviceDatasheetTxt .fa-download {
  width: 13px;
  height: 13px;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #2a289d;
  margin: 0 3px 0 30px;
  padding-left: 0px;
  padding-top: 0px;
}
/* 20190304?????? */
.deviceDocumentStr .deviceDatasheetTxt > div > span > span {
  width: 65px;
  height: 20px;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: center;
  color: #2a289d;
  padding-left: 3px;
  vertical-align: middle;
}
/* 20190304?????? */
.manualBlock .devicePartName .device-part-header .deviceDatasheetTxt .btnUserManual {
  margin-right: 30px;
}
/* 20190304?????? */
/*-- Device Page ProductInfo --*/
.overviewSection {
  padding-bottom: 60px;
  display: inline-block;
}
.overviewSection h2 {
  margin-top: 0;
}
.overviewSection .deviceOverviewDesc {
  min-height: 150px;
  display: block;
}
.overviewSection .deviceOverviewDesc .deviceOverviewHtml {
  width: 570px;
  min-height: 120px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  display: inline-block;
  float: left;
}
.overviewSection .deviceOverviewSep {
  margin-left: 45px;
  display: inline-block;
  height: 77px;
  width: 4px;
  background-color: #dbe7ed;
  margin-top: 3px;
}
.overviewSection .deviceOverviewStatus {
  padding-left: 8px;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  vertical-align: top;
}
.overviewSection .deviceOverviewStatus .heading {
  font-weight: 600;
  color: #000000;
}
/* RW-1054 ?????? */
div.keyfeatures {
  margin-bottom: 100px;
  display: block;
}
/*	cf ---------- */
div.keyfeatures:before,
div.keyfeatures:after {
  content: " ";
  display: table;
}
div.keyfeatures:after {
  clear: both;
}
/* SP_id_3 ?????? */
ul.keyfeatures {
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  list-style: unset;
  list-style-type: disc;
  color: #706f6f;
  min-height: 150px;
}
ul.keyfeatures li {
  float: left;
  width: 45%;
  margin-left: 5%;
}
/* SP_id_3 ?????? */
.parametrics {
  display: block;
  padding-top: 30px;
  clear: both;
}
/* RW-1054 ?????? */
#productInfo {
  /*-- RW-457 ?????? --*/
  /*-- RW-457 ??????  --*/
}
#productInfo .parametrics {
  display: block;
  padding-top: 30px;
}
#productInfo .parametricstable .parametricsitems,
#productInfo .parametricstable .parametricsheader,
#productInfo .parametricstable .parametricstool {
  border: 1px #e8eaec solid;
}
#productInfo .parametricstable .parametricsitems .p1,
#productInfo .parametricstable .parametricsheader .p1,
#productInfo .parametricstable .parametricstool {
  font-weight: 600;
}
#productInfo .parametricstable .parametricsitems .p1,
#productInfo .parametricstable .parametricsheader .p1,
#productInfo .parametricstable .parametricsitems .p2,
#productInfo .parametricstable .parametricsheader .p2 {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #productInfo .parametricstable .parametricsitems .p1,
  #productInfo .parametricstable .parametricsheader .p1,
  #productInfo .parametricstable .parametricsitems .p2,
  #productInfo .parametricstable .parametricsheader .p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    width: auto;
    padding-left: 15px;
  }
}
#productInfo .parametricstable .parametricsheader {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#productInfo .parametricstable .parametricsheader .p1,
#productInfo .parametricstable .parametricsheader .p2 {
  font-size: 12px;
}
#productInfo .parametricstable .parametricstool {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  width: auto;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #productInfo .parametricstable .parametricstool {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#productInfo .parametricstable {
  /*-- RW-457?????? --*/
  /*-- RW-457?????? --*/
}
#productInfo .parametricstable .parametricstool {
  border: 1px #e8eaec solid;
  font-weight: 600;
}
#productInfo .parametricstable .parametricsitems,
#productInfo .parametricstable .parametricsheader {
  border: 1px #e8eaec solid;
}
#productInfo .parametricstable .parametricsitems .p1,
#productInfo .parametricstable .parametricsheader .p1 {
  font-weight: 600;
}
#productInfo .parametricstable .parametricsitems .p1,
#productInfo .parametricstable .parametricsheader .p1,
#productInfo .parametricstable .parametricsitems .p2,
#productInfo .parametricstable .parametricsheader .p2 {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #productInfo .parametricstable .parametricsitems .p1,
  #productInfo .parametricstable .parametricsheader .p1,
  #productInfo .parametricstable .parametricsitems .p2,
  #productInfo .parametricstable .parametricsheader .p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
    width: auto;
    padding-left: 15px;
  }
}
#productInfo .parametricstable .parametricsheader {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
#productInfo .parametricstable .parametricsheader .p1,
#productInfo .parametricstable .parametricsheader .p2 {
  font-size: 12px;
}
#productInfo .parametricstable .parametricstool {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  width: auto;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #productInfo .parametricstable .parametricstool {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#productInfo .parametricstable .parametricsimages {
  padding-top: 10px;
}
#productInfo section .viewMoreOverlay {
  display: block;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  margin-top: -70px;
  position: relative;
}
#productInfo section .viewMore {
  text-align: center;
  color: #2a289d;
  font-size: 14px;
}
#productInfo section .viewMore .viewMoreBtn,
#productInfo section .viewMore .viewMoreBtnOpen {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
#productInfo section .viewMore .viewMoreBtn:after {
  content: " ";
  width: 2px;
  height: 10px;
  background-color: #474c55;
  position: absolute;
  top: 3px;
  right: 7px;
}
#productInfo section .viewMore .viewMoreBtn:before,
#productInfo section .viewMore .viewMoreBtnOpen:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#productInfo .parametricstable {
  height: auto;
  overflow: hidden;
}
.parametricsitems .parametricsheader {
  background-color: #f5f5f5;
}
.parametricsitems,
.parametricsitems .parametricsheader {
  border: 1px #e8eaec solid;
}
.parametricsitems .parametricsheader .p1,
.parametricsitems .parametricsheader .p2 {
  font-size: 12px;
  font-weight: 600;
}
.parametricsitems .p1 {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 30px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
}
.parametricsitems .p2 {
  width: 300px;
  padding-top: 8px;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
/* ul.keyfeatures, ol.keyfeatures{
	-webkit-padding-start:24px;
    -moz-padding-start:24px;
    list-style:unset;
    list-style-type:disc;
    color:#706f6f;
    min-height:300px;
}
ul.keyfeatures li, ol.keyfeatures li{
    float: left;
    width: 48%;
}
ul.keyfeatures .keyvalue, ol.keyfeatures .keyvalue{
	color:#222222;
}*/
/* RW-1054?????? */
.blockdiagramref {
  padding: 50px 30px 50px 30px;
  text-align: center;
  background-color: #fafafa;
  clear: both;
}
/* RW-1054?????? */
.blockdiagramref div {
  display: block;
}
.blockdiagramref div h2 {
  margin-bottom: 40px;
}
.blockdiagramref div.blockimg {
  padding: 40px;
  background-color: #fff;
}
.mainsolutions {
  padding-top: 40px;
}
.mainsolutionitems div {
  display: inline-block;
  padding-left: 15px;
  font-size: 12px;
  color: #333333;
  border: 1px #333333 solid;
  border-radius: 100px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-right: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.mainsolutionitems img {
  height: 15px;
  width: 15px;
  color: #333333;
}
.mainsolutionitems span {
  padding-left: 10px;
}
.mainsolutionitems span a {
  color: #333333;
  font-size: 12px;
}
#productInfo {
  display: block;
  width: 80%;
  max-width: 855px;
  float: left;
}
#productInfo .productdisclaimer {
  font-size: 14px;
  color: #706f6f;
  padding-top: 40px;
}
#productInfo .productdisclaimer span {
  font-weight: 600;
}
.devicequickref {
  float: right;
  width: 20%;
}
/*-- Device Page QuickRef --*/
.quickrefSection {
  width: 260px;
  height: 290px;
  background-color: #fafafa;
  padding-bottom: 37px;
}
/* RW-1163?????? */
@media screen and (max-width: 1151px) {
  .devicequickref {
    float: none;
    width: 100%;
  }
  .quickrefSection {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
/* RW-1163?????? */
/* SP_id_2 ?????? */
@media screen and (max-width: 1151px) {
  .overviewSection .deviceOverviewDesc .deviceOverviewHtml {
    float: none;
    width: 100%;
  }
  .overviewSection .deviceOverviewSep {
    margin-left: 0;
  }
}
/* SP_id_2 ?????? */
/* SP_id_3 ?????? */
@media screen and (max-width: 767px) {
  .parametricsitems .p1 {
    width: auto;
    padding-left: 10px;
    padding-bottom: 0;
    display: block;
  }
  .parametricsitems .p2 {
    width: auto;
    padding-left: 10px;
    display: block;
  }
}
/* SP_id_3 ?????? */
.quickrefSection dl {
  margin-bottom: 12px;
}
.quickrefTitleSection {
  width: 228px;
  height: 24px;
  background-color: #2a289d;
}
.quickrefTitleSection:before {
  background-color: #fafafa;
  position: absolute;
  content: " ";
  transform: rotate(45deg);
  transform-origin: bottom right;
  height: 0px;
  width: 18px;
  margin-left: 193px;
  padding-top: 43px;
}
.quickrefTitle {
  width: 171px;
  height: 15px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding-left: 18px;
}
.deviceQuickRefPartSection {
  padding-top: 15px;
  padding-left: 18px;
}
.deviceQuickRefPartSection dd {
  display: inline;
}
.deviceQuickRefPartSection span.starandplp {
  font-size: 20px;
  float: right;
  padding-right: 25px;
}
.deviceQuickRefPartSection dd i.fa {
  vertical-align: top;
  padding-top: 4px;
  max-width: 100%;
  width: 17px;
  height: 18px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #f5be3f;
}
.deviceQuickRefPartSection dd img.plppng {
  height: 18px;
  width: 18px;
  padding-bottom: 4px;
  margin-left: 2px;
}
.deviceQuickRefPartNum {
  width: 150px;
  height: 24px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
.isim-btn {
  margin-top: 5px;
}
.device-isim-link {
  width: 100%;
}
.deviceQueryRefProdStatus {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-left: 18px;
}
.deviceQueryRefProdStatus dt {
  width: 100px;
  height: 17px;
  font-weight: normal;
  text-align: left;
  color: #706f6f;
  display: inline-block;
}
.deviceQueryRefProdStatus dd {
  width: 110px;
  height: 17px;
  font-weight: normal;
  text-align: left;
  color: #333333;
  display: inline-block;
  padding-left: 12px;
}
.deviceDistiStock {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding-left: 18px;
  padding-bottom: 20px;
}
.deviceDistiStock .headerInfo {
  padding-bottom: 5px;
}
.deviceDistiStock span.header1 {
  width: 68px;
  height: 17px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  display: inline-block;
}
.deviceDistiStock span.header2 {
  width: 110px;
  height: 17px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  display: inline-block;
  padding-left: 53px;
}
.deviceDistiStock .headerInfoSep {
  height: 2px;
  background-color: #cacaca;
  margin-right: 18px;
}
.distiData {
  width: 242px;
}
.distiData span.header1:first-child,
.distiData > span.header2:first-child {
  padding-top: 11px;
}
.distiData span.header1 {
  width: 120px;
  height: 17px;
  font-weight: normal;
  text-align: left;
  color: #333333;
  display: inline-block;
  padding-top: 16px;
}
.distiData span.header2 {
  width: 110px;
  height: 17px;
  font-weight: normal;
  text-align: left;
  color: #333333;
  display: inline-block;
  padding-left: 0px;
  padding-top: 16px;
}
.distiData span.header2 .tar {
  float: right;
  padding-right: 14px;
}
.distiData span.header2 .tar .btn01 {
  border: 1px #2a289d solid;
  border-radius: 60px;
}
.distiData span.header2 .tar .btn01 span {
  padding-right: 11px;
  padding-left: 12px;
}
#documentCommonSearchProduct,
#relatedDownloadsProductsSearch,
#sampleprogramSearch,
#toolChainSearch,
#orderingSearch,
#relatedDownloadsToolSearch,
#documentCommonSearchTool,
#discontinuedToolSearch {
  /* SP_id_11 ?????? */
  /* SP_id_11 ?????? */
  /*	cf ---------- */
  /*	cf ---------- */
  /* SP_id_5 ?????? */
  /* SP_id_5 ?????? */
  /* selectBtnBox btn01 */
  /* SP_id_11 ?????? */
  /* SP_id_11 ?????? */
  /* button Reset/Search */
  /* SP_id_5 ?????? */
  /* SP_id_5 ?????? */
  /* checkbox */
  /* SP_id_6 ?????? */
  /* SP_id_6 ?????? */
  /* serachCompany */
  /* checkbox */
  /* serachCompany */
  /* SP_id_6 ?????? */
  /* SP_id_6 ?????? */
  /* SP_id_5 ?????? */
  /* SP_id_5 ?????? */
  /* SP_id_6 ?????? */
  /* SP_id_6 ?????? */
  /* SP_id_5 ?????? */
  /* SP_id_5 ?????? */
  /* SP_id_6 ?????? */
  /* SP_id_6 ?????? */
  /* SP_id_5 ?????? */
  /* SP_id_5 ?????? */
  /* ---------- result pagination ------ */
}
#documentCommonSearchProduct ol,
#relatedDownloadsProductsSearch ol,
#sampleprogramSearch ol,
#toolChainSearch ol,
#orderingSearch ol,
#relatedDownloadsToolSearch ol,
#documentCommonSearchTool ol,
#discontinuedToolSearch ol,
#documentCommonSearchProduct ul,
#relatedDownloadsProductsSearch ul,
#sampleprogramSearch ul,
#toolChainSearch ul,
#orderingSearch ul,
#relatedDownloadsToolSearch ul,
#documentCommonSearchTool ul,
#discontinuedToolSearch ul {
  list-style: none;
}
#documentCommonSearchProduct .sec01,
#relatedDownloadsProductsSearch .sec01,
#sampleprogramSearch .sec01,
#toolChainSearch .sec01,
#orderingSearch .sec01,
#relatedDownloadsToolSearch .sec01,
#documentCommonSearchTool .sec01,
#discontinuedToolSearch .sec01 {
  margin-top: 40px;
}
#documentCommonSearchProduct .sec02,
#relatedDownloadsProductsSearch .sec02,
#sampleprogramSearch .sec02,
#toolChainSearch .sec02,
#orderingSearch .sec02,
#relatedDownloadsToolSearch .sec02,
#documentCommonSearchTool .sec02,
#discontinuedToolSearch .sec02 {
  margin-top: 30px;
}
#documentCommonSearchProduct .sec03,
#relatedDownloadsProductsSearch .sec03,
#sampleprogramSearch .sec03,
#toolChainSearch .sec03,
#orderingSearch .sec03,
#relatedDownloadsToolSearch .sec03,
#documentCommonSearchTool .sec03,
#discontinuedToolSearch .sec03 {
  margin-top: 50px;
}
#documentCommonSearchProduct .searchBtnBox,
#relatedDownloadsProductsSearch .searchBtnBox,
#sampleprogramSearch .searchBtnBox,
#toolChainSearch .searchBtnBox,
#orderingSearch .searchBtnBox,
#relatedDownloadsToolSearch .searchBtnBox,
#documentCommonSearchTool .searchBtnBox,
#discontinuedToolSearch .searchBtnBox {
  position: relative;
  width: 100%;
  display: block;
  z-index: 97;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen,
#orderingSearch .searchBtnBox .searchBtnBoxOpen,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen > div,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen > div,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen > div,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen > div,
#orderingSearch .searchBtnBox .searchBtnBoxOpen > div,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen > div,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen > div,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen > div {
  position: relative;
  margin: 8px 0;
  border-radius: 4px;
  border: solid 1px #e8eaec;
  background-color: #fafafa;
  width: 99.5%;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen > div > .clear,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen > div > .clear,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen > div > .clear,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen > div > .clear,
#orderingSearch .searchBtnBox .searchBtnBoxOpen > div > .clear,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen > div > .clear,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen > div > .clear,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen > div > .clear {
  text-align: right;
  padding: 0 32px;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen > div > hr,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen > div > hr,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen > div > hr,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen > div > hr,
#orderingSearch .searchBtnBox .searchBtnBoxOpen > div > hr,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen > div > hr,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen > div > hr,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen > div > hr {
  margin: 0 40px;
}
#documentCommonSearchProduct .searchBtnBoxOpen > div:before,
#relatedDownloadsProductsSearch .searchBtnBoxOpen > div:before,
#sampleprogramSearch .searchBtnBoxOpen > div:before,
#toolChainSearch .searchBtnBoxOpen > div:before,
#orderingSearch .searchBtnBoxOpen > div:before,
#relatedDownloadsToolSearch .searchBtnBoxOpen > div:before,
#documentCommonSearchTool .searchBtnBoxOpen > div:before,
#discontinuedToolSearch .searchBtnBoxOpen > div:before,
#documentCommonSearchProduct .searchBtnBoxOpen > div:after,
#relatedDownloadsProductsSearch .searchBtnBoxOpen > div:after,
#sampleprogramSearch .searchBtnBoxOpen > div:after,
#toolChainSearch .searchBtnBoxOpen > div:after,
#orderingSearch .searchBtnBoxOpen > div:after,
#relatedDownloadsToolSearch .searchBtnBoxOpen > div:after,
#documentCommonSearchTool .searchBtnBoxOpen > div:after,
#discontinuedToolSearch .searchBtnBoxOpen > div:after {
  content: " ";
  display: table;
}
#documentCommonSearchProduct .searchBtnBoxOpen > div:after,
#relatedDownloadsProductsSearch .searchBtnBoxOpen > div:after,
#sampleprogramSearch .searchBtnBoxOpen > div:after,
#toolChainSearch .searchBtnBoxOpen > div:after,
#orderingSearch .searchBtnBoxOpen > div:after,
#relatedDownloadsToolSearch .searchBtnBoxOpen > div:after,
#documentCommonSearchTool .searchBtnBoxOpen > div:after,
#discontinuedToolSearch .searchBtnBoxOpen > div:after {
  clear: both;
}
#documentCommonSearchProduct .searchBtnBox > div ul,
#relatedDownloadsProductsSearch .searchBtnBox > div ul,
#sampleprogramSearch .searchBtnBox > div ul,
#toolChainSearch .searchBtnBox > div ul,
#orderingSearch .searchBtnBox > div ul,
#relatedDownloadsToolSearch .searchBtnBox > div ul,
#documentCommonSearchTool .searchBtnBox > div ul,
#discontinuedToolSearch .searchBtnBox > div ul {
  margin: 8px;
}
#documentCommonSearchProduct .searchBtnBox > div ul:before,
#relatedDownloadsProductsSearch .searchBtnBox > div ul:before,
#sampleprogramSearch .searchBtnBox > div ul:before,
#toolChainSearch .searchBtnBox > div ul:before,
#orderingSearch .searchBtnBox > div ul:before,
#relatedDownloadsToolSearch .searchBtnBox > div ul:before,
#documentCommonSearchTool .searchBtnBox > div ul:before,
#discontinuedToolSearch .searchBtnBox > div ul:before,
#documentCommonSearchProduct .searchBtnBox > div ul:after,
#relatedDownloadsProductsSearch .searchBtnBox > div ul:after,
#sampleprogramSearch .searchBtnBox > div ul:after,
#toolChainSearch .searchBtnBox > div ul:after,
#orderingSearch .searchBtnBox > div ul:after,
#relatedDownloadsToolSearch .searchBtnBox > div ul:after,
#documentCommonSearchTool .searchBtnBox > div ul:after,
#discontinuedToolSearch .searchBtnBox > div ul:after {
  content: " ";
  display: table;
}
#documentCommonSearchProduct .searchBtnBox > div ul:after,
#relatedDownloadsProductsSearch .searchBtnBox > div ul:after,
#sampleprogramSearch .searchBtnBox > div ul:after,
#toolChainSearch .searchBtnBox > div ul:after,
#orderingSearch .searchBtnBox > div ul:after,
#relatedDownloadsToolSearch .searchBtnBox > div ul:after,
#documentCommonSearchTool .searchBtnBox > div ul:after,
#discontinuedToolSearch .searchBtnBox > div ul:after {
  clear: both;
}
#documentCommonSearchProduct .searchBtnBox > div ul ul,
#relatedDownloadsProductsSearch .searchBtnBox > div ul ul,
#sampleprogramSearch .searchBtnBox > div ul ul,
#toolChainSearch .searchBtnBox > div ul ul,
#orderingSearch .searchBtnBox > div ul ul,
#relatedDownloadsToolSearch .searchBtnBox > div ul ul,
#documentCommonSearchTool .searchBtnBox > div ul ul,
#discontinuedToolSearch .searchBtnBox > div ul ul {
  margin: 0;
}
#documentCommonSearchProduct .searchBtnBox > div ul li,
#relatedDownloadsProductsSearch .searchBtnBox > div ul li,
#sampleprogramSearch .searchBtnBox > div ul li,
#toolChainSearch .searchBtnBox > div ul li,
#orderingSearch .searchBtnBox > div ul li,
#relatedDownloadsToolSearch .searchBtnBox > div ul li,
#documentCommonSearchTool .searchBtnBox > div ul li,
#discontinuedToolSearch .searchBtnBox > div ul li {
  padding-left: 18px;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul,
#sampleprogramSearch .searchBtnBox > div > div > ul,
#toolChainSearch .searchBtnBox > div > div > ul,
#orderingSearch .searchBtnBox > div > div > ul,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul,
#documentCommonSearchTool .searchBtnBox > div > div > ul,
#discontinuedToolSearch .searchBtnBox > div > div > ul {
  min-height: 120px;
}
#documentCommonSearchProduct .searchBtnBox > div > div > .serachCompany + ul,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > .serachCompany + ul,
#sampleprogramSearch .searchBtnBox > div > div > .serachCompany + ul,
#toolChainSearch .searchBtnBox > div > div > .serachCompany + ul,
#orderingSearch .searchBtnBox > div > div > .serachCompany + ul,
#relatedDownloadsToolSearch .searchBtnBox > div > div > .serachCompany + ul,
#documentCommonSearchTool .searchBtnBox > div > div > .serachCompany + ul,
#discontinuedToolSearch .searchBtnBox > div > div > .serachCompany + ul {
  width: 50%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul > li,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li,
#sampleprogramSearch .searchBtnBox > div > div > ul > li,
#toolChainSearch .searchBtnBox > div > div > ul > li,
#orderingSearch .searchBtnBox > div > div > ul > li,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li,
#documentCommonSearchTool .searchBtnBox > div > div > ul > li,
#discontinuedToolSearch .searchBtnBox > div > div > ul > li {
  width: 22%;
  float: left;
}
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div > div > ul > li,
  #relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li,
  #sampleprogramSearch .searchBtnBox > div > div > ul > li,
  #toolChainSearch .searchBtnBox > div > div > ul > li,
  #orderingSearch .searchBtnBox > div > div > ul > li,
  #relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li,
  #documentCommonSearchTool .searchBtnBox > div > div > ul > li,
  #discontinuedToolSearch .searchBtnBox > div > div > ul > li {
    width: 100%;
    float: none;
  }
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul > li.wide3,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li.wide3,
#sampleprogramSearch .searchBtnBox > div > div > ul > li.wide3,
#toolChainSearch .searchBtnBox > div > div > ul > li.wide3,
#orderingSearch .searchBtnBox > div > div > ul > li.wide3,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li.wide3,
#documentCommonSearchTool .searchBtnBox > div > div > ul > li.wide3,
#discontinuedToolSearch .searchBtnBox > div > div > ul > li.wide3 {
  width: 72%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul > li.wide3 > ul,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li.wide3 > ul,
#sampleprogramSearch .searchBtnBox > div > div > ul > li.wide3 > ul,
#toolChainSearch .searchBtnBox > div > div > ul > li.wide3 > ul,
#orderingSearch .searchBtnBox > div > div > ul > li.wide3 > ul,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li.wide3 > ul,
#documentCommonSearchTool .searchBtnBox > div > div > ul > li.wide3 > ul,
#discontinuedToolSearch .searchBtnBox > div > div > ul > li.wide3 > ul {
  width: 33%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#sampleprogramSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#toolChainSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#orderingSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#documentCommonSearchTool .searchBtnBox > div > div > ul > li.wide3 > .clearAll,
#discontinuedToolSearch .searchBtnBox > div > div > ul > li.wide3 > .clearAll {
  margin: 0;
}
#documentCommonSearchProduct .searchBtnBox > div > div > .serachCompany + ul > li,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > .serachCompany + ul > li,
#sampleprogramSearch .searchBtnBox > div > div > .serachCompany + ul > li,
#toolChainSearch .searchBtnBox > div > div > .serachCompany + ul > li,
#orderingSearch .searchBtnBox > div > div > .serachCompany + ul > li,
#relatedDownloadsToolSearch .searchBtnBox > div > div > .serachCompany + ul > li,
#documentCommonSearchTool .searchBtnBox > div > div > .serachCompany + ul > li,
#discontinuedToolSearch .searchBtnBox > div > div > .serachCompany + ul > li {
  width: 45%;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#sampleprogramSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#toolChainSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#orderingSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#documentCommonSearchTool .searchBtnBox > div > div > ul > li:nth-of-type(4n+1),
#discontinuedToolSearch .searchBtnBox > div > div > ul > li:nth-of-type(4n+1) {
  clear: both;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList,
#sampleprogramSearch .searchBtnBox > div .selectList,
#toolChainSearch .searchBtnBox > div .selectList,
#orderingSearch .searchBtnBox > div .selectList,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList,
#documentCommonSearchTool .searchBtnBox > div .selectList,
#discontinuedToolSearch .searchBtnBox > div .selectList {
  position: relative;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList .btnBoxClose,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList .btnBoxClose,
#sampleprogramSearch .searchBtnBox > div .selectList .btnBoxClose,
#toolChainSearch .searchBtnBox > div .selectList .btnBoxClose,
#orderingSearch .searchBtnBox > div .selectList .btnBoxClose,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList .btnBoxClose,
#documentCommonSearchTool .searchBtnBox > div .selectList .btnBoxClose,
#discontinuedToolSearch .searchBtnBox > div .selectList .btnBoxClose,
#documentCommonSearchProduct .seeMore div,
#relatedDownloadsProductsSearch .seeMore div,
#sampleprogramSearch .seeMore div,
#toolChainSearch .seeMore div,
#orderingSearch .seeMore div,
#relatedDownloadsToolSearch .seeMore div,
#documentCommonSearchTool .seeMore div,
#discontinuedToolSearch .seeMore div {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 0;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList .btnBoxClose:after,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#sampleprogramSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#toolChainSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#orderingSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#documentCommonSearchTool .searchBtnBox > div .selectList .btnBoxClose:after,
#discontinuedToolSearch .searchBtnBox > div .selectList .btnBoxClose:after,
#documentCommonSearchProduct .seeMore div:after,
#relatedDownloadsProductsSearch .seeMore div:after,
#sampleprogramSearch .seeMore div:after,
#toolChainSearch .seeMore div:after,
#orderingSearch .seeMore div:after,
#relatedDownloadsToolSearch .seeMore div:after,
#documentCommonSearchTool .seeMore div:after,
#discontinuedToolSearch .seeMore div:after {
  content: " ";
  width: 2px;
  height: 10px;
  background-color: #474c55;
  position: absolute;
  top: 3px;
  right: 7px;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList .btnBoxClose:before,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#sampleprogramSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#toolChainSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#orderingSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#documentCommonSearchTool .searchBtnBox > div .selectList .btnBoxClose:before,
#discontinuedToolSearch .searchBtnBox > div .selectList .btnBoxClose:before,
#documentCommonSearchProduct .seeMore div:before,
#relatedDownloadsProductsSearch .seeMore div:before,
#sampleprogramSearch .seeMore div:before,
#toolChainSearch .seeMore div:before,
#orderingSearch .seeMore div:before,
#relatedDownloadsToolSearch .seeMore div:before,
#documentCommonSearchTool .seeMore div:before,
#discontinuedToolSearch .seeMore div:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList .btnBoxOpen,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList .btnBoxOpen,
#sampleprogramSearch .searchBtnBox > div .selectList .btnBoxOpen,
#toolChainSearch .searchBtnBox > div .selectList .btnBoxOpen,
#orderingSearch .searchBtnBox > div .selectList .btnBoxOpen,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList .btnBoxOpen,
#documentCommonSearchTool .searchBtnBox > div .selectList .btnBoxOpen,
#discontinuedToolSearch .searchBtnBox > div .selectList .btnBoxOpen,
#documentCommonSearchProduct .seeMoreClose div,
#relatedDownloadsProductsSearch .seeMoreClose div,
#sampleprogramSearch .seeMoreClose div,
#toolChainSearch .seeMoreClose div,
#orderingSearch .seeMoreClose div,
#relatedDownloadsToolSearch .seeMoreClose div,
#documentCommonSearchTool .seeMoreClose div,
#discontinuedToolSearch .seeMoreClose div {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: absolute;
  top: 14px;
  left: 0;
}
#documentCommonSearchProduct .searchBtnBox > div .selectList .btnBoxOpen:before,
#relatedDownloadsProductsSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#sampleprogramSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#toolChainSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#orderingSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#relatedDownloadsToolSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#documentCommonSearchTool .searchBtnBox > div .selectList .btnBoxOpen:before,
#discontinuedToolSearch .searchBtnBox > div .selectList .btnBoxOpen:before,
#documentCommonSearchProduct .seeMoreClose div:before,
#relatedDownloadsProductsSearch .seeMoreClose div:before,
#sampleprogramSearch .seeMoreClose div:before,
#toolChainSearch .seeMoreClose div:before,
#orderingSearch .seeMoreClose div:before,
#relatedDownloadsToolSearch .seeMoreClose div:before,
#documentCommonSearchTool .seeMoreClose div:before,
#discontinuedToolSearch .seeMoreClose div:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#documentCommonSearchProduct .seeMore div,
#relatedDownloadsProductsSearch .seeMore div,
#sampleprogramSearch .seeMore div,
#toolChainSearch .seeMore div,
#orderingSearch .seeMore div,
#relatedDownloadsToolSearch .seeMore div,
#documentCommonSearchTool .seeMore div,
#discontinuedToolSearch .seeMore div,
#documentCommonSearchProduct .seeMoreClose div,
#relatedDownloadsProductsSearch .seeMoreClose div,
#sampleprogramSearch .seeMoreClose div,
#toolChainSearch .seeMoreClose div,
#orderingSearch .seeMoreClose div,
#relatedDownloadsToolSearch .seeMoreClose div,
#documentCommonSearchTool .seeMoreClose div,
#discontinuedToolSearch .seeMoreClose div {
  position: relative;
  display: inline-block;
  top: 0;
  vertical-align: middle;
}
#documentCommonSearchProduct .searchBtnBox > div div,
#relatedDownloadsProductsSearch .searchBtnBox > div div,
#sampleprogramSearch .searchBtnBox > div div,
#toolChainSearch .searchBtnBox > div div,
#orderingSearch .searchBtnBox > div div,
#relatedDownloadsToolSearch .searchBtnBox > div div,
#documentCommonSearchTool .searchBtnBox > div div,
#discontinuedToolSearch .searchBtnBox > div div {
  margin: 8px;
}
#documentCommonSearchProduct .selectBtnBox .btn01,
#relatedDownloadsProductsSearch .selectBtnBox .btn01,
#sampleprogramSearch .selectBtnBox .btn01,
#toolChainSearch .selectBtnBox .btn01,
#orderingSearch .selectBtnBox .btn01,
#relatedDownloadsToolSearch .selectBtnBox .btn01,
#documentCommonSearchTool .selectBtnBox .btn01,
#discontinuedToolSearch .selectBtnBox .btn01 {
  background: #7c929d;
  display: inline-block;
  margin: 5px 5px 0px 0px;
  position: relative;
  z-index: 98;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#documentCommonSearchProduct .selectBtnBox > .btn01:hover,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01:hover,
#sampleprogramSearch .selectBtnBox > .btn01:hover,
#toolChainSearch .selectBtnBox > .btn01:hover,
#orderingSearch .selectBtnBox > .btn01:hover,
#relatedDownloadsToolSearch .selectBtnBox > .btn01:hover,
#documentCommonSearchTool .selectBtnBox > .btn01:hover,
#discontinuedToolSearch .selectBtnBox > .btn01:hover,
#documentCommonSearchProduct .selectBtnBox > .btn01:active,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01:active,
#sampleprogramSearch .selectBtnBox > .btn01:active,
#toolChainSearch .selectBtnBox > .btn01:active,
#orderingSearch .selectBtnBox > .btn01:active,
#relatedDownloadsToolSearch .selectBtnBox > .btn01:active,
#documentCommonSearchTool .selectBtnBox > .btn01:active,
#discontinuedToolSearch .selectBtnBox > .btn01:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#documentCommonSearchProduct .selectBtnBox .btn01 a,
#relatedDownloadsProductsSearch .selectBtnBox .btn01 a,
#sampleprogramSearch .selectBtnBox .btn01 a,
#toolChainSearch .selectBtnBox .btn01 a,
#orderingSearch .selectBtnBox .btn01 a,
#relatedDownloadsToolSearch .selectBtnBox .btn01 a,
#documentCommonSearchTool .selectBtnBox .btn01 a,
#discontinuedToolSearch .selectBtnBox .btn01 a {
  display: block;
}
#documentCommonSearchProduct .selectBtnBox > .btn01 a.active span,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01 a.active span,
#sampleprogramSearch .selectBtnBox > .btn01 a.active span,
#toolChainSearch .selectBtnBox > .btn01 a.active span,
#orderingSearch .selectBtnBox > .btn01 a.active span,
#relatedDownloadsToolSearch .selectBtnBox > .btn01 a.active span,
#documentCommonSearchTool .selectBtnBox > .btn01 a.active span,
#discontinuedToolSearch .selectBtnBox > .btn01 a.active span {
  color: #fff;
}
#documentCommonSearchProduct .selectBtnBox > .btn01 a:hover:before,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01 a:hover:before,
#sampleprogramSearch .selectBtnBox > .btn01 a:hover:before,
#toolChainSearch .selectBtnBox > .btn01 a:hover:before,
#orderingSearch .selectBtnBox > .btn01 a:hover:before,
#relatedDownloadsToolSearch .selectBtnBox > .btn01 a:hover:before,
#documentCommonSearchTool .selectBtnBox > .btn01 a:hover:before,
#discontinuedToolSearch .selectBtnBox > .btn01 a:hover:before,
#documentCommonSearchProduct .selectBtnBox > .btn01 a.active:before,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01 a.active:before,
#sampleprogramSearch .selectBtnBox > .btn01 a.active:before,
#toolChainSearch .selectBtnBox > .btn01 a.active:before,
#orderingSearch .selectBtnBox > .btn01 a.active:before,
#relatedDownloadsToolSearch .selectBtnBox > .btn01 a.active:before,
#documentCommonSearchTool .selectBtnBox > .btn01 a.active:before,
#discontinuedToolSearch .selectBtnBox > .btn01 a.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 38%;
  border-right: 14px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid transparent;
}
#documentCommonSearchProduct .selectBtnBox > .btn01 a:hover:before,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01 a:hover:before,
#sampleprogramSearch .selectBtnBox > .btn01 a:hover:before,
#toolChainSearch .selectBtnBox > .btn01 a:hover:before,
#orderingSearch .selectBtnBox > .btn01 a:hover:before,
#relatedDownloadsToolSearch .selectBtnBox > .btn01 a:hover:before,
#documentCommonSearchTool .selectBtnBox > .btn01 a:hover:before,
#discontinuedToolSearch .selectBtnBox > .btn01 a:hover:before {
  border-top: 10px solid #7c929d;
}
#documentCommonSearchProduct .selectBtnBox > .btn01 a.active:before,
#relatedDownloadsProductsSearch .selectBtnBox > .btn01 a.active:before,
#sampleprogramSearch .selectBtnBox > .btn01 a.active:before,
#toolChainSearch .selectBtnBox > .btn01 a.active:before,
#orderingSearch .selectBtnBox > .btn01 a.active:before,
#relatedDownloadsToolSearch .selectBtnBox > .btn01 a.active:before,
#documentCommonSearchTool .selectBtnBox > .btn01 a.active:before,
#discontinuedToolSearch .selectBtnBox > .btn01 a.active:before {
  border-top: 10px solid #7c929d;
}
#documentCommonSearchProduct .fa-star,
#relatedDownloadsProductsSearch .fa-star,
#sampleprogramSearch .fa-star,
#toolChainSearch .fa-star,
#orderingSearch .fa-star,
#relatedDownloadsToolSearch .fa-star,
#documentCommonSearchTool .fa-star,
#discontinuedToolSearch .fa-star {
  color: #f5be3f;
}
#documentCommonSearchProduct .sec01 #hideFiltersBtn,
#relatedDownloadsProductsSearch .sec01 #hideFiltersBtn,
#sampleprogramSearch .sec01 #hideFiltersBtn,
#toolChainSearch .sec01 #hideFiltersBtn,
#orderingSearch .sec01 #hideFiltersBtn,
#relatedDownloadsToolSearch .sec01 #hideFiltersBtn,
#documentCommonSearchTool .sec01 #hideFiltersBtn,
#discontinuedToolSearch .sec01 #hideFiltersBtn {
  font-size: 13px;
  font-weight: 600;
  color: #2a289d;
  cursor: pointer;
}
#documentCommonSearchProduct .sec01 #hideFiltersBtn i,
#relatedDownloadsProductsSearch .sec01 #hideFiltersBtn i,
#sampleprogramSearch .sec01 #hideFiltersBtn i,
#toolChainSearch .sec01 #hideFiltersBtn i,
#orderingSearch .sec01 #hideFiltersBtn i,
#relatedDownloadsToolSearch .sec01 #hideFiltersBtn i,
#documentCommonSearchTool .sec01 #hideFiltersBtn i,
#discontinuedToolSearch .sec01 #hideFiltersBtn i {
  color: black;
  margin-right: 4px;
}
#documentCommonSearchProduct .btn01,
#relatedDownloadsProductsSearch .btn01,
#sampleprogramSearch .btn01,
#toolChainSearch .btn01,
#orderingSearch .btn01,
#relatedDownloadsToolSearch .btn01,
#documentCommonSearchTool .btn01,
#discontinuedToolSearch .btn01 {
  box-sizing: border-box;
}
#documentCommonSearchProduct .btn01.Reset,
#relatedDownloadsProductsSearch .btn01.Reset,
#sampleprogramSearch .btn01.Reset,
#toolChainSearch .btn01.Reset,
#orderingSearch .btn01.Reset,
#relatedDownloadsToolSearch .btn01.Reset,
#documentCommonSearchTool .btn01.Reset,
#discontinuedToolSearch .btn01.Reset {
  margin: 0 0 0 8px;
}
#documentCommonSearchProduct .btn01.Search,
#relatedDownloadsProductsSearch .btn01.Search,
#sampleprogramSearch .btn01.Search,
#toolChainSearch .btn01.Search,
#orderingSearch .btn01.Search,
#relatedDownloadsToolSearch .btn01.Search,
#documentCommonSearchTool .btn01.Search,
#discontinuedToolSearch .btn01.Search {
  margin: 0 0 0 8px;
}
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .btn01.Reset,
  #relatedDownloadsProductsSearch .btn01.Reset,
  #sampleprogramSearch .btn01.Reset,
  #toolChainSearch .btn01.Reset,
  #orderingSearch .btn01.Reset,
  #relatedDownloadsToolSearch .btn01.Reset,
  #documentCommonSearchTool .btn01.Reset,
  #discontinuedToolSearch .btn01.Reset {
    margin: 8px 0 0;
    display: block;
  }
  #documentCommonSearchProduct .btn01.Search,
  #relatedDownloadsProductsSearch .btn01.Search,
  #sampleprogramSearch .btn01.Search,
  #toolChainSearch .btn01.Search,
  #orderingSearch .btn01.Search,
  #relatedDownloadsToolSearch .btn01.Search,
  #documentCommonSearchTool .btn01.Search,
  #discontinuedToolSearch .btn01.Search {
    margin: 8px 0 0;
    display: block;
  }
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#toolChainSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#orderingSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox] {
  display: none;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 12px 8px 26px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#orderingSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox {
  padding: 5px 12px 5px 32px;
  word-break: break-all;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after {
  border-color: #2339ad;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  box-sizing: border-box;
  position: relative;
  top: 8px;
  left: 7px;
  display: block;
  margin-top: 8px;
  width: 12px;
  height: 12px;
  border: 1.5px solid #010101;
  border-radius: 2px;
  opacity: .54;
  content: '';
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 22px;
  left: 10px;
  display: block;
  margin-top: -7px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #2339ad;
  border-bottom: 3px solid #2339ad;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#orderingSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
#documentCommonSearchProduct .searchResultPagesHead > .previouslyUsed,
#relatedDownloadsProductsSearch .searchResultPagesHead > .previouslyUsed,
#sampleprogramSearch .searchResultPagesHead > .previouslyUsed,
#toolChainSearch .searchResultPagesHead > .previouslyUsed,
#orderingSearch .searchResultPagesHead > .previouslyUsed,
#relatedDownloadsToolSearch .searchResultPagesHead > .previouslyUsed,
#documentCommonSearchTool .searchResultPagesHead > .previouslyUsed,
#discontinuedToolSearch .searchResultPagesHead > .previouslyUsed {
  display: inline-block;
  width: 30%;
  position: relative;
  margin: auto;
  font-size: 13px;
  top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 15px;
}
#documentCommonSearchProduct .searchResultPagesHead > .previouslyUsed dl,
#relatedDownloadsProductsSearch .searchResultPagesHead > .previouslyUsed dl,
#sampleprogramSearch .searchResultPagesHead > .previouslyUsed dl,
#toolChainSearch .searchResultPagesHead > .previouslyUsed dl,
#orderingSearch .searchResultPagesHead > .previouslyUsed dl,
#relatedDownloadsToolSearch .searchResultPagesHead > .previouslyUsed dl,
#documentCommonSearchTool .searchResultPagesHead > .previouslyUsed dl,
#discontinuedToolSearch .searchResultPagesHead > .previouslyUsed dl {
  margin: 0;
  margin-right: 5px;
  display: inline-block;
}
#documentCommonSearchProduct .searchResultPagesHead > .previouslyUsed dt,
#relatedDownloadsProductsSearch .searchResultPagesHead > .previouslyUsed dt,
#sampleprogramSearch .searchResultPagesHead > .previouslyUsed dt,
#toolChainSearch .searchResultPagesHead > .previouslyUsed dt,
#orderingSearch .searchResultPagesHead > .previouslyUsed dt,
#relatedDownloadsToolSearch .searchResultPagesHead > .previouslyUsed dt,
#documentCommonSearchTool .searchResultPagesHead > .previouslyUsed dt,
#discontinuedToolSearch .searchResultPagesHead > .previouslyUsed dt,
#documentCommonSearchProduct .searchResultPagesHead > .previouslyUsed dd,
#relatedDownloadsProductsSearch .searchResultPagesHead > .previouslyUsed dd,
#sampleprogramSearch .searchResultPagesHead > .previouslyUsed dd,
#toolChainSearch .searchResultPagesHead > .previouslyUsed dd,
#orderingSearch .searchResultPagesHead > .previouslyUsed dd,
#relatedDownloadsToolSearch .searchResultPagesHead > .previouslyUsed dd,
#documentCommonSearchTool .searchResultPagesHead > .previouslyUsed dd,
#discontinuedToolSearch .searchResultPagesHead > .previouslyUsed dd {
  float: left;
  margin-right: 5px;
}
#documentCommonSearchProduct .serachCompany,
#relatedDownloadsProductsSearch .serachCompany,
#sampleprogramSearch .serachCompany,
#toolChainSearch .serachCompany,
#orderingSearch .serachCompany,
#relatedDownloadsToolSearch .serachCompany,
#documentCommonSearchTool .serachCompany,
#discontinuedToolSearch .serachCompany {
  width: 44%;
  min-height: 165px;
  padding-left: 10px;
  border-left: 1px solid #cecece;
  float: right;
}
#documentCommonSearchProduct .serachCompany > div,
#relatedDownloadsProductsSearch .serachCompany > div,
#sampleprogramSearch .serachCompany > div,
#toolChainSearch .serachCompany > div,
#orderingSearch .serachCompany > div,
#relatedDownloadsToolSearch .serachCompany > div,
#documentCommonSearchTool .serachCompany > div,
#discontinuedToolSearch .serachCompany > div {
  background: #f6f7f8;
  margin: 0 !important;
  padding: 10px;
}
#documentCommonSearchProduct .serachCompany p,
#relatedDownloadsProductsSearch .serachCompany p,
#sampleprogramSearch .serachCompany p,
#toolChainSearch .serachCompany p,
#orderingSearch .serachCompany p,
#relatedDownloadsToolSearch .serachCompany p,
#documentCommonSearchTool .serachCompany p,
#discontinuedToolSearch .serachCompany p {
  font-size: 80%;
}
#documentCommonSearchProduct .serachCompany + ul + div,
#relatedDownloadsProductsSearch .serachCompany + ul + div,
#sampleprogramSearch .serachCompany + ul + div,
#toolChainSearch .serachCompany + ul + div,
#orderingSearch .serachCompany + ul + div,
#relatedDownloadsToolSearch .serachCompany + ul + div,
#documentCommonSearchTool .serachCompany + ul + div,
#discontinuedToolSearch .serachCompany + ul + div {
  width: 51%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#toolChainSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#orderingSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen input[type=checkbox],
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox] {
  display: none;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 12px 8px 32px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#orderingSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen ul ul .checkbox,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen ul ul .checkbox {
  padding: 5px 12px 5px 32px;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#orderingSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox {
  font-weight: bold;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:hover:after {
  border-color: #2339ad;
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:after,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  display: block;
  content: '';
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#orderingSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen .checkbox:before,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen .checkbox:before {
  /* RW-912 ?????? */
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  left: 10px;
  display: block;
  margin-top: -7px;
  border-right: 3px solid #2339ad;
  border-bottom: 3px solid #2339ad;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: content-box;
  /* RW-912 ?????? */
}
#documentCommonSearchProduct .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#relatedDownloadsProductsSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#sampleprogramSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#toolChainSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#orderingSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#relatedDownloadsToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#documentCommonSearchTool .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before,
#discontinuedToolSearch .searchBtnBox .searchBtnBoxOpen input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
#documentCommonSearchProduct #sampleCodeFilter:after,
#relatedDownloadsProductsSearch #sampleCodeFilter:after,
#sampleprogramSearch #sampleCodeFilter:after,
#toolChainSearch #sampleCodeFilter:after,
#orderingSearch #sampleCodeFilter:after,
#relatedDownloadsToolSearch #sampleCodeFilter:after,
#documentCommonSearchTool #sampleCodeFilter:after,
#discontinuedToolSearch #sampleCodeFilter:after {
  top: 4px;
}
#documentCommonSearchProduct #sampleCodeFilter:before,
#relatedDownloadsProductsSearch #sampleCodeFilter:before,
#sampleprogramSearch #sampleCodeFilter:before,
#toolChainSearch #sampleCodeFilter:before,
#orderingSearch #sampleCodeFilter:before,
#relatedDownloadsToolSearch #sampleCodeFilter:before,
#documentCommonSearchTool #sampleCodeFilter:before,
#discontinuedToolSearch #sampleCodeFilter:before {
  top: 18px;
}
#documentCommonSearchProduct .serachCompany,
#relatedDownloadsProductsSearch .serachCompany,
#sampleprogramSearch .serachCompany,
#toolChainSearch .serachCompany,
#orderingSearch .serachCompany,
#relatedDownloadsToolSearch .serachCompany,
#documentCommonSearchTool .serachCompany,
#discontinuedToolSearch .serachCompany {
  width: 44%;
  min-height: 165px;
  padding-left: 10px;
  border-left: 1px solid #cecece;
  float: right;
}
#documentCommonSearchProduct .serachCompany > div,
#relatedDownloadsProductsSearch .serachCompany > div,
#sampleprogramSearch .serachCompany > div,
#toolChainSearch .serachCompany > div,
#orderingSearch .serachCompany > div,
#relatedDownloadsToolSearch .serachCompany > div,
#documentCommonSearchTool .serachCompany > div,
#discontinuedToolSearch .serachCompany > div {
  background: #f6f7f8;
  margin: 0 !important;
  padding: 10px;
}
#documentCommonSearchProduct .serachCompany p,
#relatedDownloadsProductsSearch .serachCompany p,
#sampleprogramSearch .serachCompany p,
#toolChainSearch .serachCompany p,
#orderingSearch .serachCompany p,
#relatedDownloadsToolSearch .serachCompany p,
#documentCommonSearchTool .serachCompany p,
#discontinuedToolSearch .serachCompany p {
  font-size: 80%;
}
#documentCommonSearchProduct .serachCompany + ul + div,
#relatedDownloadsProductsSearch .serachCompany + ul + div,
#sampleprogramSearch .serachCompany + ul + div,
#toolChainSearch .serachCompany + ul + div,
#orderingSearch .serachCompany + ul + div,
#relatedDownloadsToolSearch .serachCompany + ul + div,
#documentCommonSearchTool .serachCompany + ul + div,
#discontinuedToolSearch .serachCompany + ul + div {
  width: 51%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox > div ul.multi-filter,
#relatedDownloadsProductsSearch .searchBtnBox > div ul.multi-filter,
#sampleprogramSearch .searchBtnBox > div ul.multi-filter,
#toolChainSearch .searchBtnBox > div ul.multi-filter,
#orderingSearch .searchBtnBox > div ul.multi-filter,
#relatedDownloadsToolSearch .searchBtnBox > div ul.multi-filter,
#documentCommonSearchTool .searchBtnBox > div ul.multi-filter,
#discontinuedToolSearch .searchBtnBox > div ul.multi-filter {
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 20px;
  min-height: 60px;
}
#documentCommonSearchProduct .searchBtnBox > div ul.multi-filter,
#relatedDownloadsProductsSearch .searchBtnBox > div ul.multi-filter,
#sampleprogramSearch .searchBtnBox > div ul.multi-filter,
#toolChainSearch .searchBtnBox > div ul.multi-filter,
#orderingSearch .searchBtnBox > div ul.multi-filter,
#relatedDownloadsToolSearch .searchBtnBox > div ul.multi-filter,
#documentCommonSearchTool .searchBtnBox > div ul.multi-filter,
#discontinuedToolSearch .searchBtnBox > div ul.multi-filter {
  width: 80%;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 20px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div ul.multi-filter,
  #relatedDownloadsProductsSearch .searchBtnBox > div ul.multi-filter,
  #sampleprogramSearch .searchBtnBox > div ul.multi-filter,
  #toolChainSearch .searchBtnBox > div ul.multi-filter,
  #orderingSearch .searchBtnBox > div ul.multi-filter,
  #relatedDownloadsToolSearch .searchBtnBox > div ul.multi-filter,
  #documentCommonSearchTool .searchBtnBox > div ul.multi-filter,
  #discontinuedToolSearch .searchBtnBox > div ul.multi-filter {
    width: 100%;
    padding-top: 0;
    padding: 0 20px 20px;
    float: none;
    display: block;
  }
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul.multi-filter > li,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul.multi-filter > li,
#sampleprogramSearch .searchBtnBox > div > div > ul.multi-filter > li,
#toolChainSearch .searchBtnBox > div > div > ul.multi-filter > li,
#orderingSearch .searchBtnBox > div > div > ul.multi-filter > li,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul.multi-filter > li,
#documentCommonSearchTool .searchBtnBox > div > div > ul.multi-filter > li,
#discontinuedToolSearch .searchBtnBox > div > div > ul.multi-filter > li {
  width: 40%;
  float: left;
}
#documentCommonSearchProduct .searchBtnBox > div > div > ul.multi-filter > li,
#relatedDownloadsProductsSearch .searchBtnBox > div > div > ul.multi-filter > li,
#sampleprogramSearch .searchBtnBox > div > div > ul.multi-filter > li,
#toolChainSearch .searchBtnBox > div > div > ul.multi-filter > li,
#orderingSearch .searchBtnBox > div > div > ul.multi-filter > li,
#relatedDownloadsToolSearch .searchBtnBox > div > div > ul.multi-filter > li,
#documentCommonSearchTool .searchBtnBox > div > div > ul.multi-filter > li,
#discontinuedToolSearch .searchBtnBox > div > div > ul.multi-filter > li {
  width: 45%;
  float: left;
}
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div > div > ul.multi-filter > li,
  #relatedDownloadsProductsSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #sampleprogramSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #toolChainSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #orderingSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #relatedDownloadsToolSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #documentCommonSearchTool .searchBtnBox > div > div > ul.multi-filter > li,
  #discontinuedToolSearch .searchBtnBox > div > div > ul.multi-filter > li {
    width: 100%;
    float: none;
  }
}
#documentCommonSearchProduct div.selectBtnBox.multi-filter,
#relatedDownloadsProductsSearch div.selectBtnBox.multi-filter,
#sampleprogramSearch div.selectBtnBox.multi-filter,
#toolChainSearch div.selectBtnBox.multi-filter,
#orderingSearch div.selectBtnBox.multi-filter,
#relatedDownloadsToolSearch div.selectBtnBox.multi-filter,
#documentCommonSearchTool div.selectBtnBox.multi-filter,
#discontinuedToolSearch div.selectBtnBox.multi-filter {
  width: 30%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  min-height: 60px;
}
#documentCommonSearchProduct div.selectBtnBox,
#relatedDownloadsProductsSearch div.selectBtnBox,
#sampleprogramSearch div.selectBtnBox,
#toolChainSearch div.selectBtnBox,
#orderingSearch div.selectBtnBox,
#relatedDownloadsToolSearch div.selectBtnBox,
#documentCommonSearchTool div.selectBtnBox,
#discontinuedToolSearch div.selectBtnBox {
  color: black;
}
#documentCommonSearchProduct div.selectBtnBox.multi-filter,
#relatedDownloadsProductsSearch div.selectBtnBox.multi-filter,
#sampleprogramSearch div.selectBtnBox.multi-filter,
#toolChainSearch div.selectBtnBox.multi-filter,
#orderingSearch div.selectBtnBox.multi-filter,
#relatedDownloadsToolSearch div.selectBtnBox.multi-filter,
#documentCommonSearchTool div.selectBtnBox.multi-filter,
#discontinuedToolSearch div.selectBtnBox.multi-filter {
  width: 20%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct div.selectBtnBox.multi-filter,
  #relatedDownloadsProductsSearch div.selectBtnBox.multi-filter,
  #sampleprogramSearch div.selectBtnBox.multi-filter,
  #toolChainSearch div.selectBtnBox.multi-filter,
  #orderingSearch div.selectBtnBox.multi-filter,
  #relatedDownloadsToolSearch div.selectBtnBox.multi-filter,
  #documentCommonSearchTool div.selectBtnBox.multi-filter,
  #discontinuedToolSearch div.selectBtnBox.multi-filter {
    width: 100%;
    padding-top: 0;
    padding: 20px 3% 0;
    min-height: 1em;
    float: none;
    display: block;
  }
}
#documentCommonSearchProduct hr.multi-filter,
#relatedDownloadsProductsSearch hr.multi-filter,
#sampleprogramSearch hr.multi-filter,
#toolChainSearch hr.multi-filter,
#orderingSearch hr.multi-filter,
#relatedDownloadsToolSearch hr.multi-filter,
#documentCommonSearchTool hr.multi-filter,
#discontinuedToolSearch hr.multi-filter {
  display: block;
  width: 80%;
}
#documentCommonSearchProduct .resultNumber,
#relatedDownloadsProductsSearch .resultNumber,
#sampleprogramSearch .resultNumber,
#toolChainSearch .resultNumber,
#orderingSearch .resultNumber,
#relatedDownloadsToolSearch .resultNumber,
#documentCommonSearchTool .resultNumber,
#discontinuedToolSearch .resultNumber {
  color: black;
  display: inline-block;
  float: left;
  margin: 26px 0px 20px 0px;
}
#documentCommonSearchProduct .resultNumber p,
#relatedDownloadsProductsSearch .resultNumber p,
#sampleprogramSearch .resultNumber p,
#toolChainSearch .resultNumber p,
#orderingSearch .resultNumber p,
#relatedDownloadsToolSearch .resultNumber p,
#documentCommonSearchTool .resultNumber p,
#discontinuedToolSearch .resultNumber p {
  font-size: 13px;
  font-weight: bold;
}
#documentCommonSearchProduct span.resultNumberCount,
#relatedDownloadsProductsSearch span.resultNumberCount,
#sampleprogramSearch span.resultNumberCount,
#toolChainSearch span.resultNumberCount,
#orderingSearch span.resultNumberCount,
#relatedDownloadsToolSearch span.resultNumberCount,
#documentCommonSearchTool span.resultNumberCount,
#discontinuedToolSearch span.resultNumberCount {
  color: #eb6209;
}
#documentCommonSearchProduct .resultPagination,
#relatedDownloadsProductsSearch .resultPagination,
#sampleprogramSearch .resultPagination,
#toolChainSearch .resultPagination,
#orderingSearch .resultPagination,
#relatedDownloadsToolSearch .resultPagination,
#documentCommonSearchTool .resultPagination,
#discontinuedToolSearch .resultPagination {
  display: inline-block;
  float: right;
  margin: 10px 0px 20px 0px;
}
#documentCommonSearchProduct .resultPagination span,
#relatedDownloadsProductsSearch .resultPagination span,
#sampleprogramSearch .resultPagination span,
#toolChainSearch .resultPagination span,
#orderingSearch .resultPagination span,
#relatedDownloadsToolSearch .resultPagination span,
#documentCommonSearchTool .resultPagination span,
#discontinuedToolSearch .resultPagination span,
#documentCommonSearchProduct .resultPagination p,
#relatedDownloadsProductsSearch .resultPagination p,
#sampleprogramSearch .resultPagination p,
#toolChainSearch .resultPagination p,
#orderingSearch .resultPagination p,
#relatedDownloadsToolSearch .resultPagination p,
#documentCommonSearchTool .resultPagination p,
#discontinuedToolSearch .resultPagination p {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#documentCommonSearchProduct .resultPagination p span,
#relatedDownloadsProductsSearch .resultPagination p span,
#sampleprogramSearch .resultPagination p span,
#toolChainSearch .resultPagination p span,
#orderingSearch .resultPagination p span,
#relatedDownloadsToolSearch .resultPagination p span,
#documentCommonSearchTool .resultPagination p span,
#discontinuedToolSearch .resultPagination p span {
  vertical-align: top;
}
#documentCommonSearchProduct .resultPagination .leftPage,
#relatedDownloadsProductsSearch .resultPagination .leftPage,
#sampleprogramSearch .resultPagination .leftPage,
#toolChainSearch .resultPagination .leftPage,
#orderingSearch .resultPagination .leftPage,
#relatedDownloadsToolSearch .resultPagination .leftPage,
#documentCommonSearchTool .resultPagination .leftPage,
#discontinuedToolSearch .resultPagination .leftPage,
#documentCommonSearchProduct .resultPagination .rightPage,
#relatedDownloadsProductsSearch .resultPagination .rightPage,
#sampleprogramSearch .resultPagination .rightPage,
#toolChainSearch .resultPagination .rightPage,
#orderingSearch .resultPagination .rightPage,
#relatedDownloadsToolSearch .resultPagination .rightPage,
#documentCommonSearchTool .resultPagination .rightPage,
#discontinuedToolSearch .resultPagination .rightPage {
  margin: 16px;
}
#documentCommonSearchProduct .resultPagination button.btn-page,
#relatedDownloadsProductsSearch .resultPagination button.btn-page,
#sampleprogramSearch .resultPagination button.btn-page,
#toolChainSearch .resultPagination button.btn-page,
#orderingSearch .resultPagination button.btn-page,
#relatedDownloadsToolSearch .resultPagination button.btn-page,
#documentCommonSearchTool .resultPagination button.btn-page,
#discontinuedToolSearch .resultPagination button.btn-page {
  margin-right: -5px;
}
#documentCommonSearchProduct .resultPagination i.fa,
#relatedDownloadsProductsSearch .resultPagination i.fa,
#sampleprogramSearch .resultPagination i.fa,
#toolChainSearch .resultPagination i.fa,
#orderingSearch .resultPagination i.fa,
#relatedDownloadsToolSearch .resultPagination i.fa,
#documentCommonSearchTool .resultPagination i.fa,
#discontinuedToolSearch .resultPagination i.fa {
  font-weight: bold;
  font-size: 12px;
  position: relative;
  top: 2px;
}
#documentCommonSearchProduct .resultPagination span.resultDivider,
#relatedDownloadsProductsSearch .resultPagination span.resultDivider,
#sampleprogramSearch .resultPagination span.resultDivider,
#toolChainSearch .resultPagination span.resultDivider,
#orderingSearch .resultPagination span.resultDivider,
#relatedDownloadsToolSearch .resultPagination span.resultDivider,
#documentCommonSearchTool .resultPagination span.resultDivider,
#discontinuedToolSearch .resultPagination span.resultDivider {
  color: #d8d8d8;
  margin-right: 16px;
}
#documentCommonSearchProduct .resultPaginationRow,
#relatedDownloadsProductsSearch .resultPaginationRow,
#sampleprogramSearch .resultPaginationRow,
#toolChainSearch .resultPaginationRow,
#orderingSearch .resultPaginationRow,
#relatedDownloadsToolSearch .resultPaginationRow,
#documentCommonSearchTool .resultPaginationRow,
#discontinuedToolSearch .resultPaginationRow {
  border: none;
}
#documentCommonSearchProduct table,
#relatedDownloadsProductsSearch table,
#sampleprogramSearch table,
#toolChainSearch table,
#orderingSearch table,
#relatedDownloadsToolSearch table,
#documentCommonSearchTool table,
#discontinuedToolSearch table {
  box-sizing: border-box;
}
#documentCommonSearchProduct table td,
#relatedDownloadsProductsSearch table td,
#sampleprogramSearch table td,
#toolChainSearch table td,
#orderingSearch table td,
#relatedDownloadsToolSearch table td,
#documentCommonSearchTool table td,
#discontinuedToolSearch table td,
#documentCommonSearchProduct table tr,
#relatedDownloadsProductsSearch table tr,
#sampleprogramSearch table tr,
#toolChainSearch table tr,
#orderingSearch table tr,
#relatedDownloadsToolSearch table tr,
#documentCommonSearchTool table tr,
#discontinuedToolSearch table tr,
#documentCommonSearchProduct table div,
#relatedDownloadsProductsSearch table div,
#sampleprogramSearch table div,
#toolChainSearch table div,
#orderingSearch table div,
#relatedDownloadsToolSearch table div,
#documentCommonSearchTool table div,
#discontinuedToolSearch table div,
#documentCommonSearchProduct table p,
#relatedDownloadsProductsSearch table p,
#sampleprogramSearch table p,
#toolChainSearch table p,
#orderingSearch table p,
#relatedDownloadsToolSearch table p,
#documentCommonSearchTool table p,
#discontinuedToolSearch table p {
  box-sizing: border-box;
}
#documentCommonSearchProduct table td:last-of-type,
#relatedDownloadsProductsSearch table td:last-of-type,
#sampleprogramSearch table td:last-of-type,
#toolChainSearch table td:last-of-type,
#orderingSearch table td:last-of-type,
#relatedDownloadsToolSearch table td:last-of-type,
#documentCommonSearchTool table td:last-of-type,
#discontinuedToolSearch table td:last-of-type,
#documentCommonSearchProduct table th:last-of-type,
#relatedDownloadsProductsSearch table th:last-of-type,
#sampleprogramSearch table th:last-of-type,
#toolChainSearch table th:last-of-type,
#orderingSearch table th:last-of-type,
#relatedDownloadsToolSearch table th:last-of-type,
#documentCommonSearchTool table th:last-of-type,
#discontinuedToolSearch table th:last-of-type {
  border-right: solid 1px #e8eaec;
}
#documentCommonSearchProduct table .resultPaginationRow td:last-of-type,
#relatedDownloadsProductsSearch table .resultPaginationRow td:last-of-type,
#sampleprogramSearch table .resultPaginationRow td:last-of-type,
#toolChainSearch table .resultPaginationRow td:last-of-type,
#orderingSearch table .resultPaginationRow td:last-of-type,
#relatedDownloadsToolSearch table .resultPaginationRow td:last-of-type,
#documentCommonSearchTool table .resultPaginationRow td:last-of-type,
#discontinuedToolSearch table .resultPaginationRow td:last-of-type,
#documentCommonSearchProduct table td table td:last-of-type,
#relatedDownloadsProductsSearch table td table td:last-of-type,
#sampleprogramSearch table td table td:last-of-type,
#toolChainSearch table td table td:last-of-type,
#orderingSearch table td table td:last-of-type,
#relatedDownloadsToolSearch table td table td:last-of-type,
#documentCommonSearchTool table td table td:last-of-type,
#discontinuedToolSearch table td table td:last-of-type,
#documentCommonSearchProduct table td table th:last-of-type,
#relatedDownloadsProductsSearch table td table th:last-of-type,
#sampleprogramSearch table td table th:last-of-type,
#toolChainSearch table td table th:last-of-type,
#orderingSearch table td table th:last-of-type,
#relatedDownloadsToolSearch table td table th:last-of-type,
#documentCommonSearchTool table td table th:last-of-type,
#discontinuedToolSearch table td table th:last-of-type {
  border-right: none;
}
#documentCommonSearchProduct .table02 th,
#relatedDownloadsProductsSearch .table02 th,
#sampleprogramSearch .table02 th,
#toolChainSearch .table02 th,
#orderingSearch .table02 th,
#relatedDownloadsToolSearch .table02 th,
#documentCommonSearchTool .table02 th,
#discontinuedToolSearch .table02 th {
  padding-left: 20px;
  padding-right: 20px;
}
#documentCommonSearchProduct .table02 td,
#relatedDownloadsProductsSearch .table02 td,
#sampleprogramSearch .table02 td,
#toolChainSearch .table02 td,
#orderingSearch .table02 td,
#relatedDownloadsToolSearch .table02 td,
#documentCommonSearchTool .table02 td,
#discontinuedToolSearch .table02 td {
  padding: 15px 20px;
}
#documentCommonSearchProduct .table04 th,
#relatedDownloadsProductsSearch .table04 th,
#sampleprogramSearch .table04 th,
#toolChainSearch .table04 th,
#orderingSearch .table04 th,
#relatedDownloadsToolSearch .table04 th,
#documentCommonSearchTool .table04 th,
#discontinuedToolSearch .table04 th {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}
#documentCommonSearchProduct .table04 td,
#relatedDownloadsProductsSearch .table04 td,
#sampleprogramSearch .table04 td,
#toolChainSearch .table04 td,
#orderingSearch .table04 td,
#relatedDownloadsToolSearch .table04 td,
#documentCommonSearchTool .table04 td,
#discontinuedToolSearch .table04 td {
  padding: 12px 5px;
  font-size: 12px;
}
#documentCommonSearchProduct .table04 td .btn01 a span,
#relatedDownloadsProductsSearch .table04 td .btn01 a span,
#sampleprogramSearch .table04 td .btn01 a span,
#toolChainSearch .table04 td .btn01 a span,
#orderingSearch .table04 td .btn01 a span,
#relatedDownloadsToolSearch .table04 td .btn01 a span,
#documentCommonSearchTool .table04 td .btn01 a span,
#discontinuedToolSearch .table04 td .btn01 a span,
#documentCommonSearchProduct .table04 td .btn05 a span,
#relatedDownloadsProductsSearch .table04 td .btn05 a span,
#sampleprogramSearch .table04 td .btn05 a span,
#toolChainSearch .table04 td .btn05 a span,
#orderingSearch .table04 td .btn05 a span,
#relatedDownloadsToolSearch .table04 td .btn05 a span,
#documentCommonSearchTool .table04 td .btn05 a span,
#discontinuedToolSearch .table04 td .btn05 a span {
  border: 1px #2a289d solid;
  border-radius: 60px;
  text-align: center;
  width: auto;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 11px;
}
#documentCommonSearchProduct .table04 > tbody > tr > td.partNum,
#relatedDownloadsProductsSearch .table04 > tbody > tr > td.partNum,
#sampleprogramSearch .table04 > tbody > tr > td.partNum,
#toolChainSearch .table04 > tbody > tr > td.partNum,
#orderingSearch .table04 > tbody > tr > td.partNum,
#relatedDownloadsToolSearch .table04 > tbody > tr > td.partNum,
#documentCommonSearchTool .table04 > tbody > tr > td.partNum,
#discontinuedToolSearch .table04 > tbody > tr > td.partNum {
  font-weight: bold;
}
#documentCommonSearchProduct .fs12,
#relatedDownloadsProductsSearch .fs12,
#sampleprogramSearch .fs12,
#toolChainSearch .fs12,
#orderingSearch .fs12,
#relatedDownloadsToolSearch .fs12,
#documentCommonSearchTool .fs12,
#discontinuedToolSearch .fs12 {
  margin-top: 15px;
}
#documentCommonSearchProduct tr.resultPaginationRow > td,
#relatedDownloadsProductsSearch tr.resultPaginationRow > td,
#sampleprogramSearch tr.resultPaginationRow > td,
#toolChainSearch tr.resultPaginationRow > td,
#orderingSearch tr.resultPaginationRow > td,
#relatedDownloadsToolSearch tr.resultPaginationRow > td,
#documentCommonSearchTool tr.resultPaginationRow > td,
#discontinuedToolSearch tr.resultPaginationRow > td {
  padding: 0;
}
#documentCommonSearchProduct .tableMLQ,
#relatedDownloadsProductsSearch .tableMLQ,
#sampleprogramSearch .tableMLQ,
#toolChainSearch .tableMLQ,
#orderingSearch .tableMLQ,
#relatedDownloadsToolSearch .tableMLQ,
#documentCommonSearchTool .tableMLQ,
#discontinuedToolSearch .tableMLQ {
  padding-top: 30px;
}
#documentCommonSearchProduct .distiRow,
#relatedDownloadsProductsSearch .distiRow,
#sampleprogramSearch .distiRow,
#toolChainSearch .distiRow,
#orderingSearch .distiRow,
#relatedDownloadsToolSearch .distiRow,
#documentCommonSearchTool .distiRow,
#discontinuedToolSearch .distiRow {
  display: none;
}
#documentCommonSearchProduct .distiRow table,
#relatedDownloadsProductsSearch .distiRow table,
#sampleprogramSearch .distiRow table,
#toolChainSearch .distiRow table,
#orderingSearch .distiRow table,
#relatedDownloadsToolSearch .distiRow table,
#documentCommonSearchTool .distiRow table,
#discontinuedToolSearch .distiRow table {
  width: 70%;
}
#documentCommonSearchProduct .distiRow p,
#relatedDownloadsProductsSearch .distiRow p,
#sampleprogramSearch .distiRow p,
#toolChainSearch .distiRow p,
#orderingSearch .distiRow p,
#relatedDownloadsToolSearch .distiRow p,
#documentCommonSearchTool .distiRow p,
#discontinuedToolSearch .distiRow p {
  width: 70%;
}
#documentCommonSearchProduct .distiRow > td,
#relatedDownloadsProductsSearch .distiRow > td,
#sampleprogramSearch .distiRow > td,
#toolChainSearch .distiRow > td,
#orderingSearch .distiRow > td,
#relatedDownloadsToolSearch .distiRow > td,
#documentCommonSearchTool .distiRow > td,
#discontinuedToolSearch .distiRow > td {
  padding: 20px 30px;
}
#documentCommonSearchProduct .btnXpandClose,
#relatedDownloadsProductsSearch .btnXpandClose,
#sampleprogramSearch .btnXpandClose,
#toolChainSearch .btnXpandClose,
#orderingSearch .btnXpandClose,
#relatedDownloadsToolSearch .btnXpandClose,
#documentCommonSearchTool .btnXpandClose,
#discontinuedToolSearch .btnXpandClose {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: relative;
  /* top: 14px; */
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
#documentCommonSearchProduct .btnXpandClose:after,
#relatedDownloadsProductsSearch .btnXpandClose:after,
#sampleprogramSearch .btnXpandClose:after,
#toolChainSearch .btnXpandClose:after,
#orderingSearch .btnXpandClose:after,
#relatedDownloadsToolSearch .btnXpandClose:after,
#documentCommonSearchTool .btnXpandClose:after,
#discontinuedToolSearch .btnXpandClose:after {
  content: " ";
  width: 2px;
  height: 10px;
  background-color: #474c55;
  position: absolute;
  top: 3px;
  right: 7px;
}
#documentCommonSearchProduct .btnXpandClose:before,
#relatedDownloadsProductsSearch .btnXpandClose:before,
#sampleprogramSearch .btnXpandClose:before,
#toolChainSearch .btnXpandClose:before,
#orderingSearch .btnXpandClose:before,
#relatedDownloadsToolSearch .btnXpandClose:before,
#documentCommonSearchTool .btnXpandClose:before,
#discontinuedToolSearch .btnXpandClose:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#documentCommonSearchProduct .btnXpandOpen,
#relatedDownloadsProductsSearch .btnXpandOpen,
#sampleprogramSearch .btnXpandOpen,
#toolChainSearch .btnXpandOpen,
#orderingSearch .btnXpandOpen,
#relatedDownloadsToolSearch .btnXpandOpen,
#documentCommonSearchTool .btnXpandOpen,
#discontinuedToolSearch .btnXpandOpen {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: relative;
  /* top: 14px; */
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
#documentCommonSearchProduct .btnXpandOpen:before,
#relatedDownloadsProductsSearch .btnXpandOpen:before,
#sampleprogramSearch .btnXpandOpen:before,
#toolChainSearch .btnXpandOpen:before,
#orderingSearch .btnXpandOpen:before,
#relatedDownloadsToolSearch .btnXpandOpen:before,
#documentCommonSearchTool .btnXpandOpen:before,
#discontinuedToolSearch .btnXpandOpen:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#documentCommonSearchProduct .toolsDesc,
#relatedDownloadsProductsSearch .toolsDesc,
#sampleprogramSearch .toolsDesc,
#toolChainSearch .toolsDesc,
#orderingSearch .toolsDesc,
#relatedDownloadsToolSearch .toolsDesc,
#documentCommonSearchTool .toolsDesc,
#discontinuedToolSearch .toolsDesc {
  font-size: 12px;
  font-weight: normal;
}
#documentCommonSearchProduct .hr-divider,
#relatedDownloadsProductsSearch .hr-divider,
#sampleprogramSearch .hr-divider,
#toolChainSearch .hr-divider,
#orderingSearch .hr-divider,
#relatedDownloadsToolSearch .hr-divider,
#documentCommonSearchTool .hr-divider,
#discontinuedToolSearch .hr-divider {
  margin-bottom: -20px;
}
/* 20190408 id-14 ?? */
/* 20190408 id-14 ?????? */
#relatedDownloadsProductsSearch,
#sampleprogramSearch,
#relatedDownloadsToolSearch {
  /* 20190408 id-13 ?????? */
  /* 20190408 id-13 ?????? */
}
#relatedDownloadsProductsSearch .tableBox input[type=checkbox],
#sampleprogramSearch .tableBox input[type=checkbox],
#relatedDownloadsToolSearch .tableBox input[type=checkbox] {
  display: none;
}
#relatedDownloadsProductsSearch .tableBox .checkbox,
#sampleprogramSearch .tableBox .checkbox,
#relatedDownloadsToolSearch .tableBox .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  word-break: break-all;
}
#relatedDownloadsProductsSearch .seeDownload .fa,
#sampleprogramSearch .seeDownload .fa,
#relatedDownloadsToolSearch .seeDownload .fa {
  margin-right: .5rem;
}
#relatedDownloadsProductsSearch .tableBox .checkbox:hover:after,
#sampleprogramSearch .tableBox .checkbox:hover:after,
#relatedDownloadsToolSearch .tableBox .checkbox:hover:after {
  border-color: #2339ad;
}
#relatedDownloadsProductsSearch .tableBox .checkbox:after,
#sampleprogramSearch .tableBox .checkbox:after,
#relatedDownloadsToolSearch .tableBox .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 7px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1.5px solid #010101;
  border-radius: 2px;
  opacity: .54;
  content: '';
}
#relatedDownloadsProductsSearch .tableBox .checkbox:before,
#sampleprogramSearch .tableBox .checkbox:before,
#relatedDownloadsToolSearch .tableBox .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 22px;
  left: 11px;
  display: block;
  margin-top: -20px;
  width: 4px;
  height: 8px;
  border-right: 3px solid #2339ad;
  border-bottom: 3px solid #2339ad;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#relatedDownloadsProductsSearch .tableBox input[type=checkbox]:checked + .checkbox:before,
#sampleprogramSearch .tableBox input[type=checkbox]:checked + .checkbox:before,
#relatedDownloadsToolSearch .tableBox input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/* 20190408 id-14 ?????? */
#orderingSearch #orderableGuide {
  display: block;
  height: 200px;
  background-color: #fafafa;
  margin-top: 30px;
}
#orderingSearch .fa-angle-down,
#orderingSearch .fa-angle-up {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* for Chrome || Safari */
  -moz-transform: translateY(-50%);
  /* for Firefox */
  -ms-transform: translateY(-20%);
  cursor: pointer;
}
#orderingSearch .related-tools .fa-angle-down,
#orderingSearch .related-tools .fa-angle-up {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* for Chrome || Safari */
  -moz-transform: translateY(-50%);
  /* for Firefox */
  -ms-transform: translateY(-50%);
}
#orderingSearch .packageData i {
  padding-right: 5px;
}
#orderingSearch .table04 td .btn05 a span {
  width: 100px;
  display: block;
}
#orderingSearch .table04 > thead > tr > th:nth-of-type(3),
#orderingSearch .table04 > tbody > tr > td:nth-of-type(3) {
  width: 10%;
}
#orderingSearch .table04 > thead > tr > th,
#orderingSearch .table04 > tbody > tr > td {
  width: 12.5%;
}
#orderingSearch .table04 > thead > tr > th.star-product,
#orderingSearch .table04 > tbody > tr > td.star-product {
  width: 2.5%;
}
#orderingSearch .table04 > thead > tr > th.star-product .fa-star,
#orderingSearch .table04 > tbody > tr > td.star-product .fa-star {
  font-size: 14px;
  padding: 5px;
}
#orderingSearch .table04 > thead > tr > th.moq-ordering,
#orderingSearch .table04 > tbody > tr > td.moq-ordering {
  width: 6%;
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content {
  position: relative;
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content .help-content {
  display: block;
  position: absolute;
  top: -15px;
  right: -5px;
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content .help-content .grid__header-tooltip {
  font-size: 12px;
  padding: 5px;
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content .help-content .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content .help-content .fa-info-circle::before {
  content: "\f05a";
}
#orderingSearch .table04 > thead > tr > th > div.moq-ordering-content .help-content .popover-content {
  padding: 9px 10px;
  font-size: 14px;
}
#orderingSearch .related-tools .table04 > thead > tr > th:nth-of-type(1),
#orderingSearch .related-tools .table04 > tbody > tr > td:nth-of-type(1) {
  width: 25%;
  padding-left: 36px;
  padding-right: 30px;
}
#orderingSearch .related-tools .table04 > thead > tr > th.star-product,
#orderingSearch .related-tools .table04 > tbody > tr > td.star-product {
  width: 2%;
  padding-left: 7px;
}
#orderingSearch .related-tools .table04 > thead > tr > th:nth-of-type(3),
#orderingSearch .related-tools .table04 > tbody > tr > td:nth-of-type(3) {
  width: 12.5%;
}
#orderingSearch .related-tools .table04 > tbody > tr > td:nth-of-type(3) {
  text-align: center;
}
#orderingSearch .related-tools .table04 > thead > tr > th:nth-of-type(2),
#orderingSearch .related-tools .table04 > tbody > tr > td:nth-of-type(2) {
  width: 12.5%;
}
#orderingSearch .related-tools .table04 > thead > tr > th:nth-of-type(4),
#orderingSearch .related-tools .table04 > tbody > tr > td:nth-of-type(4) {
  width: 12.5%;
}
#orderingSearch .ordering-table-hover {
  background: #fafafa;
  cursor: pointer;
}
#orderingSearch table > tbody > tr.distiRow {
  background: #fff!important;
  cursor: auto!important;
}
#orderingSearch table.table-contextual > tbody > tr {
  background: #fff!important;
  cursor: auto!important;
}
#orderingSearch .table04 > tbody > tr.distiRow > td {
  width: 50%;
  vertical-align: top;
}
#orderingSearch .table04 > tbody > tr.distiRow > td .col-xs-9 {
  width: 50%;
}
#orderingSearch .table04 > tbody > tr.distiRow > td .col-xs-2 {
  width: 30%;
}
#orderingSearch .table04 > tbody > tr.distiRow > td .col-xs-1 {
  width: 20%;
}
#orderingSearch .definition-list dt,
#orderingSearch .definition-list dd {
  padding: 5px;
  line-height: 1.38;
}
#orderingSearch .packageHeader {
  font-size: 13px;
}
#orderingSearch #orderableGuide .selectionguide {
  font-size: 12px;
  margin-left: 30px;
  vertical-align: middle;
  top: 30px;
  position: relative;
  width: 30%;
}
#orderingSearch #orderableGuide .selectionguide a {
  text-decoration: none;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  padding-bottom: 15px;
}
#orderingSearch #orderableGuide .selectionguide .file > * {
  line-height: 1.2;
}
#orderingSearch #orderableGuide .selectionguide a:hover,
#orderingSearch #orderableGuide .selectionguide a:focus {
  text-decoration: none;
}
#orderingSearch #orderableGuide .selectionguide .item .imagefile,
#orderingSearch #orderableGuide .selectionguide .item .fileIcon {
  margin: 0 15px 0 0;
}
#orderingSearch #orderableGuide .selectionguide .item {
  margin: 10px 0;
  padding: 0;
}
#orderingSearch #orderableGuide .selectionguide .item img.imagefile {
  margin-left: 2px;
  width: 90px;
  box-shadow: 0px 0px 1px 1px grey;
}
#orderingSearch #orderableGuide .selectionguide .item .fileIcon {
  margin-left: 2px;
  width: 90px;
  height: 90px;
  box-shadow: 0px 0px 1px 1px grey;
}
#orderingSearch #orderableGuide .selectionguide .item .file {
  padding-left: 0px;
}
#orderingSearch #orderableGuide .selectionguide .item p {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 125%;
  overflow: hidden;
}
#orderingSearch #orderableGuide .page-content-parsys .container .selectionguide .row,
#orderingSearch #orderableGuide .parsys .container .selectionguide .row,
#orderingSearch #orderableGuide .parsys .parbase .selectionguide .row {
  width: 100%;
  padding: 0;
}
#orderingSearch #orderableGuide .clearfixeditmode {
  display: block;
  font-weight: normal;
}
#orderingSearch #orderableGuide .selectionguide .header {
  padding: 0;
}
#orderingSearch #orderableGuide .category-subtitle {
  margin-bottom: 4px !important;
}
#orderingSearch #orderableGuide .featured-list-title {
  margin-bottom: 4px !important;
}
#orderingSearch #orderableGuide .fileIcon {
  float: left;
}
#orderingSearch #orderableGuide .fileIcon i {
  text-align: center;
  vertical-align: middle;
}
#orderingSearch .distiRow ul {
  padding-left: 0;
}
#orderingSearch .distiRow .tabs li.ui-state-default {
  font-weight: bold;
  padding-left: 0;
}
#orderingSearch .distiRow .tabs .ui-state-active {
  border-bottom: 0;
  background: url(../common.r/css/img/ic-asc-new.png) 50% 20px no-repeat;
}
#orderingSearch .distiRow .ui-state-active,
#orderingSearch .distiRow .ui-widget-content .ui-state-active,
#orderingSearch .distiRow .ui-widget-header .ui-state-active {
  border: 0;
  background: transparent;
}
#orderingSearch .distiRow .ui-state-default,
#orderingSearch .distiRow .ui-widget-content .ui-state-default,
#orderingSearch .distiRow .ui-widget-header .ui-state-default {
  border: 0;
  background: transparent;
}
#orderingSearch .distiRow.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#orderingSearch .distiRow.ui-tabs .ui-tabs-nav li {
  display: inline-block;
}
#orderingSearch .distiRow.ui-tabs .ui-tabs-nav li:not(:last-child) {
  margin-right: 13px;
}
#orderingSearch .distiRow.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  height: 18px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  padding-bottom: 5px;
}
#orderingSearch .distiRow.ui-tabs td .col-md-12,
#orderingSearch .distiRow.ui-tabs td .col-sm-12,
#orderingSearch .distiRow.ui-tabs td .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
#orderingSearch .distiRow .ui-widget-content {
  border: 0;
  background: transparent;
}
#orderingSearch .ui-tabs .tabs li.ui-state-active a {
  border-bottom: 3px solid #2a289d;
  padding-bottom: 2px;
}
#orderingSearch tbody .distiRow > td {
  padding: 20px 0px;
}
#orderingSearch tbody .distiRow > td div.inner-wrapper {
  padding: 0 30px;
}
#orderingSearch tbody .distiRow > td[colspan="4"] div.inner-wrapper {
  border-left: 1px dotted #706f6f;
}
#orderingSearch tbody .distiRow .table-contextual tr > th:nth-child(3n) {
  text-align: right;
}
#orderingSearch tbody .distiRow .table-contextual tr > th:nth-child(3n) span.update-stock-table {
  font-size: 12px;
  color: #2a289d;
  cursor: pointer;
}
#orderingSearch .distiRow table {
  width: 100%;
}
#orderingSearch .tableBox th,
#orderingSearch .tableBox td {
  min-width: auto;
}
/* SP_id_5 ?????? */
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div > div > ul > li,
  #relatedDownloadsProductsSearch .searchBtnBox > div > div > ul > li,
  #sampleprogramSearch .searchBtnBox > div > div > ul > li,
  #toolChainSearch .searchBtnBox > div > div > ul > li,
  #orderingSearch .searchBtnBox > div > div > ul > li,
  #relatedDownloadsToolSearch .searchBtnBox > div > div > ul > li,
  #documentCommonSearchTool .searchBtnBox > div > div > ul > li,
  #discontinuedToolSearch .searchBtnBox > div > div > ul > li {
    width: 100%;
    float: none;
  }
}
/* SP_id_5 ?????? */
/* SP_id_5 ?????? */
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .btn01.Reset,
  #relatedDownloadsProductsSearch .btn01.Reset,
  #sampleprogramSearch .btn01.Reset,
  #toolChainSearch .btn01.Reset,
  #orderingSearch .btn01.Reset,
  #relatedDownloadsToolSearch .btn01.Reset,
  #documentCommonSearchTool .btn01.Reset,
  #discontinuedToolSearch .btn01.Reset {
    margin: 8px 0 0;
    display: block;
  }
  #documentCommonSearchProduct .btn01.Search,
  #relatedDownloadsProductsSearch .btn01.Search,
  #sampleprogramSearch .btn01.Search,
  #toolChainSearch .btn01.Search,
  #orderingSearch .btn01.Search,
  #relatedDownloadsToolSearch .btn01.Search,
  #documentCommonSearchTool .btn01.Search,
  #discontinuedToolSearch .btn01.Search {
    margin: 8px 0 0;
    display: block;
  }
}
/* SP_id_5 ?????? */
/* SP_id_5 ?????? */
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div ul.multi-filter,
  #relatedDownloadsProductsSearch .searchBtnBox > div ul.multi-filter,
  #sampleprogramSearch .searchBtnBox > div ul.multi-filter,
  #toolChainSearch .searchBtnBox > div ul.multi-filter,
  #orderingSearch .searchBtnBox > div ul.multi-filter,
  #relatedDownloadsToolSearch .searchBtnBox > div ul.multi-filter,
  #documentCommonSearchTool .searchBtnBox > div ul.multi-filter,
  #discontinuedToolSearch .searchBtnBox > div ul.multi-filter {
    width: 100%;
    padding-top: 0;
    padding: 0 20px 20px;
    float: none;
    display: block;
  }
}
/* SP_id_5 ?????? */
/* SP_id_5 ?????? */
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct .searchBtnBox > div > div > ul.multi-filter > li,
  #relatedDownloadsProductsSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #sampleprogramSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #toolChainSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #orderingSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #relatedDownloadsToolSearch .searchBtnBox > div > div > ul.multi-filter > li,
  #documentCommonSearchTool .searchBtnBox > div > div > ul.multi-filter > li,
  #discontinuedToolSearch .searchBtnBox > div > div > ul.multi-filter > li {
    width: 100%;
    float: none;
  }
}
/* SP_id_5 ?????? */
/* SP_id_5 ?????? */
@media screen and (max-width: 767px) {
  #documentCommonSearchProduct div.selectBtnBox.multi-filter,
  #relatedDownloadsProductsSearch div.selectBtnBox.multi-filter,
  #sampleprogramSearch div.selectBtnBox.multi-filter,
  #toolChainSearch div.selectBtnBox.multi-filter,
  #orderingSearch div.selectBtnBox.multi-filter,
  #relatedDownloadsToolSearch div.selectBtnBox.multi-filter,
  #documentCommonSearchTool div.selectBtnBox.multi-filter,
  #discontinuedToolSearch div.selectBtnBox.multi-filter {
    width: 100%;
    padding-top: 0;
    padding: 20px 3% 0;
    min-height: 1em;
    float: none;
    display: block;
  }
}
/* SP_id_5 ?????? */
#productInfo section .viewMoreOverlay {
  display: block;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  margin-top: -70px;
  position: relative;
}
#productInfo section .viewMore {
  text-align: center;
  color: #2a289d;
  font-size: 14px;
}
#productInfo section .viewMore .viewMoreBtn,
#productInfo section .viewMore .viewMoreBtnOpen {
  background-color: #dbe7ed;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  margin: 0 7px 0 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
#productInfo section .viewMore .viewMoreBtn:after {
  content: " ";
  width: 2px;
  height: 10px;
  background-color: #474c55;
  position: absolute;
  top: 3px;
  right: 7px;
}
#productInfo section .viewMore .viewMoreBtn:before,
#productInfo section .viewMore .viewMoreBtnOpen:before {
  content: " ";
  width: 10px;
  height: 2px;
  background-color: #474c55;
  position: absolute;
  top: 7px;
  right: 3px;
}
#productInfo .parametricsitems.parametricstable {
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1151px) {
  .searchBtnBox > div > div > ul > li {
    width: initial;
    float: none;
  }
  .searchBtnBox > div > div > .serachCompany + ul > li {
    width: initial;
  }
  /* serachCompany */
  .serachCompany {
    width: initial;
    min-height: initial;
    padding: 0;
    border-left: none;
    float: none;
  }
  .serachCompany + ul + div {
    width: initial;
    clear: both;
    float: none;
  }
}
@media screen and (max-width: 1151px) {
  .searchBtnBox > div > div > ul > li {
    width: initial;
    float: none;
  }
  .searchBtnBox > div > div > .serachCompany + ul > li {
    width: initial;
  }
  /* serachCompany */
  .serachCompany {
    width: initial;
    min-height: initial;
    padding: 0;
    border-left: none;
    float: none;
  }
  .serachCompany + ul + div {
    width: initial;
    clear: both;
    float: none;
  }
}
/* RW-1115 ?????? */
div.tableBox {
  width: 100%;
  margin: 20px 0;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
div.tableBox table {
  margin: 0;
}
/* RW-1115 ?????? */
/* 20190116 ?????? */
#checkArea {
  margin-bottom: 40px;
}
/*.disclaimerBox,
.myreneBox {
	display: inline-block;
	margin: 0 10px;
}*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity = 80);
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(../common.r/img/cbox_controls.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 14px;
  background: url(../common.r/img/cbox_border.png) repeat-x top left;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(../common.r/img/cbox_controls.png) no-repeat -36px 0;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(../common.r/img/cbox_controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter {
  height: 43px;
  background: url(../common.r/img/cbox_border.png) repeat-x bottom left;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(../common.r/img/cbox_controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft {
  width: 14px;
  background: url(../common.r/img/cbox_controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
  width: 14px;
  background: url(../common.r/img/cbox_controls.png) repeat-y -211px 0;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 5px;
}
/*20190118??*/
#cboxLoadedContent > div {
  padding: 30px;
}
/*20190118??????*/
#cboxLoadingOverlay {
  background: url(../common.r/img/cbox_loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../common.r/img/lightbox_loading.gif) no-repeat center center;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(../common.r/img/cbox_controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose:hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
/* 20190116 ?????? */
/* RW-974 ?????? */
.manualBlock {
  display: flex;
  position: relative;
  justify-content: space-between;
}
/* RW-974 ?????? */
/* RW-974 ?????? */
.manualBlock {
  display: flex;
  position: relative;
  justify-content: space-between;
}
/* RW-974 ?????? */
/* 20190206 ?????? */
th.familyName {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  th.familyName {
    font-size: 22px;
  }
}
/* 20190206 ?????? */
/* RW-1274 ?????? */
.plpText {
  position: relative;
  margin-bottom: 40px;
}
.plpText .overviewSection {
  position: absolute;
  right: 25%;
  left: 0px;
  bottom: -20px;
  padding-bottom: 0px;
}
.plpText .overviewSection .deviceOverviewDesc {
  min-height: 0px;
}
.plpText .overviewSection .deviceOverviewDesc .deviceOverviewSep {
  height: 40px;
}
@media screen and (min-width: 767px) {
  .plpText {
    position: relative;
    margin-bottom: 0px;
  }
  .plpText .overviewSection {
    position: absolute;
    right: 25%;
    left: auto;
    bottom: auto;
    padding-bottom: 0px;
  }
  .plpText .overviewSection .deviceOverviewDesc {
    min-height: 0px;
  }
  .plpText .overviewSection .deviceOverviewDesc .deviceOverviewSep {
    height: 40px;
  }
}
/* RW-1274 ?????? */
/* R12094  ?????? */
.toolinfo-r .table04 .moq-tool .moq-tool-content {
  position: relative;
}
.toolinfo-r .table04 .moq-tool .moq-tool-content .help {
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
}
.toolinfo-r .table04 .moq-tool .moq-tool-content .help .grid__header-tooltip {
  font-size: 12px;
  padding: 5px;
}
.toolinfo-r .table04 .moq-tool .moq-tool-content .help .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toolinfo-r .table04 .moq-tool .moq-tool-content .help .fa-info-circle::before {
  content: "\f05a";
}
.toolinfo-r .table04 .moq-tool .moq-tool-content .help #star_productTooltip .popover-content {
  padding: 9px 10px;
  font-size: 14px;
}
/* R12094  ?????? */
.fa-star-orderable-www {
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* 20190412 id-12 ?????? */
@media print {
  body .searchBtnBox ul li {
    list-style-type: none;
    margin-left: 0 !important;
  }
  table th,
  .table th {
    background-color: #fafafa !important;
  }
  .parametricstable {
    height: auto !important;
  }
  .parametricstable .parametricsheader,
  .parametricstable .parametricstool {
    background-color: #f5f5f5 !important;
  }
  .viewMore,
  .viewMoreOverlay {
    display: none;
  }
  .moreBox {
    display: block !important;
  }
  .seeMore,
  .seeMoreClose {
    display: none !important;
  }
  .distiRow {
    display: table-row !important;
  }
  #myTabContent.tab-content > .tab-pane {
    display: none !important;
    page-break-after: auto !important;
  }
  #myTabContent.tab-content > .active {
    display: block !important;
  }
}
/* 20190412 id-12 ?????? */
