
@import url(../scss/src/theme/bootstrap/bootstrap.min.css);
@import url(../scss/src/theme/jednotka_green.css);
/**
 * This is just some base styles for laying out the module front end
 *
 * @package	ITC
 * @author	Owen Kavanagh
 */
/* Import Requirements
--------------------------------------------------------------------- */
#body-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 506px;
  background-color: black;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 51, 0.7);
}

.services-box, .products-box {
  min-height: 260px;
  margin-bottom: 20px;
}
.services-box .description, .products-box .description {
  height: 90px;
  overflow: hidden;
}

.sidebar.sidebar-left {
  padding-left: 0 !important;
  padding-right: 20px;
}

#itc_home_header .big {
  font-size: 40px !important;
  line-height: 32px;
}
@media (max-width: 991px) {
  #itc_home_header .big {
    font-size: 35px !important;
  }
}
@media (max-width: 480px) {
  #itc_home_header .big {
    line-height: 28px;
    font-size: 25px !important;
  }
}
#itc_home_header .normal {
  font-size: 36px !important;
  line-height: 32px;
}
@media (max-width: 991px) {
  #itc_home_header .normal {
    font-size: 31px !important;
  }
}
@media (max-width: 480px) {
  #itc_home_header .normal {
    font-size: 21px !important;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  #itc_home_header .btn {
    font-size: 14px;
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  #itc_home_header .btn {
    font-size: 12px;
    padding: 12px 30px;
  }
}
@media (max-width: 480px) {
  #itc_home_header .btn {
    font-size: 12px;
    padding: 8px 26px;
  }
}
@media (max-width: 480px) {
  #itc_home_header .btn {
    font-size: 12px !important;
  }
}
@media (max-width: 991px) {
  #itc_home_header {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #itc_home_header {
    text-align: center;
    padding-top: 50px;
  }
}

.hero-carousel ul.flex-direction-nav {
  display: none !important;
}

