#loadingAnimation {
    background: rgba(0, 0, 0, 0.7) url("../Images/loading.gif") no-repeat 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 1010;
    top: 0;
    left: 0;
}

.tabMenu ul {
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.tabMenu li {
    display: inline-block;
    border-left: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    padding: 0 5px;
    text-align: center;
    min-width: 120px;
    cursor: pointer;
}

.tabMenu li.active,
.tabMenu li:hover {
    background: linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -moz-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -webkit-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -ms-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -o-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6E6E6, endColorstr=#F8F6F7, GradientType=1);
    font-weight: 600;
}

.detail {
    width: 100%;
    display: inline-table;
    border-collapse: separate;
}

.detail > div {
    display: table-row;
    height: 56px;
    line-height: 56px;
}

.detail > div:nth-of-type(2n) > div {
    background: #E6E6E6;
    background: linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -moz-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -webkit-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -ms-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -o-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6E6E6, endColorstr=#F8F6F7, GradientType=1);
}

.detail > div > div {
    display: table-cell;
    padding-left: 20px;
    width: 34%;
}

.detail > div > div:nth-of-type(2) {
    border-left: 5px solid #FFFFFF;
    width: 66%;
}

.tabContent {
    display: none;
    padding: 15px 40px 0 20px;
    /* border: 1px solid #e6e6e6; */
    /* background: #f6f6f6; */
}

#smartFeatures .tabcontent {
    padding-left: 14px;
}

.cameraTabs div#specifications {
    padding-left: 10px;
}

.accordion {
    width: 100%;
    border-top: 1px #E6E6E6 solid;
}

.accordion:last-of-type {
    border-bottom: 1px #E6E6E6 solid;
}

.accordion .headerGroup {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

.accordion > div:last-of-type {
    display: none;
}

.accordion .arrow {
    display: block;
    height: 42px;
    width: 17px;
    position: absolute;
    right: 10px;
    top: 0;
    background: url('/Resources/Public/Images/arrow-down.png') 0 19px no-repeat;
}

#contactBar {
    width: 100%;
    height: 41px;
    position: relative;
    background: #DA291C;
    background: -moz-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DA291C), color-stop(50%, #DA291C), color-stop(100%, #AF1F24));
    background: -webkit-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -o-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -ms-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: linear-gradient(to bottom, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da291c ', endColorstr='#af1f24 ', GradientType=0);
    margin-bottom: 25px;
}

#contactBar > div {
    display: inline-block;
    position: absolute;
    font-weight: bold;
    line-height: 41px;
    left: 20px;
}

#contactBar a {
    color: #FFFFFF;
}

.imgText h1 {
    font-size: 3em;
    color: #C4161C;
    font-weight: 300;
}

.tx-avt-cameras #downloads .csc-header, .tx-avt-cameras #downloads ul {
    max-width: initial;
}

.tx-avt-cameras > #downloads > .csc-default > div {
    margin: 0 auto 0 0;
    max-width: 718px;
}

.tx-avt-cameras #downloads div {
    margin: 0 auto 0 0;
    max-width: 718px;
}

.tx-avt-cameras #accessories .csc-header, .tx-avt-cameras #accessories ul {
    max-width: initial;
}

.tx-avt-cameras > #accessories > .csc-default > div {
    margin: 0 auto 0 0;
    max-width: 718px;
}

#accessories div.accordion_fce > h2 {
    padding: 3px 20px 14px 0;
}

.tx-avt-cameras #accessories div {
    margin: 0 auto 0 0;
    max-width: 718px;
}

.tx-avt-cameras #imgAbove .imgText ul {
    list-style-type: none;
    position: absolute;
    left: 0;
    text-align: left;
    max-width: 90%;
    padding-left: 18px;
    margin-top: 0;
}

#cameraApp #imgAbove .imgText{
    top: 0;
}

.tx-avt-cameras #imgAbove .imgText ul li {
    position: relative;
}

