@font-face {
    font-family: nunito-sans;
    src: url("fonts/NunitoSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: nunito-sans-semibold;
    src: url("fonts/NunitoSans-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: nunito-sans-bold;
    src: url("fonts/NunitoSans-Bold.otf") format("opentype");
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

p {
    margin: 0px;
}

/* Overwrite Bootstrap css to remove border on input and button */
input:focus {
    outline: none;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.invalid-box {
    height: 28px;
    font-family: nunito-sans, sans-serif, Helvetica;
    font-size: 14px;
    color: #DF2A0B;
    margin-top: 6px;
}


body {
    background-color: #e9ebec;
    color: #42474c;
    font-family: nunito-sans, sans-serif, Helvetica;
    font-size: 14px;
    height: 100%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    min-width:1600px;
}

a:hover,
.browser-chrome-download {
    color: #0099F1;
}

#overview {
    background-color: #42474b;
    clear: both;
    color: #ffffff;
}

.container-fluid {
    clear: both;
    margin: 0 50px 50px 50px;
    padding: 0;
}

.container-fluid.user-account,
.container-fluid.data-collection {
    overflow: auto;
    flex: 1 1 auto;
}

.lefty {
    float: left;
    padding: 20px;
}

.righty {
    float: right;
    padding: 20px;
}

/* Index Specific CSS */

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
    width: 33.33%;
}

/* Clear floats after the columns */
.overview-row:after {
    clear: both;
    content: "";
    display: table;
}

.topbox {
    background: #ffffff;
    border-radius: 5px;
    color: #555c62;
    display: block;
    height: 100px;
    margin: 0 auto;
    padding: 20px;
    width: 320px;
}

.topbox h4 {
    margin: 0;
    padding: 0 0 10px 0;
}

#bluetopbox {
    background: #0099f1;
    color: #ffffff;
}

.leftimg-topbox {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.rightimg-topbox {
    float: right;
    height: 60px;
    margin-left: 20px;
    width: 60px;
}

.medium-gap {
    clear: both;
    display: block;
    height: 100px;
    width: 100%;
}

.small-gap {
    clear: both;
    display: block;
    height: 20px;
    width: 100%;
}

.normal-pad {
    padding: 20px;
}

.medium-button {
    background-color: transparent;
    background-image: url('img/btn_text_medium_active.png');
    background-position: center;
    background-size: contain;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 68px;
    margin: 0;
    padding: 0;
    width: 192px;
}

.medium-button:hover {
    background-image: url('img/btn_text_medium_active.png');
    color: #ffffff;
    text-decoration: none;
}

.medium-button span {
    display: grid;
    padding-top: 22px;
    text-align: center;
}

.big-button {
    width: 100%;
}

.back-button {
    background-image: url('img/btn_back_active@2x.png');
    background-size: contain;
    bottom: 4px;
    text-decoration: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
    vertical-align: middle;
}

.back-button:hover {
    background-image: url('img/btn_back_hover@2x.png');
    cursor: pointer;
}

ol, ul {
    margin-top: 19px;
    margin-bottom: 19px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.table-row {
    margin: 0 50px 50px 50px;
}

.table-row h2 {
    font-size: 20px;
    margin: 0;
    padding: 20px;
}

#dataset-info {
    /* So this particular popup can be on top of everything. Change if needed. */
    z-index: 99999;
}

/* Custom grid with header and footer */
.table-dataset-header {
    font-size: 18px;
    padding: 28px 0 20px 0;
     margin: 0px !important;
}

#model-datasets {
    max-width: 100px;
    overflow-y: scroll;
}

#dataset-info-label {
    max-width: 100px;
    overflow-y: scroll;
}

.dataset-info-notes {
    margin-top: 30px;
}

.dataset-info-notes.build-notes {
    margin-top: 0px;
}

.dataset-info-heading,
.sensor-info-heading,
.model-setting-heading,
.training-data-used-heading,
.data-augmentation-heading,
.monitor-project-table-heading {
    margin-bottom: 16px;
    color: #555C62;
    font-size: 18px;
    font-family: nunito-sans-semibold, sans-serif;
    line-height: 24px;
}

.sensors-selection-card,
.model-setting-heading,
.training-data-used-heading,
.data-augmentation-heading,
.monitor-project-table-heading {
    padding: 30px 30px 20px;
    margin: 0;
}

.model-setting-heading,
.data-augmentation-heading {
    padding-top: 0px;
}

.settings-table,
.popup-table {
    padding: 0px 30px;
}

.sensor-config-details,
.popup-table .table-dataset,
.dc-browser-visit {
    color: #555C62;
}

#sensor-config-complete-btn {
    min-width: 164px;
}

.dataset-info-notes .dataset-info-notes-input {
    background-color: #F6F6F6;
    padding: 20px;
    border-radius: 4px;
}

.dataset-info-notes textarea {
    height: 126px;
    width: 560px;
    resize: none;
    border-radius: 4px;
    outline: none;
    border: 1px solid #BEC2C6;
    padding: 8px 6px;
}

.dataset-info-notes textarea:disabled {
    background-color: #f6f6f6;
    border: none;
}

.dataset-info-notes textarea::placeholder {
    color: #9299A0;
}

.dataset-info-notes button {
    width: 80px;
    margin-top: 18px;
}

.dataset-info-notes button.edit-notes {
    background-color: #687078;
    color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.dataset-info-notes button.edit-notes:hover {
    background-color: #7C858D;
}

.dataset-info-notes button.edit-notes:focus {
    outline: none;
}


.table-dataset-spacer {
    background-color: #f6f6f6;
    height: 20px;
}

.table-dataset > tbody > tr,
.table-dataset > tbody > tr > td,
.table-dataset > thead > tr > th,
.sensor-config-details > thead > tr > th,
.sensor-config-details > tbody > tr,
.sensor-config-details > tbody > tr > td,
.monitor-project-details-container tr > td {
    background-color: #f6f6f6;
    border-top: none;
    border-bottom: none;
    padding-left: 20px;
}

.monitor-project-details-container tr > td {
    padding: 0;
}

/* Extra right-padding for cosmetic purpose */
#dataset-source-info,
#dataset-info-label {
    padding-right: 20px;
}

.sensor-config-details > thead > tr > th:nth-child(2),
.sensor-config-details > tbody > tr > td:nth-child(2) {
    padding-left: 10px;
}

.sensor-config-details thead {
    vertical-align: baseline;
}

.sensor-config-details > tbody > tr > td:nth-child(1) {
    width: 30px !important;
}

.sensor-config-details > tbody > tr > td:nth-child(2) {
    width: 150px;
}

.sensor-config-details > tbody > tr > td:nth-child(3) {
    width: 179px;
}

.sensor-config-details > tbody > tr > td:nth-child(4),
.sensor-config-details > tbody > tr > td:nth-child(5) {
    width: 110px;
}

/* .sensor-config-details > tbody > tr > td:nth-child(5) {
    width: 110px;
} */
.table-dataset > tr > td:first-child,
.table-dataset > tbody > tr > td:first-child,
.table-dataset > tbody > tr > td > p:first-child {
    width: 260px;
}

.table-dataset {
    width: 100%;
    max-width: 100%;
}

.sortable-header {
    margin-top: 2px;
}

.jsgrid-cell {
    padding: 0;
}

.grid {
    margin-top: 30px;
    border: 1px solid #bec2c6;
    border-radius: 4px;
}

.grid-title {
    /* Styles */
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    font-family: nunito-sans-bold, sans-serif;
    font-size: 22px;
    font-weight: 500;

    /* Size and position */
    height: 60px;
    padding: 15px 20px;
}

.grid-footer {
    /* Styles */
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;

    /* Size and position */
    height: 50;
}

.grid-header{
    /* Styles */
    background-color: none;
    border-radius: 0 0 4px 4px;

    /* Size and position */
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

.jsgrid-nodata-row > .jsgrid-cell {
    background-color: #f6f6f6;
    height: 50px;
    text-align: center;
    border: none;
    color: #555C62;
}

.nodata-row {
    height: 50px;
    text-align: center;
    border: none;
    color: #555C62;
    margin-top: 20px;
}

.jsgrid-header-row .jsgrid-header-cell {
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    background-color: #ffffff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #bec2c6;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    height: 50px;
    text-transform: uppercase;
}

.jsgrid-header-row > th {
    border: none;
}

.jsgrid-header-row .jsgrid-header-cell:first-child {
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.jsgrid-row .jsgrid-cell,
.jsgrid-alt-row .jsgrid-cell {
    border: none;
    color: #555C62;
    opacity: 100%;
    font-size: 14px;
    font-family: nunito-sans, regular;
    line-height: 18px;
    height: 50px;
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
}

.jsgrid-row .jsgrid-cell {
    background-color: #f6f6f6;
}

.jsgrid-alt-row .jsgrid-cell {
    background: #ffffff;
}

.jsgrid-nodata-row .jsgrid-cell {
    padding: 15.5px 0px;
    line-height: 19px !important;
}

.empty-row {
    height: 50px;
    background-color: #FFFFFF !important;
    border: 1px solid #bec2c6;
    border-radius: 4px;
}

.no-effects {
    box-shadow: none !important;
    transform: none !important;
    border-bottom: none !important;
}

.jsgrid-pager {
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    padding: 15px 0px 15px 20px;
}

.jsgrid-pager a {
    text-decoration: none;
    color: #555C62;
}

.jsgrid-pager-nav-button {
    display: inline-block;
    padding: 0;
}

.jsgrid-pager-page {
    border-radius: 4px;
    color: #555C62;
    margin-right: 5px;
    background-image: url("img/btn_pagination_enabled_unselected@2x.png");
    border: 1px solid #BEC2C6;
}

.jsgrid-pager-page.jsgrid-pager-current-page,
.jsgrid-pager-page.jsgrid-pager-current-page:hover,
.jsgrid-pager-page {
    color: white;
    background-position: center;
    border: none;
    padding: 5.5px 11px;
}

/* Adds more clickable surface area to page buttons (to be clickable beyond the text).
   The numbers should match the padding from the preceding .jsgrid-pager-page rule. */
.jsgrid-pager-page a {
    padding: 5.5px 11px;
    margin: -5.5px -11px;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    background-image: url("img/btn_pagination_enabled_selected@2x.png");
}

.jsgrid-pager-page.jsgrid-pager-current-page:hover {
    background-image: url("img/btn_pagination_enabled_hover@2x.png");
}

.jsgrid-pager-nav-button > a {
    font-size: 17px;
}

.jsgrid-pager span:first-of-type {
    margin-left: 45%;
    padding-right: 2px;
}

.jsgrid-pager span:last-of-type {
    padding: 0;
}

.jsgrid-pager-page:hover,
.automl-os.active {
    border: 1px solid #0099F1;
}

.jsgrid-pager-page a:hover {
    color: #555C62;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    background-color: #0099F1;
    color: white;
}

.jsgrid-grid-header {
    border: none;
    border-top: 1px solid #bec2c6;
    overflow: hidden;
}

.jsgrid-grid-body {
    border: none;
    font-family: nunito-sans, sans-serif;
    overflow: hidden;
}

.training-subtable-data,
.monitoring-dropdown-data {
    overflow-x: scroll;
    overflow-y: hidden;
}

.monitoring-dropdown-data {
    padding: 0 15px 45px 15px
}

.page-size-selection {
    margin-top: 5px;
    margin-left: 5px;
}

.pagination-button {
    height: 34px;
    width: 34px;
    margin-bottom: 2px;
    padding-bottom: 12px;
}

.page-prev.inactive,
.page-prev.inactive:hover {
    content: url("img/btn_pagination_back_inactive@2x.png");
    background: url("img/btn_pagination_back_inactive@2x.png");
    background-size: contain;
    border: none;
}

.page-prev {
    content: url("img/btn_pagination_back_active@2x.png");
    background: url("img/btn_pagination_back_active@2x.png");
    background-size: contain;
    border: none;
}

.page-prev:hover {
    content: url("img/btn_pagination_back_hover@2x.png");
    background: url("img/btn_pagination_back_hover@2x.png");
    background-size: contain;
    border: none;
}

.navigator-prev {
    content: url("img/btn_pagination_first_active@2x.png");
    background: url("img/btn_pagination_first_active@2x.png");
    background-size: contain;
    border: none;
}

.navigator-prev:hover {
    content: url("img/btn_pagination_first_hover@2x.png");
    background: url("img/btn_pagination_first_hover@2x.png");
    background-size: contain;
    border: none;
}

.navigator-prev.inactive,
.pag-disp-prev.inactive:hover  {
    content: url("img/btn_pagination_first_inactive@2x.png");
    background: url("img/btn_pagination_first_inactive@2x.png");
    background-size: contain;
    border: none;
}

.navigator-next {
    content: url("img/btn_pagination_last_active@2x.png");
    background: url("img/btn_pagination_last_active@2x.png");
    background-size: contain;
    border: none;
}

.navigator-next:hover {
    content: url("img/btn_pagination_last_hover@2x.png");
    background: url("img/btn_pagination_last_hover@2x.png");
    background-size: contain;
    border: none;
}

.navigator-next.inactive,
.pag-disp-next.inactive:hover {
    content: url("img/btn_pagination_last_inactive@2x.png");
    background: url("img/btn_pagination_last_inactive@2x.png");
    background-size: contain;
    border: none;
}

.page-next.inactive,
.page-next.inactive:hover {
    content: url("img/btn_pagination_next_inactive@2x.png");
    background: url("img/btn_pagination_next_inactive@2x.png");
    background-size: contain;
    border: none;
}

.page-next {
    content: url("img/btn_pagination_next_active@2x.png");
    background: url("img/btn_pagination_next_active@2x.png");
    background-size: contain;
    border: none;
}

.page-next:hover {
    content: url("img/btn_pagination_next_hover@2x.png");
    background: url("img/btn_pagination_next_hover@2x.png");
    background-size: contain;
    border: none;
}

.models-no-data {
    height: 50px;
}

.models-no-data td {
    background-color: #FFFFFF;
}

/* To remove built in sorting icons */
.jsgrid-header-sort-asc:before {
    content: none;
}

.jsgrid-header-sort-desc:before {
    content: none;
}

.jsgrid-pager-container {
    background: #ffffff;
}

.models-griddata .jsgrid-header-row .jsgrid-header-cell {
    padding-right: 0px !important;
}

.project-training-table {
    overflow: inherit;
}

.project-training-table .jsgrid-header-cell {
    padding: 17px 0px 17px 20px;
}

.project-training-table .jsgrid-header-cell:nth-child(8) {
    padding-top: 8px;
    padding-bottom: 8px;
}

.project-training-table .jsgrid-cell {
    padding-top: 19px;
    padding-bottom: 19px;
}

.project-training-table .jsgrid-grid-body .jsgrid-cell:last-child {
    padding: 0px;
}

.project-training-table > .jsgrid-grid-header {
    overflow-y: hidden;
}

.project-training-table > .jsgrid-grid-body {
    overflow: inherit; /* so copy&delete dropdown is displayed on top of the grid; AQ-2393 */
}

.project-training-table .jsgrid-align-center,
.project-training-table .jsgrid-align-right {
    text-align: center;
}

.project-training-table .jsgrid-control-field {
    text-align: left !important;
}

.grid-sort-icon {
    margin-bottom: 3px;
    margin-left: 6px;
}

.grid-sort-icon-popup {
    margin-bottom: 3px;
    margin-left: -3px;
    transform: scale(0.7);
}

.popup-dropdown-button {
    transform: scale(0.8);
}

.grid-button,
.grid-visualization-link > img,

.upload-delete-img,
.help-icon,
.learn-more-push-download {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
}


.expand-button {
    background: url('img/ic_expand_active.png');
    background-size: contain;
    border: none;
}

.expand-button:hover {
    background: url('img/ic_expand_hover.png');
    background-size: contain;
    border: none;
}

.expand-button.collapse {
    background: url('img/ic_collapse_active.png');
    background-size: contain;
    border: none;
    display: block;
}

.expand-button.collapse:hover {
    background: url('img/ic_collapse_hover.png');
    background-size: contain;
    border: none;
}

.expand-button-fixed-right{
    position:absolute;
    right: 15px;
    top: 5px;
}

/*New Navbar CSS*/

.chrome-extension-error{
    text-align: center;
    color: #fff;
    background-color: #FF0000;
    font-size: 20px;
}

.base-navbar {
    background-color: #42474c;
    border-bottom: 1px solid #3a3e42;
    color: #fff;
    height: 70px;
    padding: 15px;
    min-width: 1000px;
    position: relative;
}

.expiration-alert-navbar {
    background-color: #F1F2FE;
    height: 70px;
    padding: 15px;
}

.expiration-alert-navbar > .expiration-alert-text {
    margin-left: 35px;
}

main {
    background-color: #ccc;
    display: flex;
    flex: 1;
    flex-direction: row;
    min-height: 100%;
}

section {
    flex: 1;
    background-color: #E9EBEC;
}

.btn {
    white-space: normal;
}

.btn-info {
    background-color: #0099f1;
    background-image: none;
    border: none;
    color: #ffffff;
}

.btn-info:hover {
    background-color: #22acfc;
    background-image: none;
    border: none;
    color: #ffffff;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
    background-color: #A8ADB3 !important;
    cursor: not-allowed;
    opacity: 1;
}

.btn-green {
    background-color: #23ac83;
    background-image: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 10px;
}

.btn-green:hover {
    background-color: #0d7958;
    background-image: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.btn-red {
    background-color: #df2a0b;
    background-image: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin: 10px;
}

.btn-red:hover {
    background-color: #d91e18;
    background-image: none;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.card {
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
    opacity: 100%;
    background-color: transparent;
}

.card-body {
    margin-top: 20px;
    padding: 0;
}

.card-header {
    font-size: 20px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 40px 0;
    height: 65px;
}

.card-header > .card-header-path {
    color: #9299A0;
    font-size: 12px;
    font-family: nunito-sans, sans-serif;
}

.card-header > .card-header-title {
    margin-top: 5px;
    font-size: 46px;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    font-weight: 500;
}

.live-testing-card,
.test-build-env,
.test-sensor-conf,
.browser-footer {
    display: inline-flex;
}

.project-models {
    line-height: 56px;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
    border: none;
}

.box_notes {
    background-color: #23ac82;
    border: 1px #888888 solid;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] {
    background-color: #f46010;
    border: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 10px;
    opacity: 1;
}

.btn-success:hover,
.btn-success.disabled:hover,
.btn-success[disabled]:hover {
    background-color: #f59415;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn-primary {
    margin: 10px;
}

.roundy-btn {
    border-radius: 50%;
}

.no-border {
    border: none;
}

.big-text-area {
    padding: 10px;
    width: 100%;
}

.normal-pad {
    padding: 15px;
}

.inline-btn {
    display: inline;
    width: 200px;
}

#learning-curve-img {
    display: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}


/* THIS IS FOR AUTOML ONLY */

.sensor-icons {
    height: 80px;
    width: auto;
}

.counter {
    background-image: url('img/sensor_counter.png');
    background-size: 30px;
    display: inline-block;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.margin-fix {
    margin-top: 15px;
}

#free-prod,
.pag-disp.inactive {
    display: none
}

.center {
    font-size: 26px;
    text-align: center;
}

#build-lib {
    display: none;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 153px;
    }
}

.instruction {
    font-size: 18px;

}

#bottom-buttons {
    /* bottom: 50px; */
    /* position: absolute; */
    width: 90%;
}

#container {
    clear: both;
    height: 10px;
    margin: 20px auto 35px auto;
    position: relative;
    width: 600px;
}

.project-type,
.record-type {
    margin: 7px 50px 0 0;
}

.radio {
    display: inline;
    margin: 10px 5px 0 !important;
    padding-right: 10px;
}

#status {
    margin: 0 auto;
    text-align: center;
}

#upload-div {
    display: none;
}

#upload_data {
    border: none;
    box-shadow: none;
    display: ruby-base-container;
}

#bar-text {
    color: #424242;
    display: none;
    font-size: 18px;
    font-weight: bold;
    left: 0px;
    position: relative;
    top: 42px;
}

#check {
    display: none;
}

#done {
    width: 480px;
    margin: 0 auto;
}

#go {
    display: none;
    height: 240px;
    margin: 0 auto;
    width: 240px;
}

#get_ready {
    display: none;
    margin: 0 auto;
    width: 240px;
}

#upload {
    display: none;
    margin: 0 auto;
    width: 240px;
}

.progressbar-text {
    color: rgb(255, 255, 255);
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    left: 50%;
    margin: 10px auto;
    padding: 0px;
    position: relative;
    text-align: center;
    top: -50%;
    transform: translate(-50%, -50%);
}

#build-progress-status {
    color: rgb(153, 153, 153);
    display: none;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

#visualize-div {
    display: none;
}

#record_again {
    display: none;
}

/* THESE ARE FOR THUMBSUP ANIMATION  */

.dialog {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    clear: both;
    height: 220px;
    margin: 10px auto;
    overflow: hidden;
    width: 300px;
}

.dialog-title {
    background: #23ac82;
    color: #FFF;
    font-weight: normal;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
}

.dialog-content {
    padding: 20px;
    text-align: center;
}

#m-check-mark {
    display: inline;
    height: auto;
    margin: 20px 0;
    width: 150px;
}

#checkmark {
    animation: draw-around .250s infinite;
    stroke-dasharray: 640;
    stroke-dashoffset: 0;
    transform-origin: center;
    -ms-animation: draw-around .250s infinite;
    -ms-transform-origin: center;
    -webkit-animation: draw-around .250s infinite;
    -webkit-transform-origin: center;
}

@-ms-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }

    10% {
        stroke-dashoffset: 640;
    }

    100% {
        stroke-dashoffset: 0;
    }
}


/* Spinner css  */

#spinner-div {
    display: none;
    margin-top: 20px;
}

#spinner-text {
    color: rgb(153, 153, 153);
    font-size: 18px;
    margin: 0 0 0 -60px;
}

.hint {
    color: #777;
}


/* Dropdown css  */

.dropdown{
    color: #bec2c6;
    height: 40px;
    margin: 0;
    padding: 7px 12px 7px 16px;
}

.dropdown:hover {
    background-color: #42474c;
    color: #ffffff;
}

.dropbtn {
    cursor: pointer;
    display: inline-block;
}

.dropdown-active {
    overflow: auto;
    margin-top: -80px !important;
}

