/* Cisco Wireless Selector CSS v 2015.1 */

/* ==================== Modifications & Specifications to Cisco Application Wrapper Styles ==================== */

.caw-button {
  width: 175px;
}

/* ==================== General ==================== */

.cws-content-block, .cws-content-block-feature {
  position: relative;
  padding: 18px 28px;
  text-align: left;
}

.cws-content-block-feature {
  background-color: #F3F6F9;
}

.cws-feature-color {
  background-color: #F3F6F9;
}

/* ==================== Splash ==================== */

.cws-splash-image {
  position: relative;
  width: 1016px;
  height: 460px;
  background-image: url('../images/cws-splash-2x.jpg');
  background-size: 1016px 460px;
  background-repeat: no-repeat;
}

.cws-splash-feature {
  position: absolute;
  top: 120px;
  left: 238px;
  width: 540px;
  height: 220px;
  padding: 28px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.cws-splash-feature h1 {
  margin: 0 0 16px 0;
  font-family: "CiscoSansTTThin", Arial, sans-serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 1.0em;
}

.cws-splash-feature button {
  margin: 0 6px;
}

.cws-splash-feature-content {
  display: table-cell;
  width: 492px;
  height: 172px;
  vertical-align: middle;
}

.cws-splash-button-set {
  display: table;
  margin: 0 auto;
}

.cws-splash-button-set .caw-button {
  float: left;
  width: 192px;
  height: 48px;
  margin: 0 8px;
}

/* ==================== Questionnaire ==================== */

.cws-questionnaire {
  position: relative;
  height: 383px;
  padding: 0 28px;
  margin: 18px auto 28px auto;
}

.cws-questionnaire-header {
  min-height: 76px;
}

.cws-questionnaire-header h1 {
  margin: 0;
  padding-top: 5px;
}

.cws-question-divider-line {
  position: absolute;
  top: 68px; /* Derived from height of .cws-question-text */
  left: 0;
  width: 100%;
  height: 1px;
  margin: 45px 0;
  background-color: #A7A9AB;
}

.cws-question-block {
  display: table;
  margin: 0 auto;
}

.cws-question {
  position: relative;
  float: left;
  width: 164px;
  margin-right: 35px;
  display: none;
}

.cws-question:last-child {
  margin-right: 0;
}

.cws-question-text {
  height: 68px;
  line-height: 1.6em;
}

.cws-question-divider {
  position: relative;
  height: 1px;
  margin: 45px 0;
}

.cws-question-number {
  position: absolute;
  top: -20px;
  left: 62px;
  margin: 0 auto;
  padding-top: 22px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #059fd9;
  text-align: center;
  color: #FFF;
  font-family: "CiscoSansTTExtraLight", Arial, sans-serif;
  font-size: 24px;
  line-height: 0;
}

.cws-question-answers {
  /*	padding: 0 18px; */
}

.cws-question-answers a {
  margin-bottom: 8px;
}

.cws-question-answers a:last-child {
  margin-bottom: 0;
}

.cws-button-startover-block {
  position: relative;
  padding: 28px 28px 0 28px;
}

.cws-button-startover {
  /*	position: absolute;
      top: 18px;
      right: 28px;*/
  width: 120px;
}

/* ==================== Results ==================== */

.cws-results {
  position: relative;
  padding: 18px 28px;
  /*border-bottom: 1px solid #A7A9AB;*/
}

.cws-results-module-header {
  /*	padding: 18px;*/
  /*	background-color: #F3F6F9;*/
  padding: 12px 0 2px 0;
  border-bottom: 1px solid #A7A9AB;
}

/* One Result */
.cws-one-result .cws-results-module .cws-results-one-container {
  display: table-cell;
  vertical-align: top;
}

.cws-one-result .cws-results-module .cws-results-image {
  margin-top: 18px;
  margin-right: 36px;

}

.cws-one-result .cws-results-module .cws-results-text {
  margin-top: 28px;
}

/* Two Results */

.cws-two-results .cws-results-module {
  width: 462px;
  float: left;
  margin-right: 36px;
}

.cws-two-results .cws-results-module.last {
  margin-right: 0;
}

/* Not Used Yet */

.cws-results-module {
}

.cws-two-results .cws-results-module .cws-results-image {
  margin-top: 18px;
  text-align: center;
}

.cws-results-description {
}

/* Three Results */

.cws-three-results .cws-results-module {
  width: 296px;
  float: left;
  margin-right: 36px;
}

.cws-three-results .cws-results-module.last {
  margin-right: 0;
}

.cws-three-results .cws-results-module .cws-results-image {
  margin-top: 18px;
  text-align: center;
}

.link {
  cursor: pointer;
}

.caw-margin-top {
  margin-top: 15px;
}
/* ==================== Tooptips ==================== */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  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: #333333;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}

/* End tooltip */

/* ==================== Compare-results component ==================== */

.cws-compare-results-section {
  margin-bottom: 5px;
  padding: 0 28px;
}

.cws-compare-results-section--title {
  background-color: #F3F6F9 !important;
  padding: 15px 10px;
  font-size: 20px;
  font-style:normal;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 5px;
}

.cws-hidden {
  display: none;
}

.cws-menu-buttons {
  text-align: right;
  padding: 0 28px;
  margin: 30px 0 10px;
}

.cws-compare-results-section .cws-compare-results-table {
  border-collapse: collapse;
  font-size: 13px;
}

.cws-compare-results-section .cws-compare-results-table tr:not(:last-of-type) {
  border-bottom: 1px solid #E4E4E4;
}

.cws-compare-results-section .cws-compare-results-table td {
  padding: 7px;
}

.cws-compare-results-section .cws-compare-results-table td:first-child {
  font-weight: 700;
}
.cws-compare-results-arrow{
  margin-right: 5px;
}

.cws-product-category-description {
  padding: 0 28px;
  margin-bottom: 10px;
}

.cws-compare-results-result--title {
  font-size: 20px;
  margin-top: 20px;
  line-height: 22px;
}
/* End component */

/* ==================== Modal ==================== */

.cs-windowOverlay {
  position: absolute;
  z-index: 500;
  margin-left: 18px;
  margin-top: 15px;
  width: 980px;
  /*height: 80%;*/
  padding: 20px;
  background: #FFFFFF; /* Old browsers */
}

.cs-windowOverlay h1 {
  margin: 0;
  color: #58585b;
  font-weight: normal;
}

.cs-windowOverlay .frame {
  width: 950px;
  height: 400px;
  overflow-y: scroll;
  border: none;
}

.cs-overlayTitle {
  float: left;
  padding-top: 5.2px;
  color: #58585b;
}

.cs-overlayTitleLine {
  float: left;
  width: 980px;
  border-bottom: 1px solid #DFDFDF;
  margin-left: -20px;
  margin-top: 3px;
  margin-bottom: 13.8px;
}

.cs-overlayCloseButton {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 11px;
}

.cs-windowOverlayContent table img {
  margin-right: 15px;
  margin-left: 15px;
}

.cs-windowOverlayContent #tnContent {
  width: auto;
}

.cws-compare-results-divider {
  height: 1px;
  background-color: #DFDFDF ;
  margin: 20px 0;
}