.tx-avt-cameras #imgAbove .imgText ul li:before {
    color: #c4161c;
    content: "■";
    font-size: 0.8em;
    left: -16px;
    position: absolute;
    top: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    height: auto;
    width: auto;
}

.tx-avt-cameras > h2,
.tx-avt-cameras > h3,
.tx-avt-cameras > h4 {
    padding-left: 20px;
}

.tx-avt-cameras .series > h2 {
    margin-top: 6px;
}

.similarCamerasContent {
    width: 90%;
    float: left;
}

.similarCameras {
    margin-top: 50px;
}

.similarControlNav {
    float: right;
    width: 10%;
    height: 164px;
}

.similarControlNav ul,
.slideMenu ul {
    padding: 0;
    margin: 0;
}

.similarControlNav ul li {
    list-style-type: none;
    width: 100%;
    margin: 1em 0;
    padding: 0;
    text-align: center;
    display: block;
}

.similarControlNav ul li a {
    display: block;
    width: 50px;
    height: 50px;
    background: url('/Resources/Public/Images/arrow-down.png') no-repeat 0% 50%;
    margin: 0 auto;
}

.similarControlNav .flex-next,
.slideMenu .flex-prev {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.similarControlNav .flex-prev,
.slideMenu .flex-next {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}

.slideMenu .flex-prev.disabled,
.slideMenu .flex-next.disabled {
    cursor: pointer;
    opacity: 0.3;
}

.similarCamerasHeading {
    position: relative;
    height: 42px;
    width: 100%;
    line-height: 42px;
    background: #E6E6E6;
    background: linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -moz-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -webkit-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -ms-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    background: -o-linear-gradient(top, #E6E6E6 0%, #F8F6F7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6E6E6, endColorstr=#F8F6F7, GradientType=1);
}

.similarCamerasHeading h3 {
    margin-left: 20px;
    line-height: 42px;
    font-size: 1.4em;
}

.similarCamerasHeading div {
    position: absolute;
    right: 20px;
    top: 0;
}

.similarCamerasContent li {
    display: inline-block;
    width: 125px;
    margin: 10px 5px;
    text-align: center;
}

.similarCamerasContent span {
    display: block;
    width: 105px;
    height: 105px;
    padding: 10px;
    box-shadow: 0 0 3px #888888;
    -moz-box-shadow: 0 0 3px #888888;
    -webkit-box-shadow: 0 0 3px #888888;
    background-size: cover !important;
}

.tx-avt-cameras ul {
    list-style: none;
    list-style-type: none;

}

.tx-avt-cameras > ul {
    padding-left: 48px;
    margin-top: 8px;
}

.tx-avt-cameras > #contactBar {
    margin-top: 30px;
}

.filterForm {
    width: 100%;
    background: #E6E6E6;
}

.filterForm h3 img {
    width: 22px;
    height: 22px;
    position: relative;
    top: -5px;
    left: 2px;
}

.filterForm #productOptions {
    position: absolute;
    font-size: 90%;
    top: 24px;
    padding-right: 20px;
    right: 20px;
    cursor: pointer;
    background: url('/Resources/Public/Images/plus.png') no-repeat 100% 55%;
    z-index: 100;
}

.filterForm #productOptions span {
    position: relative;
    z-index: 99;
}

.filterForm #productOptions.open {
    background: url('/Resources/Public/Images/minus.png') no-repeat 100% 55%;
}

.filterForm form {
    padding: 20px;
    position: relative;
}

