/* #ff7000; */
/*
.text-columns(@cols; @size) {
    @media (min-width: @screen-(@size)-min) {

    }
}
*/
/*
.(:mult) {

}
*/
#home-billboard-carousel .pageblock {
  height: 100% !important;
}
#home-billboard-carousel .pageblock .heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #home-billboard-carousel .pageblock {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #home-billboard-carousel .pageblock .text-backdrop:before,
  #home-billboard-carousel .pageblock .text-backdrop:after {
    content: " ";
    display: table;
  }
  #home-billboard-carousel .pageblock .text-backdrop:after {
    clear: both;
  }
}
#home-billboard-carousel .btn-primary {
  border-color: #e0e0e0;
}
@media (max-width: 991px) {
  #home-billboard-emailcity .pageblock {
    text-align: center;
  }
}
#home-billboard-emailcity .pageblock .row {
  position: relative;
  height: 100%;
}
#home-billboard-emailcity .pageblock .row > * {
  position: static;
}
#home-billboard-emailcity .image-container {
  margin-bottom: 0;
  max-height: 100%;
}
@media (min-width: 992px) {
  #home-billboard-emailcity .image-container {
    bottom: 0;
    position: absolute;
    max-width: 50%;
  }
}
#page-home .billboard .overlay-banner {
  margin-top: 40px;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.7);
  position: relative;
}
.macro-power-simplicity {
  /*
    .power-solution-item {
        /* margin-top: 100%; * /
        position: relative;
        top: -30px;
        display: inline-block;
    }
    */
}
.macro-power-simplicity .container {
  overflow: hidden;
}
.macro-power-simplicity .power-logo {
  width: 265px;
  height: 31px;
  background-image: url("/Assets/images/global/logo.header.png");
  margin: auto;
  margin-top: 32px;
  margin-bottom: 12px;
}
.macro-power-simplicity .power-solutions-tree {
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.macro-power-simplicity .power-solutions-bracket {
  padding: 0 15px;
}
.macro-power-simplicity .power-solutions-bracket span {
  display: block;
  height: 1px;
  border-width: 1px;
  border-color: #c0c0c0;
  border-style: solid none none none;
  border-style: solid solid none solid;
  height: 12px;
}
.macro-power-simplicity .power-solution-items {
  margin: 0 auto;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
}
.macro-power-simplicity .power-solution-items::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.macro-power-simplicity .power-solution-item {
  /* .font-netdocs-sans(helvetica, 500, condensed, 17px); */
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0;
  /* margin: 40px; */
  height: 160px;
  /* position: relative; */
  /* padding-top: 120px; */
  /* vertical-align: bottom; */
  background-repeat: no-repeat;
  background-position: center 12px;
  text-align: center;
}
.macro-power-simplicity .power-solution-item span.text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  height: 60px;
  vertical-align: middle;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.4rem;
  /*
            margin-left: -50%;
            left: 25%;
            */
}
.macro-power-simplicity .power-solution-item:hover img {
  opacity: 0.8;
}
.macro-power-simplicity .power-solution-item img {
  opacity: 1.0;
  padding-top: 12px;
  padding-bottom: 14px;
}
.macro-customer-logos {
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.macro-customer-logos a.customer-logo {
  width: 140px;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.macro-customer-logos a.customer-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 112px;
}
.macro-customer-quotes {
  position: relative;
  padding: 0 38px;
}
.macro-customer-quotes .quotemark {
  display: inline-block;
  /*
        font-family: 'Fontawesome';
        font-size: 2.0rem;
        position: relative;

        height: 100%;

        &.left:before {
            content: "\f10d";
        }

        &.right:before {
            content: "\f10e";
        }
        */
}
.macro-customer-quotes blockquote {
  border: none;
  /* font-style: italic; */
}
.macro-customer-quotes blockquote span.text.quotesource {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
}
.macro-customer-quotes blockquote span.text.quotesource img {
  display: block;
  padding: 3px 0;
}
.macro-customer-quotes:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 2.0rem;
  float: left;
  position: absolute;
  left: 0;
}
.macro-customer-quotes:after {
  content: "\f10e";
  font-size: 2.0rem;
  font-family: 'Fontawesome';
  position: absolute;
  right: 28px;
  bottom: 24px;
}
#page-pricing {
  /*
    .table#feature-comparison
    {

        td {
            text-align: center;

        }

        thead {
            th, td {
                font-weight: 400;
            }
        }

        tbody {

            th, td {

            }

            th {
                font-weight: 400;
            }

            td {
                color: @gray-semidark;
                .text-small();
            }

            .feature-item th {
                padding-left: 12px;
                color: @gray-semidark;
                .text-small();
            }

            .feature-category th {

            }
        }

        thead {


            th {
                &:first-child h3 {
                    font-variant: small-caps;
                }
            }
        }
    }
    */
}
#page-pricing .billboard {
  padding-bottom: 48px;
}
#page-pricing #pricing-panels {
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-pricing #pricing-panels {
    margin: auto -9px;
    width: 738px !important;
  }
}
@media (min-width: 992px) {
  #page-pricing #pricing-panels {
    margin: auto;
    width: 930px;
    max-width: 100%;
  }
}
#page-pricing #pricing-panels .panel {
  /*
            display: inline-block;
            zoom: 1;
            *display: inline;
            */
  text-align: left;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: none;
  background-color: transparent;
  width: 100%;
  max-width: 350px;
  padding: 0;
  min-width: 240px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-pricing #pricing-panels .panel {
    width: 242px;
  }
}
@media (min-width: 768px) {
  #page-pricing #pricing-panels .panel {
    margin-top: 22px;
  }
  #page-pricing #pricing-panels .panel#pricing-basic {
    float: left;
  }
  #page-pricing #pricing-panels .panel#pricing-enterprise {
    float: right;
  }
}
@media (min-width: 992px) {
  #page-pricing #pricing-panels .panel {
    margin: 0;
    margin: 0 5px;
    margin-top: 22px;
    width: 298px;
  }
}
#page-pricing #pricing-panels .panel h2.pricing-dollars {
  margin-bottom: 0;
}
#page-pricing #pricing-panels .panel h3 {
  margin: 16px 0 12px 0;
}
#page-pricing #pricing-panels .panel .pricing-terms {
  text-transform: uppercase;
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}
#page-pricing #pricing-panels .panel .pricing-restriction {
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}
#page-pricing #pricing-panels .panel .panel-list li {
  background-color: transparent;
}
#page-pricing #pricing-panels .panel .panel-body,
#page-pricing #pricing-panels .panel .panel-list,
#page-pricing #pricing-panels .panel .panel-footer {
  box-shadow: inset 5px 0px 7px -7px rgba(0, 0, 0, 0.2), inset -5px 0px 7px -7px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