.btn-trans {
  /* default fallback */
  background: #428bca;
  /* nice browsers */
  background: rgba(66, 139, 202, 0.5);
  /* IE 6/7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F428bca, endColorstr=#7F428bca);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F428bca, endColorstr=#7F428bca)";
}
.btn-trans:hover {
  /* default fallback */
  background: #428bca transparent;
  /* nice browsers */
  background: rgba(66, 139, 202, 0.7);
  /* IE 6/7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2428bca, endColorstr=#B2428bca);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2428bca, endColorstr=#B2428bca)";
}

.btn-square {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header_button {
  color: #f9f9f9 !important;
  background: rgba(66, 139, 202, 0.7) !important;
  font-weight: 400;
  padding: 8px 14px !important;
  margin-left: 7px;
}
.header_button:hover {
  color: white;
}

ul.navbar-nav {
  font-size: 16px;
}

.footer-blurb {
  height: 72px;
  overflow: hidden;
}

.service .panel-title {
  height: 35px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .service .panel-title {
    overflow: visible;
  }
}
.service p.panel-desc {
  height: 45px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .service p.panel-desc {
    height: 65px;
  }
}
@media (max-width: 1000px) {
  .service p.panel-desc {
    height: 85px;
  }
}
@media (max-width: 768px) {
  .service p.panel-desc {
    height: 45px;
  }
}

#faqquestions {
  text-align: center;
  list-style-type: none;
  padding: 20px 0px 0px 0px;
}
#faqquestions li {
  padding-left: 0px;
  display: inline;
}
@media (max-width: 900px) {
  #faqquestions li {
    margin: 10px 0px;
    display: block;
  }
}

form#home_newsletter input#input-email {
  background: #eaedf2 !important;
}

form#footer_search .input-group {
  width: 90%;
}
form#footer_search input {
  border-color: #fff !important;
  background: #fff !important;
}

#sitemap-links {
  list-style-type: none;
}
#sitemap-links li {
  font-size: 16px;
  border-bottom: 1px solid #EAEDF2;
  padding: 10px 0px;
}
#sitemap-links .sitemap-sub-section {
  padding: 0px;
}
#sitemap-links .sitemap-sub-section li {
  background-color: #DFF0D8;
  list-style-type: none;
  padding-left: 10px;
  border-bottom: 1px solid #D6E9C6;
}
#sitemap-links .sitemap-sub-section a {
  color: #676F7A;
}

#accordion h3 i {
  padding: 0px 10px;
}

#nav_categories {
  list-style-type: none;
}

.fa-icon-caret-right, .fa-icon-caret-down {
  color: #80B842;
}

#cookieMessage {
  background: rgba(255, 255, 255, 0.95) !important;
  border-top: 1px solid #ffffff;
  position: fixed;
  z-index: 20000;
  width: 100%;
  bottom: 0;
  left: 0;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  font-size: 12px;
  -webkit-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 4px rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
}
#cookieMessage a {
  border-radius: 3px;
  background: #C7BBAF;
  border: 1px solid #BBB1A8;
  font-size: 13px;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  letter-spacing: 0px;
  padding: 3px 30px;
  margin-left: 20px;
}
#cookieMessage a:hover {
  background: #93c033;
  color: #ffffff;
  border: 1px solid #93c033;
}

.header_button .client-buttons a {
  color: white !important;
  background: rgba(66, 139, 202, 0.7) !important;
}
@media (max-width: 1199px) {
  .header_button .client-buttons {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header_button .client-buttons {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .header_button {
    display: none;
  }
}

@media (max-width: 480px) {
  #main-content-header .title {
    font-size: 35px;
    line-height: 35px;
  }
}

.navbar-header img {
  width: 100%;
  max-width: 175px;
  display: block;
}
@media (max-width: 991px) {
  .navbar-header img {
    max-width: 125px;
  }
}
@media (max-width: 767px) {
  .navbar-header img {
    max-width: 95px;
  }
}

@media (max-width: 1199px) {
  #header .navbar-default .navbar-nav > li > a {
    padding: 0px 8px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #header .navbar-default .navbar-nav > li > a {
    padding: 0px 3px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1.title {
    padding: 40px 0px 0px 0px;
  }
}

.calculator-return {
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  margin-bottom: 20px;
  padding: 20px 20px;
  border-radius: 4px;
}
.calculator-return h2 {
  color: #676F7A;
  padding: 0px 0px 10px 0px;
  margin: 0;
}
.calculator-return span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .limit-size {
    width: 220px;
    margin: 0 auto;
    max-width: 220px;
  }
}

.profile-boxes .profile-box .image-link {
  max-width: 120px;
}

@media (max-width: 1199px) {
  .extra-padding {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .extra-padding {
    padding: 0px 15px;
  }
}

@media (max-width: 767px) {
  .testimonial-company {
    padding-bottom: 10px;
  }
}

.img-responsive img {
  width: 100% !important;
  height: auto !important;
  max-width: 700px !important;
  display: block;
  margin: 0 auto;
}

.sitemap li {
  text-align: left !important;
}

.align-list-left ul li, .align-list-left overlay li {
  text-align: left !important;
}

.newsletter-control {
  text-align: center !important;
}

.panel.panel-image .panel-icon .icon {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.top-level-buttons, .mobile-nav-only {
  display: none !important;
}

html.touch .mobile-nav-only {
  display: block !important;
}
html.touch .top-level-buttons {
  display: none !important;
}
@media (max-width: 767px) {
  html.touch .top-level-buttons {
    display: block !important;
  }
}

/* lte IE7 Browser Message */
.lt-ie9 div.overlay {
  position: fixed;
  float: left;
  z-index: 999;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

div.browser_message {
  background-color: #ffffff;
  background-image: url("/assets/images/design/ie_tease_bg.png");
  background-repeat: repeat-x;
  text-align: center;
  padding-bottom: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  height: 1000px;
  z-index: 1000;
  top: 0;
  left: 0;
}
div.browser_message .logo {
  width: 225px;
  margin: 15px 0;
}
div.browser_message h1 {
  margin-top: 15px;
}
div.browser_message div.browser {
  width: 800px;
  height: 518px;
  background: url("/assets/images/design/ie_tease_browser.png");
  margin: 0 auto;
  padding: 57px 32px 33px 24px;
}
div.browser_message p {
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: bold;
}

.lt-ie9 ul.nav {
  padding-top: 40px;
}
.lt-ie9 ul.nav li {
  padding: 0px 5px 0 5px;
}
@media (max-width: 767px) {
  .lt-ie9 ul.nav {
    padding-top: 0;
  }
}

form#mailinglist_form .form-control {
  width: 50%;
}

form#mailinglist_form .btn-contrast {
  width: 50%;
}