.filterForm input[type=button] {
    background-color: #333333;
    background: linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -moz-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -webkit-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -ms-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    background: -o-linear-gradient(top, #4F4F4F 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F4F4F, endColorstr=#333333, GradientType=1);
    color: #FFFFFF;
    font-weight: 600;
    height: 2.3em;
    width: 49%;
    border: 0;
    padding: 0;
}

.filterForm input[type="button"].primaryAction {
    background: #DA291C;
    background: -moz-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DA291C), color-stop(50%, #DA291C), color-stop(100%, #AF1F24));
    background: -webkit-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -o-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: -ms-linear-gradient(top, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    background: linear-gradient(to bottom, #DA291C 0%, #DA291C 50%, #AF1F24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da291c ', endColorstr='#af1f24 ', GradientType=0);
}

.filterForm input[type=button]:last-of-type {
    position: absolute;
    right: 0;
    bottom: -8px;
}

.filterForm input[type=button]:hover {
    opacity: 0.83;
}

.filterForm select {
    width: 100%;
}

.filterForm .text {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 1.94em;
    z-index: 100;
    padding: 0 2%;
    top: 2em;
}

.filterForm .form {
    display: table;
    width: 100%;
}

/*.filterForm .form > div {
  display: none;
}*/

.filterForm .form > div#hideableFilter {
    display: none;
}

.filterForm .form div.filterRow {
    display: table-row;
}

.filterForm .form div.filterCell {
    display: table-cell;
    width: 30%;
    position: relative;
    padding-top: 2em;
    height: 2em;
}

.filterForm .form div.filterCell > div {
    position: relative;
    width: 100%;
}

.filterForm .form > div:last-of-type > div:first-of-type {
    column-span: 2;
    -webkit-column-span: 2;
    -moz-column-span: 2;
    -ms-column-span: 2;
    -o-column-span: 2;
}

.filterForm .form > div > div:nth-of-type(2) {
    padding: 2em 5% 0 5%;
    width: 40%;
}

.filterForm .form span {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.4em;
    background: #FFFFFF url('/Resources/Public/Images/arrow-down.png') 96% 50% no-repeat;
    line-height: 2.4em;
    cursor: pointer;
    margin: -1px;
    border: 1px #B6B6B6 solid;
    z-index: 120;
    position: relative;
    overflow: hidden;
    display: block;
    padding-left: 3%;
    padding-right: 10%;
}

.filterForm .form .up {
    background: #FFFFFF url('/Resources/Public/Images/arrow-up.png') 96% 50% no-repeat;
}

.filterForm .form ul {
    margin: 0;
    background: #FFFFFF;
    padding: 0;
    position: absolute;
    top: 2.4em;
    width: 100%;
    z-index: 130;
    color: #000;
    margin: 2px -1px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    /*display: none;*/
    max-height: 20em;
    overflow-x: hidden;
    padding: 0 2px 0 0;
}

.filterForm ul li {
    list-style-type: none;
    width: 97%;
    padding-left: 3%;
    line-height: 1.8em;
    cursor: pointer;
}

.filterForm .form ul.dropdownUl li:first-of-type {
    font-style: italic;
    background-color: #f8f8f8;
}

.filterForm ul li.legacy {
    color: #c0c0c0;
}

.filterForm ul li.legacyFirst {
    border-top: 1px dashed #808080;
}

.filterForm ul .disabled:hover {
    -color: #FFFFFF;
    -background: #808080;
    cursor: auto;
}

.filterForm ul .disabled {
    color: #aeadad;;
}

.filterForm ul li:first-of-type::before {
    content: "»";
    margin-right: 3%;
}

.filterForm ul li input {
    margin-right: 3%;
}

.filterForm ul li:hover {
    background: #E6E6E6 !important;
    color: rgb(44, 42, 41) !important;
}

.filterForm .form .searchLastRow div.filterCell > div {
    position: relative;
    width: 100%;
    top: 1px;
}

#infolist {
    font-size: 16px;
    color: #808080;
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#infolist .infolist-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #c0c0c0;
    height: 40px;
    line-height: 40px;
    margin: 0 30px;
    text-align: right;
}

#infolist .infolist-container a {
    display: inline-block;
    height: 40px;
    background: url(../Images/star_grey.svg) 0 50% no-repeat;
    background-size: 18px 18px;
    padding-left: 23px;
}

