
/* setting to auo for something -- not sure what it was!! */
/* comment out for and we will see */
/*  html {
    height: auto !important;
    font-size: 16px !important;
  }
    body {
    position: relative;
        background-color: #fff !important;
    }*/



body {
    position: relative;
  margin: 0;
  font-family:Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 1.5;
  color: #212121 !important;
  background-color: #fff;
}


/* override the font size */

a.homegrid:link,
a.homegrid:visited,
a.homegrid:hover {
   font-size: 1rem;
    color: #5d5e59;
}

.affix.pagetop {
    top: 100%;
    width: 100%;
    z-index: 1011;
    right: 5%;
}


.box-custom .box-title {
    font-size: 13px !important;
    line-height: 16px;
    color: #FFFFFF !important;
    text-align: center;
    height: 23px;
    margin: 0;
    padding: 3px 0 0;
    background: url(/training/img/tbl_bg.gif) repeat-x scroll 0 0 transparent;
}



#MainBodyContent {
    /* padding-top: 18px; */
    padding-top: 0;
}


.body-content-main .page-container,
.body-content-main .page-container .post {
  width: auto;
}

/* set all post and hero image to full width
exclude the corner image
 */

.body-content-main .page-container .landing-page .content-featured > img:not(.panelcontent-corner-label),
.body-content-main .page-container .post .post-billboard > img:not(.panelcontent-corner-label) {
  width: 100%;
}






/* Override product menu */

.product-sidebar-menu .product-link {
    color: rgba(0, 0, 0, 0.78);
}

/* override product detail page */
/* make it more generic since its used outside of product as well */
/* set to full width */
.body-content-main.w-100 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}



/* sliders */
/* forcing it beyond the fix 790px */

#idLandingSlides#idLandingSlides {

     margin: 20px 0;
}



.body-content-main #idSlideshowContainer {
   width: 100%;
  /* background-color: #ccc;*/
}

/* .body-content-main #idSlideshowContainer h1 {
  color: #212121;
} */

/*.body-content-main #idSlideshowContainer .nav-arrow-previous {
  left: -60px;
}

.body-content-main #idSlideshowContainer .nav-arrow-next {
  right: -60px;
}*/

.body-content-main #idPanelView {
    width: 100%;
}

.body-content-main #idPanelContainer {
    width: 100%;
}

.body-content-main .panelcontent {
    width: 100%;
    background-repeat: no-repeat;
}





/* Tables */

.table tr.row-clear,
.table tr.row-clear td {
    border: none;
    background: transparent !important;
}

/* added localization to not conflict with bS4 */

colgroup > .col-1 { width:4.16666666667%; }
colgroup > .col-2 { width:8.33333333334%; }
colgroup > .col-3 { width:12.5%; }
colgroup > .col-4 { width:16.6666666667%; }
colgroup > .col-5 { width:20.8333333334%; }
colgroup > .col-6 { width:25%;  }
colgroup > .col-7 { width:29.1666666667%; }
colgroup > .col-8 { width:33.3333333334%; }
colgroup > .col-9 { width:37.5%; }
colgroup > .col-10 { width:41.6666666667%; }
colgroup > .col-11 { width:45.8333333334%;  }
colgroup > .col-12 { width:50%; }
colgroup > .col-13 { width:54.1666666667%;  }
colgroup > .col-14 { width:58.3333333334%;  }
colgroup > .col-15 { width:62.5000000001%;  }
colgroup > .col-16 { width:66.6666666667%;  }
colgroup > .col-17 { width:70.8333333334%;  }
colgroup > .col-18 { width:75.0000000001%;  }
colgroup > .col-19 { width:79.1666666667%;  }
colgroup > .col-20 { width:83.3333333334%;  }
colgroup > .col-21 { width:87.5000000001%;  }
colgroup > .col-22 { width:91.6666666667%; }
colgroup > .col-23 { width:95.8333333334%;  }
colgroup > .col-24 { width:100%; }






/* product sidebar */

.product-sidebar-menu {
    margin-bottom: 4rem;
    line-height: 1.2;
}

.product-sidebar-menu table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
}

.product-sidebar-menu td {
    vertical-align: top;
}

.product-sidebar-menu .tree img {

    margin-right: .25rem;
}

.product-sidebar-menu .product-link a:hover {
    text-decoration: underline;
    font-weight: bold;
}

.product-sidebar-menu .product-link.active {
    font-weight: bold;
}


/* highlight active items and its siblingg */
 .product-sidebar-menu table.is-active,
 .product-sidebar-menu table.is-active + div {
    background-color: rgba(36, 76, 142, 0.03);
 }

 /* highlight active items and its siblingg */
 .product-sidebar-menu table.is-active td.product-link {
    width: 100%;
 }

 /* Media object */

 /* decrease font value */
 .media .media-title {
     font-size: 1.1rem;
}

/* to work with the new BS4 */
.image-framed {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}



/* fade */
/*
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
*/
/*-----------------------------------
    OVERRIDE MEDIA HEADING
-------------------------------------*/

.media .media-heading {
    font-size: 1.125rem;
}


/* Helpers */
/* Keep for now until changed globally to 'text-danger' */
.text-alert,
.text-error,
.text-danger {
    color: #B94A48;
}

.text-small,
.small-text {
    /*font-size: 11px;*/
    font-size: 14px;
}

/*tabs
- 4kcalculator
 */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    font-weight: 500;
}


/* $Company
========================================================================== */

#contactbox a {color:#234B89;}
#contactbox .dropdown-menu .active:hover,
#contactbox a:hover {color:#AB1B1B;}
#contactbox ul nav-item a:hover {
    background: #F4F4F4 no-repeat right center;
}

