html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #FFFFFF;
    border: none;
    color: #000000;
    direction: ltr;
    font-family: Verdana, sans-serif;
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}

a {
    color: #0000AA;
    text-decoration: none;
}

a:active {
    color: #0000AA;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

/** Main divs */
.netbuild-main-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.netbuild-main {
    padding: 0.5em;
}

/** Progress */
.netbuild-progress {
    background: #000000 url('progress.gif') no-repeat center;
    bottom: 0;
    filter: alpha(opacity = 30);
    left: 0;
    opacity: 0.3;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.netbuild-progress-item {
    background: url("progress-item.gif") no-repeat scroll center center #000000;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

/** Exception */
.netbuild-exception {
    background: #FFCCCC;
    border-left: 0.5em solid #FFFFFF;
    border-right: 0.5em solid #FFFFFF;
    border-top: 0.5em solid #FFFFFF;
    left: 0;
    padding: 0.5em 0.5em 1em 0.5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.netbuild-exception-main {
}

.netbuild-exception-header {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.netbuild-exception-message {
    float: left;
    font-weight: bold;
}

.netbuild-exception-details {
    border-top: 0.1em solid #939598;
    clear: both;
    margin: 1em 0 0;
    opacity: 1;
    padding: 1em 0 0;
}

.netbuild-exception-stacktrace {
    font-size: 0.8em;
    font-family: Courier, cursive;
    overflow: auto;
}

/** Header */
.netbuild-header {
    display: inline-flex;
    float: left;
    width: 100%;
}

.netbuild-header-line {

}

.netbuild-logo-div {
    float: left;
    position: relative;
}

.netbuild-logo {
    cursor: pointer;
    max-height: 3.75em;
}

.netbuild-logo-disabled {
    cursor: default;
}

.netbuild-logo-watermark {
    bottom: 0;
    color: #FF0000;
    float: left;
    font-size: 0.8em;
    height: 1em;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    white-space: nowrap;
    width: 74%;
    z-index: 100;
}

/** Message */
.netbuild-messages {
    background: #FFFF00;
    border-top: 0.1em solid #939598;
    float: left;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-message {
}

.netbuild-message-main {
    width: 100%;
    height: 95%;
    box-sizing: border-box;
    display: table;
}

.netbuild-message-row {
    display: table-row;
    width: 100%;
}

.netbuild-message-subject {
    float: left;
    padding-bottom: 20px;
}

.netbuild-message-priority {
    text-align: center;
    width: 1.75em;
    float: right;
    padding-bottom: 20px;
}

.netbuild-message-actions {
    float: right;
    padding-left: 12px;
    padding-bottom: 20px;
}
.netbuild-message-action-separator:first-child:before {
    content: '';
    display: none;
}
.netbuild-message-action-separator:before {
    content: '|';
    display: inline-block;
    padding: 0 0.5em;
}

.netbuild-message-action {
    white-space: nowrap;
}

.netbuild-message-iframe {
    border: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

/** Menu */
.netbuild-main[menu="off"] .netbuild-menu {
    display: none;
}

.netbuild-main[menu="on"] .netbuild-menu {
    background: RGBA(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.netbuild-menu-panel {
    display: inline-table;
    float: right;
    height: 100%;
}

.netbuild-menu-fixed .netbuild-menu-panel {
    border-top: 0.1em solid #939598;
    height: 100%;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-menu-top {
    background: transparent;
    border-bottom: 0.1em solid transparent;
    height: 4.25em;
    max-height: 4.25em;
    min-height: 4.25em;
    width: 100%;
}

.netbuild-menu-left {
    background: #FFFFFF;
    float: left;
    height: 100%;
    padding: 0.5em 0.5em 0 0;
    transition: 0.3s;
    transform: translateX(100%);
}

.netbuild-menu-item {
    cursor: pointer;
    font-weight: bold;
    margin: 0 0.5em 0.75em 0.5em;
}

.netbuild-menu-item:hover,
.netbuild-menu-item:focus,
.netbuild-menu-item:active {
    background: #F7F7F7;
    cursor: pointer;
}

.netbuild-header-link-row {
    bottom: 0.75em;
    position: absolute;
    right: 0;
    text-align: right;
}

.netbuild-header-link-row-app {
    bottom: 1em;
    position: absolute;
    right: 0;
    text-align: right;
}

.netbuild-main[langSelection="off"] .netbuild-lang {
    clear: both;
    display: none;
}

.netbuild-main[langSelection="on"] .netbuild-lang {
    clear: both;
    height: 0;
    position: relative;
    z-index: 90;
}

.netbuild-menu-image-div {
    height: 3.75em;
    width: 3.75em;
}

.netbuild-menu-image {
    cursor: pointer;
    max-height: 3.75em;
    max-width: 3.75em;
}

.netbuild-logout-div {
    display: table-cell;
    height: 4em;
    text-align: right;
    vertical-align: middle;
}

.netbuild-logout-image {
    cursor: pointer;
}

.netbuild-lang-menu-panel {
    background: #E7E7E7;
    border-radius: 0.5em;
    display: inline-block;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-combo-menu-item {
    cursor: pointer;
    font-weight: bold;
    margin: 0 0.5em 0.5em 0.5em;
    padding: 0.25em 0;
}

.netbuild-combo-menu-item:hover {
    background: #F7F7F7;
    cursor: pointer;
}

.netbuild-combo-menu-item-selected {
    background: #939598;
}

.netbuild-lang-menu-item {
    cursor: pointer;
    margin: 0 0.25em;
    padding: 0.25em 0.25em;
    text-align: center;
}

.netbuild-lang-menu-item:hover {
    background: #F7F7F7;
}

.netbuild-menu-fixed {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}

.netbuild-menu-app {
    float: left;
    max-width: 25em;
    min-width: 10em;
    width: 50%;
}

.netbuild-menu-app-panel {
    background: none repeat scroll 0 0 #E7E7E7;
    border-radius: 0.5em;
    display: inline-block;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-combo-menu {
    background: #E7E7E7;
    border-radius: 0.5em;
    cursor: pointer;
    display: inline-flex;
    height: 2.25em;
}

.netbuild-search-list {
    clear: both;
    height: 0;
    position: relative;
    z-index: 90;
}

.netbuild-breadcrumb-list {
    clear: both;
    height: 0;
    position: relative;
    z-index: 90;
}

/** Content */
.netbuild-content {
    border-top: 0.1em solid #939598;
    clear: both;
    overflow: auto;
    padding: 1em 0;
}

.netbuild-content-panel {
}

.netbuild-content-row {
    padding: 0.5em 0;
}

.netbuild-content-title {
    font-size: 1.15em;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 0.25em;
}

.netbuild-content-separator {
    border-bottom: 0.1em solid #939598;
    margin: 0.25em 0;
}

.netbuild-group-content-block {
    padding: 0.5em 0 0.5em 0.5em;
}

.netbuild-group-content-block-table {
    display: table;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-group-content-block-title {
    font-weight: bold;
    padding: 0 0 0.5em 0;
}

.netbuild-group-content-block-data {

}

.netbuild-data {

}

.netbuild-separated-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 -1em;
    padding: 0;
}

.netbuild-separated-list-item {
    margin: 0 0 0 0.5em;
    padding: 0 0 0 0.5em;
    position: relative;
}

.netbuild-separated-list-item:before {
    background: #FFFFFF;
    content: '';
    border-left: 0.1em solid black;
    height: 90%;
    left: 0;
    position: absolute;
    top: 10%;
}

.netbuild-separated-list-row-item {
}

.netbuild-label {

}

.netbuild-label-nw {/* TODO duplicated style, see: .no-break*/
    white-space: nowrap;
}

.netbuild-label-grey {
    color: #939598;
}

.netbuild-form-wrapper {
    display: table;
    width: 100%;
}

.netbuild-form {
    display: table;
    width: 100%;
}

.netbuild-form-row {
    display: table-row;
    padding: 0.5em 0;
}

.netbuild-form-label {
    display: table-cell;
    padding: 0.25em 0;
    white-space: nowrap;
}

.netbuild-form-label:after {
    content: ':';
}

.required:after {
    content: ':*';
}

.netbuild-form-input {
    display: table-cell;
    padding: 0.5em 0;
}

.netbuild-text-box {
    border: 0.1em solid #939598;
    box-shadow: 0 0 0.3em #CCCCCC inset;
    font-size: 1em;
    padding: 0.25em 0.1em 0.25em 0.25em;
}

.netbuild-text-box-narrow {
    border: 0.1em solid #939598;
    box-shadow: 0 0 0.3em #CCCCCC inset;
    font-size: 1em;
    padding: 0.25em 0.1em 0.25em 0.25em;
    width: 5em;
}

.netbuild-menu-lang {
    display: table-cell;
    height: 3.75em;
    vertical-align: middle;
}

.netbuild-combo-container {
    background: #E7E7E7;
    border-radius: 0.5em;
    cursor: pointer;
    display: inline-flex;
    height: 2.25em;
}

.netbuild-combo-value {
    display: inline-block;
    line-height: 2.25em;
    max-height: 2.25em;
    overflow: hidden;
    padding: 0 0.5em;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.netbuild-combo-arrow-container {
    background: #939598;
    border-radius: 0 0.5em 0.5em 0;
    float: right;
    max-width: 1.7em;
    min-width: 1.7em;
    padding: 0.7em 0.3em 0.5em;
    width: 1.7em;
}

.netbuild-combo-arrow {
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 1em solid #FFFFFF;
    display: table-cell;
}

.netbuild-clickable-list-item {
    background: #F7F7F7;
    border-bottom: 0.25em solid #FFFFFF;
    cursor: pointer;
    display: table;
    padding: 0.25em 0;
    width: 100%;
}

.netbuild-clickable-list-item:last-child {
    border-bottom: none;
}

.netbuild-clickable-list-item:hover {
    background: #E7E7E7;
}

.netbuild-list-item {
    border-bottom: 0.1em solid #939598;
    display: table;
    padding: 0.25em 0;
    width: 100%;
}

.netbuild-list-item:last-child {
    border-bottom: none;
}

.netbuild-list-item-content {
    display: table;
    width: 100%;
}

.netbuild-list-item-notations {
    display: table-cell;
    height: 100%;
    max-width: 1.5em;
    min-width: 1.5em;
    vertical-align: top;
    width: 1.5em;
}

.netbuild-list-item-notation {
    height: 1.5em;
    max-width: inherit;
    min-width: inherit;
    max-height: 1.5em;
    min-height: 1.5em;
}

.netbuild-list-item-data {
    display: table-cell;
    height: 100%;
    padding: 0 0 0 0.5em;
    vertical-align: top;
    width: 100%;
}

.netbuild-list-item-row {
    float: left;
    line-height: 1.5em;
    padding-bottom: 0.5em;
    width: 100%;
}

.netbuild-list-item-row:last-child {
    padding-bottom: 0;
}

.netbuild-list-item-row-data {
    display: inline-flex;
}

.netbuild-list-item-row-data-ls:after {
    content: '\00a0|\00a0';
    padding: 0 0.25em;
    background: #FFFFFF;
}

.netbuild-list-item-row-data-lis:after {
    content: ',\00a0';
    padding: 0 0.25em;
    background: #FFFFFF;
}

.netbuild-list-item-gray {
    color: #939598;
}

.netbuild-li-label-item {
    background: #E7E7E7;
    border: 0.1em solid #939598;
    display: inline;
    font-size: 0.85em;
    margin-right: 0.5em;
    padding: 0.1em 0.25em;
    white-space: nowrap;
}

.netbuild-button {
    border: 0.1em solid;
    border-radius: 0.5em;
    cursor: pointer;
    padding: 0.25em 1em;
    text-decoration: none !important;
    white-space: nowrap;
}

.green {
    background: #8DC63F !important;
    border-color: #8DC63F !important;
    color: #FFFFFF !important;
}

.green:hover {
    background: #6A972C !important;
    border-color: #6A972C !important;
}

.green-highlighted {
    border-color: #6A972C !important;
    color: #000000 !important;
}

.green-highlighted:hover {
    background: #6A972C !important;
    border-color: #8DC63F !important;
    color: #000000 !important;
}

.green-inverse {
    background: #FFFFFF !important;
    border-color: #8DC63F !important;
    color: #8DC63F !important;
}

.green-inverse:hover {
    color: #6A972C !important;
    border-color: #6A972C !important;
}

.orange {
    background: #FF9900 !important;
    border-color: #FF9900 !important;
    color: #FFFFFF !important;
}

.orange:hover {
    background: #DD9900 !important;
    border-color: #DD9900 !important;
}

.gray {
    background: #EFEFF0 !important;
    border-color: #EFEFF0 !important;
    color: #000000;
}

.gray:hover {
    background: #B9B9BA !important;
    border-color: #B9B9BA !important;
}

.gray-bordered {
    background: #EFEFF0 !important;
    border-color: #939598 !important;
}

.gray-bordered:hover {
    background: #B9B9BA !important;
    border-color: #939598 !important;
}

.blue {
    background: #3630FC !important;
    border-color: #3630FC !important;
    color: #FFFFFF !important;
}

.blue:hover {
    background: #0600CC !important;
    border-color: #0600CC !important;
}

.search-list-button {
    max-width: 20em;
    min-width: 10em;
}

.netbuild-promo-div {
    margin: 1em 0;
    padding: 0.5em 0;
}

.netbuild-promo-text {
    font-weight: bold;
    padding: 0.5em 0.2em;
    text-align: center;
}

.netbuild-image-selector-container {
    bottom: 0.5em;
    position: absolute;
    width: 100%;
}

.netbuild-image-selector-content {
    text-align: center;
}

.netbuild-image-selector-item {
    background: #E7E7E7;
    border-radius: 0.5em;
    cursor: pointer;
    display: inline-block;
    height: 0.5em;
    margin: 0 0.25em;
    width: 0.5em;
}

.netbuild-image-selector-item-selected {
    background: #939598;
}

.netbuild-page-menu {
    display: table;
    width: 100%;
}

.netbuild-page-menu-container {
    background: #E7E7E7;
    border-radius: 0.5em;
    float: left;
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
}

.netbuild-page-menu-container:last-child {
    margin-right: 0;
}

.netbuild-page-menu-label {
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    width: 100%;
}

.netbuild-page-menu-panel {
    background: #E7E7E7;
    border-radius: 0.5em;
    margin: 0.5em 0 0 -0.5em;
    padding: 0.5em 0;
    position: absolute;
    z-index: 80;
}

.netbuild-page-menu-item {
    cursor: pointer;
    margin: 0.25em 0.5em;
}

.netbuild-page-menu-item:hover {
    background: #F7F7F7;
}

.netbuild-top-five-result-list {

}

/** General styles */
.netbuild-clickable {
    color: #0000AA;
    cursor: pointer;
}

.netbuild-clickable:hover {
    text-decoration: underline;
}

.netbuild-clickable-item,
.netbuild-clickable-image {
    cursor: pointer;
}

.validation-message {
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.hidden {
    display: none !important;
}

.hidden:after {
    content: '' !important;
}

.bold {
    font-weight: bold;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.bottom-025 {
    bottom: 0.25em;
}

.centered-table {
    display: table;
    margin: 0 auto;
}

.centered-div {
    margin: 0 auto;
    text-align: center;
}

.table-cell {
    display: table-cell;
    padding: 0.5em;
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.w80 {
    width: 80%;
}

.h100 {
    height: 100%;
}

.padding-left {
    padding-left: 1em;
}

.padding-left-05 {
    padding-left: 0.5em !important;
}

.padding-left-025 {
    padding-left: 0.25em;
}

.padding-right {
    padding-right: 1em;
}

.padding-right-025 {
    padding-right: 0.25em;
}

.padding-top-025 {
    padding-top: 0.25em;
}

.padding-top {
    padding-top: 0.5em;
}

.padding-top-1 {
    padding-top: 1em;
}

.padding-interested {
    padding: 0.125em 0.5em;
}

.border-top-gray {
    border-top: 0.1em solid #939598;
}

.margin-right {
    margin-right: 0.5em;
}

.margin-right-1 {
    margin-right: 1em;
}

.margin-left {
    margin-left: 0.5em;
}
.margin-left-1 {
    margin-left: 1em;
}
.margin-top {
    margin-top: 0.5em;
}

.margin-top-n {
    margin-top: -0.5em;
}

.margin-top-1 {
    margin-top: 1em;
}

.margin {
    margin: 0.5em;
}

.position-relative {
    position: relative;
}

.hidden-overflow {
    overflow: hidden;
}

.black {
    color: #000000 !important;
}

.display-inline {
    display: inline;
}

.vertical-align-middle {
    vertical-align: middle;
}

.no-break {
    white-space: nowrap;
}

.netbuild-cell {
    border-top: 0.1em solid #939598;
    padding: 1em 0;
}

.netbuild-cell:nth-child(1),
.netbuild-cell:nth-child(2) {
    border-top: none !important;
}

.netbuild-cell:nth-child(odd) {
    padding-right: 0.5em;
    clear: left;
    float: left;
    width: 50%;
}

.netbuild-cell:nth-child(even) {
    padding-left: 0.5em;
    float: left;
    width: 50%;
}

.netbuild-cell-inner {
}

.netbuild-image-cell {
    display: table-cell;
}

.netbuild-image-container {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.netbuild-image {
    max-width: inherit;
    vertical-align: middle;
}

.netbuild-image-div {
    height: 3.75em;
    width: 3.75em;
    float: left;
    display: inline;
}

.netbuild-text-cell {
    display: table-cell;
    padding: 0 0.5em;
    vertical-align: top;
}

.netbuild-label-title {
    float: left;
    font-weight: bold;
    padding: 0 0 0.5em 0;
    width: 100%;
}

.netbuild-label-date {
    color: #939598;
    float: left;
    font-size: 0.85em;
    padding: 0.5em 0 1em 0;
    width: 100%;
}

.netbuild-label-body {
    font-size: 0.85em;
    padding: 0 0.5em;
}

.netbuild-mandatory-label {
    display: table-cell;
    font-weight: bold;
}

.netbuild-list-image-cell {
    display: table-cell;
    height: 100%;
}

/** Styles over 320px */
@media all and (min-width: 320px) {
    .netbuild-content-title {
        font-size: 1.15em;
        font-weight: bold;
        white-space: normal;
        padding-top: 0.25em;
    }
}

.netbuild-email-table {
    display: table;
    background: #E7E7E7;
    border-bottom: 0.25em solid #FFFFFF;
    padding: 1em;
    margin: 0 auto;
}

.email-bold {
    font-weight: bold;
    white-space: nowrap;
}

.email-bold:after {
    content: ':';
}

.email-form-input {
    display: inline-block;
    margin-top: 0.5em;
}

.email-text-box {
    border: 0.1em solid #939598;
    box-shadow: 0 0 0.3em #CCCCCC inset;
    font-size: 1em;
    padding: 0.25em 0.1em 0.25em 0.25em;
    width: 100%;
}

.datagroup-panel {
    display: table-row;
    float: left;
    width: 50%;
}

.datagroup-title {
    font-size: 1.15em;
    font-weight: bold;
}

.netbuild-description-cell {
    display: table-cell;
    vertical-align: top;
}

/** Styles under 768px */
@media all and (max-width: 768px) {
    .netbuild-cell:nth-child(1) {
        border-top: none !important;
    }

    .netbuild-cell:nth-child(2) {
        border-top: 0.1em solid #939598 !important;
    }

    .netbuild-cell:nth-child(even) {
        border-top: 0.1em solid #939598;
        padding-left: 0;
        clear: left;
        float: left;
        width: 100%;
    }

    .netbuild-cell:nth-child(odd) {
        border-top: 0.1em solid #939598;
        padding-right: 0;
        clear: left;
        float: left;
        width: 100%;
    }

    .netbuild-image-cell {
        display: table-cell;
        max-width: 8em;
    }

    .email-bold {
        font-weight: bold;
        white-space: nowrap;
        float: left;
        clear: left;
    }

    .email-bold:after {
        content: ':';
    }

    .email-form-label {
        padding: 0.25em 0;
        white-space: nowrap;
        display: inline;
        float: left;
        clear: left;

    }

    .email-form-label:after {
        content: ':';
    }

    .email-form-input {
        width: 100%;
        float: left;
        clear: left;
    }

    .email-text-box {
        border: 0.1em solid #939598;
        box-shadow: 0 0 0.3em #CCCCCC inset;
        font-size: 1em;
        padding: 0.25em 0.1em 0.25em 0.25em;
        width: 100%;
    }

    .datagroup-panel {
        display: table-row;
        float: left;
        clear: left;
        width: 100%;
    }

    .netbuild-description-cell {
        display: table-cell;
        padding: 0.25em 0.5em 0 0;
        vertical-align: top;
        float: left;
    }
}

/** Styles for components */
.p-text-box-highlight {
    border: 0.1em solid #FF0000 !important;
}

.netbuild-left-label {
    float: left;
    display: inline;
    padding: 0.125em;
}

.netbuild-inline-label {
    display: inline;
    padding: 0.125em;
}

.netbuild-clickable-left {
    color: #0000aa;
    cursor: pointer;
    float: left;
    display: inline;
    padding: 0.125em 1em 0.125em 0.125em;
}

.netbuild-clickable-left:hover {
    text-decoration: underline;
}

.netbuild-label-caption {
    color: #939598;
    display: inline;
    padding: 0 0.25em 0 0;
    text-decoration: inherit;
    white-space: nowrap;
}

.netbuild-label-caption:after {
    content: ':';
}

.netbuild-label-caption-wrap {
    color: #939598;
    display: inline;
    padding: 0 0.25em 0 0;
    text-decoration: inherit;
}

.netbuild-label-caption-wrap:after {
    content: ':';
}

.netbuild-description-label{
    color: #939598;
    display: inline;
    padding: 0 0.25em 0 0;
    text-decoration: inherit;
    white-space: nowrap;
}

.netbuild-description-label:after{
    content: ':';
}

.netbuild-label-value {
    padding: 0 0.5em 0 0;
    text-decoration: inherit;
    display: inline;
}

.netbuild-map-link {
    color: #0000AA;
    font-family: Verdana, sans-serif;
    text-decoration: inherit;
}

.netbuild-company-labels-label {
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 0.75em;
    padding: 0.313em;
}

.radius-left-and-right {
    border-radius: 0.5em;
}

.company-labels-label {
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding: 5px;
}

.company-labels-label-panel {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding-left: 5px;
    margin: 8px 0 0;
    padding-top: 5px;
    display: table;
}

.labelTag {
    float: left;
    padding: 0 3px 0 0;
}

.labelImageItem {
    background: none repeat scroll 0 0 rgb(238, 238, 238);
    cursor: pointer;
    float: left;
    margin: 3px 0 0 2px;
}

/** Validation styles */
.textbox-normal-highlight {
    border: 0.1em solid #FF0000;
}

.netbuild-table-nop {
    display: table;
    width: 100%;
}

.netbuild-table {
    display: table;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-centered-table {
    display: table;
    margin: 0 auto;
}

.background-gray {
    background: #E7E7E7;
}

.unsure-not-updated-field {
    background: #ff9900;
    padding: 0 0.5em 0 0;
    text-decoration: inherit;
    display: inline;
}

.list-navigator-icon {
    cursor: pointer;
    float: right;
    height: 21px;
    margin-right: 12px;
}

.list-navigator-icon-disabled {
    cursor: default;
    float: right;
    height: 21px;
    margin-right: 12px;
}

.list-navigator-main-panel {
    clear: left;
    float: left;
    line-height: 21px;
    width: 100%;
}

.list-navigator-html {
    float: left;
}

.list-navigator-combo {
    border: 1px solid #939598;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin-right: 12px;
    vertical-align: top;
}

.classified-field {
    background: #ff9999 !important;
}

.netbuild-label-value-classified {
    padding: 0 0.5em 0 0;
    text-decoration: inherit;
    display: inline;
    background: #ff9999 !important;
}

.netbuild-row {
    display: table-row;
}

.netbuild-simple-cell {
    display: table-cell;
}

.netbuild-id-label {
    float: left;
    display: inline;
    padding: 0.125em;
    color: #939598;
    margin-left: 0.813em;
}

/** Footer */
.netbuild-footer-welcome {
    border-top: 0.1em solid #939598;
    clear: both;
    padding: 1em 0;
    text-align: center;
}

.netbuild-footer-app {
    border-top: 0.1em solid #939598;
    float: left;
    clear: both;
    padding: 1em 0 2em 0;
    width: 100%;
}

.netbuild-footer-row {
    clear: left;
    float: left;
}

.netbuild-footer-list {
    list-style: none;
    margin: 0 0 0.5em -1.1em;
    padding: 0;
}

.netbuild-footer-list-item {
    display: inline;
}

.netbuild-footer-row-item {
    border-left: 0.1em solid #0000AA;
    display: inline;
    line-height: 1.5em;
    margin-left: 0.5em;
    padding-left: 0.5em;
    white-space: nowrap;
}

.netbuild-login-info {
}

.netbuild-login-info-row {
}

.netbuild-login-info-cell-label {
    clear: left;
    float: left;
    white-space: nowrap;
}

.netbuild-login-info-cell {
    float: left;
    text-align: left;
    white-space: nowrap;
    max-width: 50%;
}

.netbuild-login-info-cell-label:after {
    content: ':\00a0';
}

@media all and (min-width: 480px) {
    .netbuild-footer-left {
        float: left;
        padding-bottom: 1em;
        width: 40%;
    }

    .netbuild-footer-center {
        clear: none;
        float: left;
        text-align: center;
        padding-bottom: 1em;
        padding-top: 0;
        width: 20%;
    }

    .netbuild-footer-right {
        float: left;
        text-align: right;
        padding-bottom: 1em;
        padding-top: 0;
        width: 40%;
    }

    .netbuild-login-info {
        display: table;
    }

    .netbuild-login-info-row {
        display: table-row;
    }

    .netbuild-login-info-cell-label {
        clear: none;
        display: table-cell;
        padding-left: 1em;
        white-space: nowrap;
        width: auto;
    }

    .netbuild-login-info-cell-label:first-child {
        padding-left: 0;
    }

    .netbuild-login-info-cell {
        display: table-cell;
        width: auto;
    }
}

/* Fields to check*/
.to-check-field {
    background: #ffff00;
}

.to-check-field-deleted {
    background: #ffff00;
    text-decoration: line-through !important;
}

.netbuild-label-value-to-check-field {
    padding: 0 0.5em 0 0;
    text-decoration: inherit;
    background: #ffff00;
}

.netbuild-label-value-to-check-field-deleted {
    padding: 0 0.5em 0 0;
    text-decoration: inherit;
    background: #ffff00;
    text-decoration: line-through !important;
}

.netbuild-search-header-container {
    float: left;
    padding-bottom: 1em;
    width: 100%;
}

.netbuild-search-header-left {
    float: left;
    max-width: 20em;
    min-width: 10em;
    padding-right: 0.25em;
    width: 50%;
}

.netbuild-search-header-right {
    float: left;
    max-width: 50%;
    padding: 0 0 0 1em;
    width: 50%;
}

.netbuild-search-header-info {
    float: left;
    padding: 1em 0 0 0;
    max-width: calc(100% - 35px);
}

.netbuild-search-header-map-image {
    float: right;
    cursor: pointer;
}

.netbuild-search-header-list-link {
    float: right;
    cursor: pointer;
    padding: 0.25em 0;
}

.netbuild-search-result-container {
    display: table;
    width: 100%;
}

.netbuild-search-result-container[searchFilter="on"] .netbuild-search-filter-container {
    background: RGBA(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.netbuild-search-result-container[searchFilter="off"] .netbuild-search-filter-container {
    display: none;
}

.netbuild-search-menu {
    background: #F7F7F7;
    max-width: 20em;
    min-width: 20em;
    padding: 0.5em;
    transition: 0.3s;
    transform: translateX(-100%);
    width: 20em;
}

.netbuild-search-menu-placeholder {

}

.netbuild-search-result-row {
    display: table-row;
}

.netbuild-search-result-list {

}

.netbuild-search-list-item {
    cursor: pointer;
    min-width: 20em;
}

.netbuild-search-list-item:first-child {
    border-top: 0.1em solid #939598;
}
.netbuild-search-list-item:last-child {
    border-bottom: 0.1em solid #939598;
}

.netbuild-search-footer-container {

}

.netbuild-search-result-container[searchFilter="on"] .netbuild-search-footer-empty {
    display: table-cell;
}

.netbuild-search-result-container[searchFilter="off"] .netbuild-search-footer-empty {
    display: none;
}

.netbuild-search-footer-link {
    display: table-cell;
    padding-top: 1em;
    text-align: right;
    white-space: nowrap;
    width: 100%;
}

.netbuild-search-result-placeholder {
    clear: both;
    float: left;
    width: 100%;
}

.centered-text {
    white-space: normal;
    text-align: center;
}

/* Radio Button */
.p-radio-button {

}

.p-radio-button-image {
    cursor: pointer;
    float: left;
}

.p-radio-button-label {
    cursor: pointer;
    line-height: 19px; /*height of images*/
    padding-left: 2em;
}

/* Check Box */
.p-check-box {

}

.p-check-box-image {
    cursor: pointer;
    float: left;
}

.p-check-box-label {
    cursor: pointer;
    line-height: 19px; /*height of images*/
    padding-left: 2em;
}

.p-check-box-highlight .p-check-box-image {
    background: #FF0000 !important;
}

/* Tree Combo Box */
.p-tree-combo-box {
    cursor: pointer;
    background: #FFFFFF;
    border: 0.1em solid #939598;
    border-radius: 0.5em;
}

.p-tree-combo-box-highlight {
    border: 0.1em solid #FF0000;
}

.p-tree-combo-box-panel {

}

.p-tree-combo-box-caption-td {
    width: 100%;
}

.p-tree-combo-box-caption {
    color: #000000;
    padding: 0.25em 0.1em 0.25em 0.5em;
}

.p-tree-combo-box-triangle-td {
    padding: 0.25em 0.5em 0.25em 0.25em;
}

.p-tree-combo-box-triangle {
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #97bf0d;
    height: 0;
    width: 0;
}

.p-tree-combo-box-popup {
    background: #FFFFFF;
    border: 0.1em solid #939598;
    margin-top: -0.1em;
    padding: 0.25em 0 0.25em 0;
    z-index: 101;
}

.p-tree-combo-box-filter-tr {

}

.p-tree-combo-box-filter-td {

}

.p-tree-combo-box-filter {
    border: 0.1em solid #939598;
    border-radius: 0.25em;
    padding: 0.25em 0.1em 0.25em 0.25em;
    width: 100%;
}

.p-tree-combo-box-filter-image-td {

}

.p-tree-combo-box-filter-image {
    margin: 0.25em 0.5em 0.25em 0.5em;
}

.p-tree-combo-box-tree {
    margin-top: 0.5em;
    max-height: 18em;
}

.p-tree-view-tree-container {
    border: none;
    max-height: 18em;
    overflow-y: scroll;
    overflow-x: visible;
}

.p-tree-combo-box-tree .gwt-Tree .gwt-TreeItem {
    cursor: pointer;
    margin: 0;
    padding: 0.1em 0;
    white-space: nowrap;
}

.p-tree-combo-box-tree .gwt-Tree table {
    border-spacing: 0;
    border-collapse: separate;
    width: auto;
}

.p-tree-combo-box-tree .gwt-Tree td {
    padding: 0;
}

.p-tree-combo-box-tree .gwt-Tree .gwt-TreeItem:hover {
    color: #FFFFFF;
    background: #8cc63f;
}

.p-tree-combo-box-tree .gwt-Tree .gwt-TreeItem-selected {
    border: none;
    color: #FFFFFF;
    background: #8cc63f;
}

.p-tree-combo-box-tree .gwt-TreeItem .gwt-RadioButton input,
.p-tree-combo-box-tree .gwt-TreeItem .gwt-CheckBox input {
    margin-left: 0;
}

.p-tree-combo-box-tree .gwt-TreeItem .gwt-RadioButton input,
.p-tree-combo-box-tree .gwt-TreeItem .gwt-CheckBox input {
    margin-left: -0.25em;
}

/* Combo Box */
.p-combo-box {
    cursor: pointer;
    background: #FFFFFF;
    border: 0.1em solid #939598;
    border-radius: 0.5em;
}

.p-combo-box-caption-td {
    width: 100%;
}

.p-combo-box-caption {
    color: #000000;
    padding: 0.25em 0.1em 0.25em 0.5em;
}

.p-combo-box-triangle-td {
    padding: 0.25em 0.5em 0.25em 0.25em;
}

.p-combo-box-triangle {
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #97bf0d;
    height: 0;
    width: 0;
}

.p-combo-box-popup {
    background: #FFFFFF;
    border: 0.1em solid #939598;
    margin-top: -0.1em;
    padding: 0.25em 0 0.25em 0;
    z-index: 101;
}

.p-combo-box-popup-table {

}

.p-combo-box-filter-tr {

}

.p-combo-box-filter-td {

}

.p-combo-box-filter {
    border: 0.1em solid #939598;
    border-radius: 0.25em;
    padding: 0.25em 0.1em 0.25em 0.25em;
    width: 100%;
}

.p-combo-box-filter-image-td {

}

.p-combo-box-filter-image {
    margin: 0.25em 0.5em 0.25em 0.5em;
}

.p-combo-box-command-td {

}

.p-combo-box-command-table {
    width: 100%;
}

.p-combo-box-command-div {
    color: #0000AA;
    cursor: pointer;
    padding: 0.5em;
}

.p-combo-box-command-div:first-child {
    padding-left: 0;
}

.p-combo-box-command-div:last-child {
    padding-right: 0;
}

.p-combo-box-command-div:hover {
    text-decoration: underline;
}

.p-combo-box-list {
    margin-top: 0.5em;
    max-height: 18em;
    overflow-x: hidden;
    overflow-y: auto;
}

.p-combo-box-list-item-table {
    min-width: 11em;
    width: 100%;
}

.p-combo-box-list-item-table-td {

}

.p-combo-box-list-item-hoovered {
    background-color: #8cc63f !important;
    color: #FFFFFF;
}

.p-combo-box-button-table {
    margin: 0.5em 0 0 0;
}

.p-combo-box-button-table-left-td {
    width: 50%;
}

.p-combo-box-left-buttons {

}

.p-combo-box-button-table-right-td {
    width: 50%;
}

.p-combo-box-right-buttons {
    text-align: right;
}

/* Popup */
.gwt-PopupPanel {
    background: #E7E7E7;
    border: 0.1em solid #939598;
    padding: 0.5em;
}

.popupContent {
    padding: 0.5em;
}

.netbuild-popup {

}

.confirm-popup-message-panel {

}

.confirm-popup-image {

}

.confirm-popup-label {

}

.confirm-popup-button-panel {
    float: right;
    margin-top: 1em;
}

.confirm-popup-button {
    /* TODO Replace on confirmation popups and remove */
    color: #FFFFFF;
    background: #8DC63F;
    border: 0.1em solid #8DC63F;
    border-radius: 0.5em;
    margin-left: 0.5em;
    cursor: pointer;
    padding: 0.25em 1em;
    white-space: nowrap;
}

/** Search filter */
.netbuild-search-label {
    width: 100%;
}

.netbuild-search-label-lh {
    line-height: 19px;
    width: 100%;
}

.netbuild-search-label-lh-p {
    line-height: 19px;
    padding-left: 28px;
    width: 100%;
}

.netbuild-search-field-separator {
    float: left;
    padding-top: 0.2em;
    text-align: center;
    width: 8%;
}

.netbuild-search-range-row {
    display: table;
    padding: 0.5em 0 0 0;
    width: 100%;
}

.netbuild-search-range-row .netbuild-text-box {
    float: left;
    width: 46%;
}

.netbuild-search-filter-selected {
    background: #8DC63F;
    color: #FFFFFF;
}

.search-combobox {
    margin: 0.5em 0;
}

.netbuild-search-input-div {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.netbuild-search-icon-div {
    display: table-cell;
    width: 100%;
}

.background-white {
    background: #FFFFFF;
}

.netbuild-person-list-item {
    border-bottom: 0.1em solid #939598;
    display: table;
    padding: 0.5em 0;
    width: 100%;
}

.netbuild-person-list-item:first-child {
    padding: 1em 0 0.5em 0;
}

.netbuild-person-list-item:last-child {
    border-bottom: none;
    padding: 0.5em 0 1em 0;
}

.netbuild-prco-persons .netbuild-person-list-item {
    border-bottom: none;
    padding: 0 0 0.5em 0;
}

.netbuild-prco-persons .netbuild-person-list-item:last-child {
    padding: 0 0 0 0;
}

.netbuild-prco-persons .netbuild-list-item-row {
    float: left;
    line-height: 1.25em;
    padding-bottom: 0;
    width: 100%;
}

@media all and (max-width: 768px) {
    .netbuild-prco-persons .netbuild-person-list-item {
        border-bottom: none;
        padding: 0 0 0.25em 0;
    }

    .netbuild-prco-persons .netbuild-person-list-item:last-child {
        border-bottom: none;
        padding: 0;
    }

    .netbuild-person-list-item {
        display: table;
        border-bottom: 0.1em solid #939598;
        padding: 0.5em 0;
        width: 100%;
    }

    .netbuild-person-list-item:last-child {
        border-bottom: none;
        padding: 0.5em 0 1em 0;
    }

    .netbuild-description-label {
        color: #939598;
        display: inline;
        padding: 0 0.25em 0 0;
        text-decoration: inherit;
        white-space: normal;
    }

    .netbuild-description-label:after {
        content: ':';
    }
}

.netbuild-data-caption {
    color: #939598;
    text-decoration: inherit;
    white-space: nowrap;
}

.netbuild-data-caption:after {
    content: ':\00a0';
}

.netbuild-data-caption-simple {
    color: #939598;
    text-decoration: inherit;
    white-space: nowrap;
}

.netbuild-data-value {
    text-decoration: inherit;
    white-space: nowrap;
}

.netbuild-prco-persons {
    display: table;
    padding-top: 0.5em;
    width: 100%;
}

.netbuild-comp-persons {
    padding: 0 0 0 0.5em;
}

.netbuild-data-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 0.5em;
}

.netbuild-data-cell:last-child {
    padding-right: 0;
}

.netbuild-label-item {
    border: 0.1em solid #939598;
    background: #E7E7E7;
    margin-top: 0.5em;
    margin-right: 0.5em;
    padding: 0.1em 0.25em;
    font-size: 0.85em;
    white-space: nowrap;
}

.netbuild-label-item:last-child {
    margin-right: 0;
}

.netbuild-label-item-text {
    float: left;
}

.netbuild-label-item-delete-image {
    margin-left: 0.25em;
}

.netbuild-a-line {
    display: inline-flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.netbuild-horizontal-ph {
    float: left;
    width: 0.5em;
}

.highlighted-text {
    color: #FF0000;
}

.color-blue {
    color: #0000AA;
}

.wrapped-text {
    white-space: normal !important;
}

.netbuild-group-header {
    box-sizing: border-box;
    display: table;
    width: 100%;
}

.netbuild-group-header-row {
    display: table-row;
    vertical-align: middle;
}

.netbuild-group-header-cell {
    display: table-cell;
    vertical-align: middle;
}

.project-uploaded-file-row {
    float: left;
    width: 100%;
}

.project-uploaded-file-cell {
    float: left;
    padding-right: 0.5em;
}

.email-selection-items {

}

.email-selection-item {
    
}

.email-additional-selector {

}

.netbuild-separator:after {
    content: '\00a0|\00a0';
    padding: 0 0.25em;
}

.email-header {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    font-size: 16px !important;
    font-family: Open Sans !important;
    font-weight: bold;
}

.email-caption {
    text-transform: uppercase;
}

.email-panel-top-instructions {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    font-size: 13px !important;
    font-family: Open Sans !important;
}

.email-panel-row {
    display: -webkit-box;
    display: -moz-box;
    /*display: box;*/
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 13px !important;
    font-family: Open Sans !important;
}

.email-panel-left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px !important;
    font-family: Open Sans !important;
}

.email-panel-left:first-letter {
    text-transform: capitalize;
}

.email-panel-text-area-div,
.email-panel-center {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: fit-content;
    border-radius: 3px;
    min-height: 24px;
    font-size: 13px !important;
    font-family: Open Sans !important;
}

.email-panel-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    margin-bottom: 10px;
    color: #666666;
    font-size: 13px !important;
}

.email-panel-center-right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px !important;
}

.email-panel-input {
    background: #EEEEEE;
    border-radius: 3px;
    min-height: 40px;
    padding: 10px;
}

.email-panel-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.removable-function {
    display: inline-table;
    padding: 0.1em 1.5em 0.1em 0.5em;
    text-indent: 0.2em;
    font-family: Open Sans !important;
}

.none {
    background: none;
    border: none;
}

.min-height {
    min-height: 20px;
}

.email-panel-add-icon {
    background-image: url("plus@3x.png");
    background-size: 16px 16px;
}

.email-panel-input .p-tree-view-tree-container {
    border: none;
    height: 20em;
}

.email-panel-input .p-tree-view-filter-table {
    width: 100%;
    border: none;
    margin-top: 1em;
}

.email-panel-input .p-tree-view-filter {
    width: 100%;
    border: none;
    background: none;
}

.email-panel-input .p-tree-view-filter-tr {
    border: none;
    border-radius: 0.3em;
    background: white;
}

.email-panel-input .p-tree-view-filter-td {
    border-bottom-left-radius: 0.3em;
    border-top-left-radius: 0.3em;
}

.email-panel-input .p-tree-view-filter-image-td {
    border: none !important;
    border-bottom-right-radius: 0.3em;
    border-top-right-radius: 0.3em;
    background: white;
    padding-right: 0.5em;
}

.email-panel-date {
    background: none;
    border: none;
    font-size: 13px !important;
}

.email-panel-calendar {
    background-image: url("calendar@3x.png");
    background-size: 16px 16px;
}

.text-area {
    border: none;
    resize: none;
    background: none;
    width: 100%;
}

.attached-files-panel {
    background: #EEEEEE;
    border-radius: 3px;
    min-height: 40px;
    padding: 10px;
    margin-bottom: 10px;
}

.attach-button {
    background: white;
    border: solid 2px #8cc73f;
    border-radius: 3px;
    color: #8cc73f;
    font-family: Open Sans !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 3.15;
    width: 100%;
    cursor: pointer;
}

.attach-button:hover, .attach-button:active {
    border: solid 2px #6a972c;
    color: #6a972c;
}

.bold {
    font-weight: bold;
}

.w40 {
    width: 40%;
}

.email-panel-last-row {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 13px !important;
    font-family: Open Sans !important;
}

.w65 {
    width: 65%;
}

.hidden-checkbox-icon .p-check-box-image {
    display: none;
}

.no-top-padding {
    padding-top: 0;
}

.selectable-company-function {
    position: relative;
    margin-bottom: 16px;
}

.selectable-company-function .p-check-box-label {
    font-size: 15px !important;
    margin-top: 1px;
}

.selectable-company-function :before {
    content: " ";
    position: absolute;
    left: 0px;
    top: -2px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 3px;
    background: #EEEEEE;
    /*font-size: 30px !important;*/
    cursor: pointer;
}

.selectable-company-function.checked :before {
    font-family: 'Material Icons';
    content: "check";
    font-size: 20px !important;
    font-feature-settings: 'liga';
    font-style: normal;
}

.send-cc-icon {
    position: absolute;
    top: -2px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 3px;
    background: #ff9901;
    color: white;
    font-size: 20px !important;
    cursor: pointer;
}

.send-email-button {
    background: #8cc73f;
    /*background: #8dc63f;*/
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 3.15;
    width: 100%;
    font-size: 14px !important;
    font-family: Open Sans !important;
}

.send-email-button:hover, .send-email-button:active {
    background: #6a972c;
}

.hidden-on-mobile {
    display: none;
}

.removable-label {
    display: table-row;
}

.removable-label-value {
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px 0;
}

.removable-label-image {
    display: inline-block;
    cursor: pointer;
    float: left;
    margin: 2px;
}

.email-panel .validation-message {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    text-indent: 0;
}

.global-popup-glass {
    background: #000000;
    bottom: 0;
    filter: alpha(opacity=30);
    left: 0;
    opacity: 0.3;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.global-popup-content {
    background: #FFFFFF;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 25px auto 30px;
    max-width: 1230px;
    padding: 12px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.height-100P {
    height: 100%;
}

.login-welcome-text {
    font-family: Open Sans !important;
    font-size: 13px !important;
    line-height: 18px;
}

.login-welcome-name {
    font-weight: bold;
    display: inline;
}

.login-welcome-text-text {
    
}

.login-form {
    width: 100%;
    margin: 30px auto;
    display: table;
}

.login-label {
    width: 97px;
    font-family: Open Sans !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #EEEEEE inset;
}

.wrapped-login-input {
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    border: none;
    background: #EEEEEE;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
    font-family: Open Sans !important;
    font-size: 15px;
    text-indent: 10px;
    line-height: 40px;
    height: 40px;
}

input::-ms-reveal {
    display: none;
}

.eye-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: normal;
    text-transform: none;
    margin-right: 14px;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    cursor: context-menu;
    font-feature-settings: 'liga';
    font-style: normal;
}

.welcome-reset-pwd {
    display: block;
    text-align: center;
    font-family: Helvetica;
    font-size: 15px;
    letter-spacing: normal;
    color: #001eff;
}

.welcome-login-button {
    display: block;
    width: 100%;
    max-width: 285px;
    height: 50px;
    margin: 20px auto;
    border-radius: 3px;
    background-color: #8cc73f;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-family: Open Sans !important;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.welcome-login-button:hover {
    background: #6A972C !important;
}

.welcome-registration-button {
    display: block;
    width: 100%;
    max-width: 285px;
    height: 50px;
    margin: 20px auto;
    border-radius: 3px;
    background-color: #ff9901;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-family: Open Sans !important;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.welcome-registration-button:hover {
    background: #DD9900 !important;
}

input.no-border {
    border: none !important;
}

input.no-border:active {
    border: none !important;
}

input.no-border:focus {
    border: none !important;
}

.centered-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.login-video {
    width: 100%;
    background-color: #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}

.count {
    display: table;
    max-width: 220px;
    min-width: 160px;
    font-family: Open Sans !important;
    font-size: 10.8px !important;
    line-height: 2.39;
}

.object-icon {
    float: left;
    width: 12px;
    height: 12px;
    margin: 5px 10px 5px 0;
}

.video-title {
    min-width: 160px;
    max-width: 220px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.video-main-title {
    font-family: Open Sans !important;
    font-size: 14.4px !important;
    font-weight: bold;
    padding-bottom: 10px;
}

.video-subtitle {
    font-family: Open Sans !important;
    font-size: 10px !important;
}

.video-div {
    max-width: 285px;
    max-height: 160px;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 160 / 285);
    position: relative;
    margin: 0 auto;
}

.preview {
    max-width: 285px;
    max-height: 160px;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 160 / 285);
    position: relative;
    margin: 0 auto;
    z-index: 1;
    cursor: pointer;
}

.add-description-button:last-child {
    margin: 0;
}

.add-description-button {
    border: none;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 13px 0;
    width: 320px;
    padding: 1em;
    font-size: 20px;
    font-family: Open Sans !important;
}

.add-description-button-green {
    background: #8CC73F;
}

.add-description-button-green:hover {
    background: #6A972C;
}

.add-description-button-grey {
    background: #B9B9BA;
}

.add-description-button-grey:hover {
    background: #939598;
}

.email-panel-buttons {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px !important;
}


.netbuild-map-container {
    box-sizing: border-box;
    height: 100%;
    padding: 1em 0 0 0;
    width: 100%;
}

.netbuild-map-container p {
    text-align: unset;
}

.netbuild-map {
    height: 672px;
    width: 100%;
}

.signup {
    background: #E9EBEE;
    padding-bottom: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', Verdana, sans-serif;
    line-height: 22px;
    margin: -1em 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.signup *,
.signup *:before,
.signup *:after {
    box-sizing: inherit;
}

.signup .clearfix:before,
.signup .clearfix:after {
    display: table;
    content: " ";
}

.signup .clearfix:after {
    clear: both;
}

.signup button,
.signup input,
.signup select,
.signup textarea {
    margin: 0;
    font: inherit;
}

.signup a {
    text-decoration: none;
    color: #007AFF;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 15px;
}

.ib-container {
    width: 100%;
    margin: 0 auto;
}

.ib-container:before,
.ib-container:after {
    display: table;
    content: " ";
}

.ib-container:after {
    clear: both;
}

@media (min-width: 1024px) {
    .ib-container {
        max-width: 1000px;
    }
}

@media (min-width: 1064px) {
    .ib-container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .ib-container {
        max-width: 1200px;
        position: relative;
    }
}

@media (min-width: 1440px) {
    .ib-container {
        max-width: 1400px;
    }
}

@media (max-width: 1023px) {
    .ib-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 699px) {
    .ib-container {
        width: 100%;
    }
}

@media (max-width: 619px) {
    .ib-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.signup-header {
    display: flex;
    justify-content: center;
}

.signup-header h2 {
    font-size: 36px;
    margin-top: 60px;
}

.signup-header p {
    color: #7E7E7E;
    max-width: 566px;
    margin: 30px 0;
}

@media (max-width: 599px) {
    .signup-header h2 {
        font-size: 24px;
        margin-top: 40px;
    }

    .signup-header p {
        font-size: 14px;
        margin: 20px 0;
    }
}

.signup-row {
    display: flex;
    justify-content: space-between;
}

.signup-col-left, .signup-col-right {
    width: 328px;
}

.signup-col-middle {
    width: 685px;
}

.signup-form {
    background-color: white;
    border: 1px solid #D3D6DB;
    box-shadow: 0 3px 5px 0 rgba(44, 44, 44, 0.13);
    padding: 60px 120px;
}

@media (max-width: 1439px) {
    .signup-col-left, .signup-col-right {
        width: 285px;
    }

    .signup-col-middle {
        width: 589px;
    }

    .signup-form {
        padding: 50px 100px;
    }
}

@media (max-width: 1279px) {
    .signup-col-left, .signup-col-right {
        width: 265px;
    }

    .signup-col-middle {
        max-width: 460px;
    }

    .signup-form {
        padding: 50px 60px;
    }
}

@media (max-width: 1063px) {
    .signup-col-middle {
        max-width: 430px;
    }

    .signup-form {
        padding: 50px 40px;
    }
}

@media (max-width: 1023px) {
    .signup-col-middle {
        max-width: 400px;
    }

    .signup-form {
        padding: 50px 25px;
    }
}

@media (max-width: 999px) {
    .signup-row {
        flex-direction: column;
        align-items: center;
    }

    .signup-col-left {
        display: none;
    }

    .signup-col-middle, .signup-col-right {
        width: 100%;
        max-width: 460px;
    }

    .signup-form {
        padding: 50px 40px;
    }
}

@media (max-width: 459px) {
    .signup-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .signup-form {
        padding: 40px 20px;
    }

    .signup-col-right {
        padding: 0 20px;
    }

    .checkbox label {
        padding-left: 28px;
    }
}

.signup-checkboxes {
    display: flex;
    justify-content: space-between;
    max-width: 380px;
    margin-bottom: 30px;
}

@media (max-width: 379px) {
    .signup-checkboxes {
        flex-direction: column;
    }

    .checkbox:first-child {
        margin-bottom: 15px;
    }
}

.signup-text-inputs {
    margin-bottom: 10px;
}

.signup-text-inputs input, .signup-text-inputs textarea {
    width: 100%;
    border: 1px solid #9EA1B2;
    border-radius: 4px;
    height: 50px;
    padding: 20px;
    margin-bottom: 20px;
}

.signup-text-inputs textarea {
    height: 222px;
}

.signup-text-inputs input[validation-error="true"] {
    border: 1px solid #FF0000;
}

.signup-text-inputs input:focus, .signup-text-inputs textarea:focus {
    outline: rgb(59, 153, 252) auto 5px;
}

.signup-form .button {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 30px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    letter-spacing: -0.1px;
    color: white;
    margin-top: 50px;
    background: #007AFF;
    box-shadow: 0 5px 10px 0 rgba(0, 122, 255, 0.27);
    cursor: pointer;
}

@media (max-width: 599px) {
    .signup-form .button {
        font-size: 16px;
        height: 50px;
        letter-spacing: -0.08px;
    }
}

.signup-col-right blockquote {
    color: #4D5065;
    padding: 0;
    margin: 0;
    font-style: italic;
    margin-bottom: 22px;
}

@media (max-width: 999px) {
    .signup-col-right blockquote {
        margin: 22px 0;
    }
}

.signup-col-right .contact-person {
    display: flex;
    align-items: center;
}

.signup-col-right .contact-person-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.signup-col-right .contact-person-info {
    line-height: 1;
}

.signup-col-right .contact-person-name {
    color: #272B3C;
    font-size: 18px;
    letter-spacing: -0.45px;
    margin-bottom: 4px;
}

.signup-col-right .contact-person-details {
    color: #9FA1B2;
    font-size: 14px;
    letter-spacing: -0.35px;
}

.ib-checkbox input[type="checkbox"] {
    display: none;
}

.ib-checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    color: #272B3C;
    font-size: 15px;
}

.ib-checkbox label::before,
.ib-checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.ib-checkbox label::before {
    height: 20px;
    width: 20px;
    left: 0;
    top: 0;
    background: #FFFFFF;
    border: 1px solid #D3D6DB;
    box-shadow: 0 3px 5px 0 rgba(44, 44, 44, 0.13);
    border-radius: 2.5px;
}

.ib-checkbox label[validation-error="true"]::before {
    border: 1px solid #FF0000;
}

.ib-checkbox label::after {
    height: 20px;
    width: 20px;
    background-image: url("check-on.png");
    background-size: contain;
    left: 0;
    top: 0;
}

.ib-checkbox input[type="checkbox"] + label::after {
    content: none;
}

.ib-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

.ib-checkbox input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
