@charset "UTF-8";
/* Purpose: Product page CSS
Related File: /product/product.aspx */

/* Style Safari on iOS auto photo number detection */
a[href^=tel]{
    color:inherit;
    text-decoration: inherit;
    font-size:inherit;
    font-style:inherit;
    font-weight:inherit;
}
#MainBodyContent { padding-top: 0; }

.page-container.nosidebar {
    position:relative;
   /* width:1015px;	*/
    background:#FFF;
    overflow-x: hidden;
   /* padding-top: 15px;*/
}

.product-page {
   /* margin: 0 30px;*/

}
/* override due to the new '-15' margin */
.product-page .row-fluid {
    width: auto;
}

/*******************************
          Some Resets
*******************************/

.row-fluid [class*="span"].span-small {
    min-height: 1px !important;
}
.column-layout.column-x > li,
.column-layout.column-x > div { /* For Icons (i.e. AutoDeskRevit) under Overview tab */
    width: auto;
    vertical-align: inherit;
}
.list-inline > li:first-child {
    padding-left: 0;
}

/*******************************
          Loader
*******************************/

.icon-loader,
.icon-loader.small {
    display: inline-block;
    width: 16px;
    height:16px;
    background:url(/img/ajax-loader.gif) no-repeat 50% 50%;
}

/*******************************
          Breadcrumb
*******************************/

.product-page .breadcrumb-container {
    /* Align text to content text */
	/*margin: 0 -12px 20px;
	background: #f5f5f5;
    border-radius: 4px;
    width: 102.5%;*/
   /* margin-left: -30px;
    padding-left: 15px;
    margin-bottom: 2rem;
    width: calc(100% + 30px);*/
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.product-page .breadcrumb-container div:only-child {/* Breadcrumb takes full width when prev/next links unavailable*/
    width: 100%;
}
.product-page .breadcrumb {
    margin: 0;
    padding: 3px 15px;
    border-radius: 0;
    background-color: transparent;
}
.product-page .breadcrumb ul {
    list-style: none;
}
.product-page .breadcrumb li {
    margin: 5px 0;
    list-style: none;
}
.product-page .breadcrumb li a {
    cursor: pointer;
}
.product-page .breadcrumb > .active > a.dropdown-toggle {
    color: #999;
    cursor: default;
}
.product-page .breadcrumb > .dropdown:hover > .dropdown-menu { /* Make dropdown display on hover */
    display: block;
}
.product-page .breadcrumb .dropdown-menu { /* Correct .dropdown-menu font-size */
    font-size: 13px;
    margin-top: -1px; /* shift gap to allow mouse mouse move to not close dropdowen menu */
}

/* dropdown links */
.product-page .breadcrumb .dropdown-menu > a {
    clear: both;
	display: block;
    margin: 5px 0;
	padding: 3px 20px;
	font-weight: normal;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap;
    text-decoration: none;
}

/* hover & focus for link in dropdown */
.product-page .breadcrumb .dropdown-menu > a:hover,
.product-page .breadcrumb .dropdown-menu > a:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory:focus {
	color: #333;
	background-color: #f5f5f5;
}

/* product category dropdown links */
.product-page .breadcrumb .dropdown-menu > a.prodcategory {
    padding: 3px 20px 3px 35px;
    color: #666;
}

/* active dropdown links */
.product-page .breadcrumb .dropdown-menu > a.active,
.product-page .breadcrumb .dropdown-menu > a.active:hover,
.product-page .breadcrumb .dropdown-menu > a.active:focus,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:hover,
.product-page .breadcrumb .dropdown-menu > a.prodcategory.active:focus {
	color: #fff;
	background-color: #428bca;
}

/*******************************
            Pager / Utilities
*******************************/

.product-page .breadcrumb-container .pager {
    padding: 3px 0;
    margin: 5px 0;
    float: right;
}
.product-page .breadcrumb-container .pager li > a { /* Correct extron.css settings */
    border: none;
    background: none;
    padding: 0 10px 0 0;
}

.product-page .breadcrumb-container .btn-toolbar .btn-link {
    color: #212121;
}

.product-page .breadcrumb-container .btn-toolbar .btn-link:hover,
.product-page .breadcrumb-container .btn-toolbar .btn-link:focus,
.product-page .breadcrumb-container .btn-toolbar .btn-link:active {
    color: #000;
    text-decoration: underline;
}

/*.product-page .breadcrumb-container .btn-toolbar > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
*/
.product-page .breadcrumb-container .btn-toolbar > * + * {
    padding-left: calc(.75rem - 1px);
    padding-right: calc(.75rem - 1px);
}

.product-page .breadcrumb-container .btn-toolbar > *:first-child {
   padding-right: calc(.75rem - 1px);
}

.product-page .breadcrumb-container .btn-toolbar > *:last-child {
    padding-right:0;
}

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    background-color: rgba(0,0,0,.4);
}

