html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* change colours to suit your needs */
del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* change border colour to suit your needs */
:focus {
  outline: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

input, select {
  vertical-align: middle;
}

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

ol, ul {
  list-style: none;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.no-transition {
  transition: none !important;
}

.wrapword, .page-title h1, .general-form .input-text-static .data, .general-form .input-static .data {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body {
  font-size: 12px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  color: #333;
  background: #fff;
}

body.with-overlay {
  overflow: hidden;
}

a {
  color: #164a7c;
  text-decoration: none;
}

button, input, select, textarea {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

hr {
  margin: 20px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d4d4;
  padding: 0;
}

.layout {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .layout {
    width: 1024px;
  }
}

.button {
  display: inline-block;
  border: 1px solid #164a7c;
  padding: 0 8px;
  height: 24px;
  line-height: 22px;
  font-weight: 14px;
  border-radius: 4px;
  background: #dcebf9;
  color: #164a7c;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.button-inline {
  float: none !important;
  margin-right: 2px;
  margin-left: 2px;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}

.button-lg {
  height: 44px;
  line-height: 42px;
  font-size: 18px;
}

.button i {
  margin-right: 8px;
}

.button-no-label i {
  margin-right: 0;
}

.button:hover {
  color: #dcebf9;
  background: #164a7c;
}

.button-disabled,
.button-disabled:hover {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #d6d4d4;
  border-color: #e7e7e7;
}

.button-no-text i {
  margin-right: 0;
}

.button-debug {
  border: 1px solid #f36f21;
  background: #fff2f2;
  color: #f36f21;
}

.button-debug:hover {
  color: #fff2f2;
  background: #f36f21;
}

.button-progress {
  height: 24px;
  background: transparent url("../images/ajax-loader.gif") no-repeat center center;
  background-size: 24px 24px;
}

.button-group {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.button-group > .button {
  border-radius: 0;
  margin-left: -2px;
  border-left-width: 0;
}

.button-group > .button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.button-group > .button-menu-toggle,
.button-group > .button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.button-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.button-menu > li > form > button,
.button-menu > li > button,
.button-menu > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border: 0;
  margin: 0;
  background: transparent;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}

.button-menu > li > form > button i,
.button-menu > li > button i,
.button-menu > li > a i {
  margin-right: 8px;
}

.button-menu > li > form > button:hover,
.button-menu > li > form > button:focus,
.button-menu > li > button:hover,
.button-menu > li > button:focus,
.button-menu > li > a:hover,
.button-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.button-menu > hr {
  margin: 5px;
}

.alert {
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0px 15px 50px;
  margin: 10px 0px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 8px;
}

.alert.alert-info {
  color: #66afe9;
  background: #dcebf9 url("../images/flash-info.png") no-repeat 10px center;
  border: 1px solid #66afe9;
}

.alert.alert-success {
  color: #46bd7e;
  background: #f2fff2 url("../images/flash-success.png") no-repeat 10px center;
  border: 1px solid #46bd7e;
}

.alert.alert-error {
  color: #f36f21;
  background: #fff2f2 url("../images/flash-error.png") no-repeat 10px center;
  border: 1px solid #f36f21;
}

.alert.alert-warning {
  color: #ffbf00;
  background: #fffce6 url("../images/flash-warning.png") no-repeat 10px center;
  border: 1px solid #ffbf00;
}

.alert.alert-warning:first-child {
  margin-top: -10px;
}

.header {
  height: 50px;
  border-bottom: 1px solid #d6d4d4;
  background: #f8f8f8;
  position: relative;
  z-index: 20;
}

.header .header-logo {
  float: left;
  padding: 5px 15px 5px;
  height: 40px;
}

.header .header-logo img {
  height: 40px;
}

.header nav {
  float: left;
}

.header nav.header-menu {
  border-right: 1px solid #d6d4d4;
}

.header nav.header-user {
  float: right;
}

.header nav > ul > li {
  float: left;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #d6d4d4;
  position: relative;
}

.header nav > ul > li > .link {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}

.header nav > ul > li > .link:hover {
  background: #164a7c;
  color: #fff;
}

.header nav > ul > li > .link > span {
  display: inline-block;
  padding: 0 10px;
}

.header nav > ul > li > .link-notifications {
  padding: 0 20px;
}

.header nav > ul > li > .link-notifications > .counter {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  line-height: 16px;
  width: 16px;
  border-radius: 8px;
  font-size: 9px;
  color: #fff;
  background: #f36f21;
  text-align: center;
}

.header nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 50px;
  left: -1px;
  background: #f8f8f8;
  border: 1px solid #d6d4d4;
  border-bottom: 0;
  min-width: 100%;
}

.header nav > ul > li:hover > ul {
  display: block;
}

.header nav.header-user > ul > li > .submenu {
  left: auto;
  right: 0;
  border-right: 0;
}

.header nav > ul > li > .submenu > li {
  border-bottom: 1px solid #d6d4d4;
}

.header nav > ul > li > .submenu > li > a {
  display: block;
  line-height: 50px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

.header nav > ul > li > .submenu > li > a:hover {
  background: #164a7c;
  color: #fff;
}

.header nav > ul > li > .submenu > li > a > span {
  display: inline-block;
  padding: 0 10px;
}

.header nav > ul > li > .submenu-notifications {
  min-width: 0;
  width: 300px;
}

.header nav > ul > li > .submenu-notifications > li {
  border-bottom: 1px solid #d6d4d4;
}

.header nav > ul > li > .submenu-notifications > li.more {
  line-height: 32px;
}

.header nav > ul > li > .submenu-notifications > li.more a {
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.header nav > ul > li > .submenu-notifications > li.more a:hover {
  background: #164a7c;
  color: #fff;
}

.header nav > ul > li > .submenu-notifications > li .notification {
  padding: 5px;
}

.header nav > ul > li > .submenu-notifications > li .notification .text {
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer {
  border-top: 1px solid #d6d4d4;
  padding: 10px 0;
  text-align: center;
  line-height: 20px;
}

.container {
  padding: 20px;
}

.breadcrumbs-container {
  padding-bottom: 20px;
}

.breadcrumbs {
  display: inline-block;
  padding: 0 11px;
  border: 1px solid #d6d4d4;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  min-height: 6px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  color: #666;
}

.breadcrumbs .navigation-pipe {
  width: 18px;
  display: inline-block;
  text-indent: -5000px;
}

.breadcrumbs a {
  display: inline-block;
  background: white;
  padding: 0 15px 0 22px;
  margin-left: -26px;
  position: relative;
  z-index: 2;
  color: #333;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #666;
}

.breadcrumbs a:after,
.breadcrumbs a:before {
  display: inline-block;
  content: ".";
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  text-indent: -5000px;
  z-index: -1;
  transform: rotate(45deg);
  border-right: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
}

.breadcrumbs a:after {
  right: -10px;
  background: white;
}

.breadcrumbs a:before {
  left: -10px;
  background: transparent;
}

.breadcrumbs a.home {
  display: inline-block;
  height: 25px;
  width: 38px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 0 -10px;
  border-radius: 3px 0 0 3px;
  font-size: 17px;
  color: #666;
  text-align: center;
  z-index: 99;
}

.breadcrumbs a.home i {
  vertical-align: -1px;
}

.breadcrumbs a.home:before {
  border: none;
}

.page-title {
  border-bottom: 1px solid #d6d4d4;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}

.page-title h1 {
  float: left;
  font-size: 26px;
  color: #666;
  line-height: 32px;
}

.page-title h1 span {
  color: #d6d4d4;
}

.page-title .buttons-box {
  float: right;
  padding: 6px 0;
  white-space: nowrap;
}

.page-title .buttons-box .button-label {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  font-style: italic;
}

.page-title .buttons-box > div {
  display: inline-block;
  line-height: 24px;
}

.page-title .buttons-box .button.active {
  background: #fff2f2;
  color: #f36f21;
  border: 1px solid #f36f21;
}

.page-title .buttons-box > .button,
.page-title .buttons-box > .button-group {
  margin-left: 12px;
}

.page-title .search-popup-container {
  display: block;
  position: relative;
  z-index: 10;
}

.page-title .search-popup-trigger {
  margin-left: 10px;
}

.page-title .search-popup-trigger:hover {
  background: #fff2f2;
}

.page-title .search-popup {
  display: none;
  position: absolute;
  right: 100%;
  color: #f36f21;
  background: #fff2f2;
  padding: 10px 20px 10px 10px;
  border: 1px solid #f36f21;
  border-radius: 5px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.page-title .search-popup-container.open {
  z-index: 20;
  width: auto;
}

.page-title .search-popup-container.open .search-popup {
  display: inline-block;
}

.page-title .search-popup-title {
  padding-bottom: 10px;
  font-size: 13px;
}

.instructions-container {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.instructions-container ul {
  margin-left: 35px;
  list-style-type: disc;
}

.instructions-container a {
  color: #66afe9;
}

.table-container {
  padding-bottom: 20px;
}

.table-container > div {
  vertical-align: top;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
}

.table-container table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  line-height: 20px;
  background: #e7e7e7;
  border-top: 1px solid #d6d4d4;
  font-size: 14px;
  white-space: nowrap;
}

.table-container table thead th:first-child {
  border-left: 1px solid #d6d4d4;
}

.table-container table thead th.sort a i {
  margin-right: 4px;
}

.table-container table thead th input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

.table-container table thead th input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.table-container table thead th .select2-container,
.table-container table thead th select {
  display: block;
  width: 100%;
}

.table-container table thead th .js-filter-select {
  height: 30px;
  line-height: 30px;
  -webkit-appearance: menulist-button;
  border: 1px solid #d6d4d4;
}

.table-container table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.table-container table tbody td {
  padding: 8px 10px;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  line-height: 20px;
}

.table-container table tbody td:first-child {
  border-left: 1px solid #d6d4d4;
}

.table-container table .col-5 {
  width: 5%;
}

.table-container table .col-10 {
  width: 10%;
}

.table-container table .col-15 {
  width: 15%;
}

.table-container table .col-20 {
  width: 20%;
}

.table-container table .col-25 {
  width: 25%;
}

.table-container table .col-30 {
  width: 30%;
}

.table-container table .col-35 {
  width: 35%;
}

.table-container table .col-notifications {
  width: 3%;
  text-align: center;
}

.table-container table .col-actions {
  text-align: right;
  width: 10%;
}

.table-container table .cert-list-notifications {
  position: relative;
  z-index: 1;
}

.table-container table .cert-list-notifications:hover {
  z-index: 10;
}

.table-container table .cert-list-notifications .link {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
}

.table-container table .cert-list-notifications:hover .link {
  background: #164a7c;
  color: #fff;
}

.table-container table .cert-list-notifications .link > .counter {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  line-height: 16px;
  width: 16px;
  border-radius: 8px;
  font-size: 9px;
  color: #fff;
  background: #f36f21;
  text-align: center;
}

.table-container table .cert-list-notifications .list {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  background: #f8f8f8;
  border: 1px solid #d6d4d4;
  border-bottom: 0;
  width: 300px;
  text-align: left;
}

.table-container table .cert-list-notifications:hover .list {
  display: block;
}

.table-container table .cert-list-notifications .list > li {
  border-bottom: 1px solid #d6d4d4;
}

.table-container table .cert-list-notifications .list > li.more {
  line-height: 32px;
}

.table-container table .cert-list-notifications .list > li.more a {
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.table-container table .cert-list-notifications .list > li.more a:hover {
  background: #164a7c;
  color: #fff;
}

.table-container table .cert-list-notifications .list > li .notification {
  padding: 5px;
}

.table-container table .cert-list-notifications .list > li .notification .text {
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.statistics-container {
  padding-bottom: 20px;
}

.statistics-container > div {
  vertical-align: top;
}

.statistics-container table {
  width: 100%;
  border-collapse: collapse;
}

.statistics-container table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  line-height: 20px;
  background: #e7e7e7;
  border-top: 1px solid #d6d4d4;
  font-size: 14px;
  white-space: nowrap;
}

.statistics-container table thead th:first-child {
  border-left: 1px solid #d6d4d4;
}

.statistics-container table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.statistics-container table tbody td {
  padding: 8px 10px;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  line-height: 20px;
}

.statistics-container table tbody td:first-child {
  border-left: 1px solid #d6d4d4;
}

.statistics-container .input-control {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.statistics-container .input-control .input-text, .statistics-container .input-control .stat-checkbox-ongoing {
  display: inline-block;
  padding: 8px 10px;
}

.statistics-container .input-control .input-text.sigma-handling, .statistics-container .input-control .stat-checkbox-ongoing.sigma-handling {
  width: 320px;
}

.statistics-container .input-control .input-text.testhouses, .statistics-container .input-control .input-text .device-type, .statistics-container .input-control .input-text .cert-type, .statistics-container .input-control .stat-checkbox-ongoing.testhouses, .statistics-container .input-control .stat-checkbox-ongoing .device-type, .statistics-container .input-control .stat-checkbox-ongoing .cert-type {
  width: 210px;
}

.statistics-container .input-control .input-text.interval, .statistics-container .input-control .input-text .include-ongoing, .statistics-container .input-control .stat-checkbox-ongoing.interval, .statistics-container .input-control .stat-checkbox-ongoing .include-ongoing {
  width: 170px;
}

.statistics-container .tab {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.statistics-container .tab .tablinks {
  display: inline-block;
  background-color: inherit;
  width: 120px;
  border: none;
  background-color: #e7e7e7;
  outline: none;
  cursor: pointer;
  padding: 12px 30px;
  transition: 0.3s;
}

.statistics-container .tab .tablinks:hover {
  background-color: #d6d4d4;
}

.statistics-container .tab .tablinks.active {
  background-color: #d6d4d4;
}

.statistics-container .tabcontent {
  display: none;
  padding: 10px 0px;
}

.statistics-container .tabcontent .stat-wrapper-600 {
  height: 600px;
  width: 1000px;
  margin: 5px 0;
}

.statistics-container .tabcontent .stat-wrapper-1000 {
  height: 1000px;
  width: 1000px;
  margin: 5px 0;
}

.statistics-container .tabcontent .stat-total-table {
  margin: 5px;
}

.statistics-container .tabcontent .progress {
  height: 32px;
  background: transparent url("../images/ajax-loader.gif") no-repeat center center;
  background-size: 32px 32px;
}

.pagination-box {
  background: #e7e7e7;
  text-align: center;
  padding: 20px;
  min-height: 30px;
  position: relative;
}

.per-page-box {
  position: absolute;
  top: 20px;
  left: 20px;
  white-space: nowrap;
}

.per-page-box .label {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-style: italic;
  padding-right: 6px;
}

.per-page-box select {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  -webkit-appearance: menulist-button;
  border: 1px solid #d6d4d4;
}

.pagination-buttons-box {
  position: absolute;
  top: 20px;
  right: 20px;
}

.pagination {
  display: inline-block;
  border-radius: 4px;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li span {
  position: relative;
  float: left;
  padding: 0 12px;
  margin-left: -1px;
  line-height: 26px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d6d4d4;
}

.pagination li:first-child > a,
.pagination li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination li:last-child > a,
.pagination li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li a:focus,
.pagination li span:focus {
  color: #164a7c;
  background-color: #e7e7e7;
  border-color: #d6d4d4;
}

.pagination li.active a,
.pagination li.active span,
.pagination li.active a:hover,
.pagination li.active span:hover,
.pagination li.active a:focus,
.pagination li.active span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #164a7c;
  border-color: #164a7c;
}

.pagination li.disabled span,
.pagination li.disabled span:hover,
.pagination li.disabled span:focus,
.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled a:focus {
  color: #d6d4d4;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #d6d4d4;
}

.tabbed-container {
  position: relative;
}

.tabbed-menu {
  position: absolute;
  top: 64px;
  width: 280px;
  z-index: 1;
}

.tabbed-menu.sticky {
  position: fixed;
  top: 0;
  z-index: 1;
}

.tabbed-menu ul li:first-child {
  border-top: 1px solid #d6d4d4;
  border-top-left-radius: 4px;
}

.tabbed-menu ul li:last-child {
  border-bottom-left-radius: 4px;
}

.tabbed-menu-marketcert-viewer {
  position: absolute;
  margin-left: 201px;
  top: 64px;
  width: 280px;
  z-index: 2;
}

.tabbed-menu-marketcert-viewer.sticky {
  position: fixed;
  top: 0;
  z-index: 2;
}

.tabbed-menu-marketcert-viewer ul li:first-child {
  border-top: 1px solid #d6d4d4;
}

.tabbed-menu ul li, .tabbed-menu-marketcert-viewer ul li {
  border-bottom: 1px solid #d6d4d4;
  border-left: 1px solid #d6d4d4;
}

.tabbed-menu ul li div.js-formItem-modal,
.tabbed-menu ul li a, .tabbed-menu-marketcert-viewer ul li div.js-formItem-modal,
.tabbed-menu-marketcert-viewer ul li a {
  display: block;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 16px;
}

.tabbed-menu ul li div.js-formItem-modal, .tabbed-menu-marketcert-viewer ul li div.js-formItem-modal {
  color: #d6d4d4;
  float: right;
}

.tabbed-menu ul li.active, .tabbed-menu-marketcert-viewer ul li.active {
  background: #d6d4d4;
}

.tabbed-menu ul li.active div, .tabbed-menu-marketcert-viewer ul li.active div {
  color: #164a7c;
}

.tabbed-menu ul li.error, .tabbed-menu-marketcert-viewer ul li.error {
  background: #fff2f2;
}

.tabbed-menu ul li.active-error, .tabbed-menu-marketcert-viewer ul li.active-error {
  background: #ff9292;
}

.tabbed-menu ul li.success, .tabbed-menu-marketcert-viewer ul li.success {
  background: #f2fff2;
}

.tabbed-menu ul li.active-success, .tabbed-menu-marketcert-viewer ul li.active-success {
  background: #92ff92;
}

.tabbed-menu ul li.locked, .tabbed-menu-marketcert-viewer ul li.locked {
  background: #f8f8f8;
}

.tabbed-menu ul li:hover, .tabbed-menu-marketcert-viewer ul li:hover {
  background: #dcebf9;
}

.tabbed-menu ul li a:hover, .tabbed-menu-marketcert-viewer ul li a:hover {
  background: #dcebf9;
}

.tabbed-menu ul li a span, .tabbed-menu-marketcert-viewer ul li a span {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.tabbed-menu ul li .fa-check,
.tabbed-menu ul li .fa-warning, .tabbed-menu-marketcert-viewer ul li .fa-check,
.tabbed-menu-marketcert-viewer ul li .fa-warning {
  display: none;
  float: right;
  margin: 2px 0;
}

.tabbed-menu ul li.error a .fa-warning,
.tabbed-menu ul li.active-error a .fa-warning, .tabbed-menu-marketcert-viewer ul li.error a .fa-warning,
.tabbed-menu-marketcert-viewer ul li.active-error a .fa-warning {
  display: inline-block;
  color: #f36f21;
}

.tabbed-menu ul li.success a .fa-check,
.tabbed-menu ul li.active-success a .fa-check, .tabbed-menu-marketcert-viewer ul li.success a .fa-check,
.tabbed-menu-marketcert-viewer ul li.active-success a .fa-check {
  display: inline-block;
  color: #46bd7e;
}

.tabbed-menu ul li a.locked, .tabbed-menu-marketcert-viewer ul li a.locked {
  display: inline-block;
  color: #666;
}

.tabbed-menu ul li.locked:hover, .tabbed-menu-marketcert-viewer ul li.locked:hover {
  background: #f8f8f8;
}

.tabbed-menu ul li a.locked:hover, .tabbed-menu-marketcert-viewer ul li a.locked:hover {
  background: #f8f8f8;
}

.tabbed-menu ul li.enabled, .tabbed-menu-marketcert-viewer ul li.enabled {
  background: #dcebf9;
}

.tabbed-content {
  margin-left: 280px;
  position: relative;
  padding-top: 64px;
}

.tabbed-content-marketcert-viewer {
  margin-left: 480px;
  position: relative;
  padding-top: 64px;
}

.tabbed-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 1px solid #d6d4d4;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  z-index: 5;
}

.tabbed-buttons.sticky {
  position: fixed;
  left: 300px;
  right: 20px;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #d6d4d4;
}

.tabbed-buttons .buttons-left {
  float: left;
}

.tabbed-buttons .buttons-left .button {
  margin-right: 12px;
}

.tabbed-buttons .checkbox-bulk {
  float: left;
  vertical-align: center;
}

.tabbed-buttons .buttons-right {
  float: right;
}

.tabbed-buttons .buttons-right .button {
  margin-left: 12px;
}

.tabbed-buttons label {
  color: #164a7c;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin-left: 4px;
}

.tabbed-content-marketcert-viewer > .tabbed-buttons.sticky {
  position: fixed;
  left: 500px;
  right: 20px;
  background: #fff;
  border-radius: 0;
  border-bottom: 1px solid #d6d4d4;
}

.marketcert-viewer-options {
  position: absolute;
  top: 64px;
  width: 200px;
  z-index: 1;
  margin-right: 200px;
  border: 1px solid #d6d4d4;
  border-radius: 4px 0px 4px 4px;
}

.marketcert-viewer-options.sticky {
  position: fixed;
  top: 0;
  z-index: 1;
}

.marketcert-viewer-options span.title {
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  padding-left: 10px;
}

.marketcert-viewer-options ul {
  padding: 0px 10px 10px 10px;
}

.marketcert-viewer-options ul li > div {
  padding: 3px 0px 3px 0px;
}

.marketcert-viewer-options ul li > div label {
  margin-bottom: -8px;
}

.marketcert-viewer-options ul li > div div.select2-container {
  width: 100px;
}

.marketcert-viewer-options ul li > a.button {
  margin-top: 5px;
}

.cert-container {
  display: block;
  border: 1px solid #d6d4d4;
  box-sizing: border-box;
  padding-bottom: 18px;
  border-radius: 0 0 4px 4px;
  position: relative;
  z-index: 1;
}

.cert-container table {
  width: 100%;
}

.cert-container table tr {
  page-break-inside: avoid !important;
}

.cert-container table tr.comments-unseen {
  background: #dcebf9;
}

.cert-container table tr.row-enabled {
  background: #dcebf9;
}

.cert-container thead th {
  padding: 10px;
  border-left: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  text-align: center;
  background: #e7e7e7;
  page-break-inside: avoid !important;
}

.cert-container tbody td {
  padding: 8px;
  border-left: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  page-break-inside: avoid !important;
}

.cert-container .row-subheader td {
  background: #e7e7e7;
}

.cert-container .section-header {
  font-size: 14px;
  padding: 10px;
}

.cert-container .item-id {
  border-left: 0;
  text-align: left;
  width: 7%;
  white-space: nowrap;
}

.cert-container .item-title {
  border-left: 0;
  text-align: left;
  width: 15%;
}

.cert-container .item-details {
  text-align: left;
  background: url("../images/arrow-down-right.png") no-repeat 10px 10px;
  background-size: 11px 16px;
}

.cert-container .item-details .button {
  float: right;
}

.cert-container .item-details .move-chevrons {
  margin-right: 8px;
  float: left;
  vertical-align: middle;
}

.cert-container .item-details .move-chevrons .js-multiple-up[clickable=true], .cert-container .item-details .move-chevrons .js-multiple-down[clickable=true] {
  cursor: pointer;
}

.cert-container .item-details .move-chevrons .js-multiple-up[clickable=true] i, .cert-container .item-details .move-chevrons .js-multiple-down[clickable=true] i {
  color: black;
}

.cert-container .item-details .move-chevrons .js-multiple-up[clickable=true] i:hover, .cert-container .item-details .move-chevrons .js-multiple-down[clickable=true] i:hover {
  color: #66afe9;
}

.cert-container .item-details .move-chevrons .js-multiple-up[clickable=false], .cert-container .item-details .move-chevrons .js-multiple-down[clickable=false] {
  pointer-events: none;
}

.cert-container .item-details .move-chevrons .js-multiple-up[clickable=false] i, .cert-container .item-details .move-chevrons .js-multiple-down[clickable=false] i {
  color: silver;
}

.cert-container .item-details-disabled input:disabled {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #999;
  border-color: #e7e7e7;
}

.cert-container .item-details-disabled textarea:disabled {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #999;
  border-color: #e7e7e7;
}

.cert-container .item-details-disabled .select2-container-disabled * {
  cursor: not-allowed !important;
}

.cert-container .item-input {
  text-align: left;
}

.cert-container .item-input .button {
  float: right;
}

.cert-container .item-input .title {
  font-weight: bold;
  margin-bottom: 5px;
}

.cert-container .item-input:not(.export) input:disabled {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #999;
  border-color: #e7e7e7;
}

.cert-container .item-input:not(.export) textarea:disabled {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #999;
  border-color: #e7e7e7;
}

.cert-container .certs-table {
  border-left: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
}

.cert-container .forms-table {
  border-left: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  border-top: 1px solid #d6d4d4;
}

.cert-container .certs-table-no-arrows .item-details {
  background-image: none;
}

.cert-container th.item-details {
  background: #e7e7e7;
}

.cert-container .level-0 .item-details {
  background-image: none;
}

.cert-container .level-1 .item-details {
  padding-left: 31px;
  background-position: 10px 10px;
}

.cert-container .certs-table-no-arrows .level-1 .item-details {
  padding-left: 10px;
}

.cert-container .level-2 .item-details {
  padding-left: 52px;
  background-position: 31px 10px;
}

.cert-container .certs-table-no-arrows .level-2 .item-details {
  padding-left: 10px;
}

.cert-container .level-3 .item-details {
  padding-left: 73px;
  background-position: 52px 10px;
}

.cert-container .certs-table-no-arrows .level-3 .item-details {
  padding-left: 10px;
}

.cert-container .level-4 .item-details {
  padding-left: 94px;
  background-position: 73px 10px;
}

.cert-container .certs-table-no-arrows .level-4 .item-details {
  padding-left: 10px;
}

.cert-container .level-5 .item-details {
  padding-left: 115px;
  background-position: 94px 10px;
}

.cert-container .certs-table-no-arrows .level-5 .item-details {
  padding-left: 10px;
}

.cert-container .level-6 .item-details {
  padding-left: 136px;
  background-position: 115px 10px;
}

.cert-container .certs-table-no-arrows .level-6 .item-details {
  padding-left: 10px;
}

.cert-container .level-7 .item-details {
  padding-left: 157px;
  background-position: 136px 10px;
}

.cert-container .certs-table-no-arrows .level-7 .item-details {
  padding-left: 10px;
}

.cert-container .level-8 .item-details {
  padding-left: 178px;
  background-position: 157px 10px;
}

.cert-container .certs-table-no-arrows .level-8 .item-details {
  padding-left: 10px;
}

.cert-container .level-9 .item-details {
  padding-left: 199px;
  background-position: 178px 10px;
}

.cert-container .certs-table-no-arrows .level-9 .item-details {
  padding-left: 10px;
}

.cert-container .level-10 .item-details {
  padding-left: 220px;
  background-position: 199px 10px;
}

.cert-container .certs-table-no-arrows .level-10 .item-details {
  padding-left: 10px;
}

.cert-container .item-details .arrow img {
  float: right;
  width: 11px;
  height: 16px;
}

.cert-container .item-details .details-content {
  display: inline-block;
  vertical-align: middle;
}

.cert-container .item-details .select2-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cert-container .item-details .select2-container:not(.js-multiply-amount) {
  width: 300px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cert-container .item-status {
  text-align: center;
  width: 5%;
}

.cert-container .item-select, .cert-container .item-review {
  text-align: center;
  width: 5%;
}

.cert-container .item-support {
  text-align: center;
  width: 5%;
}

.cert-container .item-control {
  text-align: center;
  width: 5%;
}

.cert-container .item-test {
  text-align: center;
  width: 5%;
}

.cert-container .item-test .passed {
  color: #46bd7e;
}

.cert-container .item-test .commented {
  color: #666;
}

.cert-container .item-test .not-tested {
  color: #666;
}

.cert-container .item-test .failed {
  color: #f36f21;
}

.cert-container .item-test-input {
  text-align: center;
  width: 90px;
}

.cert-container .item-test-input > .select2-container {
  width: 100px !important;
}

.cert-container .item-test-input .passed {
  color: #46bd7e;
  padding-right: 2px;
}

.cert-container .item-test-input .commented {
  color: #666;
  padding-left: 10px;
  padding-right: 2px;
}

.cert-container .item-test-input .not-tested {
  color: #666;
}

.cert-container .item-test-input .failed {
  color: #f36f21;
}

.cert-container .item-comments {
  text-align: center;
  width: 7%;
}

.cert-container .item-comments div {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.cert-container .item-comments .cnt {
  display: inline-block;
}

.cert-container .item-comments .unseen {
  display: inline-block;
  background: #164a7c;
  color: #fff;
  width: 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

.cert-container .item-comments-list {
  background: #f8f8f8;
}

.cert-container .item-comments-list .comments-list-title {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d6d4d4;
  margin-bottom: 10px;
}

.cert-container .item-comments-list .comments-list-title .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.cert-container .item-comments-list .comments-list {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d6d4d4;
  margin-bottom: 10px;
}

.cert-container .item-comments-list .comments-list:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.cert-container .item-comments-list .comment .text {
  background: white;
}

.cert-container .row-envelope td {
  background-color: #e9f3fb;
}

.cert-container .row-envelope .item-details td {
  text-align: left;
  background: #e9f3fb url("../images/arrow-down-right.png") no-repeat 10px 10px;
  background-size: 11px 16px;
}

.cert-container .item-details ul {
  margin-left: 25px;
  list-style-type: disc;
}

.cert-container .item-details ol {
  margin-left: 25px;
  list-style-type: decimal;
}

.cert-container .item-details .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}

.cert-container .item-details .desc {
  line-height: 16px;
  padding-bottom: 8px;
  max-width: 800px;
}

.cert-container .item-details .note {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  max-width: 800px;
}

.cert-container .item-details .wiki-link {
  float: right;
  vertical-align: middle;
}

.cert-container .item-details .wiki-link a {
  color: #666;
}

.cert-container .item-details .wiki-link a:hover {
  color: #164a7c;
}

.cert-container .item-details .item-hidden {
  float: right;
  vertical-align: middle;
  margin-right: 5px;
}

.cert-container .item-details .item-hidden a {
  color: #666;
}

.cert-container .item-details .item-hidden a:hover {
  color: #164a7c;
}

.cert-container .item-details .item-cardinality {
  float: right;
  vertical-align: middle;
  margin-right: 5px;
}

.cert-container .item-details .item-details-table td {
  border: 0;
  padding: 0px;
}

.cert-container .item-details .custom-text {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.cert-container .item-details .input-text {
  padding-top: 5px;
  display: inline-block;
  width: 100%;
}

.cert-container .item-details .input-hex {
  width: 100%;
}

.cert-container .item-details .input-hex input {
  width: 260px;
}

.cert-container .item-details .input-hex8 input {
  width: 50px;
}

.cert-container .item-details .input-hex16 input {
  width: 64px;
}

.cert-container .item-details .input-hex24 input {
  width: 78px;
}

.cert-container .item-details .input-hex32 input {
  width: 92px;
}

.cert-container .item-details .input-hex128 input {
  width: 260px;
}

.cert-container .item-details-clickable {
  cursor: pointer;
}

.cert-container .progress {
  float: left;
  height: 24px;
  width: 24px;
  background: transparent url("../images/file-loader.gif") no-repeat center center;
}

.cert-container .message {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
}

.cert-container .error {
  margin-top: 10px;
  font-size: 12px;
  line-height: 24px;
  color: #f36f21;
}

.cert-container .item-popup-container {
  display: block;
  height: 12px;
  position: relative;
  z-index: 10;
}

.cert-container .item-popup-trigger {
  display: block;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}

.cert-container .item-popup-trigger:hover {
  background: #e7e7e7;
}

.cert-container .item-popup-trigger i {
  color: #d6d4d4;
}

.cert-container .item-popup-trigger:hover i {
  color: #333;
}

.cert-container .item-popup-trigger.active i {
  color: #333;
}

.cert-container .item-popup-trigger.active:hover i {
  color: black;
}

.cert-container .item-popup {
  display: none;
  position: absolute;
  right: 100%;
  background: #e7e7e7;
  padding: 10px 20px 10px 10px;
  border-radius: 5px 0 5px 5px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cert-container .item-popup-up .item-popup {
  top: 0;
}

.cert-container .item-popup-down .item-popup {
  top: 0;
}

.cert-container .item-popup-container.open {
  z-index: 20;
  width: auto;
}

.cert-container .item-popup-container.open .item-popup {
  display: block;
}

.cert-container .item-popup-container.open .item-popup-trigger {
  background: #e7e7e7;
}

.cert-container .item-popup-title {
  padding-bottom: 10px;
  font-size: 13px;
}

.cert-container .item-popup-table td,
.cert-container .item-popup-table th {
  padding: 3px 8px;
  border: 0;
  white-space: nowrap;
}

.cert-container .item-popup-table th {
  font-weight: bold;
  border-bottom: 1px solid #d6d4d4;
}

.cert-container .item-popup-table td.active {
  background: #f8f8f8;
  color: black;
  font-weight: bold;
}

.login-container {
  width: 320px;
  margin: 0 auto;
}

.login-form {
  background: #e7e7e7;
  border: 1px solid #d6d4d4;
  border-radius: 8px;
  padding: 19px;
}

.login-form .login-logo {
  text-align: center;
  padding-bottom: 20px;
}

.login-form .login-logo img {
  height: 60px;
}

.login-form .input-group {
  width: 280px;
}

.login-form .input-group label {
  float: left;
  height: 42px;
  width: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #666;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #d6d4d4;
  border-right: 0;
  margin-bottom: -1px;
}

.login-form .input-group label i {
  vertical-align: middle;
}

.login-form .input-group.first label {
  border-top-left-radius: 4px;
}

.login-form .input-group.last label {
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
}

.login-form .input-group input {
  float: left;
  width: 236px;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
}

.login-form .input-group.first input {
  border-top-right-radius: 4px;
}

.login-form .input-group.last input {
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}

.login-form .input-group input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.login-form .buttons-box {
  padding-top: 20px;
}

.login-form .buttons-box .button {
  float: left;
}

.login-form .login-link {
  float: right;
  line-height: 44px;
}

.login-title {
  height: 75px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #164a7c;
}

.login-note {
  padding-top: 10px;
  height: 40px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #333;
}

.login-note a {
  white-space: nowrap;
  color: #164a7c;
}

.error-container {
  width: 320px;
  margin: 0 auto;
}

.error-box {
  background: #e7e7e7;
  border: 1px solid #d6d4d4;
  border-radius: 8px;
  padding: 19px;
}

.error-box .error-logo {
  text-align: center;
  padding-bottom: 20px;
}

.error-box .error-logo img {
  height: 60px;
}

.error-box .error-message {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

.error-box .error-link {
  text-align: center;
}

.general-form {
  padding: 20px 0 0 0;
}

.cert-container .general-form {
  padding: 20px 20px 0;
}

.general-form .fieldset {
  border: 1px solid #d6d4d4;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.general-form .fieldset #search-conditions {
  width: 100%;
}

.general-form .fieldset #search-conditions label {
  width: 135px;
  display: inline-block;
  font-weight: bold;
}

.general-form .fieldset #search-conditions input {
  display: inline-block;
  width: auto;
}

.general-form .fieldset #search-conditions div p {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
}

.general-form .fieldset #search-conditions div div {
  margin: 2px 0 2px 0;
}

.general-form .buttons-box .search-operation {
  display: inline-block;
  float: right;
  margin-left: 20px;
}

.general-form .fieldset.no-margin {
  margin-bottom: 0;
}

.general-form .fieldset.no-border {
  border: none;
  padding-top: 5px;
  padding-left: 55px;
  padding-bottom: 10px;
}

.general-form .fieldset.no-border .desc {
  padding-left: 45px;
  padding-bottom: 10px;
}

.general-form .fieldset.no-border .note {
  padding-left: 45px;
  padding-bottom: 10px;
  font-style: italic;
}

.general-form .legend {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 10px;
  padding: 0 30px 2px 0;
  position: relative;
}

.general-form .legend .collapse-expand {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  cursor: pointer;
}

.general-form .legend .collapse-expand .expand {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.general-form .legend .collapse-expand .collapse {
  position: absolute;
  top: 0;
  right: 0;
}

.general-form .legend .collapse-expand.closed .expand {
  display: block;
}

.general-form .legend .collapse-expand.closed .collapse {
  display: none;
}

.general-form .legend.small {
  font-size: 13px;
}

.general-form .direct-buttons .button-fail {
  background: #fff2f2;
  color: #f36f21;
  border: 1px solid #f36f21;
}

.general-form .direct-buttons .button-pass {
  background: #f2fff2;
  color: #46bd7e;
  border: 1px solid #46bd7e;
}

.general-form .buttons-top {
  padding-bottom: 10px;
  text-align: right;
}

.general-form .instruction-text {
  font-size: 16px;
  line-height: 20px;
}

.general-form .instruction-text ul {
  margin-left: 25px;
  list-style-type: disc;
}

.general-form .custom-text {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 20px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  background: #eee;
}

.general-form .input-text-hidden {
  display: none;
}

.general-form .input-text {
  padding-bottom: 5px;
}

.general-form .input-text label {
  display: block;
  line-height: 18px;
  font-size: 11px;
  font-weight: bold;
}

.general-form .input-text input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

.general-form .input-text input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.general-form .input-text textarea {
  display: block;
  width: 100%;
  height: 106px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  resize: none;
}

.general-form .input-text textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.general-form .input-text .select2-container {
  display: block;
  width: 100%;
}

.general-form .input-text select {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

.general-form .input-text select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.general-form .input-help {
  font-size: 11px;
  line-height: 18px;
  color: #666;
  font-style: italic;
}

.general-form .input-help i {
  margin-right: 5px;
}

.general-form .input-error {
  font-size: 11px;
  line-height: 18px;
  color: #f36f21;
  font-weight: bold;
}

.general-form .input-checkbox {
  padding-bottom: 5px;
  height: 30px;
  line-height: 30px;
}

.general-form .input-checkbox input {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.general-form .input-checkbox label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
}

.general-form .input-text-static {
  min-height: 30px;
  padding-bottom: 5px;
  line-height: 30px;
}

.general-form .input-text-static:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.general-form .input-text-static .label {
  display: block;
  font-style: italic;
  vertical-align: top;
}

.general-form .input-text-static .data {
  display: block;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
}

.general-form .input-static {
  min-height: 30px;
  padding-bottom: 5px;
  line-height: 30px;
}

.general-form .input-static:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.general-form .input-static .label {
  display: block;
  float: left;
  width: 160px;
  font-style: italic;
  vertical-align: top;
}

.general-form .input-static .data {
  display: block;
  margin-left: 130px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
}

.general-form .input-static .data-textarea {
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 0;
  width: 350px;
}

.general-form .summary-text,
.general-form .passcert-text,
.general-form .techcert-done-text {
  font-size: 16px;
  margin-right: 100px;
  line-height: 24px;
}

.general-form .summary-text a,
.general-form .passcert-text a,
.general-form .techcert-done-text a {
  text-decoration: underline;
  font-weight: bold;
}

.general-form .summary-text a:hover,
.general-form .passcert-text a:hover,
.general-form .techcert-done-text a:hover {
  text-decoration: none;
}

.general-form .summary-button, .general-form .passcert-button, .general-form .techcert-done-button {
  float: right;
}

.general-form .company-details {
  padding-bottom: 30px;
}

.general-form .company-details .desc {
  line-height: 15px;
  font-size: 11px;
}

.general-form .company-details .contact-info {
  padding-top: 10px;
  line-height: 15px;
  font-size: 11px;
}

.general-form .company-details .contact-info .title {
  font-weight: bold;
}

.general-form .company-details .contact-info address {
  float: left;
  width: 50%;
  font-style: normal;
}

.general-form .company-details .contact-info .contact-person {
  float: left;
  width: 50%;
}

.general-form .form-details {
  padding-bottom: 15px;
}

.general-form .form-details .desc {
  margin-left: 34px;
  line-height: 10px;
  font-size: 11px;
}

.general-form .input-static .company-details {
  padding-bottom: 10px;
}

.general-form .input-table .row {
  clear: both;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.general-form .input-table .label {
  float: left;
  width: 150px;
  line-height: 28px;
  font-size: 11px;
  font-weight: bold;
}

.general-form .input-table .data {
  margin-left: 150px;
}

.general-form .input-table .data .select2-container,
.general-form .input-table .data select {
  width: 200px;
}

.general-form .input-table .data input {
  display: inline-block;
  width: 200px;
  height: 30px;
  padding: 4px 8px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #d6d4d4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}

.general-form .input-table .data input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  z-index: 2;
}

.general-form .input-table .data .button {
  margin-left: 10px;
}

.general-form .input-table .data .button-no-text {
  margin-left: 0;
}

.general-form .input-table .data p {
  line-height: 28px;
  font-style: italic;
}

.account-edit input:disabled {
  cursor: not-allowed;
  background: #f8f8f8;
  color: #999;
  border-color: #e7e7e7;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.loader-overlay, .loader-overlay-light {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.loader-overlay.loader-overlay, .loader-overlay-light.loader-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.loader-overlay.loader-overlay-light, .loader-overlay-light.loader-overlay-light {
  background: rgba(0, 0, 0, 0.1);
}

.loader-overlay .js-loader-close, .loader-overlay-light .js-loader-close {
  position: absolute;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 10px;
  top: 0;
  right: 0;
  z-index: 110;
}

.loader-overlay .js-loader-close.action, .loader-overlay-light .js-loader-close.action {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  margin-left: 20px;
}

.loader-overlay .js-loader-close.action i, .loader-overlay-light .js-loader-close.action i {
  margin-right: 8px;
}

.loader-overlay .js-loader-close.action:hover, .loader-overlay-light .js-loader-close.action:hover {
  text-decoration: none;
}

.loader-overlay #section-loader, .loader-overlay #section-loader-light, .loader-overlay-light #section-loader, .loader-overlay-light #section-loader-light {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.loader-overlay #section-loader#section-loader, .loader-overlay #section-loader-light#section-loader, .loader-overlay-light #section-loader#section-loader, .loader-overlay-light #section-loader-light#section-loader {
  border: 16px solid #66afe9;
  border-top: 16px solid #164a7c;
}

.loader-overlay #section-loader#section-loader-light, .loader-overlay #section-loader-light#section-loader-light, .loader-overlay-light #section-loader#section-loader-light, .loader-overlay-light #section-loader-light#section-loader-light {
  border: 16px solid #dcebf9;
  border-top: 16px solid #66afe9;
}

.loader-overlay #section-loader-description, .loader-overlay-light #section-loader-description {
  border-radius: 5px;
  width: 230px;
  height: 25px;
  position: absolute;
  background-color: #dcebf9;
  border: 1px solid #164a7c;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.loader-overlay #section-loader-description > span, .loader-overlay-light #section-loader-description > span {
  float: center;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
  color: #164a7c;
}

.loader-overlay .js-section-loader-close, .loader-overlay-light .js-section-loader-close {
  border-radius: 5px;
  width: 470px;
  height: 25px;
  position: absolute;
  border: 1px solid #f36f21;
  background: #fff2f2;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
}

.loader-overlay .js-section-loader-close > span, .loader-overlay-light .js-section-loader-close > span {
  float: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
  color: #f36f21;
}

.modal:not(.modal-auto):not(.modal-huge):not(.modal-huge-footer) {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  margin: 0 0 0 -400px;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 40px #333;
}

.modal:not(.modal-auto):not(.modal-huge):not(.modal-huge-footer) .modal-inside {
  position: absolute;
  top: 50px;
  left: 40px;
  bottom: 40px;
  right: 40px;
  overflow: auto;
}

.modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #999;
  z-index: 10;
}

.modal-close i {
  transition: color 0.2s ease-in-out;
}

.modal-close:hover i {
  color: #000;
}

.modal-title {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  line-height: 39px;
  font-size: 20px;
  color: #666;
  border-bottom: 1px solid #666;
  font-weight: bold;
}

.modal-small {
  top: 50%;
  bottom: auto;
  margin: 0;
  width: 600px;
  transform: translate(-50%, -50%);
}

.modal-small .modal-close {
  right: 18px;
  top: 18px;
}

.modal-small .modal-inside {
  left: 20px;
  bottom: 20px;
  right: 20px;
}

.modal-small .modal-title {
  top: 10px;
  left: 20px;
  right: 20px;
}

.modal-huge {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  margin: 0 0 0 -600px;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 40px #333;
}

.modal-huge .modal-close {
  right: 18px;
  top: 18px;
}

.modal-huge .modal-inside {
  position: absolute;
  top: 50px;
  left: 40px;
  bottom: 20px;
  right: 40px;
  overflow: auto;
}

.modal-huge .modal-title {
  top: 10px;
  left: 20px;
  right: 20px;
}

.modal-huge-footer {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  margin: 0 0 0 -600px;
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 40px #333;
}

.modal-huge-footer .modal-close {
  right: 18px;
  top: 18px;
}

.modal-huge-footer .modal-inside {
  position: absolute;
  top: 50px;
  left: 40px;
  bottom: 60px;
  right: 40px;
  overflow: auto;
}

.modal-huge-footer .modal-inside .modal-content .features-container .table-container {
  padding-bottom: 0;
}

.modal-huge-footer .modal-title {
  top: 10px;
  left: 20px;
  right: 20px;
}

.modal-huge-footer .modal-footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding-top: 15px;
  border-top: 1px solid #666;
}

.modal-huge-footer .modal-footer .buttons-box .info {
  float: left;
  font-size: 14px;
  padding-left: 20px;
  line-height: 24px;
  color: #0a0;
}

.modal-auto {
  position: absolute;
  display: flex;
  transform: translate(-50%, -50%);
  max-height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  width: 800px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 40px #333;
}

.modal-auto > * {
  align-items: stretch;
  flex: 1;
}

.modal-auto .modal-inside {
  float: left;
  margin: 55px 40px 15px 40px;
  overflow: auto;
}

.modal-auto .modal-inside:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.modal-auto .modal-inside .modal-content #search-conditions .progress {
  height: 16px;
  line-height: 16px;
  margin: 2px 0;
  background: transparent url("../images/file-loader.gif") no-repeat left center;
}

.modal-auto .modal-inside .modal-content .notification-message p {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
}

.modal-auto .modal-inside .modal-content .notification-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 15px;
}

.modal-auto .modal-inside .modal-content .notification-buttons .button {
  font-size: 14px;
  line-height: 20px;
}

.modal-auto .modal-inside .modal-content .notification-buttons .button-abort:not(.button-disabled) {
  background: #fff2f2;
  color: #f36f21;
  border: 1px solid #f36f21;
}

.modal-auto .modal-inside .modal-content .notification-buttons .button-confirm:not(.button-disabled) {
  background: #f2fff2;
  color: #46bd7e;
  border: 1px solid #46bd7e;
}

.modal-auto .modal-inside .modal-content .notification-buttons .progress {
  height: 24px;
  width: 24px;
  background: transparent url("../images/file-loader.gif") no-repeat center center;
}

.modal-auto .modal-inside .modal-content .input-text textarea {
  width: 660px;
  min-height: 52px;
}

.comments-row-details {
  padding: 0 0 10px 0;
}

.comments-row-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}

.comments-row-desc {
  line-height: 16px;
  padding-bottom: 5px;
}

.comments-tabs-menu {
  margin-bottom: 20px;
}

.comments-tabs-menu ul {
  list-style-type: none;
  border-bottom: 1px solid #d6d4d4;
}

.comments-tabs-menu ul li {
  float: left;
  position: relative;
}

.comments-tabs-menu ul li.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 1px;
  right: 1px;
  height: 1px;
  background: #fff;
}

.comments-tabs-menu ul li a {
  display: block;
  border: 1px solid #d6d4d4;
  border-bottom: 0;
  padding: 10px;
  line-height: 20px;
  border-radius: 8px 8px 0 0;
  background: #e7e7e7;
  color: #666;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.comments-tabs-menu ul li a:hover {
  background: #f8f8f8;
}

.comments-tabs-menu ul li.active a {
  background: #fff;
}

.comments-tabs-menu ul li a .cnt {
  display: inline-block;
  background: #d6d4d4;
  color: #666;
  width: 20px;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  margin-left: 5px;
}

.comments-tabs-menu ul li a .unseen {
  background: #164a7c;
  color: #fff;
}

.comments-tab {
  display: none;
}

.comments-tab.active {
  display: block;
}

.comments-list-loader {
  height: 32px;
  background: transparent url("../images/ajax-loader.gif") no-repeat left center;
  background-size: 32px 32px;
}

.comments-more-container {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.comments-more {
  background: #66afe9;
  text-align: center;
  color: white;
  border: 1px solid #66afe9;
  line-height: 20px;
  transition: color 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.comments-more:hover {
  color: #66afe9;
  background: white;
}

.comments-more .more {
  display: block;
}

.comments-more .less {
  display: none;
}

.comments-more.open .more {
  display: none;
}

.comments-more.open .less {
  display: block;
}

.comment {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d6d4d4;
  margin-bottom: 10px;
}

.comment .meta {
  float: left;
  width: 130px;
  line-height: 20px;
}

.comment .meta i {
  width: 16px;
}

.comment .meta .date em {
  font-size: 10px;
}

.comment .content {
  margin: 0 10px 0 140px;
}

.comment .text {
  border: 1px solid #d6d4d4;
  background: #f8f8f8;
  padding: 10px;
  line-height: 16px;
}

.comment.new .text {
  border: 1px dashed #66afe9;
  background: #dcebf9;
}

.comment .text blockquote {
  display: block;
  position: relative;
  font-style: italic;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 10px 48px;
  border: 1px dashed #999;
}

.comment .text blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top: 22px;
  font-style: normal;
}

.comment .files {
  padding: 10px 0 0 0;
}

.comment .files li {
  line-height: 20px;
}

.comment .files .progress {
  height: 16px;
  line-height: 16px;
  margin: 2px 0;
  background: transparent url("../images/file-loader.gif") no-repeat left center;
}

.comment .files .link {
  display: inline;
}

.comment .files .link .fa {
  width: 16px;
}

.comment .files .link .name {
  border-bottom: 1px dashed #164a7c;
  transition: border 0.2s ease-in-out;
}

.comment .files .link:hover .name {
  border-bottom-color: #fff;
}

.comment .files .desc {
  display: inline;
}

.comment .files .delete {
  display: none;
  margin-left: 10px;
  padding: 0 5px;
  cursor: pointer;
}

.comment .files .delete:hover {
  background: #f8f8f8;
}

.comment .files li:hover .delete {
  display: inline-block;
}

.comment .textarea textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d6d4d4;
  resize: none;
  line-height: 16px;
  height: 38px;
}

.comment .textarea textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.comment .buttons-box {
  padding-top: 10px;
  height: 24px;
}

.comment .buttons-box .actions-edit {
  display: none;
}

.comment .buttons-box .button {
  float: left;
}

.comment .buttons-box .action {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  margin-left: 20px;
}

.comment .buttons-box .action i {
  margin-right: 8px;
}

.comment .buttons-box .action:hover {
  text-decoration: none;
}

.comment .buttons-box .info {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #0a0;
}

.cert-files-form .button {
  float: left;
}

.cert-files-form .progress {
  float: left;
  height: 24px;
  width: 24px;
  background: transparent url("../images/file-loader.gif") no-repeat center center;
}

.cert-file {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d6d4d4;
  margin-bottom: 10px;
}

.cert-file .filename {
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
}

.cert-file .meta {
  float: right;
  width: 130px;
  line-height: 20px;
  text-align: right;
}

.cert-file .meta i {
  width: 16px;
  margin-right: 3px;
}

.cert-file .meta .date em {
  font-size: 10px;
}

.cert-file .content, .cert-file .file-content {
  margin: 0 140px 0 0;
}

.cert-file .text {
  border: 1px solid #d6d4d4;
  background: #f8f8f8;
  padding: 10px;
  line-height: 16px;
}

.cert-file.new .text {
  border: 1px dashed #66afe9;
  background: #dcebf9;
}

.cert-file .textarea textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d6d4d4;
  resize: none;
  line-height: 16px;
  height: 38px;
}

.cert-file .textarea textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.cert-file .buttons-box {
  padding-top: 10px;
  height: 24px;
}

.cert-file .buttons-box .actions-edit {
  display: none;
}

.cert-file .buttons-box .button {
  float: left;
}

.cert-file .buttons-box .action {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  margin-left: 20px;
}

.cert-file .buttons-box .action i {
  margin-right: 8px;
}

.cert-file .buttons-box .action:hover {
  text-decoration: none;
}

.cert-file .buttons-box .info {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #0a0;
}

.marketcert-files-form .actions {
  float: right;
  width: 130px;
  line-height: 20px;
  text-align: right;
}

.marketcert-files-form .content {
  margin: 0 140px 0 0;
}

.marketcert-feature .feature-content {
  margin: 0 0 0 0;
}

.marketcert-feature .text {
  border: 1px solid #d6d4d4;
  background: #f8f8f8;
  padding: 10px;
  line-height: 16px;
}

.marketcert-feature .text.empty {
  color: #999;
}

.marketcert-feature.new .text {
  border: 1px dashed #66afe9;
  background: #dcebf9;
}

.marketcert-feature .textarea textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #d6d4d4;
  resize: none;
  line-height: 16px;
  height: 38px;
}

.marketcert-feature .textarea textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.marketcert-feature .input-checkbox label {
  padding-right: 20px;
}

.marketcert-feature .buttons-box {
  padding-top: 10px;
  height: 24px;
}

.marketcert-feature .buttons-box .actions-edit {
  display: none;
}

.marketcert-feature .buttons-box .button {
  float: left;
}

.marketcert-feature .buttons-box .action {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  margin-left: 20px;
}

.marketcert-feature .buttons-box .action i {
  margin-right: 8px;
}

.marketcert-feature .buttons-box .action:hover {
  text-decoration: none;
}

.marketcert-feature .buttons-box .info {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #0a0;
}

.form-files-form .progress {
  float: left;
  height: 24px;
  width: 24px;
  background: transparent url("../images/file-loader.gif") no-repeat center center;
}

.form-files-form .message {
  padding-top: 20px;
  border-top: 1px solid #d6d4d4;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}

.form-files-form .error {
  margin-left: 20px;
  font-size: 11px;
  line-height: 18px;
  color: #f36f21;
}

.notification {
  display: block;
  font-size: 11px;
  line-height: 16px;
  color: #666;
  background: #f8f8f8;
}

.notification.unread {
  font-weight: bold;
  color: #164a7c;
}

.notification:hover {
  background: #fff;
}

.notification .text {
  display: block;
}

.notification .details {
  display: block;
}

.notification .type {
  display: inline-block;
}

.notification .date {
  display: inline-block;
  padding-left: 4px;
}

.notifications-list li {
  border-bottom: 1px solid #d6d4d4;
}

.notifications-list .notification {
  padding: 10px;
}

.pdf-container {
  padding: 10px;
  font-style: italic;
}

.pdf-container h1 {
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #d6d4d4;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

.pdf-container.cert-container {
  border: 0;
  border-radius: 0;
}

.pdf-container.cert-container thead th {
  padding: 5px;
}

.pdf-container.cert-container tbody td {
  padding: 5px;
}

.pdf-container.cert-container .general-form {
  padding: 0 0 0 0;
}

.pdf-container.cert-container .general-form .instruction-text {
  font-size: 12px;
  line-height: 20px;
}

.pdf-container.cert-container .general-form .instruction-text ul {
  margin-left: 25px;
  list-style-type: disc;
}

.pdf-container.cert-container .certs-table {
  font-size: 9px;
  margin-bottom: 20px;
}

.pdf-container.cert-container .certs-table .item-details {
  background-image: none;
}

.pdf-container.cert-container .certs-table .level-1 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-2 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-3 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-4 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-5 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-6 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-7 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-8 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-9 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .certs-table .level-10 .item-details {
  padding-left: 10px;
}

.pdf-container.cert-container .item-details ul {
  margin-left: 25px;
  list-style-type: disc;
}

.pdf-container.cert-container .item-details ol {
  margin-left: 25px;
  list-style-type: decimal;
}

.pdf-container.cert-container .item-details .title {
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  padding-bottom: 5px;
}

.pdf-container.cert-container .item-details .desc {
  line-height: 16px;
  padding-bottom: 8px;
  max-width: 800px;
}

.pdf-container.cert-container .item-details .note {
  font-size: 9px;
  line-height: 14px;
  font-style: italic;
  max-width: 800px;
}

.pdf-container.cert-container .item-id {
  width: 8%;
}

.pdf-container.cert-container .item-status {
  width: 6%;
}

.pdf-container.cert-container .item-select {
  width: 6%;
}

.pdf-container.cert-container .item-support {
  width: 3%;
}

.pdf-container.cert-container .item-control {
  width: 3%;
}

.pdf-container.cert-container .item-test {
  width: 6%;
}

.pdf-container.cert-container .meta {
  line-height: 16px;
}

.pdf-container.cert-container .meta .date em {
  font-size: 8px;
}

.pdf-container.cert-container .content {
  margin: 0 10px 0 110px;
}

.pdf-container.cert-container .file-content {
  margin: 0 110px 0 0;
}

.pdf-container.cert-container .cert-file .meta {
  width: 100px;
}

.pdf-container.cert-container .header-logo {
  width: 100%;
  padding: 20px 0px 140px;
  height: 60px;
}

.pdf-container.cert-container .header-logo .logo-left {
  margin-left: 50px;
  height: 60px;
}

.pdf-container.cert-container .header-logo .logo-right {
  float: right;
  margin-right: 50px;
  height: 60px;
}

.pdf-container.cert-container .disclaimer {
  font-size: 10px;
  padding: 20px 0px 20px;
}

.pdf-container.cert-container .sigma-logo {
  float: right;
  margin-left: 20px;
  margin-top: 30px;
  height: 30px;
}

.pdf-container.cert-container .sigma-logo img {
  height: 30px;
}

.pdf-container.cert-container .footer {
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  margin-top: 380px;
}

.pdf-container .page-breaker {
  display: block;
  page-break-after: always;
}

.item-container .buttons-box {
  padding-top: 10px;
  height: 24px;
}

.item-container .buttons-box .actions-edit {
  display: none;
}

.item-container .buttons-box .button {
  float: left;
}

.item-container .buttons-box .action {
  float: right;
  text-decoration: underline;
  cursor: pointer;
  line-height: 24px;
  margin-left: 20px;
}

.item-container .buttons-box .action i {
  margin-right: 8px;
}

.item-container .buttons-box .action:hover {
  text-decoration: none;
}

.item-container .buttons-box .info {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #0a0;
}

.general-form div[clickable=true],
.tabbed-menu div[clickable=true] {
  display: inline-block;
  cursor: pointer;
}

.general-form [item-placeholder=true],
.general-form [item-detail-hidden=true],
.tabbed-menu [item-placeholder=true],
.tabbed-menu [item-detail-hidden=true],
.tabbed-buttons [item-placeholder=true],
.tabbed-buttons [item-detail-hidden=true] {
  display: none;
}

.table-versions-container {
  padding-bottom: 20px;
}

.table-versions-container table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-versions-container table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.table-versions-container table tbody [value-equal=true] td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-versions-container table tbody td {
  padding: 8px 10px;
  border: 1px solid #d6d4d4;
  line-height: 20px;
}

.table-versions-container table .col-5 {
  width: 5%;
}

.table-versions-container table .col-7 {
  width: 7%;
}

.table-versions-container table .active-version td {
  background: #f2fff2;
  font-weight: bold;
}

.table-versions-container table .all-versions td {
  color: #164a7c;
  background: #dcebf9;
  font-weight: bold;
}

.table-column-details table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-column-details table tbody td {
  padding: 0px 4px;
  border: none;
  line-height: normal;
}

.table-log-details table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.table-log-details table thead th {
  padding: 2px 4px;
  border: 1px solid #d6d4d4;
  line-height: normal;
  background: #e7e7e7;
  font-size: 12px;
  white-space: nowrap;
}

.table-log-details table tbody td {
  padding: 2px 4px;
  border: 1px solid #d6d4d4;
  line-height: normal;
}

.clear-date {
  margin-top: 5px;
  margin-left: 5px;
  color: #164a7c;
  cursor: pointer;
}

.clear-date i {
  margin-right: 3px;
}

.landing-page-container {
  width: 1000px;
  text-align: left;
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */
