/* Generated by less 2.5.1 */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/* COLORS */
p.alert {
  color: #ffc107;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
/* BASE */
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #ffc107;
}
body {
  font-family: 'Roboto', sans-serif;
  color: #455a64;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: #607d8b;
  overflow: hidden;
  font-size: 1em;
}
button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  background: #cfd8dc;
  padding: 5px;
  border: 0 none;
  border-radius: 3px;
  border: 1px solid rgba(207, 216, 220, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
button:hover {
  cursor: pointer;
  background: #ffc107;
}
code {
  font-family: 'Roboto Mono', monospace;
  font-size: inherit;
}
strong,
bold {
  font-weight: 700;
}
.material-icons.active {
  color: #ffc107;
}
[ng-click] {
  cursor: pointer;
}
::-webkit-input-placeholder {
  font-size: 0.8em;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8em;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.8em;
}
/* REUSABLE ELEMENTS */
.center {
  text-align: center;
}
.shadow2 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.shadow1 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.fb100 {
  flex: 1 0 99%;
  text-align: center;
}
/* BASE TABLES & INPUTS */
table {
  table-layout: fixed;
  padding: 10px;
  border-collapse: collapse;
}
thead {
  text-align: left;
}
th {
  font-weight: 400;
}
td,
th {
  padding: 10px;
}
input,
input:focus,
input:active {
  border: 0 none;
  outline: none;
}
input::placeholder,
input:focus::placeholder,
input:active::placeholder {
  color: black;
}
/* MAJOR DIVS */
#HEADER,
#MENU {
  color: #ffffff;
}
#HEADER {
  background: #607d8b;
  padding: 20px;
}
#HEADER .title {
  font-size: 3em;
}
#MENU {
  background: #455a64;
  color: #ffffff;
  padding: 10px;
}
#MAIN {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0;
  background: white;
  position: absolute;
  TOP: 155PX;
  bottom: 0px;
}
/* HEADER ELEMENTS */
.header-image {
  height: 7em;
  float: left;
  margin-top: -20px;
  margin-left: -20px;
}
.header-tip {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 400px;
  color: #cfd8dc;
}
/* MAIN CONTAINER ELEMENTS */
.search {
  flex: 1 0 100%;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  border-color: #cfd8dc;
  border-width: 1px 0;
  background: rgba(207, 216, 220, 0.2);
  border-style: solid;
}
.search i {
  margin-left: 10px;
}
.search > input {
  width: 100%;
  padding: 10px;
  font-size: 1.3em;
  background: rgba(0, 0, 0, 0);
}
.search i[ng-click]:hover {
  color: #ffc107;
}
.question-button {
  flex: 1 0 200px;
  margin-right: 20px;
}
.main-table {
  width: 65vw;
}
.main-table tbody {
  display: block;
  overflow-y: auto;
  width: 65vw;
  max-height: 67vh;
  border-bottom: solid 1px #cfd8dc;
}
/*.main-table th,
.main-table td {
    &:nth-of-type(1) {
        width: 50px;
    }
    &:nth-of-type(2),
    &:nth-of-type(3) {
        width: 180px;
    }
    &:nth-of-type(4),
    {
        width: 330px;
    }
}*/
.main-table th:nth-of-type(1),
.main-table td:nth-of-type(1) {
  width: 10%;
}
.main-table th:nth-of-type(2),
.main-table td:nth-of-type(2),
.main-table th:nth-of-type(3),
.main-table td:nth-of-type(3),
.main-table th:nth-of-type(5),
.main-table td:nth-of-type(5) {
  width: 20%;
}
.main-table th:nth-of-type(4),
.main-table td:nth-of-type(4) {
  width: 30%;
}
.main-table tr {
  border-bottom: 1px solid rgba(207, 216, 220, 0.2);
}
.main-table tr:hover:not(.head):not(.active) {
  background: #cfd8dc;
  cursor: pointer;
}
.main-table tr.active {
  background: rgba(255, 193, 7, 0.5);
}
.main-table thead tr {
  border-bottom: 3px solid rgba(207, 216, 220, 0.2);
}
.description,
.main-table {
  border-color: #cfd8dc;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.thead-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}
.thead-icons.inactive {
  color: rgba(207, 216, 220, 0.2);
}
/* CATEGORY FILTER POPUP */
.category-filter {
  position: fixed;
  z-index: 3;
  padding: 10px 20px 20px 20px;
  top: 50px;
  left: 50px;
  background: #cfd8dc;
  color: #212121;
  border-radius: 5px;
  width: 40%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.category-filter form {
  display: flex;
  flex-wrap: wrap;
}
.category-filter span,
.category-filter button {
  margin: 5px;
  flex: 0 1 30%;
}
.category-filter button {
  background: #607d8b;
  color: white;
}
.filter-title {
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #607d8b;
  font-size: 1.2em;
}
/* DESCRIPTION CONTAINER ELEMENTS */
.description {
  width: 35%;
  padding: 20px 20px 50px 20px;
  overflow-y: scroll;
  height: 100%;
  line-height: 1.5em;
}
.example-code {
  background: rgba(207, 216, 220, 0.2);
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 0.8em;
  margin: 5px 0 40px 0;
}
.description code {
  color: black;
}
.example-title,
.example-flag {
  display: inline-block;
}
.example-title {
  font-weight: 700;
  width: 29%;
}
.example-flag {
  font-weight: 400;
  font-family: 'Roboto Mono', monospace;
  text-align: right;
  width: 70%;
}
