.dialogwidth800 .ngdialog-content {
	width : 800px !important;
}

.dialogwidth1000 .ngdialog-content {
	width : 1000px !important;
}


/* Customize Preloader Background Color */
.preloader {
  background-color: #18ca90;
  background-image: -webkit-linear-gradient(90deg, #18ca90 10%, #18ca90 90%);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(90deg, #18ca90 10%, #18ca90 90%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(90deg, #18ca90 10%, #18ca90 90%);
  /* IE10 */
  background-image: -o-linear-gradient(90deg, #18ca90 10%, #18ca90 90%);
  /* Opera 11.10+ */
  background-image: linear-gradient(90deg, #18ca90 10%, #18ca90 90%);
}

.general-table td, .general-table th {
	white-space: nowrap;
}
.general-table td:nth-child(2) {
    width:100%;
}
.general-table td:last-child {
    text-align:right;
}


.scan-table td, .scan-table th {
	white-space: nowrap;
	
}
.scan-table .col-width-all {
	width:100%;
}
.scan-table .col-width-60 {
	width:60px;
}
.scan-table .col-width-120 {
	width:120px;
}

.scan-table .media img {
	width:42px !important;
	height:32px !important;
}

.scan-table td:first-child > img {
	width:32px !important;
	height:32px !important;
}

.text-wrap-table td {
	max-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* Change default color to bg-green */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #44b583 !important;
  border-color: #44b583 !important;
}

/* Change default color to bg-green */
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #44b583 !important;
  color: #fff !important;
  border-color: #44b583 !important;
}

/* Change default color to bg-green */
a {
  color: #44b583;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2b957a;
  text-decoration: underline;
}

/* Change default color to bg-green */
.nav.nav-pills .active > a {
  background-color: #44b583;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #44b583;
}

.truncate {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-sm {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-xs {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-no-width {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-brown {
	color:#8B4513;
}

.bg-brown {
    background-color: #8B4513;
    color: #fff !important;
}

.btn-no-border {
	border:none;
} 

.tab-content-padding {
	padding: 10px 2px 0px 2px;
}

.fa-stack-top-27 {
    top: 27px;
}

.fa-stack-3x {
    font-size: 3em !important;
    top: 20px;
}

.fa-stack-4x {
    font-size: 4em !important;
}

.fa-stack-5x {
    font-size: 5em !important;
}

.fa-stack-6x {
    font-size: 6em !important;
}

.fa-stack-3x, .fa-stack-4x, .fa-stack-5x, .fa-stack-6x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack_6x_panel {
	position: relative;
    display: inline-block;
    width: 6em;
    height: 6em;
    line-height: 6em;
    vertical-align: middle;
}

.btn-panel-label {
	position:relative !important;
}
.btn-panel-label .label {
    position: absolute !important;
    top: -8px !important;
    right: -15px !important;
    padding: 2px 5px;
}

/* Customized Material Design Link Bar */

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #18ca90 !important;
    background: #18ca90 !important;
}
md-tabs.md-default-theme, md-tabs .md-tab.md-active, md-tabs.md-default-theme, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme, md-tabs .md-tab.md-focused, md-tabs.md-default-theme, md-tabs .md-tab.md-focused md-icon {
    color: #18ca90 !important;
}

/* Customized Button Outline */
.btn-outline-top-nav.btn-default {
    border-color: #ffffff;
    color: #ffffff !important;
   	margin-top: 15px !important;
}
.btn-outline-top-nav, .btn-outline-top-nav:hover {
    background-color: transparent !important;
}

.panel-hyperlink a {
	color:black;
}

.panel-hyperlink a:hover {
	color:#44b583;
	cursor: pointer;
	text-decoration: none;
}

.location-definition-img img {
	width:96px;
	height:96px;
}

.card-icon > img {
	width:64px;
	height:64px;
}

..badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-danger {
    color: #fff;
    background-color: #CA3C18;
}

.badge-warning {
    color: #fff;
    background-color: #ffdb00;
}

.text-no-wrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-th-line-height {
	line-height: 1.8 !important;
}

.inline-header-selection-control {
	height: 33px !important;
}


.app-card:hover {
	background-color:#eeeeee;
}