.dropdown-content {
    background-color: #2e3236;
    border-radius: 3px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    display: none;
    height: 260px;
    left: 100%;
    min-width: 200px;
    overflow: auto;
    position: absolute;
    top: -200%;
    z-index: 1;
}

.dropdown-content li {
    display: block;
    height: 40px;
    margin: 0;
    padding: 7px 12px 7px 16px;
}

.dropdown-content li:hover {
    background-color: #42474c;
    color: #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* login page css  */

.login-body {
    background-color: #2e3236;
}

.login-qeexo-logo {
    margin: 60px 0 0 60px;
}

.login-qeexo-logo > img {
    height: 50px;
    width: 140px;
}

.login-automl-logo {
    margin: 30px 75px 60px;
    height: 80px;
    width: 268px;
}

#automl-logo {
    text-decoration: none;
}

.login-container {
    background-color: white;
    border-radius: 10px;
    min-height: 462px;
    margin: 80px auto 0;
    overflow: auto;
    padding: 15px;
    width: 450px;
}

.login-errors {
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0px;
}

.login-errors > li {
    color: #df2a0b !important;
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    list-style-type: none;
}

.login-email,
.login-password {
    padding: 5px 20px;
    width: 100%;
}

.login-email > label,
.login-password > label {
    color: #555c62;
    font-family: nunito-sans-semibold;
    font-size: 11px;
}

.login-email-input,
.login-password-input {
    color: #555C62;
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    font-family: nunito-sans, sans-serif;
    height: 30px;
    padding: 8px;
    width: 100%;
}

.login-email-input:focus,
.login-password-input:focus {
    border: 1px solid #0099f1;
    outline: none;
}

.login-email-input.errors,
.login-password-input.errors {
    border: 1px solid #DF2A0B;
}

.login-remember-me {
    margin: 16px 25px;
}

.login-remember-me > label {
    position: relative;
    margin-top: 3px;
    color: #555c62;
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    margin-left: 22px;
    top: 2px;
}


#forgot-password {
    color: #0099F1;
    float: right;
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    position: relative;
    top: 5px;
}

.login-button {
    float: right;
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
}

.login-button > button {
    color: #ffffff;
    height: 40px;
    margin-right: 20px;
    width: 164px;
    margin-bottom: 40px;
}

.qeexo-copyright {
    color: #E9EBEC;
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
}

.qeexo-copyright-dark {
    color: #42474c;
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    margin-top: 30px;
    text-align: center;
}


/* Sensor configuration css  */

.sensor-config-overlay {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.sensor-config-popup {
    background: #fff;
    border-radius: 10px;
    margin: 15% auto;
    max-height: 70%;
    max-width: 35%;
    overflow: auto;
    padding: 30px;
    position: relative;
}

.sensor-config-popup > button {
    margin: 25px auto 0;
    min-width: 100%;
}

.glyphicon.glyphicon-option-horizontal {
    font-size: 30px;
}

.glyphicon.glyphicon-option-horizontal:hover {
    background-color: gainsboro;
    cursor: pointer;
}

.option-dropdown {
    float: right;
    margin: 18px;
    position: relative;
}

.option-dropdown-content {
    background-color: white;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    display: none;
    min-width: 170px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.option-dropdown-content span {
    cursor: pointer;
    display: block;
    padding: 12px 16px;
}

.option-dropdown-content span:hover {
    background-color: whitesmoke;
}

.option-dropdown:hover .option-dropdown-content {
    display: block;
}

/* User profile css */

.flex-box {
    display: flex;
    height: auto;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.card-body.profile,
.card-body.change-password {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    padding: 50px;
}

.card-body.profile {
    padding: 40px;
    color: #555C62;
}

.card-body.profile table td:first-child {
    width: 250px;
    font-family: nunito-sans-semibold, sans-serif;
}

.profile-edit,
.profile-info,
.uploaded-files,
.umap-popup-body,
.summary-upload,
.data-visit-info,
.link-data-div,
.model-details-wrapper,
.signup-split-labels,
.split-content {
    display: flex;
    justify-content: space-between;
}

.profile-edit {
    padding: 0 !important;
}

.profile-edit table {
    margin: 20px;
}

.profile-edit div {
    margin: auto 20px;
}

.profile-edit img {
    height: 60px;
    width: 60px;
}

.profile-info {
    margin-bottom: 40px;
}

.profile-info div {
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 30px;
    line-height: 41px;
}

.profile-info a {
    margin-left: auto;
}

.profile-info button {
    width: 164px;
    color: #FFFFFF;
    height: 40px;
}

.docs-subscribe table td:nth-child(2),
.docs-subscribe a {
    color: #0099F1 !important;
    cursor: pointer;
}

.view-doc:hover {
    text-decoration: underline;
}

.edit-btn {
    content: url('/static/img/btn_edit_active.png');
}

.edit-btn:hover {
    content: url('/static/img/btn_edit_hover.png');
}

.storage-limit-used {
    color: #E02500 !important;
    font-family: nunito-sans-semibold, sans-serif;
}

.user-email-disable {
    margin-top: 5px;
    margin-bottom: 10px;
}

#api-key-copy {
    background: url('/static/img/ic_copy_default.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-left: 7px;
}

#api-key-copy:hover {
    background: url('/static/img/ic_copy_hover.png');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

#api-key-reveal.reveal-text {
    color: #0099F1;
    cursor: pointer;
}

/* Profile Edit and Change Password Pages */

.card-body.change-password * {
    color: #42474c;
    font-family: nunito-sans, sans-serif;
}

.card-body.profile > div,
.card-body.change-password  div {
    margin-top: 20px;
}

.card-body.profile label,
.card-body.change-password label {
    font-size: 11px;
}

.card-body.profile input,
.card-body.change-password input {
    background: #FFFFFF;
    width: 300px;
}


.change-password-link {
    color: #0099f1;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0 30px 0;
}



/* New top navigation bar css */
.navbar-automl-logo {
    display: inline-block;
    margin-left: 35px;
    position: absolute;
}

.navbar-automl-logo img {
    height: 38px;
    width: 130px;
}
.subnav{
    display:flex;
    position: absolute;
    top: 50%;
    left: 44%;
    margin: -20px 0 0 -20px;
    vertical-align: middle;
}
#subnav-project-picker{
    min-width: 250px;
}
/* A hacky way to place this button in the middle of nav bar; may require to change `left` in the future */
.subnav-btn {
    /* Styles */
    cursor: pointer;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 20px;
    background-color: #555C62;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 150px;
    border-radius: 4px;

}

.subnav-btn > span {
    margin: 0 10px 0 32px;
}

/* .subnav-btn:hover {         This is not required according to AQ379-the button background is
    background-color: #555C62; currently not displayed on default and is only displayed upon hover.
} */

.subnav-bar {
    /* Styles */
    background-color: #FFFFFF;
    border-bottom: 1px solid #c5c5c5;
    padding-left: 35px;

    /* Size and position */
    left: 0;
    width: 100%;
    z-index: 1;
}

.subnav-bar > span,
.subnav-bar a {
    /* Styles */
    color: #42474c;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;

    /* Size and position */
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: 0 15px;
    text-align: center;
    width: 185px;
    vertical-align: middle;
}

.subnav-bar a:hover,
.subnav-bar > span:hover {
    background-color: #DCF1FD;
}

.subnav-bar a.active,
.subnav-bar > span.active {
    border-bottom: solid #0099F1 4px;
    color: #0099F1;
    font-family: nunito-sans-bold, sans-serif;
}

.indication-subnav-bar {
    background-color: #555C62;
    color: #FFFFFF;
    font-size: 12px;
    font-family: nunito-sans-semibold,sans-serif;
    display: inline-flex;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 50px;
}

.appln-subnav-bar span, .hw-subnav-bar span{
    font-family: nunito-sans,sans-serif;
    line-height: 12px;
    width: 300px;
}

.appln-subnav-bar {
    margin-left: 60px;
}

.navbar-user {
    position: absolute;
    right:0;
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    text-align: center;
    vertical-align: middle;
}

.navbar-user a {
    text-decoration: none;
}

.navbar-automl-status {
    height: 40px;
    line-height: 40px;
    margin-right: 50px;
    text-align: center;
    vertical-align: middle;
    margin-left:20px;
}
.dropdown-caret {
    content: url("/static/img/ic_dropdownmenu_default.png");
    cursor: pointer;
    margin: 0 10px;
    height: 30px;
    width: 30px;
}

.dropdown-caret:hover {
    content: url("/static/img/ic_dropdownmenu_hover.png");
}

.project-dropdown-caret {
    cursor: pointer;
    margin: 0 24px 0 0;
    height: 30px;
    width: 30px;
}

.profile-avatar-topbar-dropdown {
    float: right;
    position: relative;
}

.navbar-profile-avatar {
    /* Styles */
    border: 1px solid grey;
    border-radius: 50%;
    margin-left: 10px;
    /* Size and position */
    height: 30px;
    width: 30px;
}

.profile-avatar-topbar-dropdown-content {
    background-color: white;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    display: none;
    margin: 0;
    min-width: 150px;
    padding: 10px 0;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1;
}

.profile-avatar-topbar-dropdown-content a:hover {
    background-color: #DCF1FD;
}

.profile-avatar-topbar-dropdown-content:after {
    /* Styles */
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;

    /* Size and position */
    content: '';
    height: 10px;
    right: 14px;
    position: absolute;
    top: -10px;
    width: 18px;
}

.profile-avatar-topbar-dropdown-content.active {
    display: block;
}

.profile-avatar-topbar-dropdown-content > li {
    list-style: none;
}

.profile-avatar-topbar-dropdown-content a {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #42474c;
}

.project-dropdown {
    /* Styles */
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    color: #42474c;
    cursor: pointer;
    font-family: nunito-sans, sans-serif;
    font-size: 14px;

    /* Size and position */
    height: auto;
    margin-top: 8px;
    left: 15%;
    width: 130px;
    padding: 10px 0;
    position: relative;
    z-index: 1;

    /* Hide by default */
    display: none;
}

.project-dropdown > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.project-dropdown hr {
    /* Styles */
    border-color: #bec2c6;

    /* Size and position */
    margin: 10px 0;
}

.project-dropdown a {
    /* Styles */
    color: #555C62;
    padding: 0 0 0 5px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 30px;

    /* Size and position */
    display: block;
}

.project-dropdown a:hover {
    background-color: #DCF1FD;
}

.project-dropdown:after {
    /* Styles */
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;

    /* Size and position */
    content: '';
    height: 10px;
    left: 42%;
    position: absolute;
    top: -10px;
    width: 18px;
}

.project-dropdown.active {
    display: block;
}


/* Pop up styles used for project creation, training settings */
.click-for-details {
    cursor: pointer;
    color: #A8ADB3;
    font-size: 14px;
    text-transform: none;
}

.click-for-details.active {
    color: #0099f1;
}

.click-for-details.active:hover {
    text-decoration: underline;
}

.overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.popup {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7);
    margin: 15% auto;
    padding: 0;
    position: relative;
}

.popup.group-labels {
    max-width: 660px;
    margin-top: 110px;
    display: flex;
    flex-direction: column;
}

.popup.upload-data {
    margin: 5% auto;
    max-width: 660px;
    min-height: 498px;
}

.popup.collect-data-link {
    margin: 5% auto;
    max-width: 570px;
    min-height: 562px;
}

.popup.upload-data.summary {
    min-height: 628px;
}

.popup.notif-data-check-popup {
    max-width: 660px;
    /* height: 586px; */
    overflow: auto;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
}

.popup.waiting-popup,
.popup.password-changed,
.popup.artifacts {
    max-width: 590px;
    min-height: 200px;
    margin-top: 300px;
}

.popup.build-notes {
    max-width: 660px;
    min-height: 200px;
    margin-top: 300px;
}

.popup.segment-edit-label {
    max-width: 660px;
}

.popup-body.wifi-setup > .wifi-setup-text {
    /* font-family: nunito-sans-semibold, sans-serif, Helvetica; */
    font-size: 16px;
    padding-bottom: 20px;
}

.popup.wifi-setup {
    max-width: 512px;
    min-height: 412px;
}

.popup.delete-data,
.popup.wait-after-flash {
    max-width: 412px;
    min-height: 212px;
}

.popup.add-dataset-name {
    max-width: 412px;
    min-height: 250px;
}

.popup.training-settings {
    max-width: 660px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

.popup.anomaly-training-settings {
    margin: 15% auto;
    max-width: 660px;
    min-height: 414px;
}

.popup.select-all-sensor-config-options {
    max-width: 600px;
}

#training-settings {
    top: -5%;
}

.popup.dataset-info,
.popup.config-param-quant,
.popup.model-info-popup,
.popup.project-info-popup,
.popup.compatible-data {
    margin: 5% auto;
    width: 660px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}

.popup.free-user-msg {
    max-width: 400px;
    margin-top: 300px;
}

.free-user-msg-header {
    color: #355082;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 24px;
    position: relative;
    bottom: 20px;
}

.free-user-msg-header-icon {
    bottom: 30px;
    height: 200px;
    position: relative;
    width: 170px;
}

.popup.quick-msg {
    background-color: #4f4f4f;
    color: #FFFFFF;
    width: 220px;
    height: auto;
    margin-top: 20%;
}

.popup-body.quick-msg {
    padding: 15px;
    color: #FFFFFF;
    text-align: center;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden;
}

.popup-body.project-jsgrid-popup {
    padding: 0 30px 20px 30px;
}

.popup-body.model-info-popup,
.popup-body.project-info-popup {
    padding: 20px 30px;
}

.popup-body.dataset-info,
.popup-body.model-info-popup,
.popup-body.project-info-popup,
.data-collect-linking-table {
    color: #555C62;
}

.popup-body.dataset-info .table-dataset td:first-child,
.popup-body.model-info-popup .table-dataset td:first-child,
.popup-body.project-info-popup .table-dataset td:first-child,
.data-collection-sensors table th,
.sensor-config-details th,
.data-collect-linking-table td:first-child {
    font-family: nunito-sans-semibold, sans-serif;
}

.popup-body.dataset-info .table-dataset-spacer td:first-child,
.popup-body.model-info-popup .table-dataset-spacer td:first-child,
.popup-body.project-info-popup tr.table-dataset-spacer:first-child td:first-child,
.popup-table.model-settings .table-dataset-spacer td:first-child,
.popup-table.training-data-used-settings .table-dataset-spacer td:first-child,
.popup-table.data-augmentation-settings .table-dataset-spacer td:first-child,
.sensor-config-details-outer .table-dataset-spacer td:first-child,
.data-collect-linking-table .table-dataset-spacer td:first-child {
    border-top-left-radius: 4px;
}

.popup-body.dataset-info .table-dataset-spacer td:last-child,
.popup-body.model-info-popup .table-dataset-spacer td:last-child,
.popup-body.project-info-popup tr.table-dataset-spacer:first-child td:last-child,
.popup-table.model-settings .table-dataset-spacer td:last-child,
.popup-table.training-data-used-settings .table-dataset-spacer td:first-child,
.popup-table.data-augmentation-settings .table-dataset-spacer td:last-child,
.sensor-config-details-outer .table-dataset-spacer td:last-child,
.data-collect-linking-table .table-dataset-spacer td:last-child {
    border-top-right-radius: 4px;
}

.popup-body.dataset-info .table-dataset tr:last-child td:first-child,
.popup-body.model-info-popup .table-dataset tr:last-child td:first-child,
.popup-body.project-info-popup tr.table-dataset-spacer:last-child td:first-child,
.popup-table.model-settings .table-dataset tr:last-child td:first-child,
.popup-table.training-data-used-settings .table-dataset-spacer td:first-child,
.popup-table.data-augmentation-settings .table-dataset tr:last-child td:first-child,
.sensor-config-details-outer .table-dataset tr:last-child td:first-child,
.data-collect-linking-table .table-dataset-spacer:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.popup-body.dataset-info .table-dataset tr:last-child td:last-child,
.popup-body.model-info-popup .table-dataset tr:last-child td:last-child,
.popup-body.project-info-popup tr.table-dataset-spacer:last-child td:last-child,
.popup-table.model-settings .table-dataset tr:last-child td:last-child,
.popup-table.training-data-used-settings .table-dataset-spacer td:first-child,
.popup-table.data-augmentation-settings .table-dataset tr:last-child td:last-child,
.sensor-config-details-outer .table-dataset tr:last-child td:last-child,
.data-collect-linking-table .table-dataset-spacer:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.popup-footer.dataset-info{
    margin-top: 0px;
}

.popup.edit-project {
    max-width: 412px;
    min-height: 258px;
}
.popup.invite-popup{
    max-width: 412px;
    min-height: 258px;
}
.popup.remove-user-confirmation,
.popup.unblock-user-confirmation,
.popup.project-delete-confirmation,
.popup.subscription-plan {
    max-width: 412px;
    min-height: 250px;
}

.popup.model-details {
    max-width: 700px;
    min-height: 500px;
}

/* No margin since this pop up has only close button */
.popup.model-details .btn.popup-cancel {
    margin-left: 0;
}

.popup.training-progress {
    color: #555c62;
    margin: 5% auto;
    max-width: 660px;
    min-height: 498px;
    overflow-x: hidden;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
}

.popup.training-progress > .popup-header,
.collect-data-link-table tr,
.collect-data-link-table th {
    border-bottom: 1px solid #BEC2C6;
}

.popup.dependency-warning {
    max-width: 420px;
    min-height: 170px;
}

#dependency-warning-msg,
.automl-os span {
    color: #555C62;
    font-size: 20px;
    font-family: nunito-sans-semibold, sans-serif;
    text-align: center;
}

.popup-footer.dependency-warning {
    font-size: 16px;
}

.popup-header {
    background-color: #ffffff;
    border-bottom: 1px solid #bec2c6;
    color: #555c62;
    font-family: nunito-sans-bold, sans-serif;
    font-size: 20px;
    height: 60px;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.popup-header-with-tagline {
    height: 70px;
}

.popup-tagline {
    font-size: 13px;
    font-family: nunito-sans, sans-serif;
    color: #555C62;
}

.popup-close-button.waiting-popup {
    margin: 10px;
}

.popup-close-button {
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    background: url("img/ic_close_default.png");
    background-size: contain;
    border: none;
}

.popup-close-button:hover {
    content: url("img/ic_close_hover.png");
    background: url("img/ic_close_hover.png");
    background-size: contain;
    border: none;
}

.popup.data-issues {
    max-width: 660px;
    min-height: 212px;
    box-shadow: 0px 1px 8px rgba(0,0,0,0.4);
}

.popup-body {
    color: #42472c;
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    padding: 30px;
}

.umap-popup-body {
    padding: 0px;
    padding-bottom: 40px;
}

.plot-headings {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    font-family: nunito-sans-bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.align-loading {
    margin: auto;
}

#download-cross-validation-button {
    padding: 10px 20px;
}

.model-details-fg {
    display: none;
    padding: 30px;
    background: #ffffff;
    border-radius: 4px;
}

.hide-container {
    display: none !important;
}

.popup-body.data-issues {
    color: #555c62;
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding: 30px 34px;
}

.popup-body.waiting-popup,
.popup-body.password-changed {
    color: #555c62;
    font-family: nunito-sans-semibold, sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding: 30px 34px;
}

.popup.error-uploading-data {
    color: #FFFFFF;
    background-color: #DF2A0B;
    min-height: 100px;
    width: 400px;
}

.popup-body.error-uploading-data {
    color: #FFFFFF;
    background-color: #DF2A0B;
    padding: 30px 20px;
    display: inline-table;
    border-radius: 6px;
}

.error-uploading-data > img,
.upload-failed > span {
    margin-top: 20px;
}

.popup-body.upload-failed {
    display: table-cell;
    font-family: nunito-sans-semibold, sans-serif;
    color: #FFFFFF;
    margin-left: 10px;
    padding: 0;
    font-size: 22px;
    text-align: left;
}

.upload-failed-message {
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    width: 220px;
    word-wrap: break-word;
}

.upload-failed-message-link {
    color: #0099F1;
}

.upload-failed-message-extra {
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    width: 298px;
    margin-bottom: 20px;
}

.popup-body.upload-failed > span {
    display: block;
    margin-left: 40px;
}

.upload-failed-cancel {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 14px 0px 0px;
}

.popup-body.delete-data {
    word-wrap: break-word;
}

.popup-body.upload-data > div,
.popup-body.delete-data > div,
.popup-body.wait-after-flash > div,
#project-creation-body > div {
    margin-bottom: 30px;
}

.popup-body.wait-after-flash > span {
  text-align: center;
  font-family: sans-serif;
  font-weight:bold;
  font-size:16px
}

.popup-body.wait-after-flash {
    text-align: center;
}

.popup-body.create-environment {
    display: block;
    width: 600px;
    background: #F6F6F6;
    border-radius: 0px 0px 4px 4px;
    margin: 30px 30px 20px;
    min-height: 130px;
    opacity: 100%;
    padding: 0px;
}

.popup-body.file-select {
    display: block;
    min-height: 148px;
    width: 600px;
    background: #F6F6F6;
    border-radius: 4px;
    margin-left: 30px;
    margin-right: 30px;
    opacity: 100%;
    padding: 0px;
}

.popup-body.file-select.bin-file-select {
    min-height: 210px;
}

.popup-body.training-settings {
    font-family: nunito-sans-semibold;
    padding: 30px 30px 35px 30px;
}

.popup-body.quant {
    font-family: nunito-sans-semibold, sans-serif;
    padding: 20px 30px 0px 30px;
}

.popup-body.hyper-param {
    padding-bottom: 20px;
}

.conf-div {
    padding-bottom: 16px;
}

.config-parameters {
    padding-bottom: 0px !important;
}

.config-parameters div:nth-child(3n + 1) {
    padding-left: 0px;
}

.config-parameters div:nth-child(3n) {
    padding-right: 0px;
}

.config-parameters .col-sm-4 {
    color: #555C62;
    font-size: 10px;
    font-family: nunito-sans-semibold, sans-serif;
    padding-bottom: 20px;
}

.config-parameters input,
.config-parameters select {
    margin-top: 6px;
    height: 30px;
}

.config-parameters select {
    padding-top: 4px;
}

.popup-body.training-progress {
    display: flex;
    padding: 0;
    height: auto;
}
.popup-body.unblock-user-confirmation-button,
.popup-body.project-delete-confirmation {
    padding-bottom: 45px;
}

