/* Minification failed. Returning unminified contents.
(389,256): run-time error CSS1019: Unexpected token, found '}'
(1158,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1159,8): run-time error CSS1035: Expected colon, found '{'
(1164,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1165,8): run-time error CSS1035: Expected colon, found '{'
(1170,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1171,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(1174,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1175,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

button {
  border: none; }

@font-face {
  font-family: 'wf_segoe-ui_light';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot");
  src: local("Segoe UI Light"), local("Segoe WP Light"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'wf_segoe-ui_normal';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot");
  src: local("Segoe UI"), local("Segoe"), local("Segoe WP"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_semibold';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot");
  src: local("Segoe UI Semibold"), local("Segoe Semibold"), local("Segoe WP Semibold"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/Semibold/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_semilight';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'wf_segoe-ui_bold';
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot");
  src: url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("//i.s-microsoft.com/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.light {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }

.semilight {
  font-family: wf_segoe-ui_semilight, wf_segoe-ui_normal, Arial, sans-serif; }

.normal, .regular {
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.semibold {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif; }

b, .bold {
  font-family: wf_segoe-ui_bold, wf_segoe-ui_semibold, wf_segoe-ui_normal, Arial, sans-serif; }

body {
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  text-rendering: optimizeLegibility; }

h1, h2, h3 {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }

/**
p, input, div, span, li, select, button {
    font-family: $regular;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.5;
}
**/
a {
  color: #007ACC;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  body {
    -webkit-font-smoothing: antialiased; } }