#infolist .infolist-container a:hover {
    background-image: url(../Images/star_red.svg);
}

@media screen and (min-width: 801px) {

    #infolist.f-info {
        display: block;
        width: 100%;
        z-index: 130;
    }

}

@media screen and (max-width: 800px) {
    #productOptions {
        display: none;
    }

}

#povSlider .flexslider .slides img {
    height: auto;
}

#povSlider {
    background: none;
}

.tx-avt-cameras .table,
.tx-avt-cameras .camera-table {
    border-spacing: 5px;
    overflow: hidden;
    display: table;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
}

.tx-avt-cameras .table > div,
.tx-avt-cameras .camera-table > div {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: block;
}

.tx-avt-cameras .table > div {
    display: table-row;
}

/*.tx-avt-cameras .camera-table > div {*/
/*display: none;*/
/*}*/

.tx-avt-cameras .table > div > div {
    text-align: center;
}

.tx-avt-cameras .camera-table > div > div {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    display: table-cell;
    font-size: 90%;
}

.tx-avt-cameras .camera-table img {
    display: block;
    margin: 0 auto;
}

.tx-avt-cameras .camera-table img.accessory-img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
}

.tx-avt-cameras div.camera-head-pos {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}

.tx-avt-cameras div.camera-compare-box {
    min-width: 5em;
}

.tx-avt-cameras div.camera-compare-box > span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../Images/star_grey.svg);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 0;
}

.tx-avt-cameras div.camera-compare-box > span:hover, .tx-avt-cameras div.camera-compare-box > span.active {
    background-image: url(../Images/star_red.svg);
}

.tx-avt-cameras .camera-head-row .camera-head-col {
    color: #DA291C;
    font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
}

.tx-avt-cameras .camera-head-row .camera-head-col.sortable {
    cursor: pointer;
}

.tx-avt-cameras .table > div > div:first-child, .tx-avt-cameras .camera-table > div > div:first-child {
    padding-left: 0;
    width: 120px;
}

.tx-avt-cameras .table > div > div:last-child, .tx-avt-cameras .camera-table > div > div:last-child {
    width: 80px;
}

.tx-avt-cameras .camera-table > div > div {
    height: 103px;
    background: #F8F8F8;
    min-width: 50px;
}

.tx-avt-cameras .camera-table > div:nth-of-type(odd) > div {
    background: #EAEAEA;
}

/**
.tx-avt-cameras .table > div > div:nth-of-type(1),
.tx-avt-cameras .camera-table > div > div:nth-of-type(1) {
  padding-left: 0;
  width: 20%;
}

.tx-avt-cameras .table > div > div:nth-of-type(2),
.tx-avt-cameras .camera-table > div > div:nth-of-type(2) {
  width: 15%;
  border-left: 0;
}

.tx-avt-cameras .table > div > div:nth-of-type(3),
.tx-avt-cameras .camera-table > div > div:nth-of-type(3) {
  width: 15%;
}

.tx-avt-cameras .table > div > div:nth-of-type(4),
.tx-avt-cameras .camera-table > div > div:nth-of-type(4) {
  width: 20%;
}

.tx-avt-cameras .table > div > div:nth-of-type(5),
.tx-avt-cameras .camera-table > div > div:nth-of-type(5) {
  width: 15%;
}

.tx-avt-cameras .table > div > div:nth-of-type(6),
.tx-avt-cameras .camera-table > div > div:nth-of-type(6) {
  width: 15%;
}
*/
.tx-avt-cameras .tabContent ul {

}

.tabContent p.bodytext:first-of-type {
    padding-top: 15px;
}

.cameraTabs {
    padding-left: 20px;
}

.cameraTabs > div .bodytext {
    padding-left: 0;
}

/*.serieses,*/
/*.serieses .series {*/
/*display: none;*/
/*}*/

.serieses .series.result {
    display: block;
}

.camera {
    display: none;
}