.popup-body.edit-project input {
    border: 1px solid #bec2c6;
    height: 30px;
    margin-top: 6px;
    padding: 8px;
}

.popup-footer {
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    padding-left: 30px;
    padding-bottom: 40px;
}

.data-issues-pass {
    color: #20AC82;
}

.data-issues-fail {
    color: #fff;
    background-color: #df2a0b;
    border-radius: 4px;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
}

.data-issues-fail:hover {
    background-color: #F54324;
}

.data-issues-warning {
    color: #fff;
    background-color: #E98D29;
    border-radius: 4px;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
}

.data-issues-warning:hover {
    background-color: #F7A63B;
}

.data-issues-table {
    width: 100%;
    margin-bottom: 10px;
}

.data-issues-table.table-striped>tbody>tr:nth-of-type(odd),
.data-collect-linking-table td {
    background-color: #F6F6F6;
}

.data-issues-table td {
    border: none !important;
}

.data-issues-table td:first-child{
    color: #555c62;
    font-size: 16px;
    font-family: nunito-sans-bold, sans-serif;
    text-align: left;
    padding-left: 20px;
    width: 300px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.data-issues-table td:not(:first-child){
    color: #555c62;
    font-size: 14px;
    font-family: nunito-sans-semibold, sans-serif;
    text-align: center;
    padding-right: 20px;
    width: 80px;
    vertical-align: middle;
}
.remove-user-button,.unblock-user-button,
.warning-data-butto,
.delete-data-button,
.project-create-button,
.start-training-button,
.project-edit-button,
.project-delete-button,
.next-training-button,
.next-config-btn,
.next-sensor-selection,
.next-feature-selection,
.pag-disp.active  {
    display: inline-block;
}
#start-training-button:disabled,
#start-training-button[disabled]{
    box-shadow: 0px 1px 3px #9299A0;
}

.back-btn-secondary {
    margin-right: 13px;
    content: url("img/btn_back_active_secondary.png");
}

.back-btn-secondary:hover {
    margin-right: 13px;
    content: url("img/btn_back_active_secondary_hover.png");
}

.btn.btn-info,
.btn.btn-info.training-progress-result,
.dependency-warning > button {
    display: inline-block;
    height: 40px;
    width: 164px;
}

.btn.btn-info.width-auto {
    width: auto;
}

.btn.btn-info.new-project {
    height: 36px;
}

.btn.btn-info.subscription-plan {
    line-height: 28px;
}

.btn.btn-info.start-training {
    width: 200px;
}

.btn.go-back {
    margin-left: 25px;
}

.btn.btn-info:focus,
.btn.popup-cancel:focus,
.btn.go-back:focus,
.test-train-data:focus {
    box-shadow: none;
    outline: none;
}

.btn.btn-info.training-progress-result,
.btn.btn-info.google-chrome {
    height: 40px;
    margin: 0;
    width: 190px;
}

.btn.btn-info.user-projects-project-creation {
    display: inline-block;
    height: 40px;
    margin: 30px 20px;
    line-height: 30px;
    min-width: 190px;
    min-height: 40px;
}

.btn.btn-info.user-management-invite-member {
    display: inline-block;
    height: 40px;
    margin: 5px 20px;
    line-height: 30px;
    min-width: 190px;
    min-height: 40px;
    color: #ffffff;
}

.btn.btn-info.user-management-invite-member:hover{
    box-shadow: none;
    outline: none;
    color: #ffffff;

}
.btn.btn-info.install-hardware {
    font-size: 15px;
    width: 125px;
    height: 36px;
    vertical-align: middle;
    margin-left: 30px;
}

#install-icon {
    height: 22px;
    width: 22px;
    margin-left: 14px;
    bottom: 1px;
    position: relative;
}

.btn.popup-cancel {
    font-family: nunito-sans-medium, sans-serif;
    background-color: #ffffff;
    color: #555C62;
    height: 40px;
    text-align: center;
    width: 164px;
}

.btn.popup-cancel:hover {
    color: #0099F1;
}

.btn.popup-cancel.width-auto {
    width: auto;
}

.btn.stop-collection,
.popup-discard {
    height: 40px;
    width: 164px;
}

.btn.btn-info.save {
    color: #ffffff;
    height: 40px;
    width: 164px;
}

.microphone-info-button {
    float: right;
    margin-right: 40px;
}

.input-text,
.helper-text {
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
}

.label-text {
    font-family: nunito-sans-medium, sans-serif;
    font-size: 10px;
    color: #555c62;
}

.form-control.form-error:focus,
.form-control.form-error,
.csv-format-required,
.csv-multiple-error {
    border: 1px solid #df2a0b;
}

.csv-format-required {
    margin-bottom: 0px !important;
}

.form-control:focus {
    border: 1px solid #0099f1;
    outline:none;
    box-shadow: none;
}

.grid-button.classify-button{
    border: none;
    background-color: transparent;
    height: 24px;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/btn_status_livetest_default.png");
}

.grid-button.classify-button:hover{
    background-image: url("/static/img/btn_status_livetest_hover.png");
}

.grid-button.classify-button:disabled{
    cursor: not-allowed;
    background-image: url("/static/img/btn_status_livetest_inactive.png");
}

.grid-button.delete-button{
    border: none;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/ic_delete_active.png");
}

.grid-button.delete-button:hover{
    background-image: url("/static/img/ic_delete_hover.png");
}

.grid-button.delete-button:disabled{
    cursor: not-allowed;
    background-image: url("/static/img/ic_delete_inactive.png");
}

.models {
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 14px;
    color: #555C62;
    font-family: nunito-sans-bold;
}

.edit-segment-header,
.model-selection-header,
.config-param-header {
    font-size: 18px;
    margin-bottom: 16px;
}

.feature-engineering-container,
.prelim-config-container {
    border-top: 1px solid #BEC2C6;
    padding: 9px 0px 8px;
}

/* Disable top border on elements after the first, since each prior element's bottom border
   is effectively a top border for the subsequent element. */
.prelim-config-container + .prelim-config-container {
    border-top: 0;
}

.feature-engineering-container:last-child,
.prelim-config-container {
    border-bottom: 1px solid #BEC2C6;
}

.config-param-quant footer {
    padding-top: 30px !important;
}

.config-btn, .config-btn:hover, .config-btn:disabled, .config-btn[disabled] {
    position: relative;
    background-color: #F6F6F6 !important;
    color: #BEC2C6;
    line-height: 18px;
    box-shadow: none !important;
    font-family: nunito-sans-semibold, sans-serif !important;
    cursor: not-allowed;
    margin: 0px 30px 0px 20px;
}

.config-btn.active, .config-btn.active:hover {
    color: #0099F1 !important;
    background-color: rgba(0,153,241,0.1) !important;
    cursor: pointer;
}

.config-btn.active:hover {
    text-decoration: underline;
}

.algo-selection {
    height: 60px;
    display: flex;
    border-top: 1px solid #BEC2C6;
    padding: 11px 0 10px;
}

.algo-selection:last-child {
    height: 0px;
}

.algo-selection div {
    margin: 0 !important;
}

.algo-selection.single-line {
    line-height: 35px;
}

.settings-models li:nth-child(n+3) {
    padding: 20px 0px;
}

.settings-models li:last-child {
    border-bottom: 1px solid #BEC2C6;
}

.feature-engineering-header,
.prelim-config-header {
    font-size: 14px;
    margin-bottom: 3px;
    display: flex;
    font-family: nunito-sans-bold;
    color: #555C62;
    line-height: 18px;
}

.recommendation-info {
    color: #555C62;
    margin-top: 3px;
    font-size: 14px;
    font-family: nunito-sans;
    font-style: italic;
    line-height: 18px;
}

.model-info {
    color: #555C62;
    margin-top: 3px;
    font-size: 14px;
    font-family: nunito-sans;
    font-style: italic;
    line-height: 18px;
}


/* Datasets page css */

.baserow {

}

.header-jsgrid-row {
    display: table;
    width: 100%;
    border-top: 1px solid #BEC2C6;
}

/* 'LABEL' column */
.header-jsgrid-row td.jsgrid-cell:nth-child(2){
    max-width: 120px;
    padding-right: 0px;
}

.header-subgrid-visible-jsgrid-row {
    border-bottom: 1px solid #BEC2C6;
}

.header-jsgrid-row td{
    background-color: #ebecee !important;
}

.subgrid-jsgrid-row td{
    background-color: #f6f6f6 !important;
}

.jsgrid.subgrid > .jsgrid-grid-header {
    border: none;
}

.custom-subgrid-row {
    border-bottom: 1px solid #BEC2C6;
}

input[type="file"] {
    display: none;
}

.inference-select-group,
.sensor-selection-group,
.feature-selection-group {
    border-radius: 4px;
    border: 1px solid #BEC2C6;
    padding: 10px;
    width: 576px;
    background-color: #f6f6f6;
    padding-left: 20px;
    padding: 17px 20px 15px;
}

.sensor-selection-group,
.feature-selection-group {
    padding-top: 15px;
    padding-right: 15px;
}

.cancelled-umap {
    text-align: center;
    font-size: 25px;
    color: #DF2A0B;
    margin-bottom: 30px;
}

.inference-select-group.active,
.sensor-selection-group.active,
.feature-selection-group.active {
    border: 1px solid #0099F1;
}

.connect-select-button,
.inference-select-button,
.ml-static-library-memory-enable-button,
.sensor-select-button,
.feature-select-button,
.radio-btn,
.linked-test-button {
    margin-top: 2px;
    display:inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    content: url("img/ic_radio_default.png");
    background: url("img/ic_radio_default.png");
    background-size: contain;
    border: none;
}

.connect-select-button.active,
.inference-select-button.active,
.ml-static-library-memory-enable-button.active,
.sensor-select-button.active,
.feature-select-button.active,
#data-collection-step3-continuous-body.active .radio-btn,
.radio-btn.active,
.linked-test-button.active {
    content: url("img/ic_radio_active.png");
    background: url("img/ic_radio_active.png");
    background-size: contain;
}

.radio-btn {
    bottom: 2px;
    vertical-align: sub;
    margin-right: 10px !important;
    position: relative;
}

.inference-select-text,
.ml-static-library-memory-text,
.sensor-select-text,
.feature-select-text {
    display:inline-block;
    font-family: nunito-sans-semibold;
    font-size: 18px;
    vertical-align: top;
    margin-left: 14px;
}

.header-steps {
    float: right;
    font-size: 14px;
    font-family: nunito-sans,sans-serif;
    margin-top: 6px;
    margin-right: 20px;
    width: 80px;
    text-align: right;
}

.manual-selection {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 20px;
}

.manual-selection.roundy-border {
    border-radius: 4px;
}

.sensor-select-text,
.feature-select-text {
    color: #555C62;
    line-height: 24px;
}

.no-of-features {
    margin-top: 10px;
    margin-left: 36px;
    width: 352px;
    color: #BEC2C6;
}

.no-of-features .data-collect-heading {
    margin-bottom: 4px;
}

.no-of-features .form-control {
    height: 30px;
}

.no-of-features.active .feature-range {
    color: #9299A0;
}

.feature-range {
    margin-top: 8px;
    line-height: 17px;
    margin-bottom: 6px;
}

.outer-sensor-channel ,
.outer-feature-kind {
    width: 576px;
    border: 1px solid #BEC2C6;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 15px 20px;
}

.sensor-channels,
.feature-kind {
    width: 549px;
    max-height: 430px;
    overflow: auto;
    color: #BEC2C6;
    padding-right: 7px;
    padding-left: 1px;
}

.outer-sensor-channel.active,
.outer-feature-kind.active {
    border: 1px solid #0099F1;
    border-top: none;
}

.outer-sensor-channel input[type=checkbox][disabled]::before,
.outer-feature-kind input[type=checkbox][disabled]::before,
.data-augment-rotation-axis-span input[type=checkbox][disabled]::before {
    cursor: not-allowed;
    background: url('img/ic_checkbox_disabled.png');
    background-size: contain;
}

.outer-sensor-channel.active input[type=checkbox]::before,
.outer-feature-kind.active input[type=checkbox]::before {
    cursor: pointer;
}

.sensor-channels.active,
.feature-kind.active,
.no-of-features.active {
    color: #555C62;
}

.sensor-channels div label:nth-child(3n) {
    margin-right: 32px;
}

.sensor-hr,
.feature-hr {
    margin-top: 3px;
    margin-bottom: 15px;
    border-color: #BEC2C6;
}

input.feature-checkbox,
input.sensor-checkbox {
    margin-bottom: 16px;
}

input.feature-checkbox.unselected::before {
    background: url('img/ic_checkbox_default.png') !important;
}

.grid-visualization-item-inactive {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-image: url("/static/img/ic_visualization_inactive.png");
}

.grid-visualization-item {
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-image: url("/static/img/ic_visualization_inactive.png");
}

.grid-visualization-item.active {
    background-image: url("/static/img/ic_visualization_default.png");
}

.grid-visualization-item.active:hover {
    background-image: url("/static/img/ic_visualization_hover.png");
}

.grid-visualization-icon > img {
    width: 30px;
    height: 30px;
}

.more-menu-ul {
    display: none !important;
}

.more-menu-inactive, .more-menu-inactive:hover {
    content: url("img/ic_more_inactive.png");
}

.disable-copy {
    color: #A8ADB3 !important;
    cursor: not-allowed;
}

.data-check-item,
.lds-spinner {
    box-shadow: none;
    border: none;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/ic_spinner_30x30.gif");
}

.data-check-item.check-warning-button {
    height: 24px;
    width: 100px;
    background-image: url("/static/img/btn_status_warning_inactive.png");
}

.data-check-item.check-warning-button.active {
    background-image: url("/static/img/btn_status_warning_default.png");
}

.data-check-item.check-warning-button.active:hover {
    background-image: url("/static/img/btn_status_warning_hover.png");
}

.data-check-item.check-error-button {
    height: 24px;
    width: 80px;
    background-image: url("/static/img/btn_status_error_inactive.png");
}

.data-check-item.check-error-button.active {
    background-image: url("/static/img/btn_status_error_default.png");
}

.data-check-item.check-error-button.active:hover {
    background-image: url("/static/img/btn_status_error_hover.png");
}

.data-check-item.check-failed-button {
    height: 24px;
    width: 80px;
    background-image: url("/static/img/btn_status_failed_inactive.png");
}

.data-check-item.check-failed-button.active {
    background-image: url("/static/img/btn_status_failed_default.png");
}

.data-check-item.check-failed-button.active:hover {
    background-image: url("/static/img/btn_status_failed_hover.png");
}

.data-check-item.check-warning {
    height: 16px;
    width: 78px;
    background-image: url("/static/img/ic_status_warning_inactive.png");
}

.data-check-item.check-warning.active {
    background-image: url("/static/img/ic_status_warning_default.png");
}

.data-check-item.check-warning.active:hover {
    background-image: url("/static/img/ic_status_warning_hover.png");
}

.data-check-item.check-error {
    height: 16px;
    width: 60px;
    background-image: url("/static/img/ic_status_error_inactive.png");
}

.data-check-item.check-error.active {
    background-image: url("/static/img/ic_status_error_default.png");
}

.data-check-item.check-error.active:hover {
    background-image: url("/static/img/ic_status_error_hover.png");
}

.data-check-item.check-failed {
    height: 16px;
    width: 62px;
}

.data-check-item.check-failed.active {
    background-image: url("/static/img/ic_status_failed_active.png");
}

.data-check-item.check-failed.active:hover {
    background-image: url("/static/img/ic_status_failed_hover.png");
}

.data-check-item.check-success {
    height: 24px;
    width: 64px;
    background-image: url("/static/img/btn_status_pass_inactive@2x.png");
}

.data-check-item.check-success.active {
    background-image: url("/static/img/btn_status_pass_default@2x.png");
}


.build-note-img {
    content: url("/static/img/ic_edit_default.png");
    height: 30px;
    width: 30px;
}

.build-note-img:hover {
    content: url("/static/img/ic_edit_hover.png");
}

.test-link-data,
.link-data-img {
    content: url("/static/img/ic_linkdata_inactive.png");
    height: 30px;
    width: 30px;
}

.test-link-data.active,
.link-data-img {
    content: url("/static/img/ic_linkdata_default.png");
}

.link-data-img {
    margin: auto;
    cursor: default;
}

.test-link-data.active:hover/*,
.link-data-img:hover*/ {
    content: url("/static/img/ic_linkdata_hover.png");
    cursor: pointer;
}

.status-priority-error,
.status-priority-good,
.status-priority-warning {
    width: 10px;
    height: 10px;
    margin-left: 40px;
}

.status-priority-error {
    background-image: url("/static/img/ic_status_priority_error.png");
}

.status-priority-warning {
    background-image: url("/static/img/ic_status_priority_warning.png");
}

.status-priority-good {
    background-image: url("/static/img/ic_status_priority_good.png");
}

.custom-file-upload {
    width: 164px;
    margin: 0px 30px 0px 20px;
    height: 40px;
}

.unselected-grouped-labels {
    background-color: #f6f6f6;
    border-radius: 4px;
    margin: 18px 0px 20px 30px;
}

.unselected-grouped-labels-elements {
    color: #555C62;
    line-height: 30px;
    max-width: 600px;
    background-color: #F6F6F6;
}

.unselected-grouped-labels-elements-name {
    display: inline-block;
    width: 150px;
    font-family: nunito-sans-semibold;
    padding-left: 0px !important;
}

.unselected-grouped-labels .unselected-grouped-labels-elements div {
    padding: 10px 20px;
}

.unselected-grouped-labels-class-name {
    width: 200px;
}