.align-center {
  text-align: center;
}

#cookieAccept {
  background: #7bb140 !important;
  border: 0 !important;
}
#cookieAccept:hover {
  background-color: #73a53c !important;
}

@media (max-width: 420px) {
  .btn.btn-sm {
    max-width: 100%;
    font-size: 12px;
    overflow: hidden;
  }
}

.user-editable-content img[style*="float: left;"] {
  margin-right: 20px;
}
.user-editable-content img[style*="float: right;"] {
  margin-left: 20px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  border: 3px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
  background-image: url("/assets/images/design/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/assets/images/design/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
  content: "\e366";
  color: green;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/assets/images/design/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/assets/images/design/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-close {
  position: absolute;
  top: -15px;
  right: -25px;
  width: 40px;
  height: 36px;
  z-index: 99999;
  background-image: url("/assets/images/design/fancybox_sprite@2x.png");
  background-position: 0px 0px;
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/
}

.fancybox-iframe {
  z-index: 1 !important;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("/assets/images/design/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("/assets/images/design/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.tek_table_td
{
    background:#8dc153; 
    width:160px; 
    color:White;
}
  
  
.TM_table_td
{
   width:700px;
   height:80px; 
}

    
#tek_table_td
{
    background:#8dc153; 
    width:160px; 
    color:White;
}

.TEK_leftcol {
  position: absolute;
  left: 0px;
}
  
.TEK_rightcol {
 
 float: right;
}
.TEK_login
{
margin-left:0px; 
border:1px solid #b7b7b7;
padding: 20px; 
background-image: url(../images/bgtbq.gif); 
background-repeat:repeat-x;
font-family:  Arial, Verdana, Helvetica, sans-serif; 
font-size:12px;
background-color:#f8f8f8;
width: 100%;


}


.TEK_resps_login
{
margin-left:0px; 
border:1px solid #b7b7b7;
padding: 20px; 
background-image: url(../images/bgtbq.gif); 
background-repeat:repeat-x;
font-family:  Arial, Verdana, Helvetica, sans-serif; 
background-color:#f8f8f8;
height:auto;
}
.chart-wrapper {
 position: relative;
    padding-bottom: 40%;
}

.chart-inner {
position: absolute;
    width: 100%; height: 100%;
}

/*KS 09 Dec 2015 - adding in css*/
.thicker-bottom-borders {
    border-bottom-width: 2px!important;    
}

.thicker-bottom-borders.money {
    text-align: center;
    }

.thicker-bottom-borders > a{
    color: #676f7a;
}

.internalCol {
    padding-left: 0px;
}

@media screen and (max-width: 991px) {
    .internalCol {
        padding-left: 15px;
    }
}

/*Zijian ITC-220 Redesign Scheme Bank Account table for mobile*/
@media screen and (min-width: 767px) {
    .nonmobileScreen-display {
        display:none!important;
    }
    .mobile-footer {
        display: none
    }
    .svgSpinner {
        margin-top: 20%;
        margin-left: 40%;
        width: 20%;
        height: 30%;
    }
}

@media screen and (max-width: 767px) {
    .svgSpinnerMobile {
        margin-top: 75%;
        margin-left: 40%;
        width: 20%;
        height: 30%;
    }
    .mobile-footer {
        display: block
    }
    .internalCol {
        padding-left: 0px;
    }
    .customPaging > div > span {
        float: left;
    }
    .customPaging > div > input {
        float: left!important;
    }
    /*.customPaging > div > div {
        text-align: left!important;
    }*/
    .customPaging > div.centerDiv {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #676f7a;
        color:white;
        align-items:center
    }
    .customPaging > div {
        margin-top:0px!important;
    }

    /*Zijian ITC-220 Redesign Scheme Bank Account table for mobile*/
    .mobileScreen-display {
        display:none!important;
    }

    .mobileScreen-padding {
        padding-top:0px;
    }

    .repeter-acountTransactionMobile {
        display: table;
    }

    .mobileScreen-center {
        display:table;
        margin:0 auto;
    }

    .container-mobile-screen {
        padding-left: 0px;
        padding-right: 0px;
    }

    .customPaging-mobile {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .mobile-screen-font {
        color: lightblue;
        font-size: large;

    }

    .table-mobile {
        display: table-cell !important;
    }

    th.table-mobile ~ th {
        display: none;
    }

    td.table-mobile ~ td {
        display: none;
    }
}

.table-mobile {
    display: none;
}

.customPaging > div > input {
    float: right;
}

.marginOff {
    margin-top:-8px!important;
}

.customPaging > div {
    margin-top:8px;
    padding: 0px;
}


.customPaging > div > div {
    padding: 0px;
    text-align: center;
}

.customPaging > div > a {
    padding: 0px 5px;
    vertical-align:middle;
}

.customPaging > div > span {
    padding: 0px 5px;
    font-weight: bold;
    vertical-align: middle;
}

.customPaging > div > div > span {
    padding: 0px 5px;
    font-weight: bold;
    vertical-align: middle;
}

.customPaging > div > a[disabled=disabled] {
  color: #888888;
  text-decoration:none;
}

.validDate + span {
    display:none;
}

/* Zijian ITC-214 23 May 2017 css for pie chart */
#pie-chart-container {
    margin-top: -70px;
    margin-bottom: -70px;
}
.highcharts-container > svg > rect {
    fill: transparent;
}

.table-header {
    background-color: #8dc153;
    color: white;
}

.table-last-value {
    color: #8dc153;
}

.rectangle {
    width: 10px;
    height: 41px;
    float: left;
    background: #FFFFFF;
    margin-right: 10px;
}

.div-text-align {
    overflow: hidden;
}

.investment_value {
    color: #8dc153;
    float: right;
}

/*Zijian ITC-220 Redesign Scheme Bank Account table for mobile*/
.pagingMobile > div > a[disabled=disabled] {
    color: #888888;
    text-decoration: none;
}

/*Zijian ITC-225 Improve scheme reports table responsiveness*/
.table-content-left {
    float: left;
}

.table-content-right {
    float: right
}

/* Zijian ITC-222 06 June 2017 Add new footer page */
.footer-icon-wrap {
    display: inline-block;
    font-size: 1em;
    width: 30px;
}

.mobile-footer > div {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    min-height: 50px;
}

.mobile-footer > div > div {
    flex-basis: 25%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}

.mobile-footer > div > div:not(:last-of-type) {
    border-right: 1px solid grey;
}

.mobile-footer > div > div > a {
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
}

input[type="file"] {
    display: none;
}

.btn-disabled-override[disabled] {
    background-color: transparent;
    border-color: #8dc153;
    color: #8dc153;
    opacity: .6;
}
.popupBlackOverlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .5;
    background-color: black;
}
.downloadPopup {
    display:none;
    background-color: #fff;
    border-radius: 20px;
    width: 325px;
    height: 350px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}