.camera.result {
    display: table-row !important;
}

.contenttable {

}

.contenttable td {
    background: #FFFFFF;
    border: 0;
}

.contenttable tr:first-of-type td {
    font-size: 2em;
    color: #DA291C;
    text-align: center;
}

.csc-frame-frame1 .contenttable tr:first-of-type td {
    color: #2C2A29;
    font-size: 1em;
    text-align: left;
}

.contenttable tr td h2 {
    text-transform: none;
    font-weight: 600;
    font-size: 1.1em;
}

.contenttable tr td ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.filterForm input[type="button"]:last-of-type {

    position: static;
}

.form div:last-of-type > div:last-of-type input {
    box-sizing: border-box;

}

.rowCell {
    display: table-cell;
}

.rowCell:first-of-type {
    margin-right: 5%;
    width: 33%;
}

.rowCell.extrawide:first-of-type {
    width: 65%;
}

.filterForm .form > div > div.rowCell.extrawide:last-of-type {
    padding-right: 0;
}

.rowCell:last-of-type {
    text-align: right;
    width: 30.4%;
}

.searchLastRow {
    display: table-row;
    margin-top: 22px;
    width: 100.4%
}

.filterForm .form > div:nth-child(2), .filterForm .form > div:nth-child(3) {

    height: 0;
}

div.warning {
    margin: 10px 0;
}

/*.filterForm .form > div:nth-child(2), .filterForm .form > div:nth-child(3) {*/

/*display: none;*/
/*}*/

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    max-height: 100px;
    max-width: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #232a29;
    line-height: 120%;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    border: 1px solid #b6b6b6;
}

.ui-front {
    z-index: 100;
}

.ui-menu {
    list-style: none;
}

.ui-menu, .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu-item:hover {
    background-color: #ddd;
}

/** BOOKMARK LIST **/

.tx-avt-cameras .bookmark-list {
    padding: 0;
}

.tx-avt-cameras .bookmark-list .tabMenu {
    position: relative;
}

.tx-avt-cameras .bookmark-list .tabMenu ul {
    display: inline-block;
}

.tx-avt-cameras .bookmark-list .tabMenu .headings {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    color: #da291c;
}