.grouped-name-elements {
    font-size: 14px;
    font-family: nunito-sans;
    line-height: 19px;
    padding-right: 5px;
    padding-left: 0px !important;
    max-width: 190px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grouped-name-container {
    width: 200px;
    margin: auto 210px auto 20px;
    padding-top: 10px;
    color: #555C62;
    opacity: 100%;
    font-size: 18px;
    font-family: nunito-sans-semibold, sans-serif;
    line-height: 24px;
}

.grouped-name-buttons button { /* Trash icon */
    background-color: #687078;
    height: 30px;
    width: 80px;
    margin-right: 30px;
    padding: 0;
}

.grouped-name-buttons button:hover {
    background-color: #7C858D;
}

.group-label-cancel {
    margin: 0px;
}

.group-name-text {
    width: 380px;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-grp-selected-label {
    margin: 20px 0px 28px 30px !important;
    max-height: 220px;
    background-color: #FFFFFF;
    overflow: auto;
}

.grouped-labels-div {
    display: flex !important;
    margin-right: 8px;
}

.new-grp-selected-label .grouped-labels-div {
    margin-top: 20px;
    background-color: #F6F6F6;
    width: 600px;
}

.grouped-labels-div > * {
    margin: auto;
}

.grouped-labels-div:nth-child(1) {
    margin-top: 0px;
}

.unselected-labels {
    margin: 30px 0px 18px 30px;
    padding: 0px !important;
}

.new-grp-unselected-label {
    height: auto;
    overflow: auto;
    background-color: white;
}

.new-grp-unselected-label div {
    height: 52px;
}


/* buttons */

.btn.btn-info {
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.14);
}

.btn.btn-info:focus,
.btn.btn-info:active {
    background-color: #22ACFC;
    box-shadow: none;
    outline: none;
}

.btn.btn-info.new-environment,
.btn.btn-info.select-environment,
.btn.btn-info.upload-datasets,
.btn.btn-info.collect-datasets {
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.btn.btn-info.upload-datasets,
.btn.btn-info.collect-datasets {
    width: 240px;
}

.btn.btn-info.umap-btn {
    width: 116px;
}


.test-train-data {
    color: #555C62;
    cursor: pointer;
    font-size: 18px;
    font-family: nunito-sans-bold, sans-serif;
    border: 1px solid #0099F1;
    border-radius: 4px;
    background-color: #FFFFFF;
    width: 226px;
    height: 52px;
    margin-right: 60px;
    display: inline-flex;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
}

.test-train-data span {
    padding-top: 2px;
}

.test-train-data img {
    content: url('/static/img/ic_expand_default.png');
}

.test-train-data:hover span {
    text-decoration: underline;
    color: #0099F1;
}

.test-train-data:hover img {
    height: 30px;
    width: 30px;
    content: url('/static/img/ic_dropdownmenu_hover.png');
}

.test-select-data {
    padding: 30px;
    color: #555C62;
}

.data-popup-div {
    padding: 20px 20px 30px;
    padding-right: 0px;
}

.data-visit-info.true div {
    margin-bottom: 10px;
    width: 443px;
}

.data-visit-info.false div {
    width: 411px;
    margin-bottom: 10px;
}

.data-visit-info button {
    margin-right: 30px;
    margin-bottom: 20px;
    height: 40px;
    width: 166px;
}

.data-visit-info.false button {
    width: 192px;
    height: auto;
}

.data-visit-info button:hover {
    text-decoration: underline;
}

.data-link-unlink {
    height: 468px;
    width: 612px;
    margin-bottom: 20px;
    overflow: auto;
}

.linked-data-div {
    border: 1px solid #BEC2C6;
    border-radius: 4px;
    width: 600px;
    padding: 12px 20px 20px;
    margin-bottom: 20px;
}

.edit-segment-label-input-field {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.edit-segment-label-table {
    height: 50px;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin-top: 6px;
    color: #555C62;
}

.edit-segment-label-table tr {
    border: 1px solid #BEC2C6;
}

.edit-segment-label-table tr td {
    padding: 20px;
}

.edit-segment-label-table tr th {
    padding: 10px;
    font-family: nunito-sans-semibold, sans-serif;
    text-align: center;
}

.data-env-info-table,
.linked-test-data-table,
.unlinked-test-data-table th,
.unlinked-test-data-table td {
    height: 50px;
    width: 560px;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin-top: 6px;
    color: #555C62;
}

.linked-test-data-table td,
.no-link td {
    height: 50px;
    background-color: #F6F6F6;
}

.no-link td {
    color: #42474C;
    text-align: center;
}

.no-link td:nth-child(2) {
    width: 510px;
 }

.linked-test-data-table {
    margin: 0;
    border-spacing: 0 10px;
    border-collapse: separate;
    background-color: #FFFFFF;
}

.data-env-info-table td:last-child {
    padding-right: 110px;
}

.collect-data-link-div {
    height: 326px;
    margin: 10px 15px 20px 30px;
    overflow: auto;
}

.collect-data-link-table .enable-disable-tr.active {
    color: #555C62;
}

.collect-data-link-table label {
    font-weight: normal;
    display: flex;
    margin-top: 7px;
}

.collect-data-link-table th:first-child {
    padding-left: 40px;
}

.collect-data-link-table .radio-button-img {
    margin-left: -12px;
}

.linked-test-data-table td:first-child,
.collect-data-link-table td:first-child {
    background: #FFFFFF;
    padding: 0;
}

.edit-segment-label-table td,
.data-env-info-table td,
.linked-test-data-table td,
.unlinked-test-data-table td,
.unlinked-test-data-table th,
.collect-data-link-table th,
.collect-data-link-table td,
.data-collect-linking-table td {
    padding-left: 20px;
}

.unlinked-test-data-table .env-name,
.collect-data-link-table  .label-collect-data {
    max-width: 150px;
    width: 150px;
}

.collect-data-link-table .env-name {
    max-width: 220px;
    width: 220px;
}

.linked-test-data-table .env-name,
.data-env-info-table .env-name {
    max-width: 140px;
    width: 140px;
}

.linked-test-data-table .default {
    max-width: 110px;
    width: 110px;
}

.unlinked-test-data-table th,
.collect-data-link-table th {
    background-color: #FFFFFF;
    font-weight: initial;
    font-family: nunito-sans-semibold, sans-serif;
}

.collect-data-link-table .env-name {
    max-width: 200px;
    width: 200px;
}

.change-me {
    background-color: #FFFFFF;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    line-height: 30px;
    margin: 0;
    min-width: 200px;
    min-height: 60px;
    text-align: center;
    position: relative;
    display: none;
}

.change-me-table-header {
    width: 100px;
    text-align: center;
    background-color: #e9ebec;
}

.link-data-table-width {
    min-width: 45px;
}

.unlink-test-btn {
    width: 80px !important;
    padding: 0;
}

.unlinked-data-div {
    margin-top: 30px;
}

.unlinked-data-div div:first-child,
.linked-data-info div,
.selected-labels-training {
    font-size: 18px;
    font-family: nunito-sans-semibold, sans-serif;
}

.selected-labels-training {
    margin-bottom: 20px;
}

.unlinked-test-data-table,
.data-collect-linking-table {
    width: 600px;
}

.link-test-data {
    color: #0099F1;
}

.select-linked-data {
    height: 76px;
    padding-top: 15px !important;
}

.select-linked-data,
.link-cancel-data-collect {
    padding-left: 30px !important;
}

.select-linked-data div,
.linked-data-info div {
    color: #555C62;
}

.select-linked-data div:first-child {
    font-family: nunito-sans-bold, sans-serif;
    font-size: 18px;
}

.select-linked-data div:nth-child(2) {
    font-size: 14px;
}

.collect-data-link-table {
    max-height: 326px;
    width: 510px;
}

.collect-data-link-table tr,
.collect-data-link-table th {
    height: 50px;
}

.collect-data-back,
.collect-data-back:hover,
.collect-data-back:active,
.collect-data-back:focus {
    margin: -10px 0px 20px;
    text-align: start;
    padding: 0px;
    width: 140px;
    height: 40px;
    background-color: #687078 !important;
}

.btn.btn-info.new-environment{
    width: 256px;
}
.btn.btn-info.select-environment{
    width: 250px;
}

#train-button-wrapper {
    display: inline-block;
}

.btn.btn-info.train {
    float: left;
    line-height: 40px;
    margin: 30px 81px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}

.secondary-btn,
.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
    background-color: #FFFFFF !important;
    border: 1px solid #0099F1 !important;
    color: #0099F1;
}

.secondary-btn:hover {
    background-color: #E5F5FE !important;
}


.glyphicon.glyphicon-sort {
    color: #555C62;
    margin-left: 10px;
}


/* Data collection page css */
.ready-icon{
    background: url('img/ic_flashed_inactive.png') #fff;
    width: 138px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.ready-icon.active{
    background: url('img/ic_flashed_default.png') #fff;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* tr:nth-child(odd) {      According to image description in AQ568 this has to be removed
    background: #F6F6F6
} */

input[type=checkbox]:before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 50%;
    margin-left: -10px;
    background: url('img/ic_checkbox_default.png');
}

.sensor-channels input[type=checkbox]:before,
.feature-kind input[type=checkbox]:before {
    left: 80%;
}

input[type=checkbox]:checked:before {
    cursor: pointer;
    background: url('img/ic_checkbox_active.png');
    background-size: contain;
}

/* Model details page */
.qeexo-push-library-button {
    border: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-image: url('img/ic_pushdownload_active.png');
    background-repeat: no-repeat;
}

.qeexo-push-library-button:hover {
    background-image: url('img/ic_pushdownload_hover.png');
}

.qeexo-push-library-button:disabled,
.qeexo-push-library-button.selected:disabled {
    background-image: url('img/ic_pushdownload_inactive.png');
    cursor: not-allowed;
}

.model-table-header-container {
    position:relative;
    color: #555C62;
    border-bottom: 1px solid #bec2c6;
    padding: 5px 10px 10px 20px;

}

.model-table-header-link-container {
    position:relative;
    color: #555C62;
    padding: 5px 10px 10px 20px;
    text-align: center;
}

.model-table-header {
    font-size: 22px;
    font-family: nunito-sans-bold, sans-serif;
    color: #555C62;
}

.model-table-tagline {
    font-size: 14px;
    font-family: nunito-sans, sans-serif;
    color: #555C62;
}

#graph-learning-curve {
    border-bottom: 1px solid #BEC2C6;
    margin-bottom: 5px;
}

.model-table-summary {
    font-size: 22px;
    font-family: nunito-sans-bold, sans-serif;
    color: #555C62;
    padding: 0px 10px 10px 20px;
}

.container.model-information {
    background-color: #f6f6f6;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
    margin: 20px 0 0px 0;
}

.container.model-link-details {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    padding: 10px 0px;
    width: 100%;
    min-height: 50px;
    margin: 20px 0 0px 0;
}

.container.model-details {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    padding: 10px 0px;
    width: 100%;
    min-height: 100px;
    margin: 20px 0 0px 0;
}

.container.container-closed {
  min-height: 80px;
  height: auto;
}

.container.container-closed header {
  border-bottom: 0px;
}

.table-conf-div {
    margin: 30px;
    text-transform: capitalize;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
}

.table-conf-param tr td {
    width: 260px;
    padding: 0px !important;
}

.error {
    color: #df2a0b
}

.range-config {
    color: #9299A0;
    font-family: nunito-sans, sans-serif;
    line-height: 20px;
}

.btn-datacollection {
    background-image: none;
    border: none;
    width: 250px;
    height: 40px;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 16px;
}

.modelDD {
    padding-bottom: 40px !important;
}

.btn-datacollection-on,
.btn-datacollection-on:hover {
    background-color: #0099F1;
    color: #ffffff;
}
#create-dataset-button{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#select-dataset-button{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-datacollection-off,
.btn-datacollection-off:hover {
    background-color: #ffffff;
    color: #9299A0;
    border: 1px solid #bec2c6;
}

.btn-datacollection:focus {
    box-shadow: none;
    outline: none;
}

.btn-datacollection-on:focus {
    color: #ffffff;
}

.btn-dataset {
    background-image: none;
    border: none;
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); */
    width: 220px;
}

.btn-dataset-on,
.btn-dataset-on:hover {
    background-color: #F6F6F6;
}

.btn-dataset-off {
    background-color: #DEE0E3;
}

.btn-dataset-off:hover {
    background-color: #EAECED;
}

.btn-dataset:focus {
    box-shadow: none;
    outline: none;
}

.btn-dataset-on:focus {
    color: #ffffff;
}

.btn-dataset-on:disabled,
.btn-dataset-on[disabled] {
    background-color: #9299A0;
}

.btn-dataset:focus {
    box-shadow: none;
    outline: none;
}

.btn-dataset-on:focus {
    color: #ffffff;
}

#create-btn, #select-btn, #csv-btn, #bin-btn{
    color: #555C62;
    opacity: 100%;
    font-size: 18px;
    font-family: nunito-sans-semibold, sans-serif;
    line-height: 24px;
    padding: 0px;
}

#create-btn, #select-btn, #csv-btn, #bin-btn {
    padding-left: 20px;
    padding-right: 20px;
    height: 43px;
    width: 298px;
    border-radius: 4px 4px 0px 0px;
    text-align: left;
}

.data-upload-file-upload {
    margin: 20px 0px 20px 20px;
}

#csv-btn, #bin-btn {
    margin-bottom: 30px;
}

#csv-btn.small-margin-bottom,
#bin-btn.small-margin-bottom {
    margin-bottom: 5px;
}

.container.data-collection, .live-testing-info {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    font-family: nunito-sans, sans-serif;
    padding: 30px;
    width: 100%;
    margin: 20px 0 0px 0;
}

.linked-data-info {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 0px !important;
}

.live-testing-info-column {
    min-width: 210px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.live-testing-info-column > * { /* For better spacing between each cell */
    margin-top: 5px;
}

.live-testing-anomaly-info-column {
    width: auto !important;
}

#expand-live-testing-info {
    text-align: center;
    border-top: 1px solid #bec2c6;
    margin: 10px 0px -10px -20px;
    padding-top:10px;
    cursor: pointer;
    display: none;
}

#expand-live-testing-info:hover #expand-live-testing-info-text,
.test-collection-option:hover {
    color: #0099F1;
    text-decoration: underline;
}

#expand-live-testing-info:hover #expand-live-testing-info-button{
    content: url('img/ic_expand_info_hover.png');
}

#expand-live-testing-info-text {
    display: inline-block;
}

#expand-live-testing-info-button {
    display: inline-block;
    content: url('img/ic_expand_info_default.png');
    width: 30px;
    height: 30px;
    padding-bottom: 3px;
}

#expand-live-testing-info-button.expanded {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    margin-top: -5px;
    max-height: none;
}

#expand-live-testing-info-button.unexpanded {
    max-height: 75px;
}

#live-testing-dataset.expanded {
    max-height: none;
}

#live-testing-dataset.unexpanded {
    max-height: 75px;
}

.dataset-tag {
    text-transform: uppercase;
    font-family: nunito-sans-semibold, sans-serif;
}

.usb-icon {
    content: url('img/ic_usb_active.png');
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.bluetooth-icon {
    content: url('img/ic_bluetooth_active.png');
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.wifi-classification-icon {
    content: url("img/ic_wifi_default.png");
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.microphone-icon {
    content: url('img/ic_microphone_active.png');
    width: 30px;
    height: 30px;
    margin-bottom: 2px;
}

.hardware-connection-text {
    color: #555c62;
    padding-top: 14px;
    padding-bottom: 10px;
    font-size: 10px;
    font-family: nunito-sans-semibold, sans-serif;
}

#connection-method {
    margin: 0 auto auto auto;
}

.connection-method-text.link{
    color: #0099f1;
    cursor: pointer;
}

.connection-method-link:hover{
    text-decoration: underline;
}

.connection-method-text,
.selection-mode {
    color: #555c62;
    font-size: 14px;
    font-family: nunito-sans-semibold, sans-serif;
}

.connection-text {
    margin: 130px auto 25px;
    text-align: center;
    color: #0099F1;
}

.connection-text.select-classification {
    color: #0099F1;
}

.connection-text.refresh-classification,
.range-error {
    color: #DF2A0B !important;
}

.connection-text span {
    font-family: nunito-sans-bold, sans-serif;
}

.connection-button {
    height: 40px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 18px;
    border-radius: 4px;
    border: none;
    font-family: nunito-sans-semibold, sans-serif;
}

.connection-button:focus {
    outline:0;
}

.connection-button.select-classification {
    cursor: pointer;
    width: 300px;
    background-color: rgba(0,153,241,0.1);
    color: #0099F1;
}

.connection-button.refresh-classification {
    width: 140px;
    background-color: #DF2A0B1A;
    color: #DF2A0B;
    text-decoration: underline;
}

.hardware-connection-overlay {
    width: 412px;
    height: 304px;
}

.connection-type-popup-body {
    padding-bottom: 30px;
}

.connection-type-popup-body table:nth-child(1) {
    margin-bottom: 8px;
}

.connection-type-popup-body table:nth-child(2) {
    margin-bottom: 0px;
}

.connection-type-elements {
    background-color: #F6F6F6;
    border-radius: 4px;
    border-top: 2px solid white
}

.connection-type-elements td:nth-child(1) {
    padding-left: 20px;
    padding-right: 10px;
}

.connection-type-elements td:nth-child(2) {
    width: 200px;
    vertical-align: inherit;
    color: #555C62;
    font-family: nunito-sans-bold;
    line-height: 19px;
}

.connection-type-elements td:nth-child(3) {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 11px;
}

.connection-type-elements td button {
    height: 30px;
    width: 110px;
}

.hardware-connection-footer {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-right: 30px;
    float: right;
}

.container.hardware-connection {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    font-family: nunito-sans, sans-serif;
    width: 420px;
    height: 82px;
    margin: 45px 0 0px 0;
    float: right;
}

.live-testing-info {
    padding: 20px 0px 20px 20px;
}

#live-testing-dist-values,
#live-testing-dist-dataset {
    display: inline-block;
}

#live-testing-dist-dataset {
    min-width: 250px;
    max-width: 320px;
}

.live-testing-dist{
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid rgb(193, 193, 195);
    color: rgb(136, 142, 144);
    display: flex;
    margin-bottom: 40px;
    margin-left: 36px;
    padding: 18px;
    max-width: 450px;
}
.live-testing-dist div:first-child{
    flex-basis: 243px;
}
.live-testing-dist-header{
    color: #555c62;
    font-family: nunito-sans-semibold, sans-serif;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.container.data-collection.step1 {
    height: 278px;
    margin: 0;
}

.data-collection.step2.collection-config-step {
    min-height: 100px;
    padding-right: 50px;
    text-align: center;
}

.collection-config-step .sensor-configuration-preview {
    margin-left: -12em;
    text-align: start;
}

.data-collection-step1-body {
    text-align: center;
    margin: 4px 0 20px;
}

.container.data-collection.step3 {
    min-height: 300px;
}

.container.data-collection.step3 input:disabled {
    background-color: #ffffff;
    color: #BEC2C6;
}

#data-collection-usb-bluetooth {
    padding: 10px 15px;
    margin-bottom: -25px;
}

.data-collection-usb-bluetooth {
    padding: 15px 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin: 20px 0px;
}

.data-collection-usb-bluetooth > label {
    margin: 0px 0px 0px 10px;
}

.data-collection-usb-bluetooth-step {
    font-family: nunito-sans-bold, sans-serif;
    font-size: 18px;
}

.data-collection-usb-bluetooth-spacer {
    display: inline-block;
    width: 40px;
}

.connect-select-button {
    margin-top: 0px;
    vertical-align: middle;
}

.connect-select-label {
    vertical-align: middle;
    font-family: 'nunito-sans-semibold';
}

#data-collection-step3-header,
#data-collection-step2-header {
    color: #555c62;
    font-family: nunito-sans;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 18px;
}

#data-collection-step2-header {
    margin-top: 10px;
    width: 300px;
    font-size: 13px;
}

.recording-type-span {
    min-width: 10px;
}

#data-collection-step3-continuous-body {
    border: 1px solid #bec2c6;
    display: flex;
    min-height: 110px;
    width: 100%;
    padding: 20px;
    padding-bottom: 0px;
}

#data-collection-step3-continuous-body > div {
    width: 100%;
}

#data-collection-step3-continuous-body.active {
    border: 1px solid #0099f1;
}

.inactive-data-collect {
    border: 1px solid #BEC2C6;
}

.inactive-data-collect,
.inactive-data-collect .data-collection-form-text,
.inactive-data-collect input::placeholder,
.collect-data-link-table .enable-disable-tr,
.inactive-data-collect .data-collect-heading {
    color: #BEC2C6;
}

.inactive-data-collect input {
    border: 1px solid #DEE0E3;
}

#data-collection-step3-continuous-body label {
    color: #555c62;
    font-family: nunito-sans-bold, sans-serif;
    font-size: 18px;
}

.data-collection-collect-data {
    padding: 0;
    width: 250px;
}

.data-collection-step3-body,
.data-collection-env-name-body {
    margin: 50px 0 50px;
}

.data-collection-env-name-body{
    margin: 30px 0 30px;
    height: 108px;
    background-color: #F6F6F6;
    padding-top: 15px;
    padding-left: 10px;
    border-radius: 4px;
}

#data-save-button{
    margin-top: 20px;
    margin-right: 20px;
}

.data-collection-step3-body > div {
    margin: 10px 0;
}

.container.data-collection.step1 .form-control,
#data-collection-step3-continuous-body .form-control {
    width: 352px;
    height: 30px;
}

.data-collect-dataset-grid .jsgrid {
    border: 1px solid #BEC2C6;
    margin-top: 20px
}

.data-collect-dataset-grid .jsgrid .jsgrid-grid-header {
    border: none;
}

.data-collection-step-title {
    width: fit-content;
    color: #555C62;
    font-size: 22px;
    font-family: nunito-sans-bold, sans-serif;
    padding: 0;
    line-height: 26px;
    display: inline-block;
}

.configure-sensors-step2 {
    min-width: 275px;
    line-height: 40px;
    text-align: initial;
    float: left;
}

.data-collection-step-preview,
.sensor-configuration-preview {
    color: #555c62;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-left: 30px;
}

.sensor-configuration-preview {
    margin-left: 40px;
    font-size: 16px;
    line-height: 20px;
}

.sensor-configuration-preview.extra-top-padding {
    padding-top: 10px;
}

.dataset-name-preview {
    color: #555c62;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-left: 0px;
}


.data-collection-step-preview > span
.sensor-configuration-preview > span {
    display: block;
}

.btn.btn-info.data-collection-edit {
    float: right;
    height: 40px;
    margin: 0;
    width: 164px;
}

.test-build-env div,
.test-sensor-conf div {
    min-width: 450px;
    margin-right: 40px;
}

.test-build-env div:nth-child(2),
.test-sensor-conf span {
    font-size: 16px;
    line-height: 32px;
}

.umap-back-img,
.details-back-img {
    content: url("img/ic_back_default_white.png");
    margin: 5px 25px 5px 5px;
}

.btn.umap-back {
    width: 140px;
    padding: 0px;
    text-align: start;
    margin-left: 30px;
    position: absolute;
    bottom: 40px;
}

.jsgrid-cell > a.re-record-button {
    color: #424242;
}

.jsgrid-cell > a.re-record-button:hover {
    color: #0099F1;
    text-decoration: underline;
}

.btn.btn-info.data-collection-record {
    float: right;
    height: 40px;
    width: 165px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 20px;
}

.data-collection-class-label,
.data-collection-instance-num,
#data-collection-dataset-form-group {
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin: 0 10px;
}

.data-collection-instance-num {
    margin-left: 0px;
}

.data-collect-heading,
.linked-data-div div:first-child,
.data-collect-heading {
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 10px;
}

.linked-data div:first-child {
    margin: 10px 0px 0px 50px;
}

.recording-window-div {
    display: flex;
    margin-top: 5px;
}

.data-collection-class-label,
#data-collection-dataset-form-group {
    color: #424242;
    margin-left: 44px;
}

.data-collection-instance-num {
    margin-left: 20px;
}

.data-collection-dataset-name {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 30px;
}

.data-collection-class-label > input,
.data-collection-instance-num > input,
.data-collection-dataset-name > input {
    margin-top: 5px;
}

.data-collection-class-label-select {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #888;
    font-size: 14px;
    display: block;
    height: 33px;
    margin-top: 6px;
    padding: 0 10px;
    min-width: 300px;
}

.data-collection-class-label-select.selected {
    color: #555;
}

/* helper text generic error css */
.has-error .form-text {
    color: #df2a0b;
}

.has-error input,
.has-error input:focus,
.container.data-collection.step1.error,
.container.data-collection.step2.error,
.data-collection-error,
.data-collection.test-sensor-conf.error,
.wifi-config-error {
    box-shadow: none;
    border: 1px solid #DF2A0B;
}

.reflash {
    cursor: pointer;
    text-decoration: underline;
}

.dataset-collection-on {
    display:block;
    margin-top: 6px;
}

.dataset-collection-off {
    display:none
}

#create-dataset-name-proj,
#select-dataset-name-proj,
#bin-upload-label-name {
    height: 30px;
    width: 352px;
    margin: 0px 228px 8px 20px;
    padding: 2px 12px !important;
}

#env-exists-note {
    color: #DF2A0B;
    margin-bottom: 8px;
}

#select-dataset-name-proj > option {
    color: #555;
}

#bin-data-note {
    margin-bottom: 0px;
    margin-left: 20px;
    counter-reset: #9299A0;
    line-height: 19px;
    opacity: 100%;
    padding-bottom: 15px;
    margin-top: 0px;
}


/* Sensor config setting popup */

.microphone-indent {
    margin-left: 55px;
}

.feature-data-label {
    min-width: 350px;
    margin-left: 14px;
    font-size: 16px;
    font-family: nunito-sans,sans-serif;
    line-height: 18px;
    display: inline-block;
}

.sensor-data-label,
.feature-data-sensor-label {
    min-width: 350px;
    margin-left: 14px;
    font-size: 16px;
    font-family: nunito-sans-semibold,sans-serif;
    line-height: 18px;
    display: inline-block;
}

.feature-data-label {
    min-width: 230px;
    text-transform: capitalize;
}

.feature-data-label.second-checkbox {
    margin-right: 20px;
}

.channels-label {
    font-weight: initial;
    min-width: 139px;
    margin-left: 14px;
    font-size: 16px;
    font-family: nunito-sans,sans-serif;
    line-height: 18px;
    display: inline-block;
}

.popup-footer.sensor-configuration,
.popup-footer.sensor-selection,
.popup-footer.feature-selection {
    margin-top: 0px;
}

.popup-footer.feature-selection {
    min-height: auto;
}

.popup-footer.group-labels {
    padding-bottom: 0px;
    margin-bottom: 28px;
}

.popup.feature-selection.manual-mode,
.popup.feature-selection.manual-mode .feature-selection {
    background-color: #FFFFFF;
}

.popup.feature-selection.manual-mode {
    min-height: 365px;
}

