/* MinifyError
(1860,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(1864,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
/* Matches WebCore */
/* Matches WebCore */
/* Matches WebCore */
/* 
    START: Common element override
*/
html,
span,
div,
input,
hr,
select,
textarea {
  outline: none;
}
body h3 {
  text-align: left;
}
html[dir='rtl'] body h3 {
  text-align: right;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
  transition: margin-right ease-in-out 0.5s;
}
body.dialog-buffer {
  margin-right: 400px;
}
body h2 {
  text-align: center;
  color: #ffffff;
}
body hr {
  padding-bottom: 12px;
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  padding: 0;
  color: #949396;
  width: 100%;
}
table {
  border-width: 2px;
}
table tr,
table td {
  border-width: 2px;
  border-color: #bbb;
  padding: 4px;
}
table tr:first-child {
  border-top-style: none !important;
}
table td:first-child {
  border-left-style: none !important;
}
table.border-solid {
  border-style: solid;
}
table.border-solid tr {
  border-top-style: solid;
}
table.border-solid td {
  border-left-style: solid;
}
table.border-dotted {
  border-style: dotted;
}
table.border-dotted tr {
  border-top-style: dotted;
}
table.border-dotted td {
  border-left-style: dotted;
}
table.border-dashed {
  border-style: dashed;
}
table.border-dashed tr {
  border-top-style: dashed;
}
table.border-dashed td {
  border-left-style: dashed;
}