.tx-avt-cameras .bookmark-list .tabMenu .headings > div {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.tx-avt-cameras .bookmark-list .tabContent {
    padding: 0;
    border-top: 1px solid #cecece;
}

.tx-avt-cameras .bookmark-list .tabContent.active {
    display: block;
}

.tx-avt-cameras .bookmark-list .tabContent:first-of-type {
    display: block;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table {
    display: table;
    width: 100%;
    border-spacing: 0;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row {
    display: table-row;
}

.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row-group {
    display: table-row-group;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div {
    display: table-cell;
    border-bottom: 1px solid #cecece;
    text-align: left;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row .remove,
.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row .compare,
.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row .request,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row .remove,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row .compare,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row .request {
    vertical-align: middle;
    text-align: center;
    width: 100px;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row .remove img,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row .remove img {
    width: 15px;
    cursor: pointer;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row .compare {
    background: #ddd;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div > div,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div > div {
    padding: 10px 0;
    color: #888;
}

.tx-avt-cameras .bookmark-list .tabContent a {
    color: #C4161C;
    text-decoration: none;
}

.tx-avt-cameras .bookmark-list .tabContent a:hover {
    color: #C4161C;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-image,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-image {
    width: 24%;
    height: 100%;
    display: inline-block;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-info,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-info {
    display: inline-block;
    width: 75%;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-name,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-name {
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 5px;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-meta,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-meta {
    line-height: 16px;
    font-size: 14px;
}

.tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-meta > div,
.tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-meta > div > div {
    display: inline-block;
    width: 50%;
    float: left;
    max-width: 45%;
    margin-right: 20px;
}

.tx-avt-cameras .bookmark-list .actions {
    position: relative;
    right: 0;
    text-align: right;
}

.tx-avt-cameras .bookmark-list .actions > div {
    width: 100px;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.tx-avt-cameras .bookmark-list .actions .remove {
    background: #aeadad;
}

.tx-avt-cameras .bookmark-list .actions .compare {
    background: #555555;
}

.tx-avt-cameras .bookmark-list .actions .request {
    background: #da291c;
}

.tx-avt-cameras .bookmark-list .actions .request a {
    color: #fff;
    text-decoration: none;
}

.tx-avt-cameras .bookmark-list .noItemsSelected:hover span[title]:after {
    content: attr(title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    right: 0;
    top: -100%;
    white-space: nowrap;
    z-index: 20;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px #222;
    -webkit-box-shadow: 0 0 4px #222;
    box-shadow: 0 0 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

.status-available {
    border-color: #009608 !important;
}

.status-comingsoon {
    border-color: #008aff !important;
}

.status-discontinued {
    border-color: #e61919 !important;
}

.status-nrnd {
    border-color: #f0a400 !important;
}

.status-bar-1,
.status-bar-2,
.status-bar-4,
.status-bar-8 {
    border-left-style: solid;
    border-left-width: 7px;
    padding-left: 5px !important;
}

.status-bar-1 {
    border-color: #009608;
}

.status-bar-2 {
    border-color: #008aff;
}

.status-bar-4 {
    border-color: #e61919;
}

.status-bar-8 {
    border-color: #f0a400;
}

.filterForm ul li.status-filter-bar-1,
.filterForm ul li.status-filter-bar-2,
.filterForm ul li.status-filter-bar-4,
.filterForm ul li.status-filter-bar-8 {
    border-left-style: solid;
    border-left-width: 7px;
    width: 95%;
    line-height: 1.4em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#main .filterForm ul li:before {
    background: none;
    border-radius: 0;
}

.filterForm ul li.status-filter-bar-1 {
    border-left-color: #009608;
}

.filterForm ul li.status-filter-bar-2 {
    border-left-color: #008aff;
}

.filterForm ul li.status-filter-bar-4 {
    border-left-color: #e61919;
}

.filterForm ul li.status-filter-bar-8 {
    border-left-color: #f0a400;
}

.statusBar {
    width: 96%;
    border: 3px solid;
    padding: 1em;
    margin-bottom: 40px;
}

.bookmark-table .camera-info .camera-status-box.status-1,
.status-1 {
    border-color: #009608!important;
}
.bookmark-table .camera-info .camera-status-box.status-2,
.status-2 {
    border-color: #008aff!important;
}
.bookmark-table .camera-info .camera-status-box.status-4,
.status-4 {
    border-color: #e61919!important;
}
.bookmark-table .camera-info .camera-status-box.status-8,
.status-8 {
    border-color: #f0a400!important;
}
.statusBar span.title {
    font-size: 1.25em;
    font-weight: 600;
}

.statusBar .alternatives {
    margin-top: 1rem;
    line-height: 110%;
}

.statusBar .alternatives .alternativesNavBar {
    display: block;
    width: 100%;
}

.statusBar .alternatives-table {
    display: table;
}
.statusBar .alternatives-table .alternatives-row {
    display: table-row;
}

.statusBar .alternatives-table .alternatives-cell {
    display: table-cell;
    width: 33%;
    height: 68px;
    min-width: 50px;
    overflow: hidden;
    font-size: 90%;
    padding: 0em 1em 1em 1em;
    border-bottom: 0.2em solid #EAEAEA;
}

.statusBar .alternatives-table .alternatives-cell img {
    width: 150%;
    padding-top: 1em;
}

.statusBar .alternatives-table .alternatives-row.onlyOne .alternatives-cell {
    border-bottom: 0;
}

.statusBar .alternatives-table .alternatives-row:last-child {
    margin-bottom: 0.5em;
}

/*.statusBar .alternatives-table .alternatives-row:nth-child(odd) .alternatives-cell {
    background-color: #EAEAEA;
}

.statusBar .alternatives-table .alternatives-row:nth-child(even) .alternatives-cell {
    background-color: #F8F8F8;
}*/

.statusBar .alternatives-row.hideOnClose {
    display: none;
}

.statusBar .alternatives-table .alternatives-cell:first-child {
    width: 20%;
    border-left: 0;
}
.statusBar .alternatives-table .alternatives-cell:last-child {
    width: 14%;
    border-right: 0;
    position: relative;
    padding: 0;
}

.statusBar .alternatives-table .alternatives-cell:last-child span.compare-star {
    width: 35px;
    height: 35px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-image: url(../Images/star_grey.svg);
    background-size: 35px 35px;
    cursor: pointer;
}

.statusBar .alternatives-table .alternatives-cell:last-child span.compare-star.active,
.statusBar .alternatives-table .alternatives-cell:last-child span.compare-star:hover {
    background-image: url(../Images/star_red.svg);
}

.statusBar .alternativesNavBar {
    position: relative;
}

.statusBar .alternativesNavBar .label {
    padding-right: 35px;
}

.statusBar .alternativesNavBar .switch {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.statusBar .alternativesNavBar .arrow {
    height: 42px;
    width: 17px;
    position: absolute;
    right: 6px;
    top: -13px;
    background: url(/Resources/Public/Images/arrow-down.png) 0 19px no-repeat;
}

.statusBar .alternativesNavBar .arrow.closed {
    background: url(/Resources/Public/Images/arrow-down.png) 0 19px no-repeat;
}
.statusBar .alternativesNavBar .arrow.opened {
    background: url(/Resources/Public/Images/arrow-up.png) 0 19px no-repeat;
}

.statusBar #alternativesSwitch {
    margin-bottom: 1em;
    margin-top: -1em;
}

.statusBar #alternativesSwitch.allModels {
    margin-top: 0.5em;
}

.bookmark-table .camera-info .camera-status-box {
    margin-top: 0.5em;
    display: block;
    border: 2px solid;
    padding: 0.6em;
    font-size: 14px;
    line-height: 110%;
}

.bookmark-table .row .camera-image-col {
    position: relative;
}

.bookmark-table .row .camera-image-col .camera-image {
    position: absolute;
    top: 0;
    left: 0;
}
.bookmark-table .camera-image-real {
    width: 24%;
    position: absolute;
    top: 10%;
    left: 5px;
}

.ui-tooltip {
    padding: 3px 4px;
    z-index: 99;
    font-size: 80%;
}

.infobox {
    line-height: 21px;
}

.infobox-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.infobox-table tbody {
    background-color: transparent;
}
.infobox-row {
    background: none;
}
.infobox-cell {
    background-color: transparent;
    font-size: 16px;
    border: none;
}
.infobox-cell:nth-of-type(1) {
    width: 25%;
}
.infobox-cell:nth-of-type(1) div {
    border-left: 4px solid;
    padding-left: 7px;
    height: 3.8rem;
    font-weight: bold;
}
.infobox-cell:nth-of-type(2) {
    border: none;
    width: 75%;
}
.infobox-first {
    border-top: none;
    border-right: none;
}
.infobox-status-1 {
    border-left-color: #009608!important;
    color: #009608;
}
.infobox-status-2 {
    border-left-color: #008aff!important;
    color: #008aff;
}
.infobox-status-4 {
    border-left-color: #e61919!important;
    color: #e61919;
}
.infobox-status-8 {
    border-left-color: #f0a400!important;
    color: #f0a400;
}
.infobox-icon {
    position: absolute;
    top: 7px;
    right: -25px;
    font-size: 20px;
}
.infobox-icon-2 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}
.infobox-icon-2-container {
    position: relative;
    padding-right: 30px;
}
.infobox-icon-2:hover,
.infobox-icon:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-meta,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-meta {
        display: none;
    }

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-image,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-image {
        width: 33%;
    }

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-info,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-info {
        width: 66%;
    }

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-name,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-name {
        font-size: 20px;
    }

    .filterForm .form {
        display: block;
        width: 100%;
    }

    .filterForm .form div.filterRow {
        display: flex;
    }

    .filterForm .form div.filterCell {
        width: 30%;
    }

    .filterForm .form > div > div:nth-of-type(2) {
        width: 30%;
    }

    .searchLastRow {
        display: flex;
    }

    .searchLastRow {
        display: flex;
    }

    .filterForm .form div.filterCell {
        display: flex;
    }

    .searchLastRow .rowCell:first-of-type {
        margin: 0;
    }

    .rowCell:last-of-type {
        width: 37%;
        margin-left: 20px;
    }

    .primaryAction.button {
        margin-top: 10px;
    }

    .primaryAction.button, .secondaryAction.button {
        margin-top: 10px;
    }

    .searchLastRow {
        display: flex;
    }

    .filterForm .form > div:last-of-type > div:first-of-type, .rowCell:last-of-type {
        padding-top: 2em;
        width: 30%;
    }

    .searchLastRow {
        margin-top: 0;
    }
    .filterForm .form > div > div:nth-of-type(2) {
        padding: 2em 2% 0 2%;
    }

    .filterForm .form span {
        width: 93%
    }

    .infobox-icon {
        right: -12px;
    }

    .filterForm .text {
        width: 92%;
    }

    #productOptions {
        display: none;
    }
}

@media screen and (max-width: 600px) {

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-image,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-image {
        display: none;
    }

    .tx-avt-cameras .bookmark-list .tabContent .bookmark-table .row > div .camera-info,
    .tx-avt-cameras .bookmark-list .tabContent .accessory-table .row > div .accessory-info {
        width: auto;
    }

    .tx-avt-cameras .bookmark-list .tabMenu ul {
        display: block;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 50px;
    }

    .tx-avt-cameras .bookmark-list .tabMenu ul > li {
        display: block;
    }

    .tx-avt-cameras .bookmark-list .tabMenu .headings {
        bottom: -50px;
    }

    .filterForm .form {
        display: block;
        width: 100%;
    }

    .filterForm .form div.filterRow {
        display: flex;
    }

    .filterForm .form div.filterCell {
        width: 30%;
    }

    .filterForm .form > div > div:nth-of-type(2) {
        width: 30%;
    }

    .searchLastRow {
        display: flex;
    }

    .searchLastRow {
        display: flex;
    }

    .filterForm .form div.filterCell {
        display: flex;
    }

    .searchLastRow .rowCell:first-of-type {
        margin: 0;
    }

    .rowCell:last-of-type {
        width: 37%;
        margin-left: 20px;
    }

    .primaryAction.button {
        margin-top: 10px;
    }

    .primaryAction.button, .secondaryAction.button {
        margin-top: 10px;
    }

    .searchLastRow {
        display: block;
    }

    .filterForm .form > div:last-of-type > div:first-of-type, .rowCell:last-of-type {
        padding-top: 2em;
        width: 30%;
    }

    .searchLastRow {
        margin-top: 0;
    }

    #productOptions {
        display: none;
    }

}
@media screen and (max-width: 500px) {
    /* Fix for responsive.css::1058 .tabMenu li:last-child */
    .tx-avt-cameras .bookmark-list .tabMenu ul > li:last-child {
        border-bottom: none;
    }

    .filterForm .form > div > div:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
    }

    .filterForm .form div.filterCell {
        width: 100%;
    }

    .searchLastRow {
        display: block;
    }

    .rowCell:last-of-type {
        margin: 0;
    }

    .primaryAction.button {
        margin-top: 10px;
    }

    .filterForm .form div.filterRow {
        display: block;
    }

    .searchLastRow {
        display: block;
    }
    .filterForm .form > div:last-of-type > div:first-of-type {
        width: 100%;
    }
}