.popup.sensor-configuration {
    margin: 5% auto;
    max-width: 800px;
    min-width: 713px;
    min-height: auto;
}

.popup.copy-dataset-overlay {
    margin: 10% auto;
    width: 660px;
    height: 600px;
    overflow: hidden;
}

.popup.copy-segment-set-overlay {
    margin: 10% auto;
    width: 500px;
    min-height: 400px;
}

.env-name-copy-dataset {
    height: 80px;
    background-color: #F6F6F6;
    border-radius: 0px;
    padding: 17px 30px;
}

.env-name-copy-dataset div:nth-child(1) {
    font-size: 18px;
    font-family: nunito-sans-bold;
    color: #555C62;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.env-name-copy-dataset div:nth-child(2) {
    font-size: 14px;
    font-family: nunito-sans;
    color: #555B62;
    line-height: 24px;
}

.choose-prj-copy-dataset {
    margin: 20px 30px 18px;
    font-family: nunito-sans-semibold, sans-serif;
}

.copying-dataset-overlay {
    height: 180px;
    max-width: 412px;
    margin: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);
    padding: 28px 30px;
    border-radius: 6px;
}

.copying-data {
    font-size: 30px;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    line-height: 36px;
    text-align: center;
}

.inline-text {
    display: inline-block;
}

.project-from {
    margin-top: 28px;
}

.prj-content {
    color: #555C62;
    font-size: 14px;
    font-family: nunito-sans-bold, sans-serif;
    text-align: center;
}

.popup-body.sensor-configuration {
    color: #555c62;
    padding: 30px;
}

.sensor-config-select-sensor {
    font-family: nunito-sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.font-style-italic {
    font-style: italic;
}

.form-copy-datset {
    max-height: 260px;
    overflow: auto;
    margin-right: 11px;
}

.form-copy-datset::-webkit-scrollbar,
.fixed-height-scroll::-webkit-scrollbar,
.uploaded-files-list::-webkit-scrollbar {
    width: 4px;
}

.form-copy-datset::-webkit-scrollbar-track,
.fixed-height-scroll::-webkit-scrollbar-track,
.uploaded-files-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.form-copy-datset::-webkit-scrollbar-thumb,
.fixed-height-scroll::-webkit-scrollbar-thumb,
.uploaded-files-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(124, 133, 141,1);
}

.copy-collection-table-header {
    margin: 0 0 8px 30px;
}

.copy-collection-table-header td {
    cursor: pointer; /* For sorting */
}

.copy-collection-table-header td,
.copy-collection-table td {
    padding: 0px 16px;
    display: inline-flex;
}

.copy-collection-table-header td:nth-child(1) {
    padding: 0 0 0 40px;
}

.copy-collection-table-header td:nth-child(1),
.copy-collection-table td:nth-child(1) {
    width: 169px;
}

.copy-collection-table-header td:nth-child(2),
.copy-collection-table td:nth-child(2) {
    width: 109px;
}

.copy-collection-table-header td:nth-child(3),
.copy-collection-table td:nth-child(3) {
    width: 177px;
}

.copy-collection-table-header td:nth-child(4),
.copy-collection-table td:nth-child(4) {
    width: 139px;
}

.target-hw,
.copy-classification {
    display: inline-block !important;
}

.target-hw {
    padding-right: 0px !important;
}

.copy-collection-table-header img {
    align-self: flex-end;
}

.copy-collection-table {
    margin-left: 30px;
    width: 600px;
}

.copy-collection-table tr {
    vertical-align: top;
    height: 50px;
    border-top: 1px solid #BEC2C6;
    border-bottom: 1px solid #BEC2C6;
    border-collapse: collapse;
}

.copy-collection-table td:first-child {
    padding-top: 1px;
    padding-left: 0px;
}

.copy-collection-table td:not(:first-child) {
    padding-top: 14px;
}

.copy-collection-table th,
.copy-collection-table label {
    line-height: 17px;
    font-family: nunito-sans;
    font-size: 14px;
    font-weight: inherit;
    color: #555C62;
}

.copy-collection-table input {
    margin: 13px;
    margin-left: 5px;
    margin-right: 22px;
}

.sensor-config-table {
    margin-left: 20px;
    width: 100%;
}

.sensor-config-table tr {
    vertical-align: top;
    height: 60px;
}

.sensor-config-table td:first-child {
    padding-top: 5px;
}

.sensor-config-table td:not(:first-child) {
    padding-top: 14px;
}

.sensor-config-table th,
.sensor-config-table label {
    font-family: nunito-sans-bold;
}

.sensor-config-table input {
    margin: 20px;
}

.prj-name-hide-cpy-dataset {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-copy-selection-disabled label,
.test-build-env div,
.test-sensor-conf div,
.test-sensor-conf span,
.project-copy-selection-disabled,
.project-copy-selection-disabled label {
    color: #A8ADB3;
}

.project-copy-selection-disabled input[type=checkbox]:before {
    cursor: not-allowed;
    background-image: url("/static/img/ic_checkbox_inactive.png");
    background-size: contain;
}

.sensor-config-select,
.sensor-config-select-fullscale,
#mlc-output-data-rate {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #888;
    font-size: 14px;
    height: 30px;
    min-width: 155px;
}

.sensor-name-border {
    border: 1px solid #ccc;
}

.sensor-config-disabled{
    opacity: 0.4;
}

.sensor-config-disabled:before {
    cursor: not-allowed !important;
}

.sensor-label-disabled{
    color: rgb(190, 194, 198);
}

.footer-copy-dataset {
    padding-top: 20px;
}

.copy-dataset-button {
    height: 40px;
    width: 170px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) !important;
}

.data-popup {
    max-width: 660px !important;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4) !important;
    margin: 53px auto 426px auto;
}

#sensor-configuration-header {
    margin-left: 20px;
}

.ODR-cell.error {
    height: 86px;
    padding-bottom: 20px;
}

.sensor-config-select.error,
.sensor-config-select-fullscale.error {
    border: 1px solid #df2a0b;
}

.data-collection-popup footer #flash-data-collection-btn {
    width: 300px;
}

.data-collection-sensor-config .sensor-config-select-sensor {
    font-family: nunito-sans-semibold, sans-serif;
    line-height: 22px;
}

.data-collection-sensor-config table {
    padding-top: 0px;
    margin: 20px 0px 0px;
}

.data-collection-sensor-config td:first-child {
    padding-top: 0px;
}

.data-collection-sensor-config .sensor-config-select,
.data-collection-sensor-config .sensor-config-select-fullscale {
    border-radius: 4px;
}

.data-collection-sensor-config td:nth-child(2) {
    padding: 15px 28px 7px 0px;
}

.data-collection-sensor-config td:nth-child(3) {
    padding-right: 17px;
}

.data-collection-sensor-config input {
    vertical-align: top;
    margin-left: 25px;
}

.data-collection-sensor-config label {
    margin: 20px 20px 20px 0px;
    min-width: 120px;
    font-size: 16px;
    line-height: 20px;
}

.group-labels-body {
    margin: 30px;
    height: 600px;
}

.group-label-btn {
    width: 164px;
    height: 40px;
    margin: 20px 0px;
}

.navigate-to-new-grp {
    background-color: #F6F6F6 !important;
    display: none;
    margin: 20px 0px 30px;
}

.select-group-label {
    max-height: 212px;
    max-width: 572px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.create-grp, .select-labels, .create-grp-name {
    padding-bottom: 15px;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 18px;
    opacity: 100%;
    line-height: 24px;
    color: #555C62;
}

.create-grp-name {
    font-size: 10px;
    line-height: 14px;
    padding: 0;
    margin-bottom: 5px;
}

#group-label-name {
    max-width: 350px;
}

#group-label-save {
    margin: 20px 20px 30px 30px;
}
#anomaly-label-save {
    margin: 20px 20px 30px 30px;
}
.grp-name-data-note {
    padding: 0px !important;
    line-height: 19px !important;
    margin-bottom: 0px !important;
}

.grp-name-data-note.error {
    color: #DF2A0B;
}

.select-label-class-name {
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 14px;
    color: #555C62;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-label-data-collection {
    background-color: white;
    width: 270px;
    height: auto;
    margin: 0px 5px 5px 0px;
    display: flex;
    border-radius: 4px;
    word-break: break-all;
}

.select-label-data-collection.disabled span {
    color: #BEC2C6;
}

.select-label-data-collection:nth-child(even) {
    margin-right: 8px;
}

.select-label-data-collection input {
    min-width: 20px;
    margin: auto 14px auto 10px;
}

.select-label-data-collection input[disabled]:before {
    cursor: not-allowed;
}

.select-label-data-collection span:last-child {
    line-height: 12px;
    padding: 0 0 10px 0;
}

.select-label-collection-info-header {
    color: #555C62;
    font-size: 10px;
    font-family: nunito-sans-semibold;
}

.select-label-collection-info-value {
    color: #555C62;
    font-size: 10px;
    font-family: nunito-sans;
}

.select-label-data-collection-info {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}

/* TODO:
 - REMOVE ALL CLASSES EXCEPT fixed-height-scroll FOR SCROLLING
 - USE ONLY fixed-height-scroll TO SHOW SCROLL BAR
*/

.fixed-height-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.select-group-label::-webkit-scrollbar ,
.new-grp-selected-label::-webkit-scrollbar,
.new-grp-unselected-label::-webkit-scrollbar,
.popup.group-labels::-webkit-scrollbar,
.form-copy-datset::-webkit-scrollbar,
.fixed-height-scroll::-webkit-scrollbar,
.data-link-unlink::-webkit-scrollbar,
.uploaded-files-list::-webkit-scrollbar {
    width: 4px;
}

.dataset-info-notes textarea::-webkit-scrollbar,
.sensor-channels::-webkit-scrollbar,
.feature-kind::-webkit-scrollbar,
.collect-data-link-div::-webkit-scrollbar,
.upload-file-status::-webkit-scrollbar {
    width: 6px;
}

.select-group-label::-webkit-scrollbar-track,
.new-grp-selected-label::-webkit-scrollbar-track,
.new-grp-unselected-label::-webkit-scrollbar-track,
.popup.group-labels::-webkit-scrollbar-track,
.sensor-channels::-webkit-scrollbar-track,
.feature-kind::-webkit-scrollbar-track,
.form-copy-datset::-webkit-scrollbar-track,
.fixed-height-scroll::-webkit-scrollbar-track,
.data-link-unlink::-webkit-scrollbar-track,
.collect-data-link-div::-webkit-scrollbar-track,
.upload-file-status::-webkit-scrollbar-track,
.uploaded-files-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.dataset-info-notes textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.select-group-label::-webkit-scrollbar-thumb,
.new-grp-selected-label::-webkit-scrollbar-thumb,
.new-grp-unselected-label::-webkit-scrollbar-thumb,
.popup.group-labels::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.dataset-info-notes textarea::-webkit-scrollbar-thumb,
.sensor-channels::-webkit-scrollbar-thumb,
.feature-kind::-webkit-scrollbar-thumb,
.collect-data-link-div::-webkit-scrollbar-thumb,
.upload-file-status::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5);
}

.collect-data-link-div::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.8);
}
.form-copy-datset::-webkit-scrollbar-thumb,
.fixed-height-scroll::-webkit-scrollbar-thumb,
.data-link-unlink::-webkit-scrollbar-thumb,
.uploaded-files-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(124, 133, 141,1);
}

.relabel-collection-table tr {
    vertical-align: top;
    height: 50px;
    border-top: 1px solid #BEC2C6;
    border-bottom: 1px solid #BEC2C6;
    border-collapse: collapse;
}
.relabel-collection-table {
    margin-left: 30px;
    width: 600px;
}

.relabel-collection-table td
 {
    padding: 0px 16px;
    padding-top: 10px;
}
.relabel_name{
    height: 130px;
    background-color: #f1f1f1;
    margin-right: 10px;
    margin-left: 10px !important;
}
#edit-label1{
    margin-left:10px;
    margin-top: 10px;
    font-size: 20px;
}
#relabel-collection-name{
    width: 50% !important;
    margin-left: 10px;
}
.Selected-data{
    height: 245px;
    background-color: #f1f1f1;
}

.relabel-collection-table th
 {
    padding: 0px 16px;
    padding-top: 10px;
    font-weight: bold;
}

.create-new-grp {
    margin: 30px 0px 0px 30px;
    width: 240px !important;
    background-color: #687078;
}

.create-new-grp:hover {
    background-color: #7C858D;
}

.disable-checked-box input:before{
    background-image: url("/static/img/ic_checkbox_disabled.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.disable-checked-box span {
    color: #BEC2C6;
}

/* switch css used for training settings */

.switch-checkbox {
    display: none;
}

.switch {
    bottom: 5px;
    cursor: pointer;
    float: right;
    min-width: 50px;
    padding: 16px 0 16px 45px;
    position: relative;
}

/* different positioning due to sub info text line */
.switch.extra-bottom-space {
    bottom: 30px;
}

.switch:before, .switch:after {
    content: "";
    margin: 0;
    position: absolute;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
}

.switch:before {
    background-color: #999;
    border-radius: 8px;
    height: 16px;
    left: 1px;
    width: 45px;
}

.switch:after {
    background-color: #999;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    height: 25px;
    left: 0;
    width: 26px;
}

.switch-checkbox:checked + .switch:before {
    background-color: #0099f1;
}

.switch-checkbox:checked + .switch:after {
    background-color: #0099f1;
    transform: translate(80%, -50%);
}

.jsgrid-row > .training-subtable-id {
    background: #f6f6f6;
}

.training-subtable,
.monitor-builds-dropdown {
    background-color: #ffffff;
    border: 1px solid #BEC2C6;
    border-radius: 4px;
    /* TODO: this is workaround margin value for the latency tooltip */
    margin: 25px;
    /* margin: 10px 20px 20px; */
    width: 96%;
    opacity: 100%;
}

.monitor-builds-dropdown {
    margin: 0;
}

.training-subtable > thead > tr > th,
.monitor-builds-dropdown > thead > tr > th,
.subtable-bg {
    background-color: #FFFFFF;
}

.dark-subtable-bg {
    background-color: #F6F6F6;
}

.training-subtable tr {
    height: 50px;
}

.monitor-builds-dropdown tr {
    height: 40px;
}

.training-subtable th,
.training-subtable td {
    padding-right: 10px;
    padding-left: 10px;
    color: #555C62;
    font-size: 14px;
    opacity: 100%;
    line-height: 17px;
}

.monitor-builds-dropdown th,
.monitor-builds-dropdown td {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    opacity: 100%;
    line-height: 17px;
}

.dropdown-title {
    color: #666;
}

.training-subtable > tbody > tr:nth-of-type(odd),
.monitor-builds-dropdown > tbody > tr:nth-of-type(odd)
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F6F6F6;
}

.training-subtable th,
.monitor-builds-dropdown th,
.copy-collection-table-header {
    font-family: nunito-sans-semibold, sans-serif;
}

.training-subtable td,
.monitor-builds-dropdown td {
    font-family: nunito-sans;
}

.training-subtable th:first-child,
.training-subtable td:first-child {
    padding-left: 20px;
}

.training-subtable th:last-child,
.training-subtable td:last-child {
    padding-right: 20px;
}

.training-subtable a {
    cursor: pointer;
    color: #0099F1;
    font-size: 14px;
    opacity: 100%;
    line-height: 17px;
    font-family: nunito-sans;
}

/* Model table cells */

.model-cell {
    min-width: 160px;
}

.cv-cell {
    min-width: 110px;
}

.test-performance-cell {
    min-width: 80px;
}

.latency-cell {
    min-width: 110px;
}

.model-size-cell {
    min-width: 90px;
}

.performance-summary-cell {
    min-width: 100px;
}

.save-cell {
    min-width: 90px;
}

.push-to-hw-cell {
    min-width: 110px;
}

.live-class-anal-cell {
    min-width: 160px;
}

.live-test-cell {
    min-width: 110px;
}

.trash-cell {
    min-width: 55px;
}

.training-collections,
.monitoring-popup-inline-list {
    padding: 0px;
    margin: 17px 0px;
}

.training-collections > li,
.monitoring-popup-inline-list > li {
    list-style: none;
}

.training-status {
    height: auto;
}

.training-status.canceled,
.training-status.pending {
    width: 115px;
}

.training-status.intraining {
    width: 120px;
}

.training-status.ready {
    width: 90px;
}

.training-status.failed {
    width: 100px;
}

/* User projects page css */

.jsgrid.user-projects {
    border-radius: 4px;
    overflow: visible;
}

.jsgrid.user-projects > .jsgrid-grid-header {
    border: none;
    border-radius: 4px 4px 0 0;
}

.unavailable-pop-up {
    background-color: #42474C;
    border-radius: 4px;
    line-height: 19px;
    display: block;
    color: white;
    font-size: 14px;
    min-height: 50px;
    margin: 10px 10px 12px 10px;
    min-width: 190px;
    text-align: center;
    max-width: 230px;
    padding: 6px 10px 6px 10px;
}

.popup-text {
    text-align: center;
    font-size: 13px;
    font-family: nunito-sans;
}
.user-projects-more-dropdown-content.user-management-invite-options,
.user-projects-subgrid-more-dropdown-content,
.user-projects-more-dropdown-content,
.training-subgrid-more-dropdown-content,
.collection-select-all-dropdown-content,
.training-more-dropdown-content,
.link-test-data-dropdown-content,
.download-content,
.test-train-dropdown,
.segment-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    display: none;
    line-height: 40px;
    margin: 0;
    width: 130px;
    min-height: 80px;
    padding: 10px 0px;
    position: absolute;
    text-align: center;
    /* Below position styles will most likely need to be overridden */
    right: 18px;
    margin-top: -120px;
    z-index: 10000;
}
.user-projects-more-dropdown-content.user-management-invite-options{
    right: 8%;
}

.user-management{
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
}

.collection-select-all-dropdown-checkbox{
    display: block;
    margin-left: 11.5px;
    position: absolute;
    vertical-align: middle
}

.collection-select-all-dropdown-label{
    display: inline-block;
}

.collection-select-all-dropdown-content{
    text-align: center;
    top: -5px;
    margin-left: -10px;
    opacity: 95%;
    width: 150px;
}

.training-more-dropdown-content.project-training-dropdown {
    margin-top: -240px;
}

.user-projects-more-dropdown-content.project-training-dropdown-header {
    min-height: unset;
    margin-top: -85px;
}

/* if we want to add line between last listed, will need to +20 to ^ */
/* .user-projects-more-dropdown-content.project-training-dropdown li:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-color: #bec2c6;
    border-style: solid;
    border-width: 2px 0px 0px 0px;
} */

.training-subgrid-more-dropdown-content,
.collection-select-all-dropdown-content {
    margin-top: -88px;
    margin-right: 15px;
    min-height: unset;
}

.segment-dropdown {
    /* Overwrite the dropdown position */
    right: 400px;
    bottom: 100px;
    height: 40px;
}

.test-train-dropdown {
    margin-top: 10px;
    left: 80px;
    width: 150px;
}

.download-content {
    width: 160px;
    right: 0;
    left: -15px;
}

.download-content.sm{
    height: 50px;
    margin-top: -90px;
}

.project-training-dropdown-grid-icon {
    padding-left: 20px;
}


.collection-select-all-dropdown-content {
    left: 0px;
}


@media screen and (min-width: 1900px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
       right: 48px;
    }
   .project-training-dropdown,
   .project-training-dropdown-header {
       right: 31px;
   }
   .user-projects-more-dropdown-content.user-management-invite-options{
        right: 9%;
    }
}

@media screen and (max-width: 1400px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
       right: 23px;
    }
    .user-projects-more-dropdown-content.user-management-invite-options{
        right: 8%;
    }
   .project-training-dropdown,
   .project-training-dropdown-header {
        right: 9px;
    }
}

@media screen and (max-width: 1200px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
       right: 15px;
    }
    .user-projects-more-dropdown-content.user-management-invite-options{
        right: 8%;
    }
   .project-training-dropdown,
   .project-training-dropdown-header {
       right: 6px;
    }
}

@media screen and (max-width: 992px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
       right: 2px;
    }
    .user-projects-more-dropdown-content.user-management-invite-options{
        right: 8%;
    }
    .upgrade-topnav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
       right: 0px;
    }
}

@media screen and (max-width: 576px) {
    .user-projects-subgrid-more-dropdown-content,
    .user-projects-more-dropdown-content,
    .training-subgrid-more-dropdown-content,
    .training-more-dropdown-content,
    .link-test-data-dropdown-content {
        right: -1px;
    }
}

@media screen and (max-width: 1200px) {
    .user-management .user-projects .jsgrid-table .jsgrid-header-cell .sortable-header {
        display: flex;
        align-items: flex-end;
    }

    .user-management .user-projects .jsgrid-table .jsgrid-header-cell .sortable-header span {
        width: min-content;
    }

    .user-management .user-projects .jsgrid-table .jsgrid-header-cell .sortable-header img {
        margin: 0;
    }

    /* To align sortable arrow next to the content */
    .user-management .user-projects .jsgrid-table .jsgrid-header-cell:nth-child(4) .sortable-header img {
        margin-left: -75px;
    }

    .user-projects.prj-page .jsgrid-table .jsgrid-header-cell:nth-child(1) .sortable-header img {
        margin-left: -18px;
    }
}

.user-projects-subgrid-more-dropdown-content a:hover,
.user-projects-more-dropdown-content a:hover,
.training-subgrid-more-dropdown-content a:hover,
.collection-select-all-dropdown-content a:hover,
.training-more-dropdown-content a:hover,
.link-test-data-dropdown-content a:hover,
.download-content a:hover,
.help-guide-content li:hover,
.test-train-dropdown span:hover,
.segment-dropdown li:hover {
    background-color: #DCF1FD;
    cursor: pointer;
    opacity: 100%;
}

.link-test-data-dropdown-content-arrow {
    display: block;
}

.user-projects-subgrid-more-dropdown-content:after,
.link-test-data-dropdown-content-arrow:after,
.user-projects-more-dropdown-content:after,
.training-subgrid-more-dropdown-content:after,
.collection-select-all-dropdown-content:after,
.training-more-dropdown-content:after,
.download-content:after,
.test-train-dropdown:after {
    /* Styles */
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    /* Size and position */
    content: '';
    height: 10px;
    right: 14px;
    position: absolute;
    bottom: -10px;
    width: 16px;
    -webkit-transform: rotate(180deg);
}