/*---- Default Styles -----*/
body {
  position: relative; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

textarea {
  resize: none;
  overflow: scroll-y; }

h1 {
  font-size: 3rem !important; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

button, .link-button {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 15px 35px;
  display: inline-block;
  color: inherit;
  cursor: pointer; }

.link-button:hover {
  text-decoration: none;
  color: inherit; }

.dlink {
  cursor: pointer; }

.fl-group > * {
  float: left; }

.fl-group:before,
.fl-group:after {
  display: table;
  content: ""; }

.fl-group:after {
  clear: both; }

.main-container {
  min-height: 100%;
  position: relative; }

.body-content {
  padding-top: 25px;
  padding-bottom: 145px; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 135px;
  width: 100%; }

/*----- Video Controls ----*/
.video-btn {
  height: 80px;
  width: 80px;
  background: url("/Content/play_white.svg") center center no-repeat;
  background-size: contain;
  opacity: 0.4;
  display: block;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }

.video-btn:hover {
  opacity: 1; }

.video-btn:focus {
  outline: none; }

.mfp-content {
  height: 50%; }

.video-content {
  height: 100%;
  max-width: 90%;
  display: block;
  margin: 0 auto; }

.video-btn img {
    padding: 10px 0 10px;
    max-width: 500px;
    max-height: 500px;
    z-index: 9;
}
.video-btn play {
    margin: -240px 10px 0 0;
    background: url("/Content/play_white.svg") center center no-repeat;
    height: 140px;
    position: relative;
    z-index: 10;
}
a.video-popup {
  float: left;
  position: relative;
}
a.video-popup span {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/Content/play_black.svg") no-repeat;
  background-position: 50% 50%;
  background-size: 25%;
  opacity: 0.6;
  display: block;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in;
}
a.video-popup span.white {
  background: url("/Content/play_white.svg") no-repeat;
  background-position: 50% 50%;
  background-size: 20%;
  opacity: 0.6;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in;
}
.tee-image{
    width: 100%;
}
@media screen and (max-width: 480px) {
  a.video-popup span {
    background-size: 100%;
  }
}

/*----- Nav -----*/
.preview-flag {
  position: absolute;
  top: -35px;
  left: -25px;
  z-index: 1; }

.navbar {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.navbar .navbar-brand {
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 36px;
  font-size: 24px;
  letter-spacing: -0.04rem;
  line-height: 15px;
  color: white; }

.navbar-inverse {
  background: #000000;
  border: none;
  margin-bottom: 0; }

.navbar-inverse.home {
  width: 100%; }

.navbar > .container {
  padding-top: 30px; }

.navbar li > a {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px; }

.navbar-left li > a {
  opacity: 0.5;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }

.navbar-left li > a:hover {
  opacity: 0.8; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  opacity: 1;
  background: none; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff; }

.navbar .navbar-right {
  display: none; }

/*removed by sofian, this breaks the download button*/
/*.navbar .navbar-right li > a {
        height: 32px;
        width: 32px;
        margin: 10px 0 10px 20px;
    }*/
.navbar .navbar-right li .github {
  background: url("images/github-logo.svg") center center no-repeat; }

.navbar .navbar-right li .twitter {
  background: url("images/twitter-logo.svg") center center no-repeat; }

.navbar .navbar-right .link-button {
  background-color: rgba(255, 255, 255, 0.15) !important;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 20px;
  margin-top: 4px; }

.navbar-collapse {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  border: none; }

.navbar-inverse .navbar-toggle:focus {
  background-color: transparent; }

.navbar-inverse .navbar-toggle:hover {
  background-color: rgba(94, 87, 184, 0.6); }

/*----- Hackathon Banner -----*/
.hackathon-banner {
  text-align: center;
  background-image: url(/Content/images/Java_Challenge_Banner_Ad_Background.png);
  background-repeat: repeat;
}

/*----- Updates Banner -----*/
.updates-banner {
  background-color: #FFCC00;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  position: relative; 
}

.updates-banner .container p {
  margin: 5px 0;
  padding-right: 42px; 
}

.updates-banner .dismiss-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42px;
  cursor: pointer; 
}

.updates-banner .dismiss-btn {
  opacity: 0.5;
  cursor: pointer; 
}

.updates-banner .dismiss-btn:hover {
  opacity: 1; 
}

.updates-banner .dismiss-btn:after {
  content: "\00d7";
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-left: 10px;
}

.updates-banner.home p {
  text-align: center;
  padding: 0 12%; 
}

.updates-banner.home .dismiss-btn {
  display: none; 
}
                                                                                                                                                                                                            																																																			}
/*---- OnPrem Link -----*/
.onprem {
    background-color: #d2d2d2;
    position: relative;
    z-index: 5;
    display: block; 
}
.onprem container {
    margin: auto;
    width: 100%;
    height: 50px;
    max-width: 960px; 
}
.onprem div {
    padding: 2px 2px;
    color: #888888;
    line-height: 20px;
    font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

.onprem p {
    padding: 5px 0px;
    color: #888888;
    line-height: 20px;
    font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

/*---- Navbar Dropdown -----*/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

/*----Landing Page Sections -----*/
.section-gray {
    background-color: #e7e7e7;
}
.section-blue {
    background-color: #0072c6;
}

.fullWidth {
    clear: both;
    display: block;
    overflow-x: hidden;
    padding-bottom: 20px;
}
.fullWidth h2 {
    color: #000;
    font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica,sans-serif;
    font-size: 30px !important;
    font-weight: 300;
    margin-bottom: 10px;
}
.fullWidth h3 {
    font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica,sans-serif;
    font-size: 18.67px;
    font-weight: 300;
    color: #000;
    outline: none;
}
.fullWidth p {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 14px;}
.fullWidth text {
    font-family: 'Segoe UI Light', 'Segoe UI', Arial, Helvetica,sans-serif;
    font-size: 17px;
    text-align: "center";
}
.home-section { 
    max-width:980px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.column { 
    max-width: 290px;
    width:29.33%
}
.columnWide {
    max-width: 636px;
}
.left {
    float: left;
}
.right {
    float:right;
}
.column + .left {
    margin-right: 50px;
}
.column + .right {
    margin-left: 50px;
}
.column3 {
    width: 33.3%;
    min-width: 230px;
    float: left;
    padding-right: 40px;
}
.column3 h2 {
    margin-bottom: 20px;
}
.column3 h3 {
    margin-bottom: 0 !important
}																																																																																																												
.last {
    padding-right: 0;
}

/*---- Checklist Hero----*/
.checks-hero {
    list-style-position: inside;
    color: #fff;
    font-size:14px;
    margin-bottom: 45px;
    padding-left:0;
}																																																																																																				
.checks-hero li {
    margin-bottom: 10px;
}

/*---- Checklist Reg ----*/
.checks {
    list-style-position: inside;
    color: #fff;
    font-size:14px;
    margin-bottom: 45px;
}																																																																																																				
.checks li {
    margin-bottom: 10px;
}

.greenButton {
    background-color: #008000;
    padding: 15px 10px;
    display: inline-block;
    border: 2px solid white;
    width: 250px !important;
    text-align: center;
    font-size: 18px;
    color: white;
    margin-top: 6px;
}

.button-container {
  padding: 40px 0 20px; }

/*---- other ----*/
.other {
    padding: 20px 0 20px; 
}

/*---- Landing Page Feedback ----*/
.overall-feedback {
    background-color: rgba(181, 160, 255, 0.2);
    padding: 5px 0 100px; 
    margin: 0 auto;
}
.overall-feedback .feedback .widget {
    padding: 5px;
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 40px;
}

.overall-feedback .feedback h3 {
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    margin-top: 0;
    display: inline-block;
    text-align: center;
}

.overall-feedback .feedback .charCount {
    display: inline-block;
    font-size: 1.6rem;
    width: 30px;
    float: right; }

.overall-feedback .feedback .buttons {
    margin-top: 10px; }
  .overall-feedback .feedback .buttons button {
    background-color: rgba(55, 50, 119, 0.7);
    color: white;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-right: 5px; }
  .overall-feedback .feedback .buttons button:hover {
    background-color: #373277; }
  .overall-feedback .feedback .buttons button:disabled {
    opacity: 0.3;
    background-color: rgba(55, 50, 119, 0.7); }

.overall-feedback .feedback .progress-spinner {
    display: inline;
    margin-left: 2px; }
    .overall-feedback .feedback .progress-spinner span {
        height: 8px;
        width: 8px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        margin: 0 1px;
        display: inline-block;
        opacity: 0.5;
        background-color: #007ACC;
        -webkit-animation: 1s pulse infinite;
        animation: 1s pulse infinite; }
    .overall-feedback .feedback .progress-spinner span:nth-of-type(1) {
        -webkit-animation-delay: 0.33333s;
        animation-delay: 0.33333s; }
    .overall-feedback .feedback .progress-spinner span:nth-of-type(2) {
        -webkit-animation-delay: 0.6666s;
        animation-delay: 0.6666s; }
    .overall-feedback .feedback .progress-spinner span:nth-of-type(3) {
        -webkit-animation-delay: 0.9999s;
        animation-delay: 0.9999s; }

/*----- Downloads -----*/
.alt-downloads {
  background-color: white;
  padding: 50px 0 170px;
  text-align: center; }
  .alt-downloads .download {
    padding: 0 25px;
    display: inline-block;
    vertical-align: top; }
  .alt-downloads .logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto; }
    .alt-downloads .logo.windows {
      background: url("images/windows-logo.png") center center no-repeat; }
    .alt-downloads .logo.mac {
      background: url("images/apple-logo.svg") center center no-repeat; }
    .alt-downloads .logo.linux {
      background: url("images/linux-logo.png") center center no-repeat; }
  .alt-downloads .link-button {
    background-color: #373277;
    color: white;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 14px;
    width: 220px; }
    .alt-downloads .link-button:hover {
      background-color: rgba(55, 50, 119, 0.8); }
  .alt-downloads .sublink {
    display: block;
    font-size: 12px; }
  .alt-downloads .terms {
    color: #6C6C6C;
    padding: 20px 5% 0; }

/*---- Footer ----*/
footer {
  background-color: #333;
  font-size: 12px;
  color: white;
  padding: 25px 0; }
  footer .left {
    font-size: 14px; }
  footer .message {
    display: none; }
  footer .twitter-follow-button {
    vertical-align: bottom; }
  footer .right {
    margin-top: 10px; }
  footer .right > * {
    display: inline-block;
    vertical-align: top; }
  footer .links {
    padding: 0;
    margin-right: 30px; }
    footer .links li {
      display: inline-block;
      padding-right: 20px; }
    footer .links a {
      color: white; }
      footer .links a:hover {
        color: #B4A0FF;
        text-decoration: none; }
  footer .copyright .logo {
    display: block;
    margin-bottom: 2px; }

/*---- Docs -----*/
.docs .body {
  line-height: 1.6; }

.docs h1 {
  margin-bottom: 15px; }

.docs h2 {
  margin-top: 30px;
  margin-bottom: 10px; }

.docs img {
  max-width: 100%;
  display: block; }

.docs .keybinding {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #007ACC;
  background-color: #f4f2f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .docs .keybinding.osx {
    font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif; }

.docs #confirmation {
  padding: 10px 15px;
  display: none; }

#docs-navbar.affix,
#docs-subnavbar.affix {
  position: static;
  top: 0; }

#docs-navbar {
  padding: 15px 0;
  display: none; }

#docs-subnavbar {
  padding-top: 15px;
  padding-bottom: 15px; }

