/*search*/
.PDSupport-search .row .form-control {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0 10px;
}

.PDSupport-search .row .input-group input.form-control {
  border-right: none;
}

.PDSupport-search .row .input-group-btn > .btn {
  background: #fff;
  border: 1px solid rgb(192, 192, 192);
  border-left: none;
}

.PDSupport-search .row + .row {margin-top: 10px;}
.PDSupport-search .row + .row:not(:last-child) > div:first-child {padding-right: 5px;}
.PDSupport-search .row + .row:not(:last-child) > div:last-child {padding-left: 5px;}

/*panels*/

.panel-group .panel:first-child, .panel-group .panel:first-child .panel-heading {
  border-radius: 10px 10px 0 0;
}
.panel-group .panel .panel-heading {
  padding: 13px 15px;
}
.panel-group .panel.active .panel-heading {
  border: #0099ff 1px solid; /*btstr*/
  margin: -1px -1px 0 -1px;
  box-shadow: 0 0 7px rgba(0,0,0,.25);
}
.panel-group .panel + .panel {
  margin: 0;
  border-radius: 0;
  border-top: none;
}

.panel-group .panel-title {
  font-size: 14px;
}

.panel-group .panel-title a {
  text-decoration: none;
}

.glyphicon-triangle-right:before {content: "\e250";}
.panel.active .glyphicon-triangle-right:before {content: "\e252";}

/*warning-block*/
#carousel-37658 {
  border-top: 1px solid #d92231;
  border-bottom: 1px solid #d92231;
  background-color: #f2dede;
  padding-bottom: 20px;
}

#carousel-37658 .h3 {margin: 4px 0 0;}

#carousel-37658 .carousel-caption {color: inherit; position: relative;}
#carousel-37658 .item {
  min-height: 100px;
  height: auto!important;
}

#carousel-37658 .carousel-indicators .active {background: #d92231;}
#carousel-37658 .carousel-indicators li {border: 1px solid #d92231;}
#carousel-37658 .icon-close {
  top: 50%;
  position: absolute;
  right: 10px;
  margin-top: -18px;
}

.warning-block {position: relative; padding-top: 15px;}

/*carousel with arrows*/
.carousel-control {
  background: none;
  border: none;
  margin-top: -24px;
  width: 20px;
  height: 48px;
}

.glyphicon.glyphicon-chevron-right:before, 
.glyphicon.glyphicon-chevron-left:before {
  content: '';
}
.glyphicon.glyphicon-chevron-left {
  width: 20px;
  height: 48px;
  background: url("/fileadmin/images/general/arrow-left.png") no-repeat;
  left:0;
}
.glyphicon.glyphicon-chevron-right {
  width: 20px;
  height: 48px;
  background: url("/fileadmin/images/general/arrow-right.png") no-repeat;
  right: 0;
}
.carousel-control.right, .carousel-control.left {background:none; position: initial;}

/*bgs*/
#c37961 {background: #eee;}
#c37962 {background: #444; color: #fff;}

/*table*/
#c37729 .table {margin-bottom: -1px;}

.table-bordered > tbody > tr > td:not(:first-child),
.table-bordered > tbody > tr > th:not(:first-child) {border-left:none;}

.table-bordered > tbody > tr > td:not(:last-child),
.table-bordered > tbody > tr > th:not(:last-child) {border-right:none;}

.table-bordered > tbody > tr > th, 
.table-bordered > tbody > tr > td {padding: 13px 20px;}

.supportCode-wrapper {
  float: right;
  margin-top: 19px;
  margin-bottom: 19px;
  white-space: nowrap;
}
.supportCode-wrapper > *:nth-child(2) {color: #9999cc; font-weight: bold;}
.supportCode-wrapper .glyphicon-question-sign {
  font-size: 17px;
  top: 3px;
  /* font-weight: 400; */
  position: relative;
  display: inline-block;
  margin: 0 0 0 7px;
}


.icon-code {
  width: 37px;
  height: 37px;
  background: url("/fileadmin/images/general/code-icon.png") no-repeat;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: -13px;
}

.icon-close {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-image: url('http://www.parallels.com/typo3conf/ext/parallels/Resources/Public/js/fancybox2.1.5/source/fancybox_sprite.png');
  display: inline-block;
}

.chevron-right:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  width: 10px;
  height: 19px;
  background: url('/fileadmin/images/general/icon-chevron-right.png') no-repeat;
}