.list-spacing li{
        margin-bottom: 12px;
}  
.win-icon.win-icon-Cancel {
  cursor: pointer;
}
.image-as-background {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .container .container {
    width: 100%;
  }
}
/*
    END: Common element override
*/
/*
    START: Common classes override
*/
/* http://docs.angularjs.org/api/ng/directive/ngCloak */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
.vertically-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.horizontally-center {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.absolute-center {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bold {
  font-weight: 600;
}
.alert-banner {
  font-weight: 600;
  padding: 20px;
  background-color: #F25022;
  color: #ffffff;
}
.alert-banner a {
  color: #ffffff;
  text-decoration: underline;
}
/* 
    END: common class override
*/
@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 64px;
  }
}
#search-box .search-container {
  /* Home page */
  background-color: #0078d7;
  padding: 0;
  margin: 0;
  position: relative;
}
#search-box .search-container.other {
  /* Overrides for pages other then home page */
  padding-top: 24px;
  padding-bottom: 12px;
}
#search-box .search-container.commercial-search {
  padding-top: 32px;
  padding-bottom: 64px;
}
#search-box .search-container.commercial-search .commercial-header {
  color: #ffffff;
  font-size: 36px;
}
#search-box .search-container.commercial-search input[type="text"].search-text {
  box-shadow: none;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  background: rgba(0, 120, 215, 0.8);
}
#search-box .search-container.commercial-search input[type="text"].search-text::-webkit-input-placeholder {
  color: #ffffff;
}
#search-box .search-container.commercial-search input[type="text"].search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#search-box .search-container.commercial-search input[type="text"].search-text:-ms-input-placeholder {
  color: #ffffff;
}
#search-box .search-container.commercial-search input[type="text"].search-text::-ms-clear {
  display: none;
}
#search-box .search-container.commercial-search input[type="text"].search-text:focus {
  background: #ffffff;
}
#search-box .search-container.commercial-search .search-form span {
  color: #ffffff;
}
#search-box .search-container.commercial-search input:focus + span {
  color: #777777;
}
#search-box .search-container.commercial-search .breadcrumb-container {
  position: relative;
  margin-top: 12px;
}
#search-box .search-container.commercial-search .breadcrumb-container .breadcrumb {
  top: auto;
}
@media (max-width: 767px) {
  #search-box .search-container.commercial-search .breadcrumb-container .breadcrumb {
    position: relative;
    margin-bottom: 24px;
  }
}
#search-box .search-container.commercial-search .breadcrumb-container .breadcrumb li + li:before {
  color: #ffffff;
}
#search-box .search-container.commercial-search .breadcrumb-container .breadcrumb a {
  color: #ffffff;
}
#search-box .search-container.commercial-search .breadcrumb-container .breadcrumb span {
  color: #ffffff;
  opacity: 0.8;
}
#search-box .search-container .search-header {
  padding-bottom: 24px;
  color: #ffffff;
}
#search-box .primary-search {
  top: 0;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  color: #777777;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 6px;
  line-height: 24px;
}
#search-box .primary-search:active {
  color: white;
  background-color: #0078D7;
}
html[dir='rtl'] #search-box .primary-search .form-control-feedback {
  left: 0;
  right: auto;
}
#search-box input[type="text"].search-text {
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
}
#search-box input[type="text"].search-text::-webkit-input-placeholder {
  color: #777777;
}
#search-box input[type="text"].search-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}
#search-box input[type="text"].search-text:-ms-input-placeholder {
  color: #777777;
}
#search-box input[type="text"].search-text::-ms-clear {
  display: none;
}
#search-box input[type="text"].search-text:focus {
  background: #ffffff;
}
#search-box input[type="text"].search-text {
  height: 40px;
  padding: 9px 24px 11px 12px;
}
.virtual-agent-dialog-container .win-icon-ChevronDown,
.virtual-agent-dialog-container .win-icon-CheveronUp {
  top: -1px;
}
.virtual-agent-dialog-container .separator-top {
  border-top: solid 1px #CCC;
}
.virtual-agent-dialog-container .virtual-agent-dialog-action {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 16px;
  width: 400px;
  max-width: 100%;
  box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.virtual-agent-dialog-container .virtual-agent-dialog-action .header-icon {
  margin-right: 20px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box {
  position: fixed;
  top: 100%;
  bottom: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  z-index: 101;
  transition: top .8s;
  box-shadow: -2px -3px 10px rgba(0, 0, 0, 0.2);
}
.virtual-agent-dialog-container .virtual-agent-dialog-box.open-dialog {
  top: 0%;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-close-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .bubble-content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  right: 10px;
  border-style: solid;
  border-width: 12px 0 0 16px;
  border-color: white transparent;
  width: 0;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .bubble-content.bubble-left::after {
  left: 10px;
  right: auto;
  top: -12px;
  bottom: auto;
  border-color: transparent white;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-header {
  margin-left: 12px;
  margin-right: 12px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages {
  position: absolute;
  top: 132px;
  bottom: 33px;
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 100%;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message-container {
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 32px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-text {
  position: relative;
  padding: 12px;
  background: #0078d7;
  color: white;
  margin-right: 48px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-text::after {
  border-color: #0078d7 transparent;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-text.bubble-left::after {
  border-color: transparent #0078d7;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-text a {
  color: rgba(255, 255, 255, 0.75);
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-text a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message.user-message .virtual-agent-message-text {
  background: rgba(0, 120, 215, 0.1);
  color: black;
  margin-left: 48px;
  margin-right: 0;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message.user-message .virtual-agent-message-text::after {
  border-color: rgba(0, 120, 215, 0.1) transparent;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message.user-message .virtual-agent-message-text.bubble-left::after {
  border-color: transparent rgba(0, 120, 215, 0.1);
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-content {
  padding: 20px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-content .virtual-agent-results-container .search-result-panel {
  margin-bottom: 12px;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-messages .virtual-agent-message .virtual-agent-message-content .virtual-agent-assisted-support-link {
  padding-top: 16px;
  border-top: solid 1px #CCC;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-input {
  position: fixed;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  border-top: solid 1px #CCC;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-input input {
  width: 88%;
  border: none;
}
.virtual-agent-dialog-container .virtual-agent-dialog-box .virtual-agent-input button {
  width: 12%;
  min-width: 12%;
  margin: 0;
  border-bottom-width: 3px;
}
.virtual-agent-dialog-container.virtual-agent-large .virtual-agent-dialog-box,
.virtual-agent-dialog-container.virtual-agent-large .virtual-agent-input {
  width: 560px;
}
.quick-nav {
  /* Mobile First */
  margin-top: 4px;
  color: #0078d7;
  padding: 0 16px;
}
.quick-nav a:hover span.text-body,
.quick-nav a:active span.text-body {
  text-decoration: underline;
}
.quick-nav.other {
  /* Overrides for pages other than home page*/
  background-color: #0078d7;
  margin: 0;
  padding-bottom: 24px;
  max-width: none;
  width: 100%;
}
.quick-nav.other a {
  color: #ffffff;
}
.quick-nav.home a:hover {
  color: black;
  /* browser fallback */
  color: rgba(0, 0, 0, 0.6);
}
.quick-nav.home a:active {
  color: black;
  /* browser fallback */
  color: rgba(0, 0, 0, 0.4);
}
.quick-nav a {
  color: #0078d7;
  white-space: normal;
  text-align: left;
}
.quick-nav .win-icon {
  padding: 0 12px 0 0;
  font-size: 24px;
  vertical-align: middle;
}
.quick-nav .help-link {
  margin-top: 12px;
}
.quick-nav .help-link a {
  padding: 5px 0 7px;
}
@media (min-width: 540px) {
  .quick-nav {
    text-align: center;
  }
  .quick-nav a {
    display: inline-block;
    vertical-align: middle;
  }
  .quick-nav .help-link {
    display: inline-block;
    padding-left: 32px;
    margin-top: 24px;
  }
  .quick-nav .help-link a {
    padding: 9px 8px 12px 8px;
  }
  .quick-nav .help-link:first-child {
    padding-left: 0;
  }
  .quick-nav .win-icon {
    font-size: 32px;
  }
}
@media (min-width: 540px) {
  .dropdown-toggle-header {
    display: none;
  }
  .landing-section-content {
    width: 100%;
    display: inline-block;
    height: auto !important;
  }
}
@media (max-width: 539px) {
  .dropdown-no-toggle-header {
    display: none;
  }
}
a.dropdown-toggle {
  padding: 0;
  margin: 0 10px;
  color: #4d4d4d;
  text-decoration: none;
}
a.dropdown-toggle:after {
  content: "\E70E";
}
.collapsed a.dropdown-toggle:after {
  content: "\E70D";
}
span.section-toggle {
  padding: 0;
  margin: 0 10px;
  color: #4d4d4d;
  text-decoration: none;
}
span.section-toggle:after {
  content: "\E70E";
}
.collapsed span.section-toggle:after {
  content: "\E70D";
}
/*
    Boostrap fix for IPhone where the links aren't clickable
*/
.dropdown-backdrop {
  position: static;
}
#connection-failed {
  height: 230px;
  padding: 20px;
}
/*
    END: Contact Wizard
*/
/*
    START: Link farm
*/
#link-farm {
  padding: 0;
}
#link-farm ul,
#link-farm ol {
  margin-top: 20px;
  margin-bottom: 0;
}
#link-farm .item-section {
  padding: 0;
  margin: 0;
}
@media (min-width: 540px) {
  #link-farm .item-section {
    padding-right: 16px;
  }
  html[dir='rtl'] #link-farm .item-section {
    padding-right: 0;
    padding-left: 16px;
  }
}
#link-farm a.dropdown-toggle {
  margin: 0;
}
#link-farm li:last-child {
  margin-bottom: 42px;
}
/*
    END: Link farm
*/
/* 
    START: User Devices 
*/
#user-products {
  background-color: #ffffff;
  min-height: 150px;
  padding-top: 25px;
}
.ms-products {
  background-color: #ffffff;
  margin-top: 4px;
}
.ms-products #home-products-list {
  margin: 0 16px 0 0;
}
html[dir='rtl'] .ms-products #home-products-list {
  margin: 0 0 0 16px;
}
.ms-products .win-icon {
  padding: 0 24px 24px 24px;
  font-size: 20px;
  vertical-align: middle;
}
.ms-products .product-hub-section {
  padding-top: 30px;
}
.ms-products .ms-products-header {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
.ms-products .ms-product-list {
  padding-left: 0px;
}
.ms-products .ms-product-list .product-item {
  padding: 10px 2px 10px 2px;
  display: block;
  text-align: left;
  width: 105px;
  min-height: 82px;
}
.ms-products .ms-product-list .product-item a {
  color: #000000;
}
.ms-products .ms-product-list .product-item:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 8px 0 8px 0px;
}
.ms-products .ms-product-list .product-item:active {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
html[dir='rtl'] .ms-products .ms-product-list .product-item {
  text-align: right;
  padding-right: 0px;
  padding-left: initial;
}
.ms-products .ms-product-list .product-image {
  margin: auto;
  height: 32px;
  width: 32px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.ms-products .ms-product-list .product-name {
  color: #000000;
  text-align: center;
  min-height: 20px;
  /*padding-bottom: 12px;*/
  margin: 16px 0;
  text-overflow: ellipsis;
  display: block;
  white-space: initial;
  overflow: hidden;
}
.ms-products .ms-product-list .user-product-detail {
  color: #4d4d4d;
}
.ms-products #all-products-link {
  display: block;
  text-align: center;
  margin: 30px 0 56px 0;
}
@media (min-width: 540px) {
  .ms-products {
    margin-top: 4px;
  }
  .ms-products #all-products-link {
    margin-top: 18px;
    margin-bottom: 96px;
  }
  .ms-products .ms-product-list {
    padding-left: 0px;
  }
  html[dir='rtl'] .ms-products .ms-product-list {
    padding-right: 0px;
    padding-left: initial;
  }
  .ms-products .ms-product-list .product-item {
    padding: 20px 2px 20px 2px;
    display: block;
    text-align: left;
    width: 164px;
    min-height: 124px;
  }
  .ms-products .ms-product-list .product-item a {
    color: #000000;
  }
  .ms-products .ms-product-list .product-item:hover {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 18px 0 18px 0px;
  }
  .ms-products .ms-product-list .product-item:active {
    border: 2px solid rgba(0, 0, 0, 0.4);
  }
  .ms-products .ms-product-list .product-image {
    margin: auto;
    height: 64px;
    width: 64px;
  }
  .ms-products .ms-product-list .product-name {
    min-height: 40px;
    margin: 16px 0;
    white-space: nowrap;
    overflow: initial;
  }
  .ms-products .ms-product-list .product-hub-item {
    width: 165px;
    height: 250px;
  }
  .ms-products .ms-product-list .product-hub-name {
    /*width: 165px;*/
    font-size: 18px;
  }
  .ms-products .ms-product-list .product-hub-description {
    max-width: 300px;
  }
}
@media all and (max-width: 640px) {
  .ms-products .text-small {
    display: block;
  }
  .ms-products .text-regular {
    display: none;
  }
}
@media all and (min-width: 640px) {
  .ms-products .text-small {
    display: none;
  }
  .ms-products .text-regular {
    display: block;
  }
}
/*
    START: Product Pages
*/
.ms-productpages {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 48px;
}
.ms-productpages .win-icon {
  padding: 0 24px 10px 0px;
  font-size: 20px;
  vertical-align: middle;
  float: left;
}
.ms-productpages .product-hub-chevron-icon {
  font-size: 16px;
}
.ms-productpages .pp-text-subheader {
  font-size: 24px;
  font-weight: 200;
}
.ms-productpages .pp-breadcrumb {
  position: relative;
  top: 12px;
  z-index: 2;
}
.ms-productpages .pp-section-header {
  padding-bottom: 12px;
  margin-bottom: 0px;
  padding-top: 20px;
}
.ms-productpages .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.ms-productpages .product-page-title {
  padding-bottom: 24px;
  display: inline-block;
}
.ms-productpages .product-page-overflow {
  padding-bottom: 24px;
  display: inline-block;
  float: right;
  margin-right: 0;
}
.ms-productpages .product-page-section {
  margin-top: 0;
}
.ms-productpages .product-hub-img {
  max-height: 158px;
  max-width: 109px;
  width: auto;
  margin-top: 48px;
  margin-bottom: 24px;
}
.ms-productpages .pp-category-title {
  color: #000000;
}
.ms-productpages .pp-category-title:hover {
  opacity: 0.8;
}
.ms-productpages .product-hub-title {
  margin-top: 48px;
  padding-bottom: 4px;
  display: inline-block;
}
.ms-productpages .product-page-row-margin {
  padding-right: 0px;
}
.ms-productpages .product-page-hr {
  height: 1px;
  width: 100%;
}
.ms-productpages .product-page-promo-item {
  padding-left: 0px;
}
.ms-productpages .product-page-grid {
  padding-top: 36px;
  padding-bottom: 48px;
}
.ms-productpages .product-page-leftnav {
  padding-left: 0px;
  margin: 0px 4px 0px 0px;
}
.ms-productpages .product-page-linkdropdown {
  margin-left: 6px;
}
.ms-productpages .product-page-dropdown {
  position: relative;
  float: none;
  margin: auto;
  width: 175px;
}
.ms-productpages .product-page-searchbox {
  width: 280px;
}
.ms-productpages .promotion-product-title {
  padding-bottom: 32px;
}
.ms-productpages .promotion-product-item .promotion-product-image {
  float: left;
  font-size: 32px;
  margin: 0 12px 24px 0px;
  width: 32px;
  height: 32px;
}
.ms-productpages .promotion-product-item .promotion-product-name {
  font-size: 18px;
  padding-bottom: 6px;
  max-width: 304px;
  color: black;
}
.ms-productpages .promotion-product-description {
  color: #919191;
  margin-bottom: 48px;
}
.ms-productpages .promotion-product-selector-image {
  float: left;
  font-size: 48px;
  width: 50px;
  height: 50px;
  padding-bottom: 15px;
}
.ms-productpages .promotion-product-hub-image {
  display: inline-block;
  margin-bottom: 24px;
  height: 64px;
  width: 64px;
}
@media (max-width: 767px) {
  .ms-productpages .ph-section-header {
    width: 30%;
    float: left;
  }
  .ms-productpages .leftnav-links {
    width: 70%;
    float: right;
    padding-left: 4px;
    padding-top: 48px;
  }
}
@media all and (min-width: 540px) {
  .ms-productpages .product-page-leftnav {
    margin: 0px 24px 0px 0px;
    padding-left: 0px;
  }
  .ms-productpages .product-hub-img {
    max-height: 158px;
    max-width: 130px;
    width: auto;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
@media all and (min-width: 768px) {
  .ms-productpages .product-page-leftnav {
    margin: 0px 48px 0px 0px;
    padding-left: 0px;
  }
  .ms-productpages .product-hub-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-top: 48px;
    margin-bottom: 24px;
  }
}
@media (min-width: 640px) {
  .ms-productpages .promotion-product-hub-image {
    float: left;
    margin-right: 12px;
    height: 64px;
    width: 64px;
  }
  .ms-productpages .promotion-product-item .promotion-product-image {
    float: left;
    font-size: 48px;
    margin: 0 12px 24px 0px;
    width: 48px;
    height: 48px;
  }
}
.product-page-modal .modal-dialog {
  width: 1018px;
  max-height: 636px;
  background-color: white;
}
/*
    END: Product Pages
*/
/*
    END: User Devices
*/
/*
    START: Feedback container
*/
#feedback-wizard {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 300px;
  background-color: #f2f2f2;
}
#feedback-submit {
  float: right;
  margin-bottom: 10px;
}
html[dir='rtl'] #feedback-submit {
  float: left;
}
#feedback-form {
  padding: 10px 20px;
}
#feedback-form .feedback-input-type {
  display: block;
}
#feedback-form .feedback-input-box {
  width: 100%;
}
#feedback-form .feedback-box {
  display: block;
  width: 100%;
  height: 90px;
  margin: 10px 0;
}
.btn-splash {
  color: #777777;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-splash:hover,
.btn.btn-splash:active,
.btn.btn-splash:focus {
  color: #333333;
}
/*
    END: Feedback container
*/
/*
    START: Loader Animations
*/
.progress-bar,
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}
.progress-bar-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.progress-bar-top .progress {
  margin: 0;
}
.spinner-container .progress {
  margin-left: auto;
  margin-right: auto;
}
.spinner-inline {
  top: 8px;
  position: relative;
}
/*
    END: Loader Animations
*/
/* 
    START: Bing Auto Suggest
*/
.auto-suggest-results {
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 10;
}
.auto-suggest-results b {
  font-weight: 600;
}
.auto-suggest-results ul {
  border: 1px solid #e2e2e2;
  list-style-type: none;
  cursor: pointer;
  margin: 0;
  text-align: left;
}
.auto-suggest-results ul li {
  height: 44px;
  line-height: 44px;
  padding: 2px 11px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
}
.auto-suggest-results ul li:hover,
.auto-suggest-results ul li.selected {
  background-color: #f2f2f2;
}
html[dir='rtl'] .auto-suggest-results ul {
  text-align: right;
}
/* 
    START: Online/Offline detection 
*/
.online-detect {
  position: fixed;
  max-width: 540px;
  padding: 8px;
  margin: auto;
  background-color: #f2f2f2;
  z-index: 99999;
  border: #CCCCCC 1px solid;
}
@media (min-width: 540px) {
  .online-detect {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* 
    END: Online/Offline detection
*/
/*
    END: Bing Auto Suggest
*/
button:hover,
button:active,
button:focus {
  background-color: inherit;
}
/*
    START: All Products List    
*/
.all-products-list .product-category {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 540px) {
  .all-products-list .product-category {
    padding: 0 32px 0 0;
  }
  html[dir='rtl'] .all-products-list .product-category {
    padding: 0 0 0 32px;
  }
}
/*
    END: All Products List
*/
.kb-article a {
  color: #0078d7;
}
.kb-article .section {
  margin-top: 64px;
}
.kb-article .section-title {
  font-size: 32px;
  line-height: 40px;
}
.kb-article .indent {
  padding: 8px 16px;
}
.kb-article #product-picker {
  margin: 16px 0;
}
.kb-article .kb-disclaimer-msi {
  display: inline;
}
.kb-article .sbody-free_list {
  padding: 0 20px;
  list-style-type: disc;
}
.kb-article .sbody-alpha_list {
  list-style-type: lower-alpha;
}
.kb-article .sbody-error {
  padding: 8px;
  margin: 8px 0;
  background-color: #f2f2f2;
}
.kb-article .sbody-msg {
  padding: 8px 16px;
}
.kb-article .sbody-h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.kb-article .sbody-h4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kb-article .sbody-h5 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.kb-article img.graphic {
  padding: 0 8px;
}
.kb-article .kb-document-diagnostics {
  background-color: #f2f2f2;
  border: 1px solid;
  margin-top: 100px;
  padding: 6px;
}
.kb-article .kb-document-diagnostics p,
.kb-article .kb-document-diagnostics h3 {
  margin-bottom: 6px;
}
.kb-article .mats-container {
  width: 554px;
}
.kb-article .mats-container #content {
  width: 100%;
  background-color: #EFF7FB;
}
.kb-article .mats-container #content #left-pane {
  width: 80%;
  padding: 5px;
}
.kb-article .mats-container #content #left-pane a {
  margin-left: 5px;
}
.kb-article .mats-container #content #right-pane {
  width: 20%;
  text-align: center;
  padding: 5px;
  vertical-align: top;
}
.kb-article .mats-container #content #right-pane a {
  text-decoration: none;
  background-color: #0072C6;
  color: white;
  padding: 15px;
  position: relative;
  top: 20px;
}
.kb-article .title {
  padding: 0;
}
.kb-article .kb-detect-os {
  border: #000000 solid 1px;
  padding: 8px;
  margin: 32px 0;
}
.kb-article .kb-thirdparty img {
  display: block;
}
.kb-article .kb-querywords-section {
  display: none;
}
.kb-article .kb-notice-section {
  background-color: #f2f2f2;
  padding: 8px;
  margin: 32px 0;
}
.kb-article .kb-notice-section-title {
  font-weight: 800;
}
.kb-article .fix-it a {
  display: block;
}
.kb-article .kb-banner {
  background-color: #e2e2e2;
  padding: 8px;
  margin: 32px 0;
}
.kb-article .kb-banner img,
.kb-article .kb-banner div {
  display: inline-block;
}
.kb-article .kb-banner img {
  vertical-align: top;
}
.kb-article .kb-hotfix-link {
  background-color: #0072C6;
  color: white;
  padding: 15px;
  font-weight: 800;
}
.kb-article .kb-hotfix-link:link,
.kb-article .kb-hotfix-link:visited,
.kb-article .kb-hotfix-link:hover,
.kb-article .kb-hotfix-link:active {
  color: white;
}
.kb-article #machine-translated {
  padding: 0;
  background: none;
  color: inherit;
}
.content-survey .choices {
  display: inline-block;
  word-wrap: normal;
}
.content-survey .choice-caption {
  margin-right: 48px;
}
.content-survey .radio {
  display: inline-block;
  margin: 0 32px 0 0;
}
.content-survey .radio:first-child {
  margin-left: 0;
}
.content-survey .suggestion {
  width: 100%;
}
.content-survey .suggestion textarea {
  height: 100px;
}
.content-media .media-widget {
  padding-top: 20px;
  margin-top: 0;
  height: 0;
}
.content-media .media-widget .win-icon {
  padding: 0 10px 4px 0;
}
.content-media .media-widget a {
  word-wrap: normal;
}
.responsive-iframe-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /*16-9 aspect ratio*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
    START: Search Results Page
*/
.search-result-panel .search-result-display-link {
  color: #009345;
}
.search-result-panel .search-result-title {
  padding-bottom: 4px;
}
.search-result-panel strong,
.search-result-panel b {
  font-weight: 600;
}
.search-results-page .search-results-page-description {
  margin-bottom: 24px;
}
.search-results-page .instant-answer {
  padding: 16px;
}
.instant-answer .instant-answer-title a:not(:link) {
  color: #333333;
}
.instant-answer ul.nav-tabs {
  display: table;
  width: 100%;
}
.instant-answer ul.nav-tabs li {
  margin-bottom: -2px;
  display: block;
}
@media (max-width: 539px) {
  .instant-answer ul.nav-tabs li {
    width: 100%;
  }
}
.instant-answer ul.nav-tabs,
.instant-answer ul.nav-tabs a {
  height: auto;
  font-size: 16px;
  border-bottom: 2px solid #e2e2e2;
}
.instant-answer ul.nav-tabs a {
  color: #333333;
  padding: 10px 15px;
  display: block;
}
.instant-answer ul.nav-tabs li.active a {
  border-color: #ffb900;
}
.instant-answer .ia-bullet {
  list-style-type: disc;
}
.instant-answer .ia-numbered {
  list-style-type: decimal;
}
.instant-answer .ia-bullet,
.instant-answer .ia-numbered {
  padding-left: 16px;
}
.instant-answer .ia-single-bullet {
  list-style-type: none;
  padding-left: 0;
}
.instant-answer .image-container {
  display: inline-block;
  position: relative;
}
.instant-answer .image-container .win-icon-Play {
  position: absolute;
  top: 45%;
  left: 45%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12px;
  padding-left: 16px;
  border-radius: 50%;
  font-size: 200%;
  border: 2px solid white;
}
.instant-answer .image-container iframe {
  max-width: 100%;
}
.instant-answer .image-container:hover .win-icon-Play {
  background-color: rgba(0, 0, 0, 0.8);
}
.instant-answer .container {
  width: 100%;
  margin: 0;
}
.instant-answer .dropdown #instant-answer-solution-dropdown {
  width: 100%;
}
@media (min-width: 540px) {
  .instant-answer .dropdown #instant-answer-solution-dropdown {
    width: auto;
  }
}
.instant-answer .dropdown .dropdown-menu {
  right: 0;
}
html[dir="rtl"] .instant-answer .dropdown .dropdown-menu {
  left: 0;
}
@media (min-width: 540px) {
  .instant-answer .dropdown .dropdown-menu {
    right: auto;
  }
}
.instant-answer .instant-answer-survey button {
  min-width: 0;
  vertical-align: initial;
}
html[dir='rtl'] .search-pagination li a {
  float: right;
}
html[dir='rtl'] .search-pagination li.previous-pagination a span::before {
  content: "\E76C";
}
html[dir='rtl'] .search-pagination li.next-pagination a span::after {
  content: "\E76B";
}
/*
    END: Search Results Page
*/
/*
    START: Product Hub Page
*/
#product-hub .product-hub-dropdown {
  height: 64px;
}
#product-hub .product-hub-leftbar-line {
  width: 70%;
  text-align: left;
  padding-top: 10px;
  margin-top: 10px;
}
html[dir='rtl'] #product-hub .product-hub-leftbar-line {
  text-align: right;
}
#product-hub .content-section {
  margin-bottom: 24px;
}
#product-hub .content-section .section-header {
  margin-bottom: 0;
}
#product-hub .lefthand-section {
  margin-top: 0px;
  margin-bottom: 0px;
}
#product-hub .user-details {
  margin-top: 26px;
}
#product-hub .section-header {
  border-color: #949396;
}
@media (max-width: 540px) {
  #product-hub .section {
    margin-top: 0;
  }
  #product-hub .selector-section {
    margin-top: 16px;
  }
}
/*
    END: Product Hub Page
*/
#silent-signin-frame {
  position: absolute;
  left: -1000px;
}
html[dir='rtl'] #silent-signin-frame {
  left: auto;
  right: -1000px;
}
.f1-footer {
  /* Mobile First */
  background-color: #f2f2f2;
  margin-top: 64px;
}
.f1-footer .section {
  margin: 16px auto;
  padding: 10px 0;
}
.f1-footer .section .section-header {
  cursor: pointer;
}
@media (min-width: 540px) {
  .f1-footer {
    margin-top: 160px;
    padding-bottom: 16px;
  }
}
.selfhostpositioncontrol {
  position: fixed;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: -45px;
  top: 50%;
}
.selfhost-feedback-section a:link,
.selfhost-feedback-section a:visited,
.selfhost-feedback-section a:hover,
.selfhost-feedback-section a:active {
  text-decoration: none;
  color: black;
}
.selfhost-feedback-section #selfhostsectiontext {
  text-align: center;
  background-color: #FF8C00;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}