.docs-nav h4,
#docs-subnavbar h4 {
  margin-top: 0; }

#docs-navbar h4 {
  padding-left: 15px; }

#docs-subnavbar h4 {
  padding-left: 10px; }

#docs-navbar > .nav a {
  padding-left: 10px; }

#docs-navbar ul {
  list-style: none;
  padding: 0; }

#docs-navbar .nav li a {
  border-left: 1px solid #CCC;
  display: block; }
  #docs-navbar .nav li a:hover {
    background: none;
    color: #444;
    text-decoration: none !important;
    border-color: #a39fd6; }
  #docs-navbar .nav li a:focus {
    background: none; }

#docs-navbar .nav > li > a {
  padding: 8px 15px;
  font-size: 14px; }

#docs-navbar .nav > li li > a {
  padding: 5px 25px;
  position: relative; }

#docs-navbar .nav .docs-home {
  padding-bottom: 16px; }

#docs-navbar .nav > li > .area {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase; }

#docs-navbar .nav .panel {
  /* Have to reset panel for accordion effect to work */
  margin-bottom: inherit;
  background-color: inherit;
  border: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit; }
  #docs-navbar .nav .panel.expanded a {
    border-color: #373277; }
  #docs-navbar .nav .panel.expanded > a:hover {
    background: url("expand-up.svg") 110px 5px no-repeat;
    background-size: 24px; }
  #docs-navbar .nav .panel.collapsed > a:hover {
    background: url("expand-down.svg") 110px 5px no-repeat;
    background-size: 24px; }

