
.process_tooltip
{
  cursor: help;
  position: relative;
  }

.process_tooltip .process_tooltip_text {
   background: #fff;
  color: #3eb1b2;
border: 1px solid #3eb1b2;
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
 
  transform: translateY(10px);
 
  transition: all .25s ease-out;
 
}



.process_tooltip:hover .process_tooltip_text  {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}


.nx-tab-report-buttons
{
    width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;

.search-box input[type="text"] {
    border: 0px;
    background: transparent;
    color: white;
    border-radius: 0px;
    border-bottom: 2px solid #eeeeee;
}

.search-box input[type="text"]:focus {
    border: 0px;
    background: transparent;
    color: white;
    border-bottom: 2px solid #ffffff;
}

.search-box .mx-textbox {
    margin: 0px;
}

.search-box a {
    margin-top: -28px;
    margin-right: 11px;
    color: white;
}

.search-box input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.438);
    opacity: 1;
    font-style: italic;
}

.search-box input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.438);
    font-style: italic;
}

.search-box input[type="text"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.438);
    font-style: italic;
}

.search-box .search-results > ul {
    margin-bottom: 0px;
}

.search-box .search-results > ul > li {
    padding: 4px 10px;
    background-color: #ccccd4;
    color: black;
    border-color: #949494;
}

.search-box .search-results > ul > li.mx-listview-empty {
    display: none;
}

.search-box .search-results > ul > li:hover {
    background-color: #9999a9;
}

.search-box .search-results {
    overflow-y: scroll;
    max-height: 28vh;
    z-index: 999;
    position: absolute;
    width: 100%;
    box-shadow: 1px 1px 3px #6f6f6f;
}

.nx-kpi-card {
    position: relative;
}