.product-page .breadcrumb-container .btn-toolbar > *:not(:last-child):after {
    top: .75rem;
    height: calc(100% - 1.5rem);
}



/*******************************
          Social Icons
*******************************/

.btn-social i { line-height: 1.5; }
.btn-social .btn-mini {	padding: 1px 7px;  }
.btn-social .btn-favorite:visited { /* Use to indicate item has already added to favorite-list */
	color: #0071C5 !important;
}

/*******************************
          Add to Favorites
*******************************/


.animated {
      -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.add-to-favorites {
    margin-bottom: 2rem;
}

.btn-faved   {
    text-align: left;
}

.btn-faved  [class*="fa-"] {
    padding-right: .5rem;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.navbar--topbar .nav-link.nav-link-fav.is-faved-anim > [class*="fa-"],
.not-faved-anim > [class*="fa-"],
.is-faved-anim > [class*="fa-"] {
      -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.is-faved {
    color: #fec703;
}

/*******************************
           Typography
*******************************/

.product-title {
    display: table;
    }
.product-title .title { /* Reset extron.css .title font-size */
	font-size: 28px;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1.1;
}
.product-title .label-title {
	padding: 3px 4px 2px;
    margin-right: 5px;
    margin-top: 7px;
    font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
    vertical-align: middle;
}
.product-title small {
    font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    }

bel-info,
.label-pro { background: #0088CC;}

ul.key-features { /* Key-Features List*/
    margin-left: 15px;
    margin-top: 2px;
	list-style: square outside none;
}

/*************************************
      Product Image
*************************************/

.prodimage {
    position:relative;
    text-align: center;
}

/* For image zoom function */
.prodimage > .image-sm {
    cursor: url(/img/icons/icon-zoom-in.cur), auto;
    text-align: center;
}
.prodimage > .image-sm img {
    max-height: 300px;
    width: auto;
    margin-bottom: 5px;
}
/* Holds large image for zoom function */
.prodimage > .image-lg {
    cursor: move;
    text-align: center;
    box-shadow: 0 0 0 1px #dddddd;
    height: 274px;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
    overflow: hidden;
    position: relative;
}
.prodimage > .image-lg img {
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: inherit;
    max-height: inherit;
}
.prodimage > .zoom-refresh {
    position: absolute;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
    padding: 5px 6px;
    right: 0;
    top: 0;
    -webkit-box-shadow: -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         -2px 4px 10px 0px rgba(50, 50, 50, 0.3);
}
.prodimage > .zoom-refresh a {
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}
/* For image zoom function, hide large image + refresh button by default */
.prodimage > .image-lg,
.prodimage > .zoom-refresh {
    display: none;
}
hr.hr-prodimage {
	margin: 5px;
	border: 0;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px solid #ffffff;
}
.media-prodimage { margin: 0 5px 15px; }
.media-prodimage > .media-object {
    float: right;
    margin-left: 10px;
    margin-top: 2px;
}
.media-prodimage > .media-body {
    padding-right: 5px;
    border-right: 1px dotted #dddddd;
}
.media-prodimage div:first-child,
.media-prodimage > .media-body.pull-center { /* Center description/disclaimer when ImageGallery button is unavailable */
    text-align: center;
    border-right: none;
}
.media-prodimage div:only-child,
.media-prodimage > .media-object.pull-center { /* Center ImageGallery button when description/disclaimer is unavailable */
    float: inherit;
}
#idOrderModal img { /* set product img max-width inside "Item added to Cart" pop-out modal*/
    max-width: 220px;
}


/*******************************
       Prev/Next Arrows
*******************************/

.affix {
    /* removed since no longer a fixed site */
   /* width:1015px;*/
    top: 50%;
    z-index: 1011;
}
.affix.left,
.affix.right { display: none; /* Delay arrows to fix shifting in Chrome */
}

@media (min-width: 1350px) { /* Reset arrows position when browser width is greater than 1400px */
    .affix {
        width: 1320px;
    }

}



.slide-arrow {
	width: 30px;
	display:block;
	position:absolute;
}
.slide-arrow.left {
    float:left;
   /* left: -30px;*/
    left: -60px;
    border: none;
}
.slide-arrow.right {
    float: right;
    right: -30px;
    /*right: 0;*/
    border: none;
}
.slide-arrow a {
	position: relative;
	display: block;
	z-index: 3;
	height: 56px;
	width: 30px;
	font-size: 14px;
	white-space:nowrap;
	background: #505050;
	line-height: inherit;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease; /* Safari */
}
.slide-arrow a.right {
    float: right;
    border: none;
}
.slide-arrow a.left {
    float: left;
    border: none;
}
.slide-arrow a:hover {
	width: auto;
	min-width: 100px;
	background: #333333;
}
.slide-arrow a:before {
	 font-family: "Font Awesome 5 Pro";
     font-weight: 300;
	font-size: 46px;
	line-height: 0.8;
	padding: 10px 5px;
	color:#ffffff;
}
.slide-arrow a.right:before {
	content: "\f105";
	float:right;
    border: none;
}
.slide-arrow a.left:before {
	content: "\f104";
	float:left;
    border: none;
}
.slide-arrow a div {
	padding: 17px 20px;
	-moz-box-sizing:border-box; /* Firefox 28 and earlier*/
	box-sizing:border-box;
	color:#fff;
	background: #333333;
    height: 56px;
	position: absolute;
	display: none;
    transition: All 1s ease;
	-webkit-transition: All 1s ease; /* Safari */
}
.slide-arrow a.right div {
	right: 30px;
    border: none;
}
.slide-arrow a.left div {
	left: 30px;
    border: none;
}
.slide-arrow a:hover div { display: inline;	}

@media (max-width: 1350px) { /* Reset arrows position when browser width is less than 1030px */
    .affix.right {
        right: 0;
        border: none;
    }
    .affix.left {
        left: 0;
        border: none;
    }
    .slide-arrow.left {
        left: inherit;
        border: none;
    }
    .slide-arrow.right {
        right: inherit;
        border: none;
    }
    .slide-arrow a {
        opacity:0.2;
        filter:alpha(opacity=20);
    }
    .slide-arrow a:hover {
        opacity:1;
        filter:alpha(opacity=100);
    }
}



/*******************************
        Back-to-top button
*******************************/
/* Moved to extron.css on 3/10/16 by Flora */
/*.affix.pagetop {
    top: 100%;
    width:1015px;
}

.link-pagetop {
    position: absolute;
    display: none;
    cursor: pointer;
    float: right;
    right: -35px;
    bottom: 20px;
}
.link-pagetop.pagetop-stick {
    bottom: 48px;
}
.link-pagetop a {
    display: block;
    position:relative;
    float: right;
    z-index: 3;
    background: #6f6f6f;
    height: 30px;
    transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
    }
.link-pagetop a:hover {
    width: auto;
    min-width: 50px;
    background: #505050;
    }
.link-pagetop a:before {
    font-family: FontAwesome;
	font-size: 44px;
	line-height: 0.7;
    padding: 0 3px;
    content:"\f106";
    float: right;
    color: #fff;
}
.link-pagetop > a > div {
	padding: 6px 10px 7px 20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background: #505050;
    height: 30px;
	position: absolute;
    display: none;
    white-space: nowrap;
    right: 35px;
}

.link-pagetop > a:hover > div {
    display: inline;
}*/
/* Reset arrows position when browser width is less than 1030px
@media (max-width: 1030px) {
    .affix.pagetop { right: 0; }

    .link-pagetop {  right: inherit; }

    .link-pagetop a {
        opacity:0.2;
        filter:alpha(opacity=20);
    }
    .link-pagetop a:hover {
        opacity:1;
        filter:alpha(opacity=100);
    }
    .link-pagetop.pagetop-stick {
        bottom: 102px;
    }
}
*/
/*******************************
        Promo banner
*******************************/

.btn.btn-promo {
	overflow: hidden;
	margin-bottom: 15px;
	/*padding: 6px 2px 4px 8px;*/
    text-align: left;
	width:100%;
	white-space:inherit;
	-moz-box-sizing:border-box; /* Firefox */
	box-sizing:border-box;
}
.btn.btn-promo > .promo-object {
	overflow: hidden;
	display: inline-block;
	width: 32px;
	float: left;
	font-size: 22px;
    color: #666;
}
/* Blue banner */
.btn.btn-primary.btn-promo > .promo-object {
	color: white;
}
.btn.btn-promo > .promo-body {
	overflow:hidden;
    line-height: 1.4;
}
.btn.btn-promo > .promo-body p,
.btn.btn-promo > .promo-body span {
	margin-bottom: 0;
	font-size: 11px;
}

.btn-promo[class*="middle aligned"] {
    border-radius: 4px;
    width: 100%;
}
.btn-promo[class*="middle aligned"] > [class^="promo-object"],
.btn-promo[class*="middle aligned"] > [class^="promo-body"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.btn-promo[class*="middle aligned"] > [class^="promo-object"] {
    padding-right: 6px;
    width: initial;
}

.btn.btn-promo.disabled,
.btn.btn-promo[disabled] { /*Disabled style when user is not login*/
    pointer-events: auto;
}


/*----------------------------------------
     promo banner with image icon
----------------------------------------*/

.fa-certificate-check:before {/* Icon for Technology Patents promo banner */
    content: url(/img/icons/fa-certificate-check.gif);
}
.fa-arch:before {/* Icon for A&E Specification promo banner */
    content: url(/img/icons/fa-arch.gif);
}
.fa-revit:before {/* Icon for AutoDesk Revit promo banner */
    content: url(/img/icons/fa_revit.gif);
}
.fa-arrow-inside:before {/* Icon for What's Inside promo banner */
    content: url(/img/icons/fa-arrow-inside.gif);
}
.fa-computerchip:before {/* Icon for What's Inside promo banner */
    content: url(/img/icons/fa-computerchip.gif);
}

/*----------------------------------------
     Promo banner with multiple items
----------------------------------------*/

.popover-btn-promo {
    width: 220px;
}
.popover-btn-promo.bottom {
    margin-top: -1px;
}
.popover-btn-promo .media-list {
    box-sizing: border-box;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
.popover-btn-promo .media {
    border-bottom: 1px solid #ddd;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.popover-btn-promo .media a {
    color:#333;
}
.popover-btn-promo .media a[href]:hover,
.popover-btn-promo .media a[href]:focus {
    color:#02aefe;
}
.popover-btn-promo .media:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.popover-btn-promo .media .media-object {
    margin-right: 10px;
    float: left;
}
.popover-btn-promo, .media-object img {
    margin-bottom: 0;
}

/*******************************
        Tech Logos
*******************************/

.technology-logo .column-layout.column-five > li,
.technology-logo .column-layout.column-five > div {
    margin:  0 0 1.5% 0;
    padding: 0.5% 0;
    width: 20%;
    border-radius: 0.2857rem;
    text-align: center;
	vertical-align: middle;
}
.technology-logo .column-layout > li,
.technology-logo .column-layout > div {
    background: #ffffff;
    /* TRANSITION */
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.technology-logo .column-layout > li:hover,
.technology-logo .column-layout > div:hover {
    background: #dee2e6;
}

/*******************************
        Pricing table
*******************************/

.table-price,
.table-software {
    display: inline-table;
    border-collapse: inherit;
    border-spacing: inherit;
}
.modal .table-price,
.modal .table-software {/* Remove bottom margin for pricing table inside product quickview modal window */
    margin-bottom: 0;
}
.table-price tbody,
.table-software tbody {
    font-size: 12px;
    font-weight: normal;
}
.table-price th,
.table-software th {
    color: #2C3940;
	font-weight: bold;
	background: none repeat scroll 0 0 #dee2e6;
	font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    padding: 8px 4px;
}
.table-price td {
	padding: 4px;
}
.table-price th:first-child,
.table-price td:first-child,
.table-price th:last-child,
.table-price td:last-child {
    padding-right: 0;
    padding-left: 0;
}
.table-software th.camera-icon,
.table-software td.camera-icon {
    padding-right: 0;
    border-right: none;
}
.table-price .model-title {
    white-space: nowrap;
}

.table-price thead:first-child tr:first-child th,
.table-price thead:first-child tr:first-child td,
.table-software thead:first-child tr:first-child th,
.table-software thead:first-child tr:first-child td,
.table tbody + tbody {
    border-top: 1px solid #DDDDDD;
}
.table.table-price tbody tr:first-child th,
.table.table-price tbody tr:first-child td {
    border-top: none;
}
.table.table-price tbody.collapse.in {
    display: table-row-group;
}
.table-software th { padding: 8px; }
.table-software th,
.table-software td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.table-software th:first-child,
.table-software td:first-child {
    border-left: 1px solid #DDDDDD;
}
.table-software ul,
.table-software ol { /* Reset default setting */
    margin: 0 0 0 15px;
}
.table-software li {
    margin: 0;
}

.table-price .fa,
.table-price .label,
.table-software .fa,
.table-software .label {
    line-height: inherit;
}
.not-available:before {
    content: "N/A";
    color: #999;
    }
.table-price td.table-borderless,
.table-software td.table-borderless { /* For notes after pricing table */
    border: none;
}
.table-software th.camera-icon,
.table-software td.camera-icon { /* For pricing table in software page */
    padding-right: 0;
    border-right: none;
}

/*******************************
    Related product module
*******************************/

.box-related-product {
	border: 1px solid #DDDDDD;
}
.box-related-product > .box-title {
	padding: 6px 25px 6px 15px;
	margin: 0;
    background: none repeat scroll 0 0 #dee2e6;
	text-align: left;
    text-shadow: none;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #2C3940;
    text-transform: uppercase;
}
.box-related-product > .box-title a {
    color: #2C3940;
    display: block;
    cursor: pointer;
}
.box-related-product > .box-title a.link-up-right:after,
.box-related-product > .box-title a.link-up-right.collapsed:after {
    color:#666666;
    float: right;
	margin-right: -10px;
}
.box-related-product > .box-title + .box-body { /* Reset default setting */
    padding-top: 15px;
}
.box-related-product > .box-body > .media {
    margin-bottom: 20px;
}
.box-related-product > .box-body > .box-loader {
    height: 20px;
    margin-top: -20px;
    text-align: center;
    display: none;
}

.box-related-product .box-footer {
    background-color: inherit;
    border-top: 1px solid #EEEEEE;
    box-shadow: 0 1px 0 #FFFFFF inset;
    padding: 7px 0 0;
    position: relative;
    text-align: left;
}
.box-related-product .box-footer a { /*Related products collapse link*/
    color:#666666;
    font-size: 11px;
    display: block;
    cursor: pointer;
}
.link-up-right:after { content: "\f106"; font-size: 1.1em; }
.link-up-right.collapsed:after { content: "\f107"; }

.box-related-product > .box-title a:hover,
.box-related-product > .box-title a.link-up-right:hover:after,
.box-related-product > .box-title a.link-up-right:hover.collapsed:after,
.box-related-product .box-footer a:hover {
    color: #0071c5;
}

/*-------------------------------------
     Related Product Quick View Modal
--------------------------------------*/

#quickviewModal .product-title .title { /* Re-define font-size inside quick-view modal */
    font-size: 24px;
}
#quickviewModal .product-title .label-title  { /* Re-define setting inside quick-view modal */
    margin-top: 2px;
}
#quickviewModal .modal-body {
    background: #ffffff;
    min-height: 500px;
    box-sizing: border-box;
}
#quickviewModal .prodimage:hover { /* Re-define Prod Img Hover effect inside quick-view modal */
    cursor: default;
    box-shadow: none;
    min-height: inherit;
}

body.modal-open { /* Prevent BODY from scrolling when a modal is opened */
    overflow: hidden;
}

.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
    overflow: hidden;
    overflow-y: auto;
    min-height: 500px;
    max-height: 500px;
    background:url(/img/preloader.gif) center no-repeat;
}
.carousel-inner > .item {
	position: relative;
	display: none;
    -webkit-transition: 0.6s ease-in-out left;
       -moz-transition: 0.6s ease-in-out left;
         -o-transition: 0.6s ease-in-out left;
            transition: 0.6s ease-in-out left;
}

/* Boostrap 4 added 12-15-2017 by marc */
.carousel-inner > .carousel-item {
    position: relative;
    text-align: left;
    height: auto;
    cursor: default;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
a.carousel-control{
	position: absolute;
	top: 200px;
	width: 30px;
	height: 56px;
	text-align: center;
	background-color: #f0f0f0;
	color:#666666;
}
a.carousel-control.right {
	right: -31px;
    border-left: 1px solid #e5e5e5;
}
a.carousel-control.left {
	left: -31px;
    border-right: 1px solid #e5e5e5;
}
a.carousel-control:before {
	/*font-family: FontAwesome;*/
    font-family: "Font Awesome 5 Pro";
     font-weight: 300;
	font-size: 46px;
    line-height: 1.1;
}
a.carousel-control.right:before {
	content: "\f105";
}
a.carousel-control.left:before {
	content: "\f104";
}
a.carousel-control:hover,
a.carousel-control:focus {
	background: #e7e7e7;
    color: #333333;
    text-decoration: none;
}

/**************************
            Tabs
**************************/

.tab-pane > .icon-loader {
    width: 100%;
    display: none;
    margin-bottom: 18px;
}
.nav-tabs-brand .nav-tabs > li.disabled > a { /*  Addition to extron.css setting */
	color: #999999;
	border-bottom: 1px #cccccc solid;
}
.nav-tabs-brand { /*  Addition to extron.css setting */
    margin-bottom: 18px;
}

/*-------------------------
     Multiple diagram
-------------------------*/

#diag > ul,
#diag .nav {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ffffff;
    background: none;
}
#diag .nav-tabs > li > a {
    border: 1px solid #dddddd;
    margin-top: 5px;
    margin-right: 4px;
    padding: 6px 14px;
}
#diag .nav-tabs > .active > a,
#diag .nav-tabs > .active > a:hover,
#diag .nav-tabs > .active > a:focus {
    color: #000;
	font-weight:700;
	background-color: #ffffff;
	border-color: #cccccc;
	cursor: default;
    overflow: hidden;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.15);
    box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,0.15);
}