.collection-select-all-dropdown-content:after{
    left: 28px;
    right: none !important;
}

/* A little trick to make this look like a border line around the arrow */
.user-projects-subgrid-more-dropdown-content:before,
.link-test-data-dropdown-content-arrow:before,
.user-projects-more-dropdown-content:before,
.training-subgrid-more-dropdown-content:before,
.collection-select-all-dropdown-content:before,
.training-more-dropdown-content:before,
.download-content:before,
.test-train-dropdown:before {
    /* Styles */
    border-color: #bec2c6 transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    /* Size and position */
    content: '';
    height: 10px;
    right: 14.5px;
    position: absolute;
    bottom: -11px;
    width: 16px;
    -webkit-transform: rotate(180deg);
}

.collection-select-all-dropdown-content:before{
    left: 28px;
    right: none !important;
}

.test-train-dropdown:after {
    -webkit-transform: none;
    bottom: 77px;
    right: 20.5px;
}

.test-train-dropdown:before {
    right: 20.5px;
    bottom: 78px;
    -webkit-transform: none;
}

.download-content:before,
.download-content:after {
    right: 0;
    left: 20px;
}

.user-projects-subgrid-more-dropdown-content.active,
.user-projects-more-dropdown-content.active,
.training-subgrid-more-dropdown-content.active,
.collection-select-all-dropdown-content.active,
.training-more-dropdown-content.active,
.link-test-data-dropdown-content.active,
.download-content.active,
.test-train-dropdown.active,
.segment-dropdown.active {
    display: block;
    z-index: 1000;
}

.user-projects-subgrid-more-dropdown-content > li,
.user-projects-more-dropdown-content > li,
.training-subgrid-more-dropdown-content > li,
.collection-select-all-dropdown-content > li,
.training-more-dropdown-content > li,
.link-test-data-dropdown-content > li,
.download-content > li,
.help-guide-content a,
.test-train-dropdown > li,
.segment-dropdown > li {
    list-style: none;
    line-height: 30px;
}

.collection-select-all-dropdown-content > li{
    line-height: 23px;
}

.download-content li {
    height: 30px;
}

.user-projects-subgrid-more-dropdown-content a,
.user-projects-more-dropdown-content a,
.training-subgrid-more-dropdown-content a,
.collection-select-all-dropdown-content a,
.training-more-dropdown-content a,
.link-test-data-dropdown-content a,
.download-content a,
.test-train-dropdown span {
    color: #555C62;
    opacity: 100%;
    font-size: 14px;
    font-family: nunito-sans, regular;
    display: block;
    height: 100%;
    margin: 0;
    text-decoration: none;
    width: 100%;
}

.test-train-dropdown span {
    color: #A8ADB3;
    cursor: not-allowed;
    pointer-events: none;
}

.test-train-dropdown span.active {
    color: #555C62;
    cursor: pointer;
    pointer-events: all;
}


.download-content a {
    padding: 7px
}

/* Training progress css */

.training-progress-steps {
    background-color: #f6f6f6;
    flex: 0 0 30%;
    font-family: nunito-sans, sans-serif;
    font-size: 13px;
    overflow: auto;
}

.training-progress-steps > ul {
    list-style-type: none;
    margin: 100px 25px 0;
    padding: 0;
}

.training-progress-steps > ul > li {
    display: flex;
    line-height: 100%;
    min-height: 30px;
    margin: 10px 0;
    padding: 10px 8px;
    vertical-align: middle;
    width: 205px
}

.training-progress-steps > ul > li.focus {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.training-progress-steps img {
    height: 16px;
    margin-right: 12px;
    width: 50px;
}

.training-progress-stages {
    flex: 0 0 70%;
    overflow: auto;
    padding: 30px 30px 40px;
}

.training-progress-stages ul {
    list-style-type: none;
    padding: 0;
}

.training-progress-stages li {
    line-height: 40px;
    min-height: 40px;
    vertical-align: middle;
}

.training-progress-stages img {
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    width: 20px;
}

.training-progress-stages-title,
.forgot-pwd,
.reset-pwd-text
.bronze-signup,
.getting-started-title {
    font-family: nunito-sans-bold, sans-serif;
    font-size: 22px;
}

.training-progress-stages-bar {
    margin: 30px 0 20px;
}

.progress.training-progress-stages {
    border-radius: 10px;
    padding: 0;
}

.progress-bar.training-progress-stages {
    background-color: #0099f1;
    padding: 0;
    width: 3%;
}

.training-progress-stages-percent {
    font-family: nunito-sans-bold, sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
}

.training-progress-stage-list {
    margin-bottom: 50px;
}


/* recent changes to RecordingScene */

.card-body.recording-scene {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    padding: 40px 30px;
    height: 700px;
}


/* Collected data visualization */
.collection-loading {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/ic_spinner_100x100.gif");
    margin-bottom: 400px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.umap-collection-load {
    margin-bottom: 100px;
}

.upload-loading {
    margin-bottom: 40px;
    margin-top: 0px;
    height: 50px;
}

.collection-loading-text {
    font-family: nunito-sans-medium, sans-serif;
    color: #555C62;
    font-size: 18px;
    padding-top: 130px;
    text-align: center;
    line-height: 22px;
    opacity: 100%;
}

.card-body.collected-data-visualization,
.getting-started-container {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
}

.collection-unavailable {
    font-family: nunito-sans-medium, sans-serif;
    color: #df2a0b;
    font-size: 18px;
    padding-top: 130px;
    text-align: center;
    line-height: 22px;
    opacity: 100%;
    margin-bottom: 130px;
}

.collection-header {
    margin: 30px 0px 30px 30px;
}

.collection-name-title,
#segments-title {
    color: #555C62;
    opacity: 100%;
    font-size: 22px;
    font-family: nunito-sans-bold;
    line-height: 30px;
}

.collection-divider {
    border-color: #BEC2C6;
    opacity: 100%;
    border-radius: 0px;
    margin-bottom: 30px;
}

.collection-data-visualization-instance {
    margin-top:-10px
}

.segment-set-version,
.segment-set-options {
    display: inline-block;
}

.segment-set-version {
    margin-left: 30px;
}

.collected-data-visualization-sensor.visualization-page {
    display: inline-block;
    margin-left: 30px;
}

.collected-data-visualization-sensor.segment-page {
    float: right;
    right: 60px;
    position: relative;
}

.segment-set-options {
    margin-left: 7px;
}

.collected-data-details-button {
    float: right;
    margin-right: 15px;
}

.collected-data-visualization-instance > label,
.collected-data-visualization-sensor > label,
.replay-data-visualization-sensor > label,
.segment-set-version > label,
.segment-set-options > label {
    display: block;
    font-size: 12px;
}

.collected-data-visualization-sensor > select,
.replay-data-visualization-sensor > select,
.segment-set-version > select,
.segment-set-options > select {
    background-color: white;
    border: 1px solid #bec2c6;
    height: 30px;
    margin-top: 6px;
    padding: 0 10px;
    width: 155px;
}

.segment-set-options > select {
    width: 100px;
}

.collected-data-visualization-sensor > select.selected,
.replay-data-visualization-sensor > select.selected,
.segment-set-version > select.selected,
.segment-set-options > select.selected {
    color: #42472c;
}

.sensor_time_xyz {
    margin-top: 40px;
    margin-bottom: 10px;
    opacity: 100%;
}

.sensor_xyz {
    margin-top: 40px;
    margin-bottom: 150px;
    opacity: 100%;
}

.visualization-card {
    display: inline-block;
    width: 100%;
}

.visualization-card span {
    color: #555C62;
    font-family: nunito-sans-bold;
    font-size: 22px;
    opacity: 100%;
    line-height: 27px;
}

.learning-curve-summary {
    padding: 20px;
}

.models-live-replay-button {
    display: inline-block;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 14%);
    height: 30px;
    width: 100px;
    background-color: #0099f1;
    background-image: none;
    border: none;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

#live-replay-audio-controls {
    position: absolute;
    top: 200px;
}

#live-replay-audio-controls.recording {
    position: relative;
    top: 0px;
    margin-bottom:20px;
}

#live-replay-audio-controls.live-replay-display-result {
    top: -80px;
}

#live-replay-audio-uploading-text {
    font-size: 36px;
    color: #555C62;
    text-align: center;
    width: 400px;
    margin-left: -100px;
    margin-top: -70px;
}

#live-replay-waveform {
    width: 400px;
    margin-left: -50px;
    position: absolute;
    top: -220px;
}

#live-replay-audio-upload-text {
    font-size: 36px;
    color: #555C62;
    position: absolute;
    width: 300px;
    top: 50px;
    text-align: center;
}

#live-replay-cancel-button {
    background: transparent;
    border: none;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    box-shadow: none;
    margin-top: 60px;
    position: absolute;
    right: 120px;
}

#indicator-div-live-replay {
    margin: 0 auto;
    position: relative;
    width: 200px;
    top: 60px;
}

#live-replay-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #DEE0E3;
    border-radius: 4px;
    margin: 380px 20px 20px 20px;
}

#live-replay-container.live-replay-display-result {
    margin: 50px 20px 20px 20px;
}

#live-replay-seconds-text-container {
    flex: 1 1 auto;
    display: flex;
    text-align: center;
    vertical-align: middle;
    margin-left: 40px;
    color: #555C62;
    text-transform: uppercase;
    font-family: nunito-sans-semibold;
}

#live-replay-seconds-text-container div:first-child {
    font-size: 20px;
}

#live-replay-seconds-text-container div:last-child {
    font-size: 36px;
}

#live-replay-button-container {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    margin-right: 60px
}

#live-replay-button-container.live-replay-display-result {
    margin: 60px 0px 0px 60px;
}

#live-replay-button > button {
    height: 50px;
}

#live-replay-spacer {
    flex: 1 1 auto;
    height: 160px;
}

#live-replay-spacer.live-replay-display-result {
    height: 60px;
}

.indicator-grow{
    animation: grow 1s linear forwards;
}
.indicator-shrink{
    animation: shrink 1s linear forwards;
}

@keyframes grow{
    from{
        transform: scale(1)
    }to{
        transform: scale(1.2);
    }
}

@keyframes shrink{
    from{
        transform: scale(1.2)
    }to{
        transform: scale(1);
    }
}

#indicator-div {
    margin: 0 auto;
    position: relative;
    width: 200px;
    bottom: 60px;
}

#indicator-div.sm {
    width: 480px;
}

#event-collection-main-block {
    min-width: 1000px;
    background-color: #DEE0E3;
    padding: 30px;
    min-height: 150px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#class-label-name {
    display: block;
    line-height: 30px;
    width: 334px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#counter-number,
#count-number-rest {
    color: #555c62;
    font-size: 40px;
    font-family: nunito-sans-semibold, sans-serif;
}

#event-collection-cancel-btn {
    background: transparent;
    border: none;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    height: 50px;
    width: 250px;
    text-align: end;
    outline: none;
    box-shadow: none;
    font-size: 20px;
}

#recording-outer-ready-indicator {
    width: 270px;
    height: 270px;
    -webkit-border-radius: 135px;
    -moz-border-radius: 135px;
    border-radius: 135px;
    background: #20ac82;
    opacity: .24;
    position: absolute;
    top: 0px;
    left: 0px;
}

#recording-ready-indicator {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #20ac82;
    opacity: 1.0;
    position: absolute;
    top: 35px;
    left: 35px;
}

#recording-go-indicator {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #20ac82;
    opacity: 1.0;
    position: absolute;
    top: 35px;
    left: 35px;
}

#recording-outer-go-indicator {
    width: 270px;
    height: 270px;
    -webkit-border-radius: 135px;
    -moz-border-radius: 135px;
    border-radius: 135px;
    background: #20ac82;
    opacity: .24;
    position: absolute;
    top: 0px;
    left: 0px;
}

#recording-confirm-indicator {
    width: 200px;
    height: 200px;
    background-image: url('img/ic_confirmation.png');
    position: absolute;
    top: 35px;
    left: 35px;
}

#recording-outer-confirm-indicator {
    width: 270px;
    height: 270px;
    -webkit-border-radius: 135px;
    -moz-border-radius: 135px;
    border-radius: 135px;
    background: #0099f1;
    opacity: .24;
    position: absolute;
    top: 0px;
    left: 0px;
}

#recording-text-indicator {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    width: 175px;
    top: 115px;
    left: 49px;
    text-align: center;
}

#recording-done-image-indicator {
    margin: 0 auto;
    display: block;
}

#recording-done-text-indicator {
    text-align: center;
    color: #555c62;
    margin-top: 40px;
    font-size: 30px;
}

#go-text-indicator {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    top: 122px;
    left: 115px;
    text-align: center;
}

#instruction-div {
    margin-top: 40px;
    width: 377px;
}

#recording-card-body {
    position: relative;
}

#recording-card-body.error {
    border: 1px solid #DF2A0B;
}

#startbutton {
    border: none;
    cursor: pointer;
    font-family: nunito-sans-semibold, sans-serif;
    height: 60px;
    width: 250px;
    font-size: 20px;
}

/* Different START button position for event and continuous data collection */

#startbutton:disabled {
    background-color: #A8ADB3 !important;
    color: #ffffff;
    cursor: not-allowed;
    border: none !important;
}

#startbutton.dark-background {
    background-color: #687078;
}

.instruction-info {
    display: flex;
    flex-direction: column;
}

#delete-start-btn-center-align {
    position: relative;
    right: 48px;
    margin: 0 auto;
}

#progress-dot {
    background-color: #D8D8D8;
    border-radius: 50%;
    bottom: 5px;
    display: inline-block;
    height: 20px;
    margin-right: 40px;
    position: relative;
    width: 20px;
}

/* To make the progress dot blinking */
@keyframes blinker {
    from, to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

 /* A single instance recording in progress */
#progress-dot.active {
    animation: blinker 1.5s ease infinite;
    background-color: #DF2A0B;
}

#upload-div {
    position: absolute;
    width: 412px;
    height: 90px;
    right: 444px;
    top: 144px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}

#counter-div {
    position: relative;
    top: 220px;
    display: none;
    font-size: 30px;
    text-align: center;
}

#data-collection-method-or-label {
    vertical-align: middle;
    margin-right: 25px;
    margin-left: 25px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #9299A0;
}

.delete-confirm-text {
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.popup.stop-collection {
    max-width: 412px;
    min-height: 240px;
}

.popup-footer.stop-collection {
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    padding: 0px 30px 40px;
}

/* models page */

.delete-build-button,
.upload-delete-img {
    background: url('img/ic_delete_active.png');
    background-size: contain;
    border: none;
}

.delete-build-button:hover,
.upload-delete-img:hover {
    background: url('img/ic_delete_hover.png');
    background-size: contain;
    border: none;
}

.download-button {
    cursor: not-allowed;
    background: url('img/ic_download_inactive@2x.png');
    background-size: contain;
    border: none;
}

.download-button.active {
    cursor: pointer;
    background: url('img/ic_download_default.png');
    background-size: contain;
    border: none;
}

.download-button.active:hover {
    background: url('img/ic_download_active.png');
    background-size: contain;
    border: none;
}

.groups-dropdown-content {
    background-color: #FFFFFF;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    display: none;
    line-height: 40px;
    margin: 0;
    min-width: 130px;
    min-height: 40px;
    padding: 10px 0px;
    position: absolute;
    text-align: center;
    margin-top: -11rem;
}

.groups-dropdown-content a:hover {
    background-color: #DCF1FD;
    opacity: 100%;
    cursor: pointer;
}

.groups-dropdown-content-arrow {
    display: none;
}

.groups-dropdown-content-arrow.active {
    display: block;
}

.groups-dropdown-content-arrow:after {
    /* Styles */
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    /* Size and position */
    content: '';
    height: 10px;
    left: 14px;
    position: absolute;
    bottom: -10px;
    width: 16px;
    -webkit-transform: rotate(180deg);
}

/* A little trick to make this look like a border line around the arrow */
.groups-dropdown-content-arrow:before {
    /* Styles */
    border-color: #bec2c6 transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    /* Size and position */
    content: '';
    height: 10px;
    left: 13.5px;
    position: absolute;
    bottom: -11px;
    width: 16px;
    -webkit-transform: rotate(180deg);
}

.groups-dropdown-content.active {
    display: block;
}

.groups-dropdown-content > li {
    list-style: none;
    line-height: 30px;
}

.groups-dropdown-content a {
    color: #555C62;
    opacity: 100%;
    font-size: 14px;
    font-family: nunito-sans, regular;
    display: block;
    height: 100%;
    margin: 0;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
}

.build-status-table {
    width: 660px;
}

.build-status-element {
    text-align:center;
    padding: 15px 30px 5px;
}

.build-prep-loading {
    height: 50px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/ic_spinner_100x100.gif");
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 120px;
}

.build-prep-loading.build-prep-failed {
    background-image: url('/static/img/training_progress/ic_canceled.png');
}

#build-prep-failed-msg {
    padding-left: 50px;
    padding-top: 7px;
}


.build-prep-loading.build-prep-success {
    background-image: url('/static/img/training_progress/ic_active.png');
}

.training-progress-buttons{
    margin-left: 30px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.training-progress-logs-container{
    background-color: #f6f6f6;
}

.training-progress-logs{
    padding: 30px;
}

.training-progress-logs a {
    font-family: nunito-sans-semibold;
    font-size: 16px;
    color: #BEC2C6;
    cursor: not-allowed;
    text-decoration: none;
}

.training-progress-logs.active a {
    color: #6A7279;
    cursor: pointer;
}

.training-progress-logs.active:hover a {
    color: #0099F1;
    text-decoration: underline;
}

.training-progress-logs img {
    cursor: not-allowed;
    margin-right: 14px;
    content: url("/static/img/ic_download_inactive.png");
}

.training-progress-logs.active img {
    cursor: pointer;
    content: url("/static/img/ic_download_default.png");
}

.training-progress-logs.active:hover img {
    content: url("/static/img/ic_download_active.png");
}

.btn.training-progress-cancel{
    font-family: nunito-sans-semibold, sans-serif;
    background-color: #ffffff;
    color: #555C62;
    height: 40px;
    margin-left: 25px;
    text-align: center;
    font-size: 16px;
    width: 200px;
}
.btn.training-progress-cancel:hover{
    text-decoration: underline;
    color:  #0099F1;
}
.btn.training-progress-cancel:disabled,
.btn.training-progress-cancel[disabled] {
    color: #BEC2C6 ;
    text-decoration: none;
}
.btn.btn-info.training-progress-result{
    font-family: nunito-sans-semibold, sans-serif;
    width: 200px;
    font-size: 16px;
}
.btn.btn-info.training-progress-result:disabled,
.btn.btn-info.training-progress-result[disabled] {
    background-color: #9299A0;
}
.progress-cancel {
    min-height: 240px;
    max-width: 412px;
}
.popup-footer.warning-data {
    padding : 44px 30px 40px 30px;
}
.progress-cancel-data {
    padding: 23px 30px 0 30px;
    font-size: 14px;
}

/* Progress Bar */
.push-progress-tooltip {
    text-align: center;
    background-color: #FFFFFF !important;
    border: solid 1px #687078;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    line-height: 20px;
}

.push-library-progress-bar {
    height: 8px;
    width: 101px;
    margin-left: 15px;
    margin-top: 4px;
    background-color: #D8D8D8;
    box-shadow: none;
}

.push-progress-bar-label {
    text-align: center;
    color: #555C62;
    font-family: nunito-sans-bold;
    font-size: 14px;
    line-height: 20px;
}

.grey-border-bottom {
    border-bottom: 1px solid #BEC2C6;
}

.model-progress-bar-container {
    width: 240px;
    height: 6px;
    margin-top: 12px;
    background-color: #D8d8d8;
    box-shadow: none;
}

.edit-test-data-progress-bar-container {
    display: inline-flex;
    width: 200px;
    height: 9px;
    margin: 12px 8px 16px 0px;
    background-color: #D8d8d8;
    box-shadow: none;
}

.model-progress-heading {
    color: #BEC2C6;
    font-size: 18px;
    text-align: left;
    font-family: nunito-sans-bold, sans-serif
}

.model-percentage-finished {
    display: inline;
    font-size: 14px;
    text-align: left;
    margin: 3px 0px 10px;
    width: auto;
    font-family: nunito-sans-bold, sans-serif;
    line-height: 23px;
}

.progress-bar-info {
    background-color: #0099F1;
}

.model-build-active-stage {
    font-size: 14px;
    color: #555C62;
    width: fit-content;
    text-align: center;
    font-family: nunito-sans, sans-serif;
}

.model-train-error-text {
    color: #DF2A0B !important;
}

.model-train-error-progress {
    background-color: #DF2A0B !important;
}

/* upload data set pop up */

.upload-data-set-name {
    width: 352px;
}

.data-upload-build-environment {
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    height: 18px;
}

.data-upload-class-label {
    margin: 10px 0px 6px 22px;
    font-size: 11px;
/*    margin-bottom: 10px;*/
    height: 11px;
}

.data-upload-file-upload{
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 18px;
    /* height: 18px; */
    margin: 0;
    padding: 20px;
}

.data-upload-choose-file{
    width: 164px;
    height: 32px;
    margin-right: 30px;
    margin-bottom: 20px;
}

.uploaded-files-list {
    margin: 20px 0 40px 30px;
    overflow: auto;
    height: 176px;
    width: 615px;
}

.choosed-files.no-files {
    color: #9299A0;
    font-size: 16px;
    text-align: center;
    padding: 77px !important;
}

.choosed-files.error-no-files {
    border: 1px solid #DF2A0B;
    margin-bottom: 0px;
    height: 176px;
}

#choose-file-text {
    white-space: pre;
    line-height: 24px;
    color: #9299A0;
    font-size: 14px;
    margin-left: 200px;
    margin-top: -42px;
}

.csv-required-files {
    margin: -30px 0px 25px 30px;
}

.choosed-files {
    min-height: 176px;
    width: 600px;
    padding-top: 0px !important;
}

.uploaded-files {
    height: 50px;
    padding-top: 19px;
}

.uploaded-files div {
    font-family: nunito-sans-semibold, sans-serif;
    max-width: 480px;
    font-size: 16px;
}

.upload-file-status {
    height: 360px;
    overflow: auto;
    width: 615px;
}

.summary-upload {
    height: 60px;
    width: 600px;
    border-top: 1px solid #BEC2C6;
}