#docs-navbar .nav .collapsing {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s; }

#docs-navbar .nav li a,
#docs-subnavbar .nav li a {
  color: #707070; }

#docs-subnavbar .nav li a {
  padding: 5px 10px; }

#docs-subnavbar .nav li a:before {
  content: "{";
  color: #bbb;
  position: absolute;
  font-size: 16px;
  top: 1px;
  left: 0;
  display: none; }

#docs-subnavbar .nav li a:hover {
  background: none;
  color: #444; }

#docs-subnavbar .nav li a:hover:before {
  font-weight: bold;
  display: block; }

/* Main Nav active */
#docs-navbar > .nav > .active > a,
#docs-navbar > .nav > .active .active > a {
  color: #373277 !important; }

#docs-navbar > .nav > .active > a:not(.area),
#docs-navbar > .nav > .active .active > a {
  font-weight: bold; }

#docs-navbar > .nav .active .active a:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #373277;
  top: 10px;
  left: -4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

/* Subnav L1 active */
#docs-subnavbar .nav > .active > a {
  color: #007ACC;
  font-weight: bold; }

#docs-subnavbar .nav > .active > a:before {
  color: #007ACC;
  display: block; }

/* Subnav L2 active */
#docs-subnavbar .nav > .active > .nav > .active > a {
  color: #B4A0FF; }

#small-nav {
  padding: 5px 0; }

#small-nav > * {
  display: inline-block; }

#small-nav > select {
  margin-left: 12px; }

#small-nav #small-nav-dropdown {
  margin-right: 15px; }

#small-nav .social-buttons {
  vertical-align: text-top;
  display: inline-block; }

#small-nav .social-buttons .fb-like {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top; }

#docs-subnavbar .twitter-share-button,
#docs-subnavbar .fb-like {
  margin-top: 15px;
  margin-left: 10px;
  width: 50%; }

#docs-subnavbar .fb-like {
  display: block; }