#page-pricing #pricing-panels .panel .panel-body {
  text-align: center;
  padding: 0 15px;
  /* margin: 8px 0; */
}
#page-pricing #pricing-panels .panel .panel-body hr {
  border-top: 1px solid black;
  margin: 0;
}
#page-pricing #pricing-panels .panel .panel-heading {
  text-align: center;
  padding: 4px;
}
#page-pricing #pricing-panels .panel .pricing-panel-detail {
  height: 112px;
}
#page-pricing #pricing-panels .panel .pricing-panel-detail p {
  margin-bottom: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-pricing #pricing-panels .panel .pricing-panel-price {
  height: 100px;
}
#page-pricing #pricing-panels .panel#pricing-pro {
  margin-top: 0;
  /* height: 344px; */
}
#page-pricing #pricing-panels .panel#pricing-pro .panel-heading {
  height: 31px;
}
#page-pricing #pricing-panels .panel#pricing-pro .pricing-panel-detail {
  height: 150px;
}
#page-pricing #pricing-panels .panel#pricing-enterprise .pricing-panel-price .pricing-terms {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-pricing #features .panel {
  margin-bottom: -1px;
}
#page-pricing #features .panel .panel-heading .feature-labels {
  display: none !important;
  width: 140px;
  float: right;
  text-align: justify;
  -ms-text-justify: distribute;
  text-justify: distribute;
  margin-top: -4px;
}
#page-pricing #features .panel .panel-heading .feature-labels:before {
  content: '';
  display: block;
  width: 100%;
}
#page-pricing #features .panel .panel-heading .feature-labels:after {
  content: '';
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  #page-pricing #features .panel .panel-heading .feature-labels {
    width: 70px;
  }
}
#page-pricing #features .panel .panel-heading .feature-label {
  position: relative;
  display: inline-block;
}
#page-pricing #features .panel .panel-heading.feature-pro .feature-label.pro {
  visibility: visible;
}
#page-pricing #features .panel .panel-heading.feature-basic .feature-label.basic {
  visibility: visible;
}
#page-pricing #features .table {
  margin-bottom: 0;
}
#page-pricing #feature-comparison-header {
  padding: 0 16px;
}
#page-pricing #feature-comparison-header table.features-table {
  width: 100%;
}
#page-pricing table.features-table thead th {
  font-weight: 400;
}
#page-pricing table.features-table thead td {
  font-weight: 400;
  text-align: center;
  width: 80px;
}
#page-pricing table.features-table tbody th {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6rem;
  color: #606060;
}
#page-pricing table.features-table tbody td {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6rem;
  color: #606060;
  text-align: center;
  width: 80px;
}
#page-pricing table.features-table tbody tr .feature-labels {
  float: right;
  white-space: nowrap;
  display: none;
}
#page-pricing table.features-table tbody tr .feature-label {
  visibility: hidden;
  margin: 3px 7px 0 4px;
}
#page-pricing table.features-table tbody tr.feature-pro td.feature-mark.pro:before,
#page-pricing table.features-table tbody tr.feature-basic td.feature-mark.basic:before {
  content: "\f00c";
  display: inline;
  text-align: center;
  font-family: "FontAwesome";
}
@media (max-width: 767px) {
  #page-pricing table.features-table tbody {
    /*
                td {
                    display: none;
                }

                tr {

                    .feature-info {
                        display: inline;
                    }

                    .feature-labels {
                        display: inline;
                    }

                    &.feature-pro .feature-label.pro {
                        visibility: visible;
                    }

                    &.feature-basic .feature-label.basic {
                        visibility: visible;
                    }
                }
                */
  }
}
@media (max-width: 767px) {
  #page-pricing table.features-table thead th,
  #page-pricing table.features-table thead td {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 0.85rem;
    line-height: 1.6rem;
  }
  #page-pricing table.features-table thead td,
  #page-pricing table.features-table tbody td {
    width: 40px;
  }
}
#page-about .billboard {
  overflow: visible;
  padding: 0;
  /*
        position: relative;
        z-index: 100;
        overflow: visible;
        */
  height: 260px;
}
#page-about .billboard .background {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 260px;
  background-image: url("/Assets/images/main/nd-headquarters-1680x720.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% 90%;
}
#page-about .billboard .container,
#page-about .billboard .row {
  min-height: 100%;
}
#page-about .billboard .left-spacer {
  height: 260px;
}
#page-about .billboard .top-spacer {
  height: 260px;
}
@media (min-width: 768px) {
  #page-about .billboard {
    height: 500px;
  }
  #page-about .billboard .background,
  #page-about .billboard .left-spacer {
    height: 500px;
  }
  #page-about .billboard .top-spacer {
    height: 280px;
  }
  #page-about .billboard + section.line-top {
    border-top: #444444;
  }
}
@media (min-width: 992px) {
  #page-about .billboard {
    height: 720px;
  }
  #page-about .billboard .background,
  #page-about .billboard .left-spacer {
    height: 720px;
  }
  #page-about .billboard .top-spacer {
    height: 460px;
  }
}
.macro-management .contentblock {
  padding-bottom: 20px;
  height: 360px;
}
.macro-management .manager-intro .ie7,
.ie8 .macro-management .manager-intro {
  min-height: 285px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .macro-management .manager-intro.col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .macro-management .manager-intro.col-md-4:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1400px) {
  .macro-management .manager-intro.col-lg-4:nth-child(3n+1) {
    clear: left;
  }
}
.macro-contact-info .contact-info {
  padding-left: 2%;
}
.macro-contact-info .contact-info .contentblock {
  padding-bottom: 12px;
}
.macro-contact-info .contact-info .contentblock p {
  font-size: 0.9rem;
}
.macro-careers .career-tabs .nav-tabs.nav-stacked {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e0e0e0;
  /*
            -webkit-border-image:
              -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
            -webkit-border-image:
              -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
            -moz-border-image:
              -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
            -o-border-image:
              -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
            border-image:
              linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
            */
  /*
            -webkit-border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            -webkit-border-image: -webkit-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            -moz-border-image: -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            -o-border-image: -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            border-image:     -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            border-image:      -ms-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            border-image:       -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            border-image:          linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
            */
  -webkit-border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  -moz-border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  -o-border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -ms-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
}
.macro-careers .career-tabs .nav-tabs.nav-stacked li {
  margin-left: 2px;
}
@media (min-width: 992px) {
  .macro-careers .career-tabs .tab-pane p {
    -webkit-columns: 2 auto;
    /* Safari and Chrome */
    -moz-columns: 2 auto;
    /* Firefox */
    columns: 2 auto;
  }
}
#page-solutions-security .billboard {
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/security-blockbg-combination-lock.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/security-blockbg-combination-lock.jpg', sizingMethod='scale');
  background-image: url("/Assets/images/solutions/security-blockbg-combination-lock.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70% top;
}
#page-solutions-security .billboard .text {
  /* line-height: 1.8rem; */
}
@media (max-width: 767px) {
  #page-solutions-security .billboard {
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/security-safelock-gold2-dark.jpg', sizingMethod='scale')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/security-safelock-gold2-dark.jpg', sizingMethod='scale');
    background-image: url("/Assets/images/solutions/security-safelock-gold2-dark.jpg");
  }
}
@media (min-width: 0) and (max-width: 768px) {
  #page-solutions-mobility .pageblock.billboard {
    padding-bottom: 0;
    margin-bottom: -120px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #page-solutions-mobility .pageblock.billboard {
    padding-bottom: 0;
    margin-bottom: -200px;
  }
  #page-solutions-mobility .pageblock.billboard image-container img {
    position: relative;
    top: 120px;
  }
}
@media (min-width: 992px) {
  #page-solutions-mobility .pageblock.billboard .image-container {
    position: absolute;
  }
}
#page-solutions-documents .billboard .image-container {
  margin-top: -24px;
}
#page-solutions-documents .billboard .billboard-title {
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  #page-solutions-documents .billboard .billboard-title {
    margin-top: 40px;
  }
}
#page-solutions-email .billboard .image-container {
  margin-bottom: 20px;
}
#page-solutions-email .billboard .container,
#page-solutions-email .billboard .row {
  min-height: 100%;
}
@media (max-width: 432px) {
  #page-solutions-email .billboard .background {
    height: 120%;
    top: -10%;
  }
}
#page-solutions-disasters .billboard .image-container {
  margin-bottom: 20px;
}
#page-partners .billboard {
  padding-bottom: 0;
}
#page-partners .billboard .billboard-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/Assets/images/partners/billboard-background.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
#page-partners .billboard .overlay-banner {
  margin-top: 40px;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.7);
  position: relative;
}
.legal-terms p,
.legal-terms li {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}
.legal-terms blockquote {
  border-left: 2px dotted #f4f4f4 ;
}
.legal-terms .table th,
.legal-terms .table th p {
  text-align: center;
  font-weight: bold !important;
}
.legal-terms .table {
  width: auto !important;
}
.legal-terms .table td,
.legal-terms .table th {
  padding: 4px 8px !important;
}
.legal-terms .table td p,
.legal-terms .table th p {
  /* display: inline-block;
        margin: 0; */
}
@media (min-width: 992px) {
  #page-demo #demo-form {
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e0e0e0;
    /*
    -webkit-border-image:
        -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:
        -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
        -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    */
    /*
    -webkit-border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -webkit-border-image: -webkit-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -moz-border-image: -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -o-border-image: -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:     -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:      -ms-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:       -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:          linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    */
    -webkit-border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    -moz-border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    -o-border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    border-image: -ms-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    border-image: linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
    padding-left: 0;
  }
}