#contactbox a {
    color: #234B89;
}


#contactbox ul { padding-left:0 }
#contactbox .nav-tabs { margin-bottom:20px; }
#contactbox .nav-tabs > nav-item.active > button { font-weight:normal; }

#contactbox .nav-tabs > .nav-item > button {
  color:#333333;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
  background-repeat: repeat-x;
  border: 1px solid #ddd;
}

#contactbox .nav-tabs > .nav-item > button:hover {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(center top, #FFFFFF, #cccccc);
}

#contactbox .dropdown {
  padding-bottom: 0;
}

#contactbox .dropdown-menu {
  /*min-width:163px ;*/
  min-width: 195.39px; /* match dropdown select */
}

#contactbox .nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle #contactbox .caret {
  border-top-color: #666;
  border-bottom-color: #666;
  margin-left:2px;
  opacity: 1;
  filter: alpha(opacity=100);
}


#contactbox .dropdown-menu .active {
    color: #FFFFFF;
    background-color: #3177b3;
}

#contactbox .dropdown-menu .active:hover,
#contactbox .dropdown-menu .active:hover,
#contactbox .dropdown-menu .active:focus {
    color: #FFFFFF;
    background-color: #3177b3;
}






/*---------------------------
    TABLE FIXED
-----------------------------*/
.table thead th {
  border-bottom-width: 1px;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
  empty-cells: hide;
}

.table-fixed > colgroup > .col-size-5 {
  width: 5%;
}

.table-fixed > colgroup > .col-size-10 {
  width: 10%;
}

.table-fixed > colgroup > .col-size-15 {
  width: 15%;
}

.table-fixed > colgroup > .col-size-20 {
  width: 20%;
}

.table-fixed > colgroup > .col-size-25 {
  width: 25%;
}

.table-fixed > colgroup > .col-size-30 {
  width: 30%;
}

.table-fixed > colgroup > .col-size-35 {
  width: 35%;
}

.table-fixed > colgroup > .col-size-40 {
  width: 40%;
}

.table-fixed > colgroup > .col-size-45 {
  width: 45%;
}

.table-fixed > colgroup > .col-size-50 {
  width: 50%;
}

.table-fixed > colgroup > .col-size-55 {
  width: 55%;
}

.table-fixed > colgroup > .col-size-60 {
  width: 60%;
}

.table-fixed > colgroup > .col-size-65 {
  width: 65%;
}

.table-fixed > colgroup > .col-size-70 {
  width: 70%;
}

.table-fixed > colgroup > .col-size-75 {
  width: 75%;
}

.table-fixed > colgroup > .col-size-80 {
  width: 80%;
}

.table-fixed > colgroup > .col-size-85 {
  width: 85%;
}

.table-fixed > colgroup > .col-size-90 {
  width: 90%;
}

.table-fixed > colgroup > .col-size-95 {
  width: 95%;
}

.table-fixed > colgroup > .col-size-100 {
  width: 100%;
}

/*---------------------------
   END: ; TABLE FIXED
-----------------------------*/


@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}
/*scrolling table */

.scrollbox {
  overflow: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white, white), -webkit-linear-gradient(left, white, white), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, white, white), -o-linear-gradient(left, white, white), -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), -o-linear-gradient(right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll;
}

/***********************************************************
 overriding the market section image-framed thumbnail
 ***********************************************************/

 .image-framed {
    width:131px;
    height:76px;
    display:block;
    position:relative;
    overflow:hidden;
    margin:-5px auto 5px;
    text-align:center;
}

.image-framed .overlay {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:131px;
    height:76px;
    background: none;
    box-shadow: inset 0px 4px 0px 5px rgba(255,255,255,1),
                inset 0px -3px 0px 5px rgba(255,255,255,1);
}



/***********************************************************
 fixing the radio button + text spacing in forms ( i.e. /login/accountform.aspx )
 ***********************************************************/
.form-override > tbody > tr > td {
	padding: 0.5rem;
}
.form-override td {	
	vertical-align: top;
}
.form-override label {
	font-size: inherit;
}
.form-override input[type="radio"],
.form-override input[type="checkbox"]{
	float: left;
	margin-top: 5px;
	margin-left: 3px;
}

.form-override input[type="radio"] + label,
.form-override input[type="checkbox"] + label{
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	font-size: inherit;
	display: block
}
.form-override input[type="radio"] + label:after,
.form-override input[type="checkbox"] + label:after{
	clear: both
}
.form-inline .form-override input[type="radio"] + label,
.form-inline .form-override input[type="checkbox"] + label {
	margin-left: 20px;
}
.form-inline .form-override br {
	display: none;
}


/***********************************************************
 additional to .pagination-centered in /inc/extron.css
 ***********************************************************/
.pagination-centered {
	justify-content: center;
}


/*** extron insider on mobile -- these are temporarily used, new redesigned form (with visitor access) will be updated after mobile version ***/

.form-insider input[type="radio"] + label, .form-override input[type="checkbox"] + label {
      margin-left: 25px;
  }
@media (max-width: 1024px) {
  .form-insider input[type='text'] {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
  .form-insider td {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 0.5rem 0 !important;
  }
}
@media (max-width: 768px) {
    
    .smallesttext {
        font-size: 0.875rem;
    }
    .form-insider input[type='text'] {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
    .form-insider input[type='submit'] {
        width: 100%;
       
    }
    .form-insider select  {
        display: inline-block;
        width: 100%;
       /* height: calc(1.5em + 0.75rem + 2px);*/
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
}