﻿@import './custom/ecco2.icons.css';
@import './custom/ecco2.scrollBar.css';
@import './custom/ecco2.searchBar.css';
@import './custom/ecco2.spinner.css';
@import './custom/ecco2.utilities.css';
html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

body.show-spinner>main {
    overflow: hidden !important;
}


/* Hide everything under body tag */

body.show-spinner>* {
    opacity: 0;
}

table.dataTable td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.device-list {
    height: 100px;
}

#cpi-loading-processing .results {
    width: 70%;
    margin: auto;
}