.summary-upload.failed {
    height: 80px;
}

.successful-uploads {
    color: #555C62;
    font-family: nunito-sans-bold, sans-serif;
    font-size: 22px;
    margin: 10px 0px 40px;
    text-align: center;
}

.file-status {
    padding: 17px 0px;
    font-size: 18px;
    font-family: nunito-sans-semibold, sans-serif;
    color: #555C62;
}

.file-status .error-status {
    font-size: 14px;
    font-family: nunito-sans, sans-serif;
    color: #DF2A0B;
    margin-top: 2px;
}

.file-name-upload,
.error-status {
    max-width: 438px;
}

.summary-status {
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
}

.summary-status.SUCCESS {
    content: url('img/ic_uploaded_default.png');
    width: 112px;
}

.summary-status.FAILED {
    content: url('img/ic_failed_default.png');
    width: 84px;
}

.upload-done {
    margin-left: 30px !important;
}

/* 404 error page */

.card-body.error-404 {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    height: 600px;
}

.error-404-body {
    margin-top: 80px;
    margin-left: 50px;
}

.error-404-image {
    width: 267px;
    height: 80px;
}

.error-404-message-body {
    font-family: nunito-sans, sans-serif, Helvetica;
    color: #555c62;
    margin-top: 80px;
    width: 500px;
}

.error-404-message-large {
    font-size: 40px;
    line-height: 46px;
}

.error-404-message-small {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
}

/* 500 internal error */

.error-500-technical {
    width: max-content;
}

.error-500-try-again {
    margin: 0;
}

#build-info-notes-text {
    min-height: 120px;
    max-height: 500px;
    resize: vertical;
}

.dataset-info-class {
    border: 1px solid #0099F1
}

.dataset-info-class:focus {
    border: 1px solid #0099F1 !important;
}

/* Notifications page */

.notification-tag {
    content: url('img/ic_bookmark_inactive.png');
}

.notification-tag.bookmarked {
    content: url('img/ic_bookmark_active.png');
}

.notif-desc-heading {
    max-width: 520px;
    white-space: nowrap ;
    overflow: hidden;
    text-overflow: ellipsis;
}

#notifications {
    height: 40px;
    width: 40px;
    margin: 15px 4px 0px;
}

.notifications-icon {
    background-image: url("/static/img/ic_notifications_default.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.notifications-icon.active {
    background-image: url("/static/img/ic_notifications_hover.png");
    background-color: #FFFFFF !important;
    border: none !important;
}

.notifications-icon:hover {
    background-image: url("/static/img/ic_notifications_hover.png");
    background-color: #FFFFFF !important;
}

.notifications-icon.double-digit {
    background-image: url("/static/img/ic_notification_doubledigit_default.png");
}

.notifications-icon.triple-digit {
    background-image: url("/static/img/ic_notification_tripledigit_default.png");
}

.notifications-icon.double-digit:hover {
    background-image: url("/static/img/ic_notification_doubledigit_active.png");
}

.notifications-icon.triple-digit:hover {
    background-image: url("/static/img/ic_notification_tripledigit_active.png");
}

.notifications-icon.active.triple-digit .notification-counter,
.notifications-icon.triple-digit .notification-counter {
    text-indent: 13px;
    margin-top: -17.6px;
}

.notification-message div{
    line-height: 18px;
}

.notification-message {
    padding: 15.5px 0px;
    color: #555C62;
    font-size: 14px;
    line-height: 24px;
    max-width: 744px;
    white-space: pre-line;
    font-family: nunito-sans, sans-serif;
}

.notification-description,
.uploaded-files div,
.file-name-upload,
.error-status,
.linked-test-data-table .label-information,
.linked-test-data-table .env-name,
.data-env-info-table .label-information,
.data-env-info-table .env-name,
.unlinked-test-data-table .label-information,
.unlinked-test-data-table .env-name,
.collect-data-link-table .env-name,
.label-collect-data,
.collection-list,
.target-hw,
.copy-classification {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif-basic-info {
    margin: 20px 30px 30px;
    background-color: #F6F6F6;
    height: 128px;
    border-radius: 4px;
    opacity: 100%;
    width: 600px;
}

.notif-basic-info tr:last-child td{
    padding-bottom: 20px;
    vertical-align: top;
}

.notif-basic-info td:first-child {
    vertical-align: top;
    padding-left:20px;
}

.notif-basic-info tr:first-child td {
    padding-top:20px;
    vertical-align: top;
}

.notif-description {
    width: 560px;
    margin: 0px 70px 50px 30px;
    overflow: auto;
    color: #555C62;
}

.notif-description.long {
    margin-bottom: 150px;
}

.notif-div,
.help-div,
.wifi-div {
    float: right;
    margin-right: 20px;
}

.notif-div.active {
    border-bottom: 4px solid #0099F1;
}

.notification-counter {
    font-size: 8px;
    margin-top: -17px;
    text-indent: 16px;
    line-height: 56px;
    font-family: nunito-sans-bold;
    color: #FFFFFF;
}

.unread-notification tr, .unread-notification td,
.unread-notification .notification-title {
    font-family: nunito-sans-bold, sans-serif !important;
    background-color: #FFFFFF !important;
}

.notif-tag {
    width: 5px;
    padding-right: 20px;
    vertical-align: top;
}

.notif-dataset {
    margin-top: 9px;
    margin-bottom: 9px;
}

.notif-dataset div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jsgrid.notifications {
    border-radius: 4px;
}

.jsgrid.notifications > .jsgrid-grid-header {
    border: none;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.jsgrid.notifications > .jsgrid-grid-body {
    overflow: hidden;
}


.jsgrid.notifications > .jsgrid-grid-header >
.jsgrid-table > .jsgrid-header-row > .jsgrid-header-cell:first-child {
    padding: 0.5em 0.5em 0.5em 20px;
}

.jsgrid.notifications > .jsgrid-grid-body >
.jsgrid-table > tbody > tr,
.jsgrid.notifications > .jsgrid-grid-header >
.jsgrid-table > .jsgrid-header-row {
    border: 1px solid #BEC2C6;
}

.jsgrid.notifications > .jsgrid-grid-header >
.jsgrid-table > .jsgrid-header-row {
    border-bottom: none;
}

.jsgrid.notifications > .jsgrid-grid-body >
.jsgrid-table > tbody > tr:hover {
    transform: scale(1,1);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

.jsgrid.notifications tr td {
    background-color: #F6F6F6;
}

.jsgrid.notifications > .jsgrid-grid-body tr td:nth-child(1),
.jsgrid.notifications > .jsgrid-grid-body tr td:nth-child(3) {
    line-height: 24px;
    text-decoration: none;
    color: #555C62;
}

.jsgrid.notifications .jsgrid-pager-container .jsgrid-pager {
    padding: 14px 0px 14px 20px;
    height: 60px;
}

.basic-info-title {
    color: #555C62;
    font-family: nunito-sans-semibold;
    padding-right: 20px;
    width: 140px;
    vertical-align: top;
}

.basic-info-text,
.popup-body.copy-dataset-overlay {
    color: #555C62;
}

.popup-body.project-delete-confirmation {
    font-family: nunito-sans;
    font-size: 14px;
    color:#555C62;
}

.delete-confirmation {
    font-family: nunito-sans-bold ;
    text-decoration: none;
}

.popup.remove-user-warning,
.popup.project-deleting-warning {
    height: 100px;
    width: 400px;
    background-color: #42474C;
    margin-top: 430px;
}

.confirmation-img {
    height: 40px;
    width: 40px;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 40px;
}

.warning-text {
    color: #FFFFFF;
    font-family: nunito-sans-semibold;
    font-size: 22px;
    margin-top: 35px;
    position: absolute;
    width: 220px;
}

.delete-close-button {
    float: right;
    margin-top: 14px;
    margin-right: 14px;
    margin-left: 35px;
}

.popup.device-disconnection {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);
    max-width: 412px;
    min-height: 240px;
}
.device-disconnection-text {
    font-family: nunito-sans, sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.popup-body.device-disconnection {
    padding: 25px 30px 0 30px;
}
.popup-footer.device-disconnection {
    font-family: nunito-sans, sans-serif;
    font-weight: 500;
    padding: 44px 30px 40px;
    margin-top: 0;
}
.btn.btn-info.device-disconnection{
    margin-right: 20px;
    width: 164px;
    height: 40px;
}

.model-train-inprogress-text{
    color: #555C62;
    font-family: nunito-sans-bold, sans-serif;
    line-height: 22px;
    margin-bottom: 8px;
}

.popup.sensor-selection,
.popup.feature-selection,
.popup.filter-selection,
.popup.mlc-feature-selection {
    max-width: 660px;
    height: auto;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    margin-top: 4%;
}

.popup.umap-plot {
    min-width: 1400px;
    height: auto;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
    margin-top: 4%;
}

.umap-plot-popup {
    padding-bottom: 10px;
}

.popup.engineering-settings {
    margin: 5% auto;
    max-width: 660px;
    min-height: 416px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.popup-body.engineering-settings {
    font-family: nunito-sans-semibold, sans-serif;
    padding: 20px 238px 20px 30px;
}

.popup-footer.engineering-settings,
.data-collect-linking-table {
    margin-top: 20px;
}

.form-control.build-control-textbox {
    width: 352px;
    font-size: 14px;
    font-family: nunito-sans;
}

.form-control.build-control-textbox.disabled,
.form-control.build-control-textbox.disabled::placeholder,
.no-of-features input:disabled,
#mlc-output-data-rate:disabled {
    color: #BEC2C6;
    background-color: #fff;
}

.feature-inference-header{
    font-size: 14px;
    font-family: nunito-sans;
    line-height: 19px;
    color: #555C62;
}

#direct-to-checkout {
    margin-left: 15px;
}

.ml-static-library-memory-value.disabled,
.instance-length.disabled,
.classification-interval.disabled{
    color: #BEC2C6;
}

#classification-label {
    font-size: 160px;
    line-height:218px;
}

.form-text {
    margin-bottom: 10px;
    color: #9299A0;
    font-size: 14px;
    font-family: nunito-sans;
    line-height: 17px;
}

.card-body.change-password .form-text {
    color: #9299A0;
}

.form-text.disabled {
    color: #BEC2C6;
}

.data-collection-form-text {
    margin-top: 6px;
}

.form-text#data-note.error {
    color: #DF2A0B;
}

.upload-data-note {
    margin-left: 22px;
}

.feature-selection{
    padding-bottom: 30px;
    min-height: 120px;
    background-color: #F6F6F6;
    border-radius: 4px;
    margin-bottom: 20px;
}

.form-control.build-control-textbox ::placeholder {
    color: #9299A0;
}
#next-training-button{
    width: 164px;
    height: 40px;
    font-weight: bold;
}

.toggle-switch {
    cursor: pointer;
    align-self: center;
    position: absolute;
    right: 0;
    margin-right: 30px;
    height: 30px;
    width: 60px;
}

.toggle-switch.inactive {
    content: url('img/ic_toggle_inactive.png');
}

.toggle-switch.model-settings {
    margin-right: 60px;
}

#tflm-bits-dropdown {
    position: absolute;
    width: 95px;
    right: 105px;
    align-self: center;
}

/* Generic css for all `form-group` label */
.form-group > label {
    color: #555C62;
    font-size: 11px;
    text-transform: uppercase;
    font-family: nunito-sans-semibold;
    line-height: 14px;
}

#classification-interval-form-group.focus input,
#instance-length-form-group.focus input,
#mlc-output-data-rate-form-group.focus select {
    border: 1px solid #0099f1;
    box-shadow: none;
}

#mlc-output-data-rate {
    border-radius: 4px;
    height: 34px;
    width: 300px !important;
    padding: 6px;
}

#mlc-output-data-rate {
    border-radius: 4px;
    height: 34px;
    width: 300px !important;
    padding: 6px;
}

.info-icon {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 2px;
    content: url('img/ic_information_default.png');
}

.info-icon.inactive {
    content: url('img/ic_information_inactive.png');
}

.info-icon:hover {
    content: url('img/ic_information_hover.png');
    cursor: pointer;
}

.info-icon-outline {
    bottom: 2px;
    width: 30px;
    height: 30px;
    content: url('img/ic_information_outline_default@2x.png');
}

#container-classification {
    padding: 0px;
    margin-top: 30px;
}

#model-label {
    min-width: 200px;
    color: #555C62;
    opacity: 100%;
    font-size: 18px;
    line-height: 24px;
    text-transform: lowercase;
}

#model-label {
    font-family: nunito-sans-bold;
    width: 530px;
    margin-bottom: 30px;
}

#model-label::first-line {
    text-transform: capitalize;
}

.prediction-label {
    font-size: 180px;
    font-size: 10vw;
    margin: 60px 60px 52px 60px;
    color: #555C62;
    word-break:break-all;
    min-height: 218px;
}

.line-break{
    margin: 0 30px 0 0;
    color : #BEC2C6;
    border-width: 1px;
}

.models > li:nth-child(-n+3) > div:nth-child(1){
    margin: 12px 0px 12px 0;
}

.models > li:nth-child(n+4):nth-child(-n+11) > div:nth-child(1){
    margin: 20px 0px 24px 0;
}

.input-header-sm {
    font-size: 10px;
    color: #555C62;
    font-family: nunito-sans-semibold;
}

/*manual calibration for one class classifier*/
.manual-calibration-overlay {
    max-width: 800px;
    min-height: 620px;
}

.manual-calibration-button-spacer {
    padding-top: 60px;
}

.manual-calibration-text-spacer {
    margin-bottom: -40px;
}

.btn.btn-info.manual-calibration {
    margin: 0 auto;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 16px;
    width: 220px;
    height: 40px;
    color: #0099f1;
    background-color: rgba(0, 153, 241, 0.10);
    border: none;
    box-shadow: none !important;
}

.btn.btn-info.manual-calibration:hover{
    text-decoration: underline;
}

.btn.btn-info.push-new-threshold {
    width: 200px;
    height: 40px;
    float: right;
    margin-top: 14px;
}

#plot-scores-over-time {
    width: 760px;
    height: 328px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.input-threshold-form {
    background-color: #f6f6f6;
    margin-left: 30px;
    margin-right: 30px;
    padding: 40px 20px 10px 20px;
    border-radius: 4px;
}

.input-threshold-form.error {
    border: 1px solid #df2a0b;
}

.input-threshold-container{
    display:inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

#threshold {
    width: 352px;
}

#flashed-hardware-value {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    width: 352px;
}

#cancel-manual-calibration-button {
    clear: both;
    float: right;
    margin: 20px 30px;
}

.login-email-input:-webkit-autofill,
.login-email-input:-webkit-autofill:hover,
.login-email-input:-webkit-autofill:focus,
.login-email-input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.login-password-input:-webkit-autofill,
.login-password-input:-webkit-autofill:hover,
.login-password-input:-webkit-autofill:focus,
.login-password-input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.grey-background {
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 20px;
}

.darkgrey-background {
    background-color: #DEE0E3;
    border-radius: 4px;
    padding: 10px;
}

.white-background {
    background-color: #ffffff;
    border: 1px solid #BEC2C6;
    border-radius: 4px;
}

.sub-title {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 6px;
}

.pointer {
    cursor: pointer;
}

.cursor-help {
    cursor: help;
}

.radio-button-label {
    cursor: pointer;
    width: 385px;
}

/* Visually hide the default radio button */
.radio-button {
    opacity: 0;
}

.radio-button:checked + .radio-button-img {
    content: url('img/ic_radio_active.png');
}

.radio-button:disabled + .radio-button-img {
    content: url('img/ic_radio_disabled.png');
}

.radio-button-img {
    content: url('img/ic_radio_default.png');
    height: 20px;
    width: 20px;
}

.radio-btn[type=radio]:before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 50%;
    margin-left: -10px;
    margin-bottom: -13px;
    background: url('img/ic_radio_default_small.png');
}

/* This class is to fake a disabled radio input so that pointer events like mouseenter can still be captured,
   since we might want tooltip on them*/
.radio-btn-disabled[type=radio]:before {
    cursor: not-allowed;
    pointer-events: auto;
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    left: 50%;
    bottom: 50%;
    margin-left: -10px;
    margin-bottom: -13px;
    background: url('img/ic_radio_default_small.png');
}

.radio-btn[disabled][type=radio]:before {
    cursor: not-allowed;
}

.radio-btn[type=radio]:checked:before {
    cursor: pointer;
    background: url('img/ic_radio_active_small.png');
    background-size: contain;
}

.install-guide {
    background: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    display: block;
    margin: 20px;
    padding: 20px;
}

.install-guide a {
    color: #337ab7;  /* restore bootstrap */
}

.install-guide p {
    margin: 10px 0;
}

/* version */
.card-body.about-automl {
    background-color: #ffffff;
    border: 1px solid #bec2c6;
    border-radius: 4px;
    height: 400px;
    width: 100%;
    text-align: center;
}

.card-body.about-automl div:nth-child(2) {
    padding-top: 62px;
    font-size: 30px;
    font-family: nunito-sans-semibold, sans-serif;
}

.card-body.about-automl div:nth-child(3) {
    padding-top: 30px;
    font-size: 20px;
}

.card-body.about-automl div:nth-child(4) {
    padding-top: 10px;
    padding-bottom: 50px;
    font-size: 20px;
}

.qeexo-logo {
    content: url("/static/img/ic_automl_login_logo.png");
    margin-top: 60px;
    height: 80px;
    width: 268px;
}

.hide {
    display: none;
}

.upgrade-plan {
    background-color: #E5F5FE;
    border: none;
    color: #0099F1;
    font-family: nunito-sans-semibold, sans-serif;
    font-size: 16px;
    left: 40%;
    margin: auto;
    position: relative;
    top: 35%;
}

#classification-score {
    font-family: nunito-sans;
    font-size: 40px;
    color: #555C62;
    width: 220px;
    height: 40px;
    margin: 0 auto 200px auto;
    border: none;
}

.models:last-child {
    margin-bottom: 30px;
}

.model-category-container {
    background-color: #ffffff;
    border-radius: 4px;
    margin: 20px 0 0px 0;
    min-height: 50px;
    width: 100%;
}

.model-category-container.border {
    border: 1px solid #bec2c6;
    border-color: #0099F1;
}

.model-category-container > ul { /* Model list */
    display: none;
    margin: 0;
    padding: 0;
}

.model-category-header {
    background-color: #F6F6F6;
    border-radius: 4px;
    color: #555C62;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-family: nunito-sans-bold, sans-serif;
    line-height: 30px;
    padding: 9px 20px;
}

.model-category-header.active {
    border-bottom: 1px solid #0099F1;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.model-category-header.active-full-border {
    border: 1px solid #0099F1;
    border-radius: 4px;
}

.model-selection {
    height: 60px;
    display: flex;
    border-top: 1px solid #BEC2C6;
    padding: 10px 20px;
}

.model-selection .tooltip {
    display: flex;
    align-items: center;
    margin-left: 110px;
    margin-right: 20px;
}

.model-selection .tooltip .tooltiptext {
    left: 50px;
    width: 200px;
}

.model-category-container > ul > li:first-child {
    border-top: none;
}

.model-selection .switch-toggle {
    align-self: center;
    margin-left: auto;
}

.model-selection .switch-toggle.disabled {
    pointer-events: none;
}

.model-selection .toggle-switch {
    position: relative;
    cursor: pointer;
    float: right;
    margin-right: 0;
    right: 0;
    height: 30px;
    width: 60px;
}

.model-description {
    width: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.models-selected {
    color: #9299A0;
    font-size: 14px;
    font-family: nunito-sans;
    width: 236px;
    margin: 0 20px 0 54px;
}

.category-title {
    width: 220px;
}

.chrome-extension-popup {
    color: #555C62;
}

.chrome-extension-popup div:first-child {
    line-height: 18px;
}

.donot-show-again {
    margin-bottom: 0px !important;
}

.donot-show-again span {
    margin-left: 14px;
}

.help-guide-content {
    height: auto;
    margin-top: 1.1rem;
    width: 182px;
    position: absolute;
    right: auto;
    margin-left: -140px;
}

.help-guide-content:before,
.help-guide-content:after {
    right: 17.5px;
    bottom: 0px;
    -webkit-transform: none;
    top: -11px;
}

.help-guide-content:after {
    top: -10px;
}

.help-guide-content li {
    height: 30px;
    display: flex;
}

.help-guide-content.active {
    display: block;
    z-index: 2;
}

.help-div {
    margin-right: 45px;
}

.help-icon {
    margin-top: 20px;
}

#wifi-icon-img {
    width: 40px;
    margin-right: 0;
}

.wifi-icon {
    background-image: url("/static/img/ic_wifi_dc_default.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.wifi-icon.active {
    background-image: url("/static/img/ic_wifi_dc_hover.png");
    background-color: #FFFFFF !important;
    border: none !important;
}

.wifi-icon:hover {
    background-image: url("/static/img/ic_wifi_dc_hover.png");
    background-color: #FFFFFF !important;
}

.wifi-icon.connected {
    background-image: url("/static/img/ic_wifi_default.png");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.wifi-icon.active.connected {
    background-image: url("/static/img/ic_wifi_hover.png");
    background-color: #FFFFFF !important;
    border: none !important;
}

.wifi-icon.connected:hover {
    background-image: url("/static/img/ic_wifi_hover.png");
    background-color: #FFFFFF !important;
}

.launch-icon {
    content: url('img/ic_launch_default@2x.png');
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-right: 14px;
    cursor: pointer;
}

#classification-data-type {
    display: flex;
    padding: 30px 0;
    border: solid #BEC2C6;
    border-radius: 4px 4px 0 0;
    border-width: 1px 1px 0 1px;
    min-height: 112px;
}

#classification-data-type .tooltip {
    margin: 10px auto 10px 10px;
}

#manual-calibration {
    margin: 30px 30px 5px auto;
}

