@import url("tabs.css");

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222;
  font-size: 14px;
  line-height: 24px;
}

.home-header {
	height: 500px;
	background-image:url(../img/layer3.jpg);
	background-size: cover;
}

header#h {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: white;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
header#h img#logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 84px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 6px;
}
header#h ul {
	list-style-type: none;
	display: inline-block;
	float: right;
}
header#h ul:not(#fpish-login-frame-container) {
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header#h ul li {
	display: inline-table;
}
header#h ul li a {
    padding: 5px 7px;
    line-height: 36px;
    color: #333;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}
header#h ul li a:hover {
    color: #aaa;
    text-decoration: none;
}

header#h.smaller {
    height: 50px;
    background-color: #eee;
}
header#h.smaller img#logo {
    height: 42px;
    line-height: 50px;
    font-size: 30px;
    margin-top: 3px;
}
header#h.smaller ul:not(#fpish-login-frame-container) {
    margin-top: 5px;
}

header#h.smaller ul li a:hover {
    color: #aaa;
    text-decoration: none;
}
/*----------------------*/
header#h.mobile-only {
	height: auto;
	padding-bottom: 20px;
	clear: both;
	position: relative;
}
header#h.mobile-only ul {
	float: left;
	width: 100%;
	padding-left: 0;
}
header#h.mobile-only ul li {
	background-color: #efefef;
	margin-bottom: 2px;
	padding-left: 1em;
	display: block;
}
header#h.mobile-only ul li:hover {
	background-color: #ddd;
}
header#h.mobile-only ul li a {
	display: block;
}
header#h.mobile-only ul li a:hover {
	color: #333;
}
header#h.mobile-only .menu-login-button .form-toggle {
	right:-250px;
}

/*----------------------*/
header#h .menu-login-button {
	display: inline-block;
}

/*----------------------*/
header#h .menu-login-button h1 {
	color: #444;
	font-size: 16px;
}

/*----------------------*/
.checkmark {
	font-size: 16px;
	color: greenyellow;
}


.hero-slider {
  padding: 0px;
  position: relative;
}
.hero-slider .slides li {
  height: 650px;
  overflow: hidden;
  position: relative;
}
.hero-slider .slides li h1 {
  font-size: 38px;
  line-height: 56px;
  margin-bottom: 40px;
}
.hero-slider .slides li .btn {
  margin-right: 16px;
}
.hero-slider .flex-direction-nav a {
  color: rgba(0, 0, 0, 0);
}
.flex-direction-nav a:before {
  top: 17px;
  font-size: 36px;
  left: 10px;
}
.flex-direction-nav a.flex-next:before {
  left: -10px;
}



.hero-slider .slides li.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #222222;
}


.hero-divider {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.hero-divider:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.4;
  z-index: 2;
  background-color: #333333;
}
.hero-divider .btn {
  margin-right: 16px;
  margin-top: 24px;
}
.hero-divider .btn:last-child {
  margin-right: 0px;
}
.hero-divider .container {
  position: relative;
  z-index: 3;
}
.hero-divider h1 {
  margin-bottom: 32px;
}
/*********** Downloads ***********/
p.downloads-infobox {
	padding:20px;
	background-color:#d9edf7;
	color:#222;
}
.downloads-table table.table {
	width: auto;
}
.downloads-table table.table thead tr th.download-number {
	text-align: center;
	width: 60px;
}
.downloads-table table.table thead tr th.download-component {
	width: 300px;
}
.downloads-table table.table thead tr th.download-sources {
	text-align: center;
	width: 100px;
}
.downloads-table table.table thead tr th.download-sample {
	text-align: center;
	width: 120px;
}
.downloads-table table.table thead tr th.download-nuget {
	text-align: center;
	width: 160px;
}
.downloads-table table.table thead tr th.download-release-date {
	text-align: center;
	width: 220px;
}

.downloads-table table.table tbody tr td.download-number {
	text-align: center;
}
.downloads-table table.table tbody tr td.download-sources {
	text-align: center;
}
.downloads-table table.table tbody tr td.download-sample {
	text-align: center;
}
.downloads-table table.table tbody tr td.download-nuget {
	text-align: center;
}
.downloads-table table.table tbody tr td.download-release-date {
	text-align: center;
}

.dropdown-menu {
    top: unset;
    right: 80px;
    left: unset;
    margin-top: 0px;
}

.mdl-layout__drawer > .mdl-layout-title {
    background-color: #3F51B5;
    color: white;
    line-height: 48px;
}

.mdl-textfield {
  padding: 16px 0;
}

.mdl-textfield.is-focused .mdl-textfield__input {
  border-bottom: solid 1px white;
}

.mdl-textfield.is-focused .search-holder {
    border-radius: 8px;
    background-color: rgb(86, 103, 197);
    padding-left: 10px;
    padding-bottom: 2px;
}

.mdl-textfield--expandable .mdl-button--icon {
  top: unset !important;
}

.mdl-textfield .mdl-button {
    position: relative;
    bottom: unset !important;
}

.mdl-textfield .mdl-navigation__link {
  transition: visibility 0.1s;
}

.mdl-textfield.is-focused .mdl-navigation__link {
  visibility: hidden;
}

.mdl-textfield {
  display: flex;
  align-items: center;
}
.mdl-textfield__expandable-holder {
  margin-left: 0px;
}

.mdl-navigation__link, .mdl-navigation__link:hover {
    color: initial;
    text-decoration: none;
    margin: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    letter-spacing: unset;
    opacity: unset;
}

.mdl-layout-title .mdl-navigation__link, .mdl-layout-title .mdl-navigation__link:hover {
    color: inherit;
}

.dev-submenu {
    max-height: 50px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
}

.mdl-navigation__link.active {
  font-weight: 900;
}


/* HEADER */
.mdl-layout__header {
    min-height: 48px;
    max-height: 48px;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.mdl-layout-title {
    font-size: 18px;
}

.mdl-layout__drawer {
    border-right: none;
}

.mdl-layout__drawer > .mdl-layout-title {
    background-color: #3F51B5;
    color: white;
    line-height: 48px;
}

.mdl-layout__drawer-button {
    margin: 0;
    color: white;
    line-height: 48px;
}

.mdl-layout__header-row {
    height: 48px;
    padding-left: 68px;
}

.mdl-layout__header-row .mdl-button {
    color: white;
}

.mdl-layout__header-row .mdl-button + .mdl-button {
    margin-left: 8px;
}

.mdl-button.condensed {
    height: 32px;
    padding: 0 14px;
    line-height: 32px;
}

.mdl-layout-title > a {
    color: inherit;
    text-decoration: inherit;
}

.material-icons {
    line-height: inherit !important;
}

.mdl-textfield .mdl-navigation__link {
    transition: visibility 0.1s;
}

.mdl-textfield .mdl-button {
    position: relative;
    bottom: unset !important;
}

.mdl-navigation .mdl-button {
    font-size: 14px;
    font-weight: 500;
}

a.mdl-button:hover {
  text-decoration: none;
}

.login-panel {
  line-height: 48px;
}

.login-panel > .mdl-button {
  height: 32px;
  width: 32px;
}
a.mdl-navigation__link.nav-menu-link.login-link {
    display: block !important;
}

.login-panel .material-icons {
    margin-top: -2px;
}

.open > .shown > .dropdown-menu {
    display: block;
}