/*-------------------------
     Description Tab
-------------------------*/

#desc table { margin-bottom: 20px; /* For tables under description tab only */}

/*-------------------------
     Specifications Tab
-------------------------*/

.table-4kspec {
	border: 1px solid #255391;
	border-collapse: separate;
	*border-collapse: collapse;
    margin-bottom: 10px;
}
.table-4kspec > thead > tr > th,
.table-4kspec > thead > tr > th a {
 	background: #255391;
 	color:#fff;
}
.table-4kspec > tbody > tr > td,
.table-4kspec > tbody > tr > td a {
    background-color: #ffffff;
}
.table-4kspec th,
.table-4kspec td {
    border-left: 1px solid #dddddd;
    vertical-align:middle;
    text-align:center;
    padding: 4px 5px;
}
.table-4kspec > thead > tr > th,
.table-4kspec > tbody > tr > td {
    font-size:11px;
}
.table-4kspec th:first-child,
.table-4kspec td:first-child { border-left: 0; }

/*******************************
        Printable page
*******************************/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow:none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        }

    .product-title > .label-title {
        font-size: 12px !important;
        border: 1px solid #000000 !important;
    }

    .spechdr { border-bottom: 1px solid #CCCCCC !important; /* For product specification th */}

    @page { margin: 1.5cm; }

    .table-price thead:first-child tr:first-child th,
    .table-price thead:first-child tr:first-child td,
    .table-software thead:first-child tr:first-child th,
    .table-software thead:first-child tr:first-child td,
    .table tbody + tbody {
        border-top: none !important;
        border-bottom: 1px solid #CCCCCC !important;
    }

    .page-break-after { page-break-after: avoid; }
    .page-break-inside { page-break-inside: avoid; /* For diagram/panel drawing title stay with image */}
}