.docs .body-footer {
  border-top: 1px solid #e8e8e8;
  margin-top: 30px;
  padding-top: 10px;
  font-size: 14px;
  color: #999; }

.docs .feedback .widget {
  background-color: rgba(181, 160, 255, 0.2);
  padding: 20px;
  font-size: 1.3rem;
  margin-top: 40px; }

.docs .feedback h3 {
  font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-top: 0;
  display: inline-block;
  width: 80%; }

.docs .feedback .charCount {
  display: inline-block;
  width: 20%;
  font-size: 1.6rem;
  text-align: right; }

.docs .feedback .buttons {
  margin-top: 10px; }
  .docs .feedback .buttons button {
    background-color: rgba(55, 50, 119, 0.7);
    color: white;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-right: 5px; }
  .docs .feedback .buttons button:hover {
    background-color: #373277; }
  .docs .feedback .buttons button:disabled {
    opacity: 0.3;
    background-color: rgba(55, 50, 119, 0.7); }

.docs .feedback .progress-spinner {
  display: inline;
  margin-left: 2px; }
  .docs .feedback .progress-spinner span {
    height: 8px;
    width: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 1px;
    display: inline-block;
    opacity: 0.5;
    background-color: #007ACC;
    -webkit-animation: 1s pulse infinite;
    animation: 1s pulse infinite; }
  .docs .feedback .progress-spinner span:nth-of-type(1) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s; }
  .docs .feedback .progress-spinner span:nth-of-type(2) {
    -webkit-animation-delay: 0.6666s;
    animation-delay: 0.6666s; }
  .docs .feedback .progress-spinner span:nth-of-type(3) {
    -webkit-animation-delay: 0.9999s;
    animation-delay: 0.9999s; }

.docs .hero-videos {
  margin-top: 10px;
  margin-bottom: 20px; }

.docs .hero-videos .video .screen {
  height: 200px;
  width: 100%;
  background: url("images/hero-video-frame.png") left top no-repeat;
  background-size: cover;
  position: relative; }

.docs .hero-videos .video .screen .video-btn {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: 100px; }


.section {
    padding: 5px 15px;
    background-color: #F3F3F3;
}
.section h3 {
    color: #373277;
    font-weight: bold;
}

/*----- Banner -----*/
.jumbotron {
  background-color: #373277;
  color: white;
  font-size: 30px;
  padding: 25px 0 0; }
  .jumbotron p {
    font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6); }
  .jumbotron .subtext {
    font-size: 14px;
    margin-bottom: 0; }
  .jumbotron.home h1 {
    font-size: 50px;
    margin-bottom: 30px; }
  .jumbotron .terms {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    display: inline-block; }
  .jumbotron.home {
    text-align: center;
    margin-bottom: 0; }
    .jumbotron.home .lead {
      padding: 0 5%; }
    .jumbotron.home .link-button {
      background-color: rgba(255, 255, 255, 0.15);
      color: white;
      margin: 15px 0 10px; }
    .jumbotron.home .screenshot {
      height: 400px;
      background-image: url("images/javavsts_high.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top center;
      position: relative;
      margin-top: 0px; }
      .jumbotron.home .screenshot.osx {
        background-image: url("images/javavsts_high.png"); }
      .jumbotron.home .screenshot.linux {
        background-image: url("images/javavsts_high.png"); }
      .jumbotron.home .screenshot .video-btn {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 40%; }

/*---- Themes -----*/
.themes {
  padding: 40px 0 60px; }
  .themes .header {
    padding-bottom: 20px; }
    .themes .header p {
      font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
      font-size: 18px; }
  .themes .carousel .carousel-control {
    display: none;
    background: none; }
  .themes .carousel .carousel-indicators {
    bottom: -50px; }
    .themes .carousel .carousel-indicators li {
      width: 12px;
      height: 12px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      border-color: #373277;
      margin-left: 4px;
      margin-right: 4px; }
      .themes .carousel .carousel-indicators li.active {
        background-color: #373277;
        width: 16px;
        height: 16px;
        margin-bottom: -1px; }
  .themes .carousel .screenshot {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover; }
    .themes .carousel .screenshot.language {
      background-image: url("images/language.png"); 
      border:thin solid black }
    .themes .carousel .screenshot.git {
      background-image: url("images/clone.png"); 
      border:thin solid black }
    .themes .carousel .screenshot.debug {
      background-image: url("images/PullRequestValidationBuild.png");
      border:thin solid black }
    .themes .carousel .screenshot.build {
      background-image: url("images/BuildStep_ChoseMavenOptions.Cropped.Scaled.png");
      border:thin solid black }
  .themes .carousel .carousel-caption {
    text-align: left;
    height: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 0;
    background: rgba(0, 0, 0, 0.65); }
    .themes .carousel .carousel-caption h3 {
      margin-top: 0; }

/*---- Connect ----*/
.connect .banner-text {
  font-family: wf_segoe-ui_light, wf_segoe-ui_semilight, wf_segoe-ui_normal, "HelveticaNeue-Thin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.6em;
  margin-top: 20px; }

.connect .callouts {
  margin: 40px 0; 
}
.callouts .col-center {
        float: none;
    margin: 0 auto;
}
.connect .callout {
  margin-bottom: 10px; }
  .connect .callout .icon {
    height: 100px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 64px;
    display: block;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .connect .callout .icon.insiders {
      background-image: url("images/connect-group-icon.svg");
      background-color: #4d1b5e; }
    .connect .callout .icon.stackoverflow {
      background-image: url("/Content/images/connect-stackoverflow-icon.svg");
      background-color: #e08622; }
    .connect .callout .icon.group {
      background-image: url("images/connect-group-icon.svg");
      background-color: #d65600; }
    .connect .callout .icon.uservoice {
      background-image: url("images/connect-uservoice-icon.svg");
      background-color: #1a2833; }
    .connect .callout .icon.youtube {
      background-image: url("images/connect-youtube-icon.png");
      background-color: #e52d27; }
    .connect .callout .icon.twitter {
      background-image: url("images/connect-twitter-icon.svg");
      background-color: #00a0d1; }
    .connect .callout .icon.facebook {
      background-image: url("images/connect-facebook-icon.png");
      background-color: #3b5998; }
  .connect .callout:hover .icon.insiders {
    background-color: #68217a; }
  .connect .callout:hover .icon.stackoverflow {
    background-color: #fc9a24; }
  .connect .callout:hover .icon.group {
    background-color: #f26300; }
  .connect .callout:hover .icon.uservoice {
    background-color: #273b4f; }
  .connect .callout:hover .icon.youtube {
    background-color: #b31217; }
  .connect .callout:hover .icon.twitter {
    background-color: #00aced; }
  .connect .callout:hover .icon.facebook {
    background-color: #0072c6; }
  .connect .callout .text {
    height: 100px;
    padding: 12px;
    font-size: 1em; }

/*----- Issues ----*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes pulse {
  50% {
    opacity: 1; } }

@keyframes pulse {
  50% {
    opacity: 1; } }

.state {
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.state.intriage {
  background-color: #ACD8E5;
  color: #314751; }

.state.rejected {
  background-color: #E5A3AE;
  color: #66333C; }

.state.duplicate,
.state.norepro,
.state.copiedtobacklog {
  background-color: #ccc;
  color: #333; }

.state.accepted,
.state.planned {
  background-color: #EDC396;
  color: #66523E; }

.state.fixpending,
.state.fixavailable {
  background-color: #95D195;
  color: #3F543F; }

.issues h1 {
  margin-bottom: 15px; }

.issues a {
  cursor: pointer; }

.issues .submit {
  margin-top: 15px;
  background-color: #DDD;
  color: #444;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s; }
  .issues .submit:not(:disabled) {
    background-color: #373277;
    color: white; }
  .issues .submit.submitting {
    background-color: #DDD;
    color: #444; }

.issues .icon.bug {
  background-image: url("images/connect-bug-icon.svg");
  background-color: #0069aa;
  width: 125px;
  height: 125px;
  display: block;
  margin: 0px 20px 30px; }

.issues.notfound {
  margin-top: 10px;
  font-size: 20px; }
  .issues.notfound h1 {
    margin-top: 0; }
  .issues.notfound .graphic.notfound {
    width: 50%;
    margin: 0 auto;
    display: block; }

.issues #attachmentUpload {
  display: none; }

.issues .attachmentsList {
  margin-top: 5px; }

.issues .attachmentContainer {
  display: inline-block;
  background-image: url("images/Attachment.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
  padding: 5px 0 5px 20px;
  margin: 2px 0; }
  .issues .attachmentContainer > .attachmentText,
  .issues .attachmentContainer > .attachmentRemove {
    display: inline-block;
    vertical-align: middle; }
  .issues .attachmentContainer > .attachmentRemove {
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .issues .attachmentContainer > .attachmentRemove:after {
      content: "\00d7";
      opacity: 0.6;
      font-size: 20px;
      font-weight: bold;
      position: relative;
      top: -6px; }
    .issues .attachmentContainer > .attachmentRemove:hover:after {
      opacity: 1; }
  .issues .attachmentContainer.issues-confirmation {
    margin-top: 30px;
    margin-bottom: 25px; }
  .issues .attachmentContainer.issues-confirmation h1 {
    margin-top: 0; }
  .issues .attachmentContainer.issues-confirmation-visible {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s; }
  .issues .attachmentContainer .alert {
    -webkit-animation: fadeIn 0.3s;
    -moz-animation: fadeIn 0.3s;
    -o-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
    margin-bottom: 0; }
  .issues .attachmentContainer .control-label.required:after {
    content: "*";
    color: red;
    font-weight: bold;
    margin-left: 2px; }
  .issues .attachmentContainer .popover {
    max-width: 350px; }
  .issues .attachmentContainer .popover-title {
    text-transform: none; }
  .issues .attachmentContainer .popover-content img {
    width: 100%; }

.issues .attachments .attachmentContainer {
  background-color: #d7e6f3; }

.issues .attachmentsSummary {
  margin-top: 15px; }

.issues .attachmentsSummary .attachmentContainer {
  padding-left: 15px;
  background-position: -5px center; }

/* Issue List*/
.powered-by-vso {
  font-size: 14px;
  font-family: wf_segoe-ui_normal, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  display: block;
  margin-top: 5px; }

.issue-list-filter {
  margin-top: 20px;
  margin-bottom: 20px; }

.issue-list-filter .form-control {
  width: calc(100% - 100px - 10px);
  float: left; }

.issue-list-filter .submit {
  color: white;
  margin: 0px;
  padding: 0 10px;
  font-size: 14px;
  height: 34px;
  float: left;
  width: 100px;
  margin-left: 10px; }

.issue-summary {
  margin-bottom: 30px;
  word-wrap: break-word; }
  .issue-summary.issue-hidden {
    display: none; }
  .issue-summary h2 {
    font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
    text-overflow: ellipsis;
    margin-top: 0;
    color: #373277; }
  .issue-summary h2 a {
    color: #373277; }
  .issue-summary .state-detail {
    margin-bottom: 5px; }
  .issue-summary .state-detail .state {
    margin-right: 5px;
    position: relative;
    top: -2px; }
  .issue-summary .count,
  .issue-summary .count-text {
    color: #777; }
  .issue-summary .count {
    font-size: 18px; }
  .issue-summary .vote-link {
    cursor: pointer; }
  .issue-summary .count-text {
    margin-right: 10px; }
  .issue-summary .voted {
    color: #ff8000; }
  .issue-summary .status-text {
    margin-bottom: 0px;
    font-style: italic;
    color: #777; }
  .issue-summary .external-message {
    margin: 10px 0 15px;
    padding: 5px 10px;
    display: inline-block; }
  .issue-summary .comments-area {
    margin-top: 25px; }
    .issue-summary .comments-area h2 {
      font-size: 1.8rem;
      color: #444; }
    .issue-summary .comments-area .form-control {
      margin-bottom: 8px; }
    .issue-summary .comments-area #inputName {
      width: 100%; }
  .issue-summary .submit {
    background-color: #DDD;
    color: #444;
    padding: 8px 24px;
    margin: 10px 0 25px;
    font-size: 16px;
    float: left; }
  .issue-summary .confirmation {
    float: left;
    margin-top: 20px;
    margin-left: 15px; }

.issue-description {
  margin-top: 10px; }

.issue-detail-links {
  margin-bottom: 20px; }

.issue-comment {
  margin-bottom: 20px; }

.issue-comment-name {
  font-weight: bold; }

.issue-comment-meta {
  color: #777;
  font-size: 12px;
  margin-left: 2px; }

.issue-comment-external .issue-comment-teambadge {
  display: none; }

.issue-comment-internal .issue-comment-teambadge {
  background-color: #007ACC;
  color: white;
  margin-left: 5px;
  padding: 2px 6px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }

.issue-comment-local {
  webkit-animation: fadeIn 0.2s;
  -moz-animation: fadeIn 0.3s;
  -o-animation: fadeIn 0.3s;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s; }

.issue-vote {
  width: 150px; }
  .issue-vote div {
    border: 1px solid black;
    height: 100px;
    margin-bottom: 5px; }
  .issue-vote small {
    color: lightgray; }
  .issue-vote a {
    display: block;
    width: 150px;
    background: blue; }

/*----- Download Page -----*/
.downloads .hero-exp {
  display: none; }

.downloads .hero-exp.variation {
  display: block;
  margin-top: 10px; }

.downloads .hero-exp img {
  width: 100%; }

/*----- Search Page ----*/
.navbar-header .search,
.navbar-header .search-btn,
.navbar-right .search,
.navbar-right .search-btn {
  display: none; }

.search .search-form {
  margin: 20px 0; }
  .search .search-form .input-group {
    width: 100%; }
    .search .search-form .input-group .form-control {
      border-radius: 4px !important;
      padding-right: 30px; }
    .search .search-form .input-group button {
      padding: 6px 10px;
      background-color: transparent; }
      .search .search-form .input-group button:hover {
        color: #007ACC; }
      .search .search-form .input-group button:focus {
        outline: none; }
      .search .search-form .input-group button:active {
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
  .search .search-form .input-group-btn {
    position: absolute;
    right: 0;
    width: 36px;
    z-index: 5; }

.nav .search-form {
  margin: 10px 10px 0 0; }
  .nav .search-form .form-control {
    opacity: 0.5;
    border: none;
    height: 28px;
    padding: 6px 30px 6px 8px;
    -webkit-transition: opacity 0.08s ease-in;
    -moz-transition: opacity 0.08s ease-in;
    -o-transition: opacity 0.08s ease-in;
    transition: opacity 0.08s ease-in; }
  .nav .search-form:hover .form-control,
  .nav .search-form .form-control:focus {
    opacity: 1; }
  .nav .search-form .input-group-btn {
    width: 28px; }
  .nav .search-form .input-group button {
    padding: 4px 6px; }

.navbar-header .search {
  position: relative;
  float: right;
  width: 150px; }

.navbar-header .search-btn {
  position: relative;
  float: right;
  margin-top: 8px;
  border: none; }

.navbar .search-btn {
  color: #FFFFFF;
  height: 32px;
  padding: 7px 10px;
  margin-right: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 0.08s ease-in;
  -moz-transition: opacity 0.08s ease-in;
  -o-transition: opacity 0.08s ease-in;
  transition: opacity 0.08s ease-in; }
  .navbar .search-btn:focus {
    outline: none;
    background-color: transparent;
    opacity: 1; }
  .navbar .search-btn:hover {
    opacity: 1; }
  .navbar .search-btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }

.search .count {
  font-size: 18px; }

.search .search-results {
  padding: 0;
  margin: 20px 0;
  list-style: none; }
  .search .search-results .result {
    margin-bottom: 30px; }
    .search .search-results .result b {
      background-color: rgba(0, 122, 204, 0.15); }
    .search .search-results .result h3 {
      font-family: wf_segoe-ui_semibold, wf_segoe-ui_normal, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 2.4rem;
      text-overflow: ellipsis;
      margin-top: 0; }
      .search .search-results .result h3 a {
        color: #373277; }
  .search .search-results .snippet {
    margin-top: 10px; }

@media (min-width: 480px) {
  .navbar-left .search {
    display: none; } }

@media (min-width: 480px) and (max-width: 599px) {
  .navbar-header .search-btn {
    display: block; } }

@media (min-width: 600px) and (max-width: 767px) {
  .navbar-header .search {
    display: block; } }

@media (min-width: 768px) {
  .navbar-right .search-small {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-right .search-btn {
    display: block; } }

@media (min-width: 992px) {
  .navbar-right .search {
    display: block; }
  .navbar-right .search-small {
    display: none; } }

/*----- Media Queries -----*/
@media (min-width: 400px) {
  h1 {
    font-size: 3.6rem !important; }
  .video-btn {
    height: 100px;
    width: 100px; }
  footer {
    height: 120px; }
  footer .message {
    display: inline-block; }
  footer .twitter-follow-button {
    height: 20px;
    /* DO NOT REMOVE: Weird prerendering issue, causes scrollbar to show if not set */
    margin-left: 15px; } }

@media (max-width: 480px) {
  .connect {
    font-size: 1rem; }
  .connect .callout {
    width: 100%;
    margin-bottom: 0; } }

@media (min-width: 480px) {
  .powered-by-vso {
    display: inline;
    margin-top: 0;
    margin-left: 10px; } }

@media (min-width: 600px) {
  .issue-summary .comments-area #inputName {
    width: 60%; }
  .docs .feedback {
    width: 75%; }
  .docs .hero-videos .video .screen {
    height: 250px; } }

@media (max-width: 600px) {
  .getting-started .logos {
    display: none; } }

@media (max-width: 768px) {
  .navbar.home > .container {
    background-color: rgba(0, 0, 0, 0.3); }
  .navbar .navbar-brand {
    margin-left: 15px; }
  .navbar-inverse .navbar-nav > li > a {
    opacity: 1; }
  .connect {
    font-size: 1.2rem; } }

@media (min-width: 768px) {
  h1 {
    font-size: 4rem !important; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 2.2rem; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .navbar .navbar-right {
    display: block; }
  .alt-downloads .terms {
    padding: 20px 10%; }
  #docs-navbar,
  #docs-subnavbar {
    font-size: 12px;
    width: 175px; }
  #small-nav .social-buttons {
    display: none; }
  .docs {
    font-size: 16px; }
  .docs .feedback {
    width: 75%; }
  .powered-by-vso {
    float: right;
    margin-top: 22px; }
  .issue-list-filter .form-control {
    width: calc(100% - 150px - 10px); }
  .issue-list-filter .submit {
    width: 150px; }
  .issues.notfound .graphic.notfound {
    width: 100%; }
  footer .right {
    margin-top: 0;
    text-align: right; } }

@media (min-width: 768px) and (max-width: 992px) {
  #docs-navbar.affix {
    position: static;
    top: 0; }
  #docs-subnavbar.affix {
    position: fixed;
    top: 20px; } }

@media (min-width: 992px) {
  #docs-navbar.affix,
  #docs-subnavbar.affix {
    position: fixed;
    top: 20px; }
  .docs h1 {
    margin-top: 0; }
  .docs .hero-videos,
  .docs .next-level {
    text-align: center; }
  .issues.notfound .graphic.notfound {
    width: 80%; } }

@media (min-width: 1200px) {
  .home h1 {
    font-size: 4.8rem !important; }
  .themes-white {
    padding-top: 50px;
    padding-bottom: 50px; }
  .themes-white .header {
    padding-top: 10%; }
  .themes-white .carousel {
    margin: 0 20px; }
  .themes-gray {
    padding-top: 50px;
    padding-bottom: 50px; }
  .themes-gray .header {
    padding-top: 10%; }
  .themes-gray .carousel {
    margin: 0 20px; }
  .alt-downloads .terms {
    padding: 20px 20%; }
  .docs .section {
    height: 450px; } 
}