.nx-kpi-card.bg1 {
    background-image: url("img/internet_of_things.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

/*.nx-kpi-card.bg1 {
    background-color: #c3a028;
}*/

.nx-kpi-card.bg2 {
    background-image: url("img/cyberblog.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.nx-kpi-card .nx-kpi-text-area {
    padding: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.nx-kpi-card.bg1 .kpi-nav {
    background-color: white;
    padding: 10px 14px;
    border-radius: 20px;
    color: #009999;
    margin-top: 8px !important;
    margin-right: 10px !important;
}

.nx-kpi-card.bg2 .kpi-nav {
    background-color: white;
    padding: 10px 14px;
    border-radius: 20px;
    color: #009999;
    margin-top: 8px !important;
    margin-right: 10px !important;
}

.nx-kpi-card .nx-kpi-text-area h4 {
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.nx-kpi-card .nx-kpi-text-area h3 {
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.header-highlighter {
    padding: 4px 8px;
    border-left: 3px solid #00ffb9;
}

.header-highlighter .header-text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.help-link {
    color: #009999;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 10px;
}

.help-link:hover {
    color: #018080;
}

/* .process-grid .star-favourite { */
    /* position: absolute; */
    /* top: 7px; */
    /* right: 10px; */
    /* height: 15px; */
/* } */

/* .process-grid .chevron { */
    /* position: absolute; */
    /* bottom: 15px; */
    /* right: 20px; */
    /* height: 10px; */
/* } */

/* .process-grid .process-card { */
    /* padding: 15px; */
    /* background-color: #ebf7f8; */
    /* min-height: 85px; */
    /* border-radius: 13px; */
/* } */

/* .process-grid .process-card:hover { */
    /* background-color: #e6f5f7; */
/* } */

/* .process-grid .process-card .process-img { */
    /* width: 29%; */
    /* margin-right: 3% !important; */
    /* height: 55px; */
    /* object-fit: contain; */
    /* object-position: center center; */
    /* margin-bottom: 0px; */
    /* display: inline-block; */
    /* vertical-align: text-top; */
/* } */
/* .process-grid .process-card .process-text-box { */
    /* display: inline-block; */
    /* vertical-align: text-top; */
    /* width: 100%; */
/* } */

/* .process-grid .process-card .process-text { */
    /* font-size: 14px; */
    /* display: block; */
/* } */
/* .process-grid .process-card .process-cat { */
    /* font-size: 12px; */
/* } */

/* .process-grid .process-card .nav-link {
    margin: 0 auto;
    background-color: white;
    padding: 2px 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    color: #009999;
    font-size: 11px;
}
 */
/*.process-grid .mx-templategrid-item {
    border: 0px;
    padding: 5px;
}*/

.region-content,
.mx-scrollcontainer-center {
    background-color: white;
}

.my-fav {
    padding: 8px;
    font-weight: 900;
    border-style: groove;
    border-color: rgb(235 247 248);
    border-width: 1px;
    display: block;
}

.my-fav input {
    float: left;
}

.my-fav .control-label {
    display: inline-block !important;
    float: left;
}

.favourite-list ul > li {
    padding: 8px;
}

.favourite-list ul > li {
    border: 0px;
}

.favourite-list ul > li:last-child {
    border: 0px;
}

.favourite-list .favourite-img {
    height: 20px;
    display: inline-block;
}

.favourite-list .favourite-text {
    margin-left: 12px;
    display: inline-block;
    font-size: 12px;
}

/* .favourite-area, */
/* .news-area { */
    /* max-height: 150px; */
    /* overflow: auto; */
    /* margin-top: 10px; */
/* } */

.news-list ul > li {
    padding: 8px;
}

.news-list ul > li {
    border: 0px;
}

.news-list ul > li:last-child {
    border: 0px;
}

/* .news-list .news-heading { */
    /* font-size: 12px; */
    /* font-weight: bold; */
    /* display: block; */
/* } */
/* .news-list .news-subheading { */
    /* font-size: 10px; */
/* } */

.select-all-container .mx-checkbox div {
    margin-left: 10px !important;
}

.mx-datagrid table th {
    padding: 10px 15px 10px 15px !important;
    background-color: #0098a6;
    color: #fff;
}

.reports-template-grid .mx-templategrid-item {
    border: 0px;
    padding: 15px;
}

.reports-template-grid .mx-templategrid-item .inner-box {
    background-color: #e0fff6;
    min-height: 300px;
}

.reports-template-grid .mx-templategrid-item .inner-box .proc-name {
    border-bottom: 2px solid #009999;
}

.reports-template-grid h4 {
    padding: 15px;
}

.reports-template-grid .mx-listview ul li {
    background-color: transparent;
    border: 0px;
    padding: 8px 15px;
}

.reports-template-grid .mx-listview ul li .report-link {
    text-decoration: underline;
    color: #333353;
}

.process-task-card {
    /* padding: 10px; */
    /* border: 1px groove; */
    box-shadow: 0px 3px 7px #dedede;
}

.process-task-card-header {
    padding: 10px 15px;
    background-color: #e0fff6;
}

.card-data-line {
    padding: 5px 15px;
    border-bottom: 1px solid #ededed;
}

.process-task-list ul li {
    padding: 0px;
    border: 0px;
}

.process-grid .mx-grid-pagingbar {

    position: absolute;
    bottom: 0px;
    right: 490px;
    top: 110%;
}

.items-grid .mx-grid-pagingbar{
   position:absolute;
   bottom:0px;
   right:490px;
   top:110%;

}

.process-grid .mx-grid-pagingbar .mx-name-paging-first {
    display:none;

}


.process-grid .mx-grid-pagingbar .mx-grid-paging-status {
    display:none;
}


 .mx-templategrid-empty { */
    /* display: table-cell; */
    /* width: 25%; */
/* } */

.process-grid .process-card .process-cat {
    text-align: left;
    font: normal normal normal 11px Siemens Sans;
    letter-spacing: 0px;
    color: #2D373B;
    opacity: 1;
    line-height: 12px;
    margin-top: 6px;
    display: block;
}

.process-grid .process-card .process-text {
	height: 30px !important;
}