/****************************************************
        Feedback strip (on bottom of the page)
****************************************************/

#feedback-strip.alert  {
	display:none;
	position:fixed;
	left:0px;
	bottom:0px;
	padding:0;
	margin:0;
	width:100%;
	background:#F1F9EF;
	border-top:2px solid #359947;
	z-index:9999;
}

#feedback-strip .container {
	position: relative;
	margin: 7px 0 5px;
	width: 90%;
	text-align: center;
    float: left;
}
#feedback-strip .container p {
    margin-bottom: 0;
}
#feedback-strip .container .btn {
	padding: 2px 12px;
}
#feedback-strip .container .rating-value {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #a3d48e;
    border-radius: 12px;
    padding: 0 7px 3px;
    display: inline-block;
    margin-right: 5px;
}
#feedback-strip .container .rating-value > .fa-lg {
    font-size: 1.2em;
    margin: 0 5px;
}
#feedback-strip .container .rating-value > input { margin: 3px 5px 0;}
#feedback-strip .close {
    position: absolute;
    top: 10px;
    right: 10px;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:right;
	padding: 4px;
	cursor:pointer;
	background:#fff;
	border:1px solid #3c763d;
    border-radius: 10px;
	color:#3c763d;
    line-height: 11px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	z-index:10;
	opacity:1;
}
#feedback-strip > .container > div > .btn {
    background-color: #5cb85c;
    background-image: linear-gradient(to bottom, #35aa47 0%, #35aa47 100%);
    background-repeat: repeat-x;
    border: 1px solid #359947;
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

/*******************************
     Slide-in sidebar
*******************************/

.extron-sidebar {
	float:left;
    display: none;
	max-width: 350px;
	position:absolute;
	top: 0;
    left: 0;
    bottom: 0;
    z-index: 1012;
	overflow-y: auto;
    overflow-x: hidden;
    background:url(/img/preloader-sidebar.gif)no-repeat;
    background-position: 50% 30%;
    background-color: #EFEFDE;
}
.sidebar-open {
    overflow-y: scroll;
}
.extron-sidebar > table {
    margin-bottom: 150px;
    vertical-align: top;
}
.extron-sidebar table > tbody > tr:first-child td:nth-child(2n) {
    padding-right: 20px;
    padding-left: 10px;
    width: 180px;
}
.tree table > tbody > tr > td {
    padding: 0 !important;
    width: inherit !important;
}
.extron-sidebar table > tbody > tr > td { background-color: #EFEFDE; }

.page-container-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 1011;
    width: 1015px;
    display: none;
	opacity: 1;
}

/*******************************
     Star
*******************************/
.yellow-star {
	color:#feb608;
}