input[type=radio].qeexo-radio {
    margin: 0;
    content: url('img/ic_radio_default.png');
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[type=radio].qeexo-radio:checked {
    content: url('img/ic_radio_active.png');
}

input[type=radio].qeexo-radio:disabled {
    content: url('img/ic_radio_inactive.png');
    cursor: not-allowed;
}

.classification-data-type-radio {
    display: inline-flex;
    margin-left: 30px;
    padding: 14px 20px;
    border: 1px solid #BEC2C6;
    border-radius: 4px;
    background-color: #FFFFFF;
    width: 350px;
    height: 50px;
}

.classification-data-type-radio.active {
    border-color: #0099F1;
    background-color: #E5F5FE;
}

.classification-data-type-radio.disabled {
    border-color: #BEC2C6;
}

.classification-data-type-radio label {
    margin-left: 14px;
    color: #555C62;
    font-size: 18px;
    font-family: nunito-sans-bold;
    line-height: 22px;
    cursor: pointer;
}

.classification-data-type-radio.disabled label {
    color: #BEC2C6;
    cursor: not-allowed;
}

#connecting-animation {
    display: none;
    margin: 70px auto;
}

#classification-result {
    background-color: #F6F6F6;
    display: flex;
    flex-direction: column;
    border: 1px solid #0099F1;
    border-radius: 0 0 4px 4px;
    min-height: 458px;
}

.unselected-sensors {
    color: #9299A0;
    height: 30px;
    font-family: nunito-sans-semibold, sans-serif;
}

.selected-sensors {
    color: #555C62;
}

.feature-img {
    width: 30px;
    padding-top: 2px;
}

.feature-img.selected img,
.selection-mode-img {
    content: url('img/ic_feature_default@2x.png');
    height: 14px;
    width: 14px;
    vertical-align: text-top;
}

.sensor-selection-mode {
    display: flex;
    margin-top: 20px;
}

.selection-mode-img {
    margin: 2px 10px 0px 0px;
}

.link-dropdown {
    width: 150px;
    margin-top: 0;
    height: min-content;
}

.link-dropdown:before {
    right: 75.5px;
}

.link-dropdown:after {
    right: 76px;
}

.collection-list {
    max-width: 140px;
    padding-left: 9px;
}

.collection-list:hover {
    max-width: inherit;
}

.container.model-details.container-md {
    padding-bottom: 0px;
}

.model-details-wrapper {
    background-color: #F6F6F6;
}

.model-details-train-test {
    margin: 5px;
    border: 1px solid #BEC2C6;
    border-radius: 4px;
    background-color: #F6F6F6;
}

.model-details-wrapper .model-details-train-test:nth-child(2) {
    margin-left: 0px;
}

.model-details-train-test .main-svg {
    border-radius: 4px;
}

.model-details-train-test.umap-train-test {
    background-color: #FFFFFF;
}

#config-hyperparameter-tuning .tooltip {
    margin: 20px 40px 0 10px;
}

#ml-static-library-memory .tooltip {
    margin: 20px 40px 0 10px;
}

#ml-static-library-memory:last-child .tooltip {
    margin-top: 5px;
}

.config-hyperparameter-tuning-heading,
.ml-static-library-memory-heading {
    color: #555C62;
    font-size: 10px;
    font-family: nunito-sans-semibold;
}

.config-hyperparameter-tuning-input input,
.ml-static-library-memory-input input {
    color: #555B62;
    font-size: 14px;
    font-family: nunito-sans;
    height: 30px;
    width: 220px;
}

.config-hyperparameter-tuning-input input.form-error+.form-text,
.ml-static-library-memory-input input.form-error+.form-text {
    color: #DF2A0B;
}

.popup.browser-incompatibility {
    max-width: 412px;
    min-height: 240px;
    margin: 12% auto;
    overflow: hidden;
    padding: 30px 30px 40px 30px;
}

.dc-browser-message {
    font-size: 22px;
    color: #555C62;
    font-family: nunito-sans-semibold, sans-serif;
    margin-bottom: 20px;
    line-height: 26px;
}

.dc-browser-visit,
.automl-soft-container {
    margin-bottom: 30px,;
}


/* Resource page */

.resources-subnav-bar {
    background-color: #555C62;
    height: 70px;
    min-width: 1100px;
}

.resources-subnav-bar > span {
    color: #FFFFFF;
}

.resources-subnav-bar > span:hover {
    background-color: #7C858D;
}

.resources-subnav-bar > span.active {
    color: #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}

.resource-container {
    margin: 0px 50px 50px;
}

.getting-started-container {
    padding: 15px;
}

.guide-btn {
    align-self: flex-end;
    min-width: 164px;
}

.getting-started-guides,
.automl-os {
    height: 172px;
    width: 50%;
    min-width: 590px;
    margin: 15px;
}

.getting-started-guides div:first-child {
    margin-right: 30px;
}

.getting-started-img {
    height: 50px;
    margin-bottom: 15px;
}

.getting-started-info {
    margin-top: 7px;
}

.btn.btn-info.guide-btn {
    margin-bottom: 15px;
    padding-right: 10px;
}

.learn-more-push-download {
    content: url("img/ic_pushdownload_white@2x.png");
    margin-left: 4px;
}

.automl-soft-container {
    padding: 60px 25px 40px;
}

.automl-soft-title {
    margin: 0px 0px 10px 10px;
}

.automl-soft-macos,
.automl-soft-windows,
.automl-guide-arduino,
.automl-guide-sensortile,
.automl-guide-arduino-iot {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.automl-os {
    padding: 20px;
    height: 120px;
}

.automl-soft-macos {
    content: url("img/ic_gettingstarted_macos@2x.png");
}

.automl-soft-windows {
    content: url("img/ic_gettingstarted_windows@2x.png");
}

.automl-guide-arduino,
.automl-guide-arduino-iot {
    content: url("img/ic_hardwarelogo_Arduino_active_80x80@2x.png");
}

.automl-guide-sensortile {
    content: url("img/ic_hardwarelogo_STMicro_active_80x80@2x.png");
}

.btn.btn-info.os-download-btn {
    width: 250px;
    height: 60px;
    margin: 25px 15px 0px;
    font-size: 18px;
}

.arduino-hw-img,
.sensortile-hw-img,
.stwin-hw-img,
.arduino-iot-hw-img,
.arduino-nicla-hw-img {
    height: 170px;
    width: 300px;
}

.arduino-hw-img,
.sensortile-hw-img,
.stwin-hw-img,
.arduino-iot-hw-img,
.arduino-nicla-hw-img {
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.arduino-hw-img {
    content: url("img/hardware_arduinonano33@2x.png");
}

.sensortile-hw-img {
    content: url("img/hardware_stsensortilebox@2x.png");
}

.stwin-hw-img {
    content: url("img/hardware_STWINKT1B.jpg");
}


.arduino-iot-hw-img {
    content: url("img/hardware_arduinonano33iot@2x.png");
}

.arduino-nicla-hw-img {
    content: url("img/hardware_arduinoniclasenseme.png")
}

.hw-content {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}

.support-hw-table {
    border-collapse: separate;
    border-spacing: 0px 5px;
    margin: -10px 0px 0px;
    color: #555C62;
}

.support-hw-table td {
    border: 0 !important;
}

.automl-soft-title,
.support-hw-device-name {
    font-size: 24px;
    font-family: nunito-sans-bold, sans-serif;
    color: #555C62
}

.support-hw-white-bg {
    padding: 20px;
}

.support-hw-grey-bg {
    margin: 20px;
    padding: 40px;
}

.support-hw-device-name {
    margin-bottom: 30px;
}

.btn.btn-info.vendor-site-btn,
.btn.btn-info.guide-download-btn {
    height: 60px;
    margin-top: 46px;
    font-size: 18px;
    width: 300px;
}

.support-hw-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 510px;
}

.support-hw-table td:first-child {
    width: 290px;
    font-family: nunito-sans-bold, sans-serif;
}

.split-content-hw {
    display: flex;
}

.select-hw-title {
    margin-top: 30px;
}

.resource-dataset-container,
.resource-dataset-container .grey-background {
    padding: 40px;
}

.resource-dataset {
    font-size: 30px;
    font-family: nunito-sans-semibold, sans-serif;
    color: #555C62;
    margin-bottom: 30px;
}

.datasets-info li {
    list-style: disc;
    line-height: 22px;
}

.datasets-info,
.datasets-info ul {
    margin: 0;
}

.datasets-info {
    margin-left: 15px;
}

.subnav-resources {
    margin-left: 30px;
    font-size: 22px;
    font-family: nunito-sans-semibold, sans-serif;
    border-left: 1px solid #FFFFFF;
    padding-left: 30px;
    position: relative;
    top: 4px;
}

.loading-confirmation-gray {
    content: url('img/ic_loadingconfirmation_Gray.gif');
}

.dc-browser-visit {
    margin-bottom: 30px;
}

.not-allowed {
    cursor: not-allowed !important;
}

#client-not-connected-warning, #client-old-version-warning {
    position: fixed;
    width: 95%;
    z-index: 1001;
    bottom: 0;
    background-color: #0099f1;
    opacity: 90%;
    color: white;
    margin-bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
#client-not-connected-warning p ol {
    text-align: justify;
}
.warning-icon {
    width: 5%;
    min-width: 140px;
    vertical-align: middle;
    margin:auto;
}
#client-old-version-warning img,
#client-not-connected-warning img {
    display: block;
    margin:auto;
}

#client-not-connected-warning label {
    align-items: center;
    padding-left:10px;
}
#client-old-version-warning label input,
#client-not-connected-warning label input{
    margin-right:10px;
}
.warning-container {
    display:flex;
    flex-grow: 1;
}
.warning-content {
    --unnamed-character-spacing-0-16: 0.16px;
    padding:5px;
    flex-grow: 1;
    /* top: 0px;
    left: 0px;
    width: 924px;
    /* UI Properties */
    letter-spacing: 0.16px;
    text-align: left;
    /* letter-spacing: 0.16px; */
    color: #FFFFFF;

}
#client-not-connected-warning a,
#client-old-version-warning a  { color: white; }

#download-automl-button,
#launch-automl-button {
    margin-left:0px;
    padding-top:10px;
    padding-bottom:10px;
    width:300px;
    position: relative;
    background-color: #E91E63;
    text-transform: uppercase;
 }


 #update-banner-alert-preference,
 #not-found-banner-alert-preference{
    width:auto;
    position: relative;
    color: #0099f1 !important;
 }

.link-test-data-dropdown-content-arrow {
    display: block;
}

.groups-dropdown-content-arrow {
    display: none;
}

.groups-dropdown-content-arrow.active {
    display: block;
}

.groups-dropdown-content-arrow:after {
    /* Styles */
    border-color: #ffffff transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    /* Size and position */
    content: '';
    height: 10px;
    left: 14px;
    position: absolute;
    bottom: -10px;
    width: 16px;
    -webkit-transform: rotate(180deg);
}

.build-prep-loading {
    height: 50px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/static/img/ic_spinner_100x100.gif");
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 120px;
}

.build-prep-loading.build-prep-failed {
    background-image: url('/static/img/training_progress/ic_canceled.png');
}


.build-prep-loading.build-prep-success {
    background-image: url('/static/img/training_progress/ic_active.png');
}

#choose-file-text {
    white-space: pre;
    line-height: 24px;
    color: #9299A0;
    font-size: 14px;
    margin-left: 200px;
    margin-top: -42px;
}

.upgrade-stripe {
    background-color: #E91E63;
    height: 33px;
    line-height: 28px;
    margin-left: 150px;
    position: relative;
    width: 135px;
}

.upgrade-stripe:hover,
.upgrade-stripe:active {
    /* Overwrite .btn-info pseudo class */
    background-color: #E91E63 !important;
}

#billing-information {
    color: #0099F1 !important;
    cursor: pointer;
}

#billing-information:hover {
    text-decoration: underline;
}

.upgrade-topnav {
    background-color: #E91E63;
    margin-left: 30px;
    line-height: 28px;
}

@media (min-width:576px) {
    .container {
        width:100%;
        max-width: none;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
        max-width: none;
    }
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width: none;
    }
}
@media (min-width:1200px) {
    .container {
        width:100%;
        max-width: none;
    }
}

.config-error-span {
    line-height:20px;
}

.test-data-evaluation-body {
    display: flex;
}

#test-data-evaluation {
    width: 400px;
}

.test-data-env-name-td {
    padding-top: 15px;
}

.test-data-env-name-div{
    width: 200px;
}

.fit-content-width {
    width: fit-content;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

.visibility-visible {
    visibility: visible !important;
}

.automl-logo {
    width: 170px;
    height: 40px;
}

.zerowidth {
    width: 0%;
}

.usb-connection-span {
    margin-left: 10px;
}

.ready-icon-container {
    margin-top: -38px;
}

.borderless {
    border: none;
}

.classification-tooltip-span {
    width: 165px;
}

.instance-range-selection-span {
    float: right;
    margin-right: 20px;
}

.color-white {
    color: #ffffff !important;
}

.color-red {
    color: #df2a0b;
}

.color-dark-grey {
    color: #555C62;
}

.color-light-grey {
    color: #A8ADB3 !important;
}

.color-blue {
    color: #0099F1;
}

.physical-tooltip-span {
    width: 165px;
}

#select-dataset-name {
    padding-top: 4px;
}

#step-1-build-environment-error,
#step-2-sensor-configuration-error,
#step-2-sensor-configuration-timeout {
    padding-top:5px;
}

.permitted-text-span {
    max-width: 224px;
}

.gas-recording-notice {
    text-align: left;
}

.billing-info-tooltip {
    vertical-align: middle;
}

.billing-tooltip-text {
    left: 30px;
}

.billing-address-div {
    margin-bottom: 20px;
}

.billing-info-input {
    padding-left: 8px;
}

.flexible-display {
    display: flex;
}

.inline-flexible-display {
    display: inline-flex;
}

.billing-zipcode-input {
    color: #888;
}

.pricing-footer {
    margin-top: 0px;
    padding-left: 20px;
}

.install-box-style {
    background-color: #9299A0 !important
}

#project-name-index {
    border: 1px solid #df2a0b;
}

#project-name {
    border: 1px solid #df2a0b;
}

.project-create-tooltip {
    margin-left: 5px;
}

.text-align-center {
    text-align: center;
}

.model-history-grid {
    margin-top: 0px;
}

.model-history-grid-footer {
    height: 50px;
}

.model-datasets-col {
    vertical-align: baseline;
}

.sensors-selection-card {
    padding-top: 20px;
    padding-bottom: 30px;
}

.pro-tier-upgrade-link {
    color: #337ab7;
}

.transluc {
    opacity: 0.4;
}

.training-tooltip {
    vertical-align: middle;
}

.training-info-span {
    left: 30px;
}

.coeff-sub-title {
    margin-bottom: 10px;
}

.filter-save-div {
    float: right;
}

.additional-parameter-div {
    margin-left: 5px;
}

.right-floater {
    float: right;
}

.auto-inference-div {
    padding-top: 30px;
}

#manual-inference-setting {
    margin-top: 20px;
    padding-bottom: 5px
}

#window-length-form-group {
    padding-left: 40px;
}

.manual-setting-disabled-tooltip {
    margin-left: 10px;
}

#mlc-output-data-rate-form-group {
    padding-left: 40px;
}

#instance-length-form-group {
    padding-left: 40px;
}

#classification-interval-form-group {
    padding-left: 40px;
}

.config-hyperparameter-tuning-input, .ml-static-library-memory-input {
    margin-left: 30px;
}

.start-training-popup-footer {
    margin-top: 0px;
    padding-left: 20px;
}

.models-header {
    margin-bottom: 0;
}

.back-to-inference-footer {
    margin-top: 0px;
    padding-left: 20px;
}

.unpadded {
    padding: 0px;
}

.window-length {
    margin-top: 12px;
}

.instance-length,
.ml-static-library-memory-value{
    margin-top: 12px;
}

#STWINKT1 {
    width: 48%;
}

.help-text-error {
    color: #df2a0b;
}

#edit-project-name {

}

#edit-invitee-email.error, #edit-project-name.error {
    border: 1px solid #df2a0b;
}

#edit-project-name.okay, #edit-invitee-email.okay {
    border: 1px solid #0099f1;
}

#help-text-index {
    color: #9299a0;
}

#help-text-index.error {
    color: #df2a0b;
}

.project-name-edit-clicked {
    border: 1px solid rgb(0,153,241)
}

.bossac-link-list {
    list-style-type: square;
}

.dfu-util-link-list {
    margin-top: 0;
}

.dataset-group-tooltip {
    padding: 0;
    margin: 0 4px 12px 0;
}

.select-dataset-labels {
    padding: 0;
    line-height: 0;
}

.group-dataset-info-icon {
    margin: 0;
}

.group-dataset-tooltip-text {
    line-height: normal;
    left: 30px;
}

.project-training-document-scroll {
    overflow: scroll;
}

.project-training-document-unscroll {
    overflow: hidden;
}

.model-label-uppercase {
    text-transform: uppercase;
}

.push-to-hw-tooltiptext-anomaly {
    left: 15.5rem;
    bottom: 110%;
}

.form-text-error {
    color: #df2a0b;
}

.form-text-okay {
    color: #9299A0
}

.error-border {
    border: 1px solid #df2a0b;
}

.hidden-classification-button {
    margin-top: -51px;
}

.push-library-tooltip-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

#project-name.invalid-name {
    border: 1px solid #df2a0b;
}

#project-name.valid-name {
    border: 1px solid #0099f1;
}

#name-requirement.invalid-name {
    color: #df2a0b;
}

#name-requirement.valid-name {
    color: #737373;
}

.checked-hardware-label {
    color: #555C62;
}

.project-create-okay {
    border: 1px solid #bec2c6;
}

.qeexo-automl {
    display: none;
}

.white-space-pre {
    white-space: pre;
}

.color-disabled {
    background-color: #9299A0;
}

.float-right {
    float: right;
}

.full-width {
    width: 100%;
}

.latency-click-txt {
    color: #0099F1;
    line-height: 17px;
    cursor: pointer;
}


.latency-click-txt.disabled {
    color: #9299A0;
    cursor: none;
}

.measure-latency-button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-left-zero {
    margin-left: 0px;
}

.margin-right-zero {
    margin-right: 0px;
}

.jsgrid-1 {
    width:50px;
    height:50px;
    overflow:hidden;
    position:absolute;
    top:-10000px;left:
    -10000px;
}

.jsgrid-2 {
    height:100px;
}

.label-information {
    width: 100%;
}

.edit-test-data-progress {
    height: fit-content;
    width: 350px;
    margin-left: 30px;
}

#test-dataset-env {
    width: 350px;
}

.artifact-col-name {
    width: 70%;
}

.artifact-col-size{
    width: 20%;
    min-width: 100px;
}

.artifact-download-col-size{
    width: 0%;
}

.fake-link-hover:hover {
    text-decoration: underline;
    color: #0099F1;
    cursor: pointer;
}

#flash-meta-classifier-block,
#meta-classifier-progres-bar-block {
    margin-left: 235px;
    margin-top: 10px;
}

#meta-classifier-progres-bar-block {
    width: 225px;
}

.mlc-meta-classifier-select {
    height: 30px !important; /* Overwrite the bootstrap scss */
}

.center-horizontal {
    margin: auto 0;
}

.jsgrid-nodata-row .jsgrid-cell {
    background: #EBECEE;
    text-align: center;
}

.subgrid-row .jsgrid-cell {
    background: #EBECEE;
}

#group-label-save-wrapper {
    margin-left: 160px;
    height: 80px;
    width: 210px;
}

#anomaly-label-save-wrapper {
    margin-left: 160px;
    height: 80px;
    width: 210px;
}

.group-level-button-span {
    display: flex;
}

.disabled-link {
    /* cursor: not-allowed; */
    color: #BEC2C6;
    text-decoration: underline;
}

#select-all-sensor-config-table-wrapper {
    border-radius: 4px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    max-height: 380px;
}

#select-all-sensor-config-table {
    margin-bottom: 0px; /* to overwrite .table margin-bottom */
}

#select-all-sensor-config-table > tr > td:first-child {
    width: 30%;
}

.sensor-config-option.pointer {
    position: relative;
    top: 3px;
}

.select-filter-env-div {
    margin-bottom: 20px;
}

.select-filter-env-div > .form-control {
    margin-top: 5px;
}

.select-filter-env-header {
    margin-bottom: 0;
}

.filter-environment-input {
    margin-bottom:15px;
    margin-right:10px;
}

.filter-environment-name {
    display: inline-flex;
    max-width: 100px;
    word-break: break-word;
}

#filter-collections-button {
    float: right;
    margin-top: -5px;
    display: flex;
    align-items: center;
}

.tooltip.sync-drop-down,
.tooltip.segmentation-drop-down {
    position: absolute;
}

.tooltip-tops.sync-drop-down::after,
.tooltip-tops.segmentation-drop-down::after {
    margin-left: 17px;
}

.ml-artifact-sizes-table {
    width: 400px;
}

#dataset-info-basic {
    overflow-wrap: anywhere;
}

/* desktop client status indicator*/
.box-status-priority-error,
.box-status-priority-good,
.box-status-priority-warning {
    margin:auto;
}

.box-status-priority-error {
    background-image: url("/static/img/status_not_found_small.png");
}

.box-status-priority-good {
    background-image: url("/static/img/status_running_small.png");
}

.box-status-priority-warning {
    background-image: url("/static/img/status_update_required_small.png");
}
.status-indicator {
    position:relative;
    display:inline-block;
}
.status-indicator-box {
    width:28px;
    height:28px;
    object-fit:cover;
}
.status-indicator_state {
    width:19px;
    height:19px;
    position:absolute;
    bottom:2%;
    left:65%;
    border-radius:100%;
}

#automl-div-status #status-more-info {
    display: none;
}
#automl-div-status:hover #status-more-info{
    display: block;
    z-index: 10;
}

#status-more-info {
    position:absolute;
    background-color: #27313a;
    width:500px;
    height: auto;
    border-radius: 10px;
    color:white;
    padding:8px;
}
#status-more-info p,
#status-more-info a{
    display: block;
    text-align: left;
    line-height: 1.7em;
}
/* end - desktop client status indicator*/
.user-management-tab-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.user-management-tab {
    background-color: #ddd;
    padding: 10px 20px;
    cursor: pointer;
}

.user-management-tab-content {
    display: none;
}

.user-management-tab button.active {
    background-color: black;
}

.user-management-tab button:hover {
    background-color: #DE0;
}

.user-management-active-tab {
    border-bottom: solid #0099F1 4px;
    color: #0099F1;
}

.user-management-active-content {
    display: block;
}

#reactivate-help-text {
    margin-top: 10px;
}

.jq-toast-wrap {
    /* Wrap long words in toast (AQ-3963) */
    overflow-wrap: break-word;
}