.selfhost-feedback-section #selfhostsectiontext a:link {
  color: #EFF7FB;
}
.selfhost-feedback-section #selfhostsectiontext a:visited,
.selfhost-feedback-section #selfhostsectiontext a:hover,
.selfhost-feedback-section #selfhostsectiontext a:active {
  color: #EFF7FB;
}
.selfhost-feedback-section .win-icon {
  color: white;
}
.language-selector-section {
  background-color: #505050;
  color: #FFFFFF;
}
.language-selector-section a:link,
.language-selector-section a:visited,
.language-selector-section a:hover,
.language-selector-section a:active {
  text-decoration: none;
  color: #e5e5e5;
}
/* 
    START: Error Content
*/
.ng-hide .error-content.error-500,
.ie8-content {
  display: none;
}
.error-content {
  padding-top: 64px;
}
.error-content .warning-symbol {
  font-size: 64px;
}
/*
    Styles for the Bing translator widget. Please don't change these or the Widget will not work properly.
*/
#MicrosoftTranslatorWidget {
  color: white;
  background-color: #555555;
  position: absolute;
  left: -500px;
}
.gwt .gwt-body {
  padding: 24px;
  width: 100%;
  background-color: #F2F2F2;
}
.gwt .gwt-body ul,
.gwt .gwt-body ol {
  padding-bottom: 48px;
}
.gwt .gwt-step-number-container .gwt-step-number {
  position: absolute;
  left: 40%;
  margin-top: 8px;
}
html[dir='rtl'] .gwt .gwt-step-number-container .gwt-step-number {
  left: auto;
  right: 40%;
}
.gwt .gwt-step-number-container.active {
  color: white;
  background-color: #0078d7;
  border: 1px;
}
.gwt .gwt-step-number-container-unselected {
  color: #000000;
  opacity: 0.4;
}
.gwt .gwt-all-panes-list {
  display: none;
}
@media (min-width: 768px) {
  .gwt .section.has-traintracks {
    border-left: solid 2px #0078d7;
  }
  html[dir='rtl'] .gwt .section.has-traintracks {
    border-right: solid 2px #0078d7;
    border-left: none;
  }
  .gwt .gwt-step-number-container {
    background-color: #ffffff;
    border: solid 2px;
    border-radius: 50%;
    color: #0078d7;
    position: absolute;
    height: 48px;
    width: 48px;
    left: 0;
    display: block;
  }
  html[dir='rtl'] .gwt .gwt-step-number-container {
    left: auto;
    right: 0;
  }
}
.content-article h2 {
  color: black;
  text-align: left;
}
.content-article ul {
  list-style-type: disc;
  padding: 8px 24px;
}
.content-article ul.list-unstyled {
  list-style-type: none;
}
.content-article .section {
  margin-bottom: 12px;
}
.content-article .section img {
  padding: 12px;
}
.content-article .pane {
  padding-bottom: 60px;
  margin-bottom: -12px;
}
.content-article .pane .pane-dropdown {
  max-width: 315px;
}
@media (min-width: 768px) {
  .content-article .pane {
    padding-left: 64px;
  }
  html[dir='rtl'] .content-article .pane {
    padding-right: 64px;
    padding-left: 0;
  }
}
.content-article img {
  max-width: 100%;
}
.content-article .section-body h1,
.content-article .section-body h2,
.content-article .section-body h3,
.content-article .section-body h4,
.content-article .section-body h5 {
  margin-bottom: 32px;
}
.content-article a.disabled {
  pointer-events: none;
  cursor: default;
}
.content-article .imageAsset {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.content-article .imageAsset img {
  z-index: 1;
}
.content-article .imageAsset .caption {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
}
.ms-contactus {
  /* Override GWT style for ContactUs */
}
.ms-contactus ul {
  list-style-type: none;
}
.ms-contactus .modality-icon {
  float: left;
  margin-right: 16px;
  color: #0078d7;
}
html[dir='rlt'] .ms-contactus .modality-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.ms-contactus .modality-item {
  float: left;
}
html[dir='rlt'] .ms-contactus .modality-item {
  float: right;
}
.ms-contactus .modalities-list-item {
  cursor: pointer;
}
.ms-contactus .links-section {
  margin-left: auto;
}
html[dir='rtl'] .ms-contactus .links-section {
  margin-right: auto;
}
.ms-contactus .contactus-textarea {
  margin-bottom: 12px;
}
.ms-contactus .contactus-textarea::-webkit-input-placeholder {
  font-style: italic;
}
.ms-contactus .contactus-textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.ms-contactus .contactus-textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.ms-contactus .contactus-textarea:-ms-input-placeholder {
  font-style: italic;
}
@media (max-width: 539px) {
  .ms-contactus .contactus-textarea-submitted {
    display: none;
  }
}
.ms-contactus .contactus-counter-container {
  padding-top: 48px;
}
.ms-contactus .contactus-counter-container .contactus-counter {
  font-size: 24px;
  min-width: 24px;
  margin-left: 12px;
  margin-right: 12px;
  text-align: center;
  display: inline-block;
}
.ms-contactus .contactus-counter-container .contactus-counter.contactus-counter-inactive {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.ms-contactus .contactus-counter-container .contactus-counter.contactus-counter-active {
  background-color: #0078d7;
  color: #ffffff;
}
.ms-contactus .display-problem-text {
  padding-top: 16px;
  padding-bottom: 32px;
  line-height: 22px;
}
.ms-contactus .display-problem-text .problem-text {
  display: inline-block;
  overflow: hidden;
  max-width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ms-contactus .display-problem-text .change-problem {
  color: #0078d7;
  display: inline-block;
  margin-left: 8px;
  vertical-align: top;
  word-wrap: normal;
}
html[dir='rtl'] .ms-contactus .display-problem-text .change-problem {
  margin-right: 8px;
}
.ms-contactus .contactus-viewmore {
  text-align: center;
}
.ms-contactus .contactus-viewmore-dropdown {
  position: relative;
  width: 250px;
  margin: auto;
  float: none;
}
.ms-contactus .contactus-normalwhitespace {
  white-space: normal;
}
.ms-contactus .clickable {
  cursor: pointer;
}
.ms-contactus .contactus-section {
  padding-bottom: 39px;
  margin-bottom: 0;
}
.ms-contactus .contactus-header {
  padding-top: 48px;
  padding-bottom: 44px;
  margin-right: 30px;
  display: inline-block;
}
.ms-contactus .contactus-subtitle {
  padding-top: 0px;
  padding-bottom: 28px;
}
.ms-contactus .contactus-base {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ms-contactus .contactus-media-icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
}
.ms-contactus .drop-down {
  margin-left: 0;
  margin-right: 0;
}
.ms-contactus .drop-down .btn-dropdown {
  max-width: 315px;
}
.ms-contactus .gwt-step-number-container {
  float: left;
  margin-right: 16px;
}
.ms-contactus .gwt-step-number-container .gwt-step-number {
  position: static;
  padding: 0 5px;
  margin-top: 0;
}
.ms-contactus .gwt-step-number-container.active {
  background-color: initial;
  color: initial;
}
html[dir='rtl'] .ms-contactus .gwt-step-number-container {
  float: right;
  margin-right: initial;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .ms-contactus .contactus-section {
    padding-left: 64px;
  }
  html[dir='rtl'] .ms-contactus .contactus-section {
    padding-right: 64px;
    padding-left: initial;
  }
  .ms-contactus .gwt-step-number-container {
    float: none;
    margin-right: 0;
  }
  .ms-contactus .gwt-step-number-container .gwt-step-number {
    position: absolute;
    margin-top: 8px;
    padding: 0;
  }
  .ms-contactus .gwt-step-number-container.active {
    color: white;
    background-color: #0078d7;
  }
  html[dir='rtl'] .ms-contactus .gwt-step-number-container {
    margin-right: initial;
    margin-left: 0;
  }
}
.font-blue {
  color: #0078d7;
}
ul.side-nav {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}
ul.side-nav .link-level-2 {
  padding-left: 16px * 2;
}
html[dir='rtl'] ul.side-nav .link-level-2 {
  padding-left: 0;
  padding-right: 16px * 2;
}
.object-table .spinner-label {
  text-align: center;
  margin: 15px 0;
}
.commercial-hub .premier-benefit-messages {
  margin-top: 32px;
  margin-bottom: -32px;
}
.commercial-hub .unauthenticated-products-header {
  margin-bottom: 16px;
}
.commercial-hub .unauthenticated-products-header h3 {
  text-align: center;
}
.commercial-hub .unauthenticated-signin-text {
  margin-bottom: 32px;
}
.commercial .my-support-header {
  margin: 64px 0 12px 0;
}
.commercial .sign-in-message {
  margin: 15px 0;
}
.commercial .spinner-label {
  text-align: center;
  margin: 15px 0;
}
.commercial .action-links {
  margin: 15px 0;
}
.commercial .action-image {
  height: 64px;
  width: 64px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.commercial .register-form-div {
  margin-top: 32px;
}
.commercial .register-contract .register-link {
  overflow: auto;
}
.commercial .register-contract .register-contract-form-container {
  clear: both;
  margin-top: 16px;
  padding: 10px 0 32px 0;
  overflow: auto;
}
.commercial .register-contract .register-title {
  margin-top: 16px;
  margin-bottom: 16px;
}
.commercial .register-contract .register-margin {
  margin-top: 16px;
}
.commercial .register-contract .register-form input {
  width: 100%;
}
.commercial .register-contract .spinner-container {
  text-align: center;
}
.commercial .register-contract register-contract-modal {
  background-color: #4d4d4d;
}
.commercial .incidents-table .table-header {
  margin-top: 20px;
}
.commercial .incidents-table .table-header .menus ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.commercial .incidents-table .table-header .menus ul .separator {
  border-right: 2px #bbb solid;
}
.commercial .incidents-table .table-header .menus ul li {
  float: left;
  margin: 0;
}
.commercial .incidents-table .table-header .menus ul li .menu-link {
  padding: 0 16px;
}
.commercial .incidents-table .table-header .menus ul li .menu-link-end {
  padding: 0 0 0 16px;
}
.commercial .incidents-table .table-header .menus ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: 0;
}
.commercial .incidents-table .table-filters,
.commercial .incidents-table .column-selectors {
  padding: 40px;
  background-color: #f2f2f2;
}
.commercial .incidents-table .table-filters .apply-buttons-row,
.commercial .incidents-table .column-selectors .apply-buttons-row {
  margin-top: 40px;
}
.commercial .incident-detail-header {
  margin-top: 36px;
  margin-bottom: 12px;
}
.commercial .incident-detail nav {
  margin: 24px 0 20px 0;
}
.commercial .incident-detail nav li {
  display: inline-block;
  font-weight: 300;
  margin-right: 24px;
}
.commercial .incident-detail nav li a {
  color: #000000;
}
.commercial .incident-detail nav li .selected {
  font-weight: 600;
}
.commercial .incident-detail .section-body .incident-fields label {
  font-size: 0.808rem;
}
.commercial .incident-detail .section-body .incident-fields p {
  margin-bottom: 12px;
}
.commercial .incident-detail .section-body .incident-desc h4 {
  margin-bottom: 36px;
}
.commercial .incident-detail .engineer-notes ul {
  margin-left: 18px;
  margin-right: 18px;
}
.commercial .incident-detail .engineer-notes ul li {
  list-style: disc;
  margin-bottom: 8px;
}
.commercial .incident-detail .engineer-notes ul li:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .commercial .incident-detail .create-message-link,
  .commercial .incident-detail .view-all-messages-link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  html[dir='rtl'] .commercial .incident-detail .create-message-link,
  html[dir='rtl'] .commercial .incident-detail .view-all-messages-link {
    margin-right: 0px;
    margin-left: 20px;
  }
}
.commercial .incident-detail .message-detail .message-header {
  padding: 16px;
}
.commercial .incident-detail .message-detail .message-header .message-reply-div {
  margin-top: 10px;
}
.commercial .incident-detail .message-detail .message-body pre {
  border-style: none;
  padding: 0px 16px;
}
.commercial .incident-detail .message-detail .message-nav-div {
  margin-top: 20px;
  padding: 0px 16px;
}
.commercial .incident-detail .message-detail .message-nav-div a {
  display: inline-block;
  margin-right: 20px;
}
html[dir='rtl'] .commercial .incident-detail .message-detail .message-nav-div a {
  margin-right: 0px;
  margin-left: 20px;
}
.commercial .incident-detail .message-edit .message-edit-header-section {
  margin-top: 0px;
  padding: 20px;
}
@media (min-width: 768px) {
  .commercial .incident-detail .message-edit .message-edit-header-section .message-reply-header label {
    width: 70px;
    display: inline-block;
  }
  .commercial .incident-detail .message-edit .message-edit-header-section .message-reply-header input {
    display: inline-block;
    width: calc(90% - 90px);
  }
}
.commercial .incident-detail .message-edit .message-edit-header-section .attachment-size-limit {
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
.commercial .incident-detail .message-edit .message-edit-body-section {
  margin-top: 0px;
}
.commercial .incident-detail .message-edit .message-edit-body-section textarea {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.commercial .incident-detail .message-edit .message-edit-footer-section {
  background-color: #f2f2f2;
  padding: 20px;
}
.commercial .incident-detail .message-edit .message-edit-footer-section .message-edit-privacy p {
  font-size: 12px;
}
.commercial .incident-detail .message-edit .message-edit-footer-section .form-group {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*
    Image Text Block styling
*/
.image-text-blocks .menu-item {
  height: 80px;
  overflow: hidden;
}
.image-text-blocks .menu-item.clickable {
  cursor: pointer;
}
.image-text-blocks .menu-item.clickable:hover,
.image-text-blocks .menu-item.clickable:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.image-text-blocks .menu-item span {
  display: block;
}
.image-text-blocks .menu-item .content {
  display: inline;
}
.image-text-blocks .menu-item .win-icon {
  float: left;
  font-size: 32px;
  vertical-align: top;
  height: 80px;
  width: 80px;
  color: #0078d7;
  margin-right: 10px;
}
html[dir='rtl'] .image-text-blocks .menu-item .win-icon {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.image-text-blocks .menu-item .menu-title {
  color: #0078d7;
}
.image-text-blocks .menu-item .menu-description {
  color: rgba(0, 0, 0, 0.6);
}
.image-text-blocks a:hover {
  text-decoration: none;
}
.faq-section .section-title {
  margin: 0 !important;
}
.faq-section .link-expand {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.faq-section .faq-chevron {
  float: left;
  color: #5C2D91;
  font-size: 12px;
  padding: 2px 15px 2px 0;
}
.faq-section .link-expand-all {
  margin-bottom: 15px;
  text-decoration: none;
  display: inline-block;
}
.fre-hololens {
  color: #F2F2F2;
  background-color: #292929;
  width: 1021px;
}
.fre-hololens header {
  width: 100%;
  background-color: #0078D7;
}
.fre-hololens header h1 {
  padding: 12px 40px;
  font-size: 36px;
  font-weight: 200;
}
.fre-hololens .section {
  width: 100%;
  height: 370px;
  margin-bottom: 56px;
}
.fre-hololens .section .overlay {
  float: left;
  margin: 0 40px;
  padding-top: 52px;
  max-width: 340px;
}
.fre-hololens .section .overlay h3 {
  padding-bottom: 24px;
  color: #F2F2F2;
  font-size: 36px;
  font-weight: 200;
}
.fre-hololens .section .overlay p {
  font-weight: 300;
  font-size: 20px;
}
.fre-hololens .section:nth-child(2n) .overlay {
  float: right;
}
.fre-hololens footer {
  background-color: #BCBEC0;
  padding: 0 60px;
}
.fre-hololens footer .title {
  padding-top: 24px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E1E;
}
.fre-hololens footer .hl-f1-footer {
  margin-top: 4px;
  color: #0078D7;
  font-size: 18px;
  font-weight: 500;
}
.fre-hololens footer .hl-f1-footer div {
  display: inline-block;
  padding-right: 48px;
}
html[dir='rtl'] .fre-hololens footer .hl-f1-footer div:first-of-type {
  margin-right: 0;
  margin-left: 24px;
}
.fre-hololens footer .hl-f0-footer {
  margin-top: 36px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.fre-hololens footer .hl-f0-footer a,
.fre-hololens footer .hl-f0-footer a:link,
.fre-hololens footer .hl-f0-footer div {
  color: #626262;
}
.fre-hololens footer .hl-f0-footer .link {
  display: inline-block;
  width: 25%;
}
html[dir='rtl'] .fre-hololens footer .hl-f0-footer .link:first-of-type {
  margin-right: 0;
  margin-left: 24px;
}
.fre-hololens footer .hl-f0-footer .copyright-notice {
  float: right;
}
html[dir='rtl'] .fre-hololens footer .hl-f0-footer .copyright-notice {
  float: left;
}
.device-center-div {
  margin-top: 50px;
}
.device-center-div .device-order-status {
  display: inline-flex;
}
.device-center-div .device-order-status span {
  padding-right: 5px;
  color: blue;
  padding-bottom: 15px;
}
.device-center-div hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.device-register-new {
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.device-register-new div {
  font-size: 16px;
}
.device-list-item {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}
.device-list-item img {
  width: 50px;
  height: 50px;
}
.device-item-height {
  height: 170px;
}
.device-modal-item-height {
  height: 140px;
}
.device-warranty-item {
  display: inline-flex;
}
.device-modal-window .modal-dialog {
  width: 360px;
}
.device-modal-window .modal-content {
  background-color: #f2f2f2;
}
.device-modal-seeall .modal-content {
  background-color: #f2f2f2;
}
.repiar-order-icon {
  display: inline;
}
.confirmation-message {
  margin-top: 32px;
  margin-bottom: 32px;
}
.warranty-list-item {
  padding: 5px;
}
.warranty-list-item img {
  width: 50px;
  height: 50px;
}
#register-new-device-modal .txtRegisterTitle {
  margin-bottom: 36px;
}
#register-new-device-modal .inputSerialNumber {
  margin-bottom: 4px;
}
#register-new-device-modal .find-serial-help-image {
  height: 192px;
  margin-bottom: 34px;
}
#register-new-device-modal .terms-and-conditions {
  font-size: 15px;
  margin-bottom: 12px;
}
#register-new-device-modal .accept-terms-conditions {
  margin-bottom: 36px;
}
#register-new-device-modal .accept-terms-conditions label {
  display: inline;
  line-height: 20px;
}
.modal-backdrop.smc-modal-backdrop {
  background-color: #ffffff;
  opacity: .6;
  filter: alpha(opacity=60);
}