.filmstrip .control {
  background: none;
  border:0;
}

.filmstrip .items > * {
  margin-right:10px; 
  max-width: 300px;
}

.filmstrip .control.prev {left: -40px;}
.filmstrip .control.next {right: -40px;}

.filmstrip .items img {
  -webkit-box-shadow: 0 26px 7px -24px rgba(0,0,0,.8), 0 14px 10px -6px rgba(0,0,0,.3);
  -moz-box-shadow: 0 26px 7px -24px rgba(0,0,0,.8), 0 14px 10px -6px rgba(0,0,0,.3);
  box-shadow: 0 26px 7px -24px rgba(0,0,0,.8), 0 14px 10px -6px rgba(0,0,0,.3);
  margin-bottom: 10px;
}

a.learn-more, a.link-expand {
  margin-top: 10px; 
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  color: #0099ff;
}

a.learn-more .glyphicon:before, 
a.link-expand .glyphicon:before {
  font-size: 9px;
  top: -2px;
  display: inline-block;
  position: relative;
}

a.learn-more .glyphicon-chevron-down:before, 
a.link-expand .glyphicon-chevron-down:before {
  content: "\e259";
}

a.learn-more .glyphicon-chevron-up:before, 
a.link-expand .glyphicon-chevron-up:before {
  content: "\e260";
}

a, a:hover {color: #0099ff;}

/* @media only screen and (max-width: 767px) {
.filmstrip {
  width: 96%;
  margin: auto;
}
}*/

/* new styles */
.chevron-right > div {padding-right: 30px;}


#c37962 h2 {margin-bottom: 20px!important;}

/* FAQ Section */
.section-faq {padding-bottom: 21px;}
.section-faq > .Inner > div .panel-group {
  margin-bottom: -1px;
}

.section-faq .panel-group .panel:first-child, 
.section-faq .panel-group .panel:first-child .panel-heading {border-radius: 0;}

.section-faq > .Inner > div:first-child .panel-group .panel {margin-top:20px;}

.section-faq > .Inner > div:first-child .panel-group .panel:first-child,
.section-faq > .Inner > div:first-child .panel-group .panel:first-child .panel-heading {
  border-radius: 10px 10px 0 0;
}

/* Lite */
.bg-gray.lite-support-header {
  background: #eee;
  padding-bottom: 30px;
}

/* Compare Section */
.section-compare-pdlite table {
  width: 100%;
}
.section-compare-pdlite th {
    font-size: 150%;
    padding-bottom: 10px;
    font-weight: normal;
  text-align: center;
  border-bottom: #c2c4c6 1px solid!important;
}

.section-compare-pdlite tr td {
  border: #c2c4c6 1px solid;
  padding: 10px;
    vertical-align: middle!important;
    height: 70px;
}
.section-compare-pdlite tr td:nth-child(odd) {
  background: #f4f4f4;
}
.section-compare-pdlite tr td:nth-child(even) {
  background: #fff;
}

.section-compare-pdlite td:not(:first-child) {
  text-align: center;
}

.section-compare-pdlite .icon-ok {
  width: 15px;
  height: 11px;
  background: url(/fileadmin/images/products/pd/11/icon-ok.png) no-repeat;
  display: inline-block;
}

.section-compare-pdlite .icon-na {
    width: 10px;
    height: 2px;
    background: #c8c8c8;
    display: inline-block;
}

@media (max-width: 767px) {

.section-compare-pdlite th {
  transform: scale(.6);
  padding-bottom: 0;
}

}

.togglebox-outer table {
    margin-bottom: -1px;
}

.section-compare-pdlite td:first-child {
    width: 40%;
}

.section-compare-pdlite td:not(:first-child) {
    width: 30%;
}

.togglebox-inner {
    margin-right: -1px;
}

#togglebox-73805 .collapse + p {
    box-shadow: 0 -20px 50px 50px rgba(255,255,255,.9);
    z-index: 111;
    position: relative;
    margin-top: 1px;
}

.warning-block p {
    margin-bottom: 0;
    padding-right: 40px;
}