/* Cisco Wireless Selector CSS v 2015.1 */

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

.caw-button {
  width: 170px;
}
.cws-question-answers .caw-button {
  width: 132px;
}

/* ==================== 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: 258px;
  width: 500px;
  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;
}
.cws-splash-text-container {
  padding: 18px 150px;
  color: #444;
}
.cws-splash-text{
  font-family: "CiscoSansTTExtraLight", Arial, sans-serif;
  font-size: 16px;
  text-align: justify;
}

.cws-splash-text p.center {
  text-align: center;
}
.cws-splash-subtext{
  font-family: "CiscoSansTTExtraLight", Arial, sans-serif;
  font-size: 14px;
  text-align:center;
}
/* ==================== Questionnaire ==================== */

.cws-questionnaire {
  position: relative;
  /*height: 383px;*/
  padding: 0 32px;
  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: 69px; /* Derived from height of .cws-question-text */
  left: 0;
  width: 100%;
  height: 1px;
  margin: 55px 0 45px;
  background-color: #A7A9AB;
}

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

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

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

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

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

.cws-question-number {
  position: absolute;
  top: -20px;
  left: 46px;
  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;
}

.cws-button-switches {
  width: 160px;

}
.cs-questionBlockDouble .cws-question-number {
  left: 128px;
}

/* ==================== 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;
}

.cws-two-results-empty{
  width: 462px;
}

/* Not Used Yet */

.cws-results-module {
}

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

.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;
  margin-bottom: 14px;
}

.cws-three-results-empty{
  width: 296px;
}

.link {
  cursor: pointer;
}

.caw-margin-top {
  margin-top: 15px;
}
.cs-fullFeaturedBenefits{
  background-color: #DFE9F5;
  padding-right: 22px;
}

.cws-media{
  padding-left: 22px;
  margin-top: 22px;
}

.cws-media-image{
  display:table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.cws-media-image img{
  vertical-align: middle;
}

.cws-media-text h3{
  padding-top: 3px;
  margin: 0;
}
.cws-media-text{
  display:table-cell;
  vertical-align: middle;
}

/* ==================== 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 */

/* ==================== Select ==================== */

.cs-select {
  margin-top: 5px;
  width: 296px;
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: black;
  background-color: white;
  cursor: default;
  text-indent: 0px;
  text-shadow: none;
  height: 34px;
  padding: 6px 2px;
  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);*/

}

.cs-select: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);*/
}

.cs-select-small {
  width: 153px;
}


.cs-questionBlockDouble {
  position: relative;
  float: left;
  width: 296px;
  height: 290px;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
}

/* End select */


/* ==================== Family Switches Table ==================== */

.family-table {
  border-collapse: collapse;
}

.family-td-image{
  background-color:#F3F7FA;
  /*border-left: 25px solid white;*/
  border-top: 10px solid white;
  border-right: 0 !important;
  padding: 0 10px;

}
.family-td-text {
  background-color: #F3F7FA;
  border-left: 0 !important;
  border-top: 10px solid white;
  border-right: 25px solid white;
}
.family-td-text p{
  padding-right: 15px;
}
/* End table */



.cs-windowOverlay {
  position: absolute;
  z-index: 500;
  margin-left: 18px;
  margin-top: 15px;
  width: 980px;
  /*height: 80%;*/
  padding: 20px;
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background: #FFFFFF; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwN2ZiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM5OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
  /*background: -moz-linear-gradient(left,  #107fb9 0%, #293991 100%); /!* FF3.6+ *!/*/
  /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#107fb9), color-stop(100%,#293991)); /!* Chrome,Safari4+ *!/*/
  /*background: -webkit-linear-gradient(left,  #107fb9 0%,#293991 100%); /!* Chrome10+,Safari5.1+ *!/*/
  /*background: -o-linear-gradient(left,  #107fb9 0%,#293991 100%); /!* Opera 11.10+ *!/*/
  /*background: -ms-linear-gradient(left,  #107fb9 0%,#293991 100%); /!* IE10+ *!/*/
  /*background: linear-gradient(to right,  #107fb9 0%,#293991 100%); /!* W3C *!/*/
}

.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 {
  /*padding: 20px 0;*/
  /*margin-top: 50px;*/
  background-color: #DCE7EC;
  line-height: 120%;
  /*-webkit-border-radius: 8px;*/
  /*-moz-border-radius: 8px;*/
  /*border-radius: 8px;*/
}

.cs-windowOverlayContent h1 {
}

.cs-windowOverlayContent h2 {
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
  color: #293891;
}

.cs-windowOverlayContent p {
  margin: 0.6em 0 0 0;
}

.cs-windowOverlayContent table {
  /*margin-top: 20px;*/
}

.cs-windowOverlayContent tr ul {
  padding-left: 15px !important;
}
.cs-windowOverlayContent tr:first-child {
  border-top: 1px solid #B9D1DE;
}

.cs-windowOverlayContent table tr:nth-child(even) {
  background-color: #D1E0E7;
}

.cs-windowOverlayContent td {
  vertical-align: top;
  padding: 20px 0 20px 10px;
}

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

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

