/** General */
a {
	color: rgb(0,150,136); /** green */
}
.line-through-text{
	text-decoration: line-through;
}

/** Switch Inline */
.switch-inline{
	display: inline-block;
}
.switch-inline-label{
	margin-top: -5px;
	margin-right: 5px;
	display: inline-block;
}
md-switch {
    margin: 5px 0;
}
md-switch:last-of-type {
    vertical-align: middle;
}
.center {
	text-align: center;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: rgb(0,150,136);
}
.blocked-company-modal-header {
	background-color: #444 !important;
}
.company-blocked-element {
	background-color: rgba(255, 71, 0, 0.08) !important;
}
table.md-table.md-row-select tbody.md-body>tr.md-row.company-blocked-element:hover {
	background-color: rgba(255, 71, 0, 0.1) !important;
}
/** Table Icons */
.table_icon {
   line-height: 24px;
    font-size: 14px;
	cursor: pointer;
	width: initial;
	min-width: initial;
	margin-right: 5px;
}
.company_no_info_icon {
	color: lightgrey;
}
.icon-td {
	padding: 0px !important;
}
.table-email-link {
	font-size: 10px;
}
.table-td-ref-nr {	
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}
.td-date {
	 min-width: 120px;
}
.presentation-buttons-td {
    min-width: 300px;
}
md-autocomplete.ng-empty-add {
	border-bottom: 1px solid rgb(221,44,0);
}
md-autocomplete md-autocomplete-wrap input{	
    height: 40px !important;
}
.filterContainer md-select.customSelectLength {
	width: auto;
    min-width: 75px;
}
.filterContainer .id_input {
	max-width: 50px
}
.successful-placement-bgr {
	background: rgba(18, 249, 18, 0.03)
}
table.md-table.md-row-select tbody.md-body>tr.md-row.successful-placement-bgr:not([disabled]):hover {
	background: rgba(18, 249, 18, 0.1) !important;
	background-color: rgba(18, 249, 18, 0.1) !important;
}
.inline.table_icon{	
    width: 0px;
    min-width: 0px;
    margin-right: 0px;
}
.width-250 {
	min-width: 250px;
}
.width-300 {
	min-width: 300px;
}