html, body {
	width: 100%;
	height: 100%;
    font-size: 14px;
    font-family: "Lucida Grande CE", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

body.inverted { filter: invert(100%); }
body.huerotate { filter: hue-rotate(30deg); }

* {
	margin: 0;
	padding: 0;
}

a {
    text-decoration: none;
}

div.cleaner {
    clear: both;
}

.mb-40 {
    margin-bottom: 40px;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color: transparent;
}

input:-webkit-autofill {
    background-color: transparent;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
	background-color: #E5232D !important;
}

.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised {
	background-color: #E5232D !important;
}

md-icon.red {
    color: #E5232D !important;
}

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default, md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
	color: #fff !important;
}

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button, md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
	color: #fff !important;
}

md-toolbar md-icon {
	color: #fff !important;
}

#main md-toolbar {
    min-height: 40px !important;
    max-height: 40px !important;
    height: 40px !important;
}

#main md-toolbar .md-toolbar-tools {
    min-height: 40px !important;
    max-height: 40px !important;
    height: 40px !important;
}

#main md-toolbar .md-toolbar-tools .current-time {
    font-weight: bold;
    font-size: 75%;
    margin-left: 8px;
}

#main md-toolbar .md-toolbar-tools .current-time i {
    margin-right: 5px;
}

md-input-container .md-errors-spacer {
	display: none;
}

.md-button.md-icon-button[disabled] md-icon {
    color: #E0E0E0 !important;
}

.md-button.md-text-icon {
    padding-left: 16px;
}

md-tab-content {
    /*turn off tab slide animations*/
    -webkit-transition: none !important;
    transition: none !important;
}

md-tab-content md-content,
md-content.no-background {
    background: #fff;
}

md-sidenav md-toolbar img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
	width: 80%;
	max-width: 250px;
	height: auto;
}

md-card.no-bottom-padding {
    padding-bottom: 0;
}

span.disabled-input {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding: 2px 2px 1px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 30px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom-color: transparent;
    color: rgba(0,0,0,0.38);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.38) 0,rgba(0,0,0,0.38) 33%,transparent 0);
    background-image: -ms-linear-gradient(left,transparent 0,rgba(0,0,0,0.38) 100%);
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    font-size: initial !important;
}

span.small-text {
    font-size: 75% !important;
}

.span-version {
    font-size: 80%;
}

.stretch-h {
	height: 100%;
}

h2.error {
	margin-bottom: 15px;
}

p.error {
	
}

img.user-edit-profile {
    width: 150px;
    height: auto;
}

span.bold {
    font-weight: bold;
}
span.italic {
    font-style: italic;
}
span.currency {
    text-align: right;
}
span.centered {
    text-align: center;
    font-weight: bold;
}
span.red {
    color: #F44336;
}
span.blue {
    color: #3498DB;
}
span.green {
    color: #4CAF50;
}
span.grey {
    color: #bdc3c7;
}
h2.centered {
    text-align: center;
}

#printHelperForm, #printHelper {
    display: none;
}

md-datepicker.filter-datepicker {
    width: 100%;
}
md-datepicker.filter-datepicker .md-datepicker-input {
    font-size: inherit;
    min-width: unset;
    max-width: unset;
}

.chart-wrapper {
    position: relative;
    width: 100%;
    max-height: 400px;
    min-height: 340px;
    margin: 10px 0 15px 0;
}
.chart-wrapper.x2 {
    min-height: 600px;
    max-height: 700px;
}

.mapchart-wrapper {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    /*padding-top: 20px;*/
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.mapchart-wrapper svg {
    /*padding: 20px 0 20px 0;*/
}

.mapchart-wrapper svg .svg-tooltip * {
    transition: all 0.25s;
    transform-origin: 50% 50%;
    stroke: #636466;
}

.mapchart-wrapper svg .svg-tooltip:hover * {
    z-index: 10;
    transform: scale(1.05);
    stroke: #e74c3c;
}

.svg-tooltip-box {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
}

.grid-line-indicator {
    width: 100%;
    height: 8px;
    position: relative;
}

.grid-line-indicator > div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #9AD0F5;
    text-align: center;
}

.chart-list-indicator {
    width: 100%;
    height: 15px;
    border-radius: 5px;
}

.dashboard-wrapper.md-padding {
    padding: 6px;
}

.dashboard-wrapper md-input-container {
    margin: 0;
}

.dashboard-wrapper md-input-container.margin-inherit {
    margin: 18px 0;
}

.dashboard-subheader {
    padding-left: 10px;
    min-height: 40px;
}
.dashboard-subheader.centered {
    text-align: center;
}
.dashboard-subheader.mtb {
    margin: 10px 0 10px 0;
}

.dashboard-subheader .clickable {
    outline: none;
    cursor: pointer;
}

.dashboard-subheader i {
    margin-right: 10px;
}

table.md-table.dashboard-table tbody tr td span {
    padding: 5px;
}

.dashboard-item {
    cursor: pointer;
    outline: none;
}

.dashboard-item .aspect-ratio {
    width: 100%;
    padding-top: 50%;
    position: relative;
}

.dashboard-item .aspect-ratio .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.dashboard-item md-card-title {
    padding: 8px;
}

.dashboard-item md-card-title .md-headline {
    line-height: initial;
    font-size: 15px;
}

#main-menu {
	list-style: none;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}

#main-menu li.spacer {
	height: 20px;
}

#main-menu li.spacer-2x {
	height: 40px;
}

#main-menu a {
    font-size: 95%;
	width: 100%;
    padding: 0 15px 0 15px;
    margin: 0;
    text-align: left;
    box-sizing: border-box;
}

#main-menu a.active {
	border-left-width: 3px;
	border-left-style: solid;
	border-radius: 0;
}

#main-menu a md-icon {
	margin-right: 10px;
}

#main-menu ul {
	margin-left: 30px;
}

#license-footer {
	background: #fff;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	padding: 8px;
	width: 100%;
	text-align: center;
	font-size: small;
	border-top: 1px solid #ddd;
}

#license-footer i {
    margin-right: 5px;
}
#license-footer i.ml {
    margin-left: 10px;
}
#license-footer .md-button.md-icon-button {
    height: 24px;
    min-height: 24px;
    padding: 0;
    line-height: 24px;
    width: 24px;
}

.md-toolbar-tools {
    font-size: 100%;
}

ul.buckets {
	margin: 24px 0 24px -8px;
	padding: 0;
	position: relative;
}

ul.buckets li {
	list-style: none;
	margin: 0;
	text-align: center;
}

ul.buckets li a.md-button {
    font-size: 95%;
    font-weight: 500;
    padding: 16px 0;
    text-decoration: none;
    background-color: #f6f6f6 !important;
    box-shadow: none !important;
    margin-right: 0;
    margin-top: 0;
}

ul.buckets li a.md-button:hover,
ul.buckets li a.md-button:focus,
ul.buckets li a.md-button:hover md-icon,
ul.buckets li a.md-button:focus md-icon {
  color: #106CC8 !important;
  background-color: #ebebeb !important;
}

ul.buckets li.small a span {
	font-size: 80%;
}

ul.buckets li a md-icon {
    margin-top: 12px;
}

.column-list-wrapper .column-list-item {
    float: left;
}
.column-list-wrapper.col-1 .column-list-item {
    width: 100%;
}
.column-list-wrapper.col-2 .column-list-item {
    width: 50%;
}
.column-list-wrapper.col-3 .column-list-item {
    width: 33%;
}

/*
.edit-form md-input-container {
    margin-bottom: 0;
}
*/

md-input-container.taskadmin-ws {
    margin: 0;
    font-size: 75%;
    width: 200px;
    /*margin-left: 45px;*/
    margin-left: 25px;
}
md-input-container.search-ws {
    margin: 0;
    font-size: 75%;
    width: 110px;
    /*margin-left: 45px;*/
    margin-left: 15px;
}
md-input-container.search-ws.md-icon-left {
    padding-left: 25px;
}
md-input-container.search-ws.md-icon-float>md-icon {
    top: 4px;
    cursor: pointer;
    outline: none;
}
md-input-container.search-ws .md-input {
    color: rgba(255,255,255,0.87);
    border-color: rgba(255,255,255,0.72);
    height: 24px;
    line-height: 20px;
}

md-checkbox.no-bottom-margin {
    margin-bottom: 0;
}

.edit-form md-input-container.nomargin {
    margin: 0;
}

.edit-form md-autocomplete.no-bottom-margin {
    max-height: 52px;
}
.edit-form md-input-container.no-bottom-margin,
.edit-form md-autocomplete.no-bottom-margin md-input-container {
    margin-bottom: 0;
}

.edit-form md-input-container.no-top-margin {
    margin-top: 0;
}

table.md-table.inactive td.md-cell {
    color: rgba(0,0,0,0.38);
}

table.md-table {
    table-layout: fixed !important;
}

table.md-table td, table.md-table th {
    box-sizing: border-box;
}

table.md-table td.md-cell {
    border-top: 1px rgba(0,0,0,.32) solid;
}

table.md-table tbody.md-body>tr.md-row, table.md-table tfoot.md-foot>tr.md-row {
    height: auto;
    height: 25px;
}
table.md-table tbody.md-body>tr.md-row.auto, table.md-table tfoot.md-foot>tr.md-row.auto {
    height: auto;
    min-height: 25px;
}
table.md-table tbody.md-body>tr.md-row.auto span {
    white-space: normal;
}

table.md-table tbody tr:nth-child(even) {
    background: #F6F6F6;
}
table.md-table tbody tr.highlighted {
    background: #DEFFFF;
}

table.md-table:not(.md-row-select) td.md-cell:first-child {
    padding: 0;
}

table.md-table tbody.md-body>tr.md-row td.md-cell, table.md-table tfoot.md-foot>tr.md-row td.md-cell {
    padding: 5px;
}

table.md-table thead md-input-container,
table.md-table tbody md-input-container {
	margin: 0;
}

table.md-table th.md-column { font-size: 80%; }
table.md-table td.md-cell { font-size: 80%; }

table.md-table th.md-column.centered { text-align: center; }

table.md-table thead tr th {
	border-bottom: 1px rgba(0,0,0,.12) solid;
}

table.md-table thead tr th.noborder {
    border: 0;
}

table.md-table thead tr.filter-row th {
	border-bottom: none;
    padding-bottom: initial !important;
}

table.md-table th.md-column md-icon.md-sort-icon {
    height: 16px !important;
    width: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
    min-height: initial;
    min-width: initial;
}

table.md-table thead tr th, table.md-table tbody tr td {
    padding: 0 10px 0 0 !important;
}

table.worksheet tbody tr td i.fa-exclamation-triangle,
table.worksheet tbody tr td i.fa-exclamation-circle {
    margin-left: 5px;
    font-size: 135%;
}

table.md-table tbody tr.ws-row-orange {
    background-color: #f8c291;
}
table.md-table tbody tr.ws-row-red {
    background-color: #FF8A80;
}
table.md-table tbody tr.ws-row-red td span, table.md-table tbody tr.ws-row-red td md-icon {
    color: #fff !important;
}
table.md-table tbody tr.ws-row-yellow {
    background-color: #FFECB3;
}
table.md-table tbody tr.ws-row-blue {
    background-color: #3498DB;
}
table.md-table tbody tr.ws-row-blue td span, table.md-table tbody tr.ws-row-blue td md-icon {
    color: #fff !important;
}
table.md-table tbody tr.ws-row-blue-text span {
    color: #3498DB;
}
table.md-table tbody tr.ws-row-red-text span {
    color: #F44336;
}
table.md-table tbody tr.ws-row-grey-text span {
    color: #bdc3c7;
}
table.md-table tbody tr.ws-row-grey-text span.ws-ishidden {
    color: black;
}
table.md-table tbody tr.ws-row-ii-important {
    background-color: #FFECB3;
}

table.md-table tbody tr.delivery-row-green {
    background-color: #2ecc71;
}
table.md-table tbody tr.delivery-row-green td.md-cell {
    color: #fff;
}

table.md-table tbody tr.pledged-row-green {
    background-color: #2ecc71;
}
table.md-table tbody tr.pledged-row-green td.md-cell {
    color: #fff;
}
table.md-table tbody tr.pledged-row-green td.md-cell md-icon {
    color: #fff !important;
}
table.md-table tbody tr.row-grey-text span {
    color: #adadad;
}

table.md-table tbody tr td span {
    display: block;
    max-width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.md-table tbody tr td span.word-wrap {
    overflow: auto;
    white-space: initial;
}
table.md-table tbody tr td a.i-link {
    text-decoration: none;
    color: inherit;
}
table.md-table tbody tr td small.badge {
    display: block;
    background-color: red;
    color: #fff;
    font-size: inherit;
    border-radius: 4px;
}

table.md-table thead tr th.small-device-shorttext, table.md-table tbody tr td.small-device-shorttext {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

table.md-table thead tr th.small-device-longtext, table.md-table tbody tr td.small-device-longtext {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
}

table.md-table thead tr th.bool, table.md-table tbody tr td.bool {
    max-width: 70px;
    min-width: 70px;
    width: 70px;
    text-align: center;
}

table.md-table thead tr th.bool2, table.md-table tbody tr td.bool2 {
    max-width: 90px;
    min-width: 90px;
    width: 90px;
    text-align: center;
}

table.md-table tbody .md-cell .md-button, table.md-table thead .md-column .md-button {
    height: 24px;
    width: 24px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    min-height: 24px;
}

table.md-table thead tr th.button, table.md-table tbody tr td.button {
    max-width: 35px;
    min-width: 35px;
    width: 35px;
}

table.md-table thead tr th.number, table.md-table tbody tr td.number {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
    text-align: center;
}
table.md-table thead tr th.number2x, table.md-table tbody tr td.number2x {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    text-align: center;
}

table.md-table thead tr th.date, table.md-table tbody tr td.date {
    max-width: 145px;
    min-width: 145px;
    width: 145px;
    text-align: center;
}

table.md-table thead tr th.w-id, table.md-table tbody tr td.w-id { width: 45px; }
table.md-table tbody tr td.w-id { padding-left: 5px !important; box-sizing: border-box; }
table.md-table thead tr th.w-id2, table.md-table tbody tr td.w-id2 { width: 60px; }
table.md-table thead tr th.w-customer, table.md-table tbody tr td.w-customer { width: 135px; }
table.md-table thead tr th.w-mobile, table.md-table tbody tr td.w-mobile { width: 90px; }
table.md-table thead tr th.w-email, table.md-table tbody tr td.w-email { width: 140px; }
table.md-table thead tr th.w-device, table.md-table tbody tr td.w-device { width: 140px; }
table.md-table thead tr th.w-shelf, table.md-table tbody tr td.w-shelf { width: 65px; }
table.md-table thead tr th.w-imei, table.md-table tbody tr td.w-imei { width: 120px; }
table.md-table thead tr th.w-worktype, table.md-table tbody tr td.w-worktype { width: 80px; }
table.md-table thead tr th.w-income, table.md-table tbody tr td.w-income { width: 110px; }
table.md-table thead tr th.w-errordescription, table.md-table tbody tr td.w-errordescription { width: 225px; }
table.md-table thead tr th.w-returnstate, table.md-table tbody tr td.w-returnstate { width: 110px; }
table.md-table thead tr th.w-lastuser, table.md-table tbody tr td.w-lastuser { width: 110px; }

table.md-table thead tr th.w-internal-type, table.md-table tbody tr td.w-internal-type { width: 100px; }
table.md-table thead tr th.w-internal-date, table.md-table tbody tr td.w-internal-date { width: 130px; }
table.md-table thead tr th.w-internal-user, table.md-table tbody tr td.w-internal-user { width: 80px; }

table.md-table thead tr th.income-wsid, table.md-table tbody tr td.income-wsid { width: 100px; }
table.md-table thead tr th.income-type, table.md-table tbody tr td.income-type { width: 120px; }
table.md-table thead tr th.income-user, table.md-table tbody tr td.income-user { width: 120px; }

table.md-table thead tr th.devicepart-id, table.md-table tbody tr td.devicepart-id { width: 100px; }
table.md-table thead tr th.devicepart-creator, table.md-table tbody tr td.devicepart-creator { width: 80px; }
table.md-table thead tr th.devicepart-barcode, table.md-table tbody tr td.devicepart-barcode { width: 110px; }
table.md-table thead tr th.devicepart-description, table.md-table tbody tr td.devicepart-description { width: 200px; }
table.md-table thead tr th.devicepart-number, table.md-table tbody tr td.devicepart-number { width: 75px; }

table.md-table thead tr th.deliverynote-type, table.md-table tbody tr td.deliverynote-type { width: 100px; }
table.md-table thead tr th.deliverynote-user, table.md-table tbody tr td.deliverynote-user { width: 120px; }
table.md-table thead tr th.deliverynote-id, table.md-table tbody tr td.deliverynote-id { width: 65px; }
table.md-table thead tr th.deliverynote-dp-description, table.md-table tbody tr td.deliverynote-dp-description { width: 160px; }

table.md-table thead tr th.ws-devicepart-creator, table.md-table tbody tr td.ws-devicepart-creator { width: 75px; }
table.md-table thead tr th.ws-devicepart-type, table.md-table tbody tr td.ws-devicepart-type { width: 125px; }
table.md-table thead tr th.ws-devicepart-pieces, table.md-table tbody tr td.ws-devicepart-pieces { width: 60px; }
table.md-table thead tr th.ws-devicepart-price, table.md-table tbody tr td.ws-devicepart-price { width: 90px; }
table.md-table thead tr th.ws-devicepart-date, table.md-table tbody tr td.ws-devicepart-date { width: 130px; }
table.md-table thead tr th.ws-devicepart-ishidden, table.md-table tbody tr td.ws-devicepart-ishidden { width: 40px; }

table.md-table thead tr th.customer-zip, table.md-table tbody tr td.customer-zip { width: 80px; }
table.md-table thead tr th.customer-phone, table.md-table tbody tr td.customer-phone { width: 120px; }
table.md-table thead tr th.customer-email, table.md-table tbody tr td.customer-email { width: 220px; }
table.md-table thead tr th.customer-description, table.md-table tbody tr td.customer-description { width: 250px; }
table.md-table thead tr th.customer-device-imei, table.md-table tbody tr td.customer-device-imei { width: 140px; }
table.md-table thead tr th.customer-device-imeiloc, table.md-table tbody tr td.customer-device-imeiloc { width: 80px; }
table.md-table thead tr th.customer-device-pin, table.md-table tbody tr td.customer-device-pin { width: 120px; }
table.md-table thead tr th.customer-device-description, table.md-table tbody tr td.customer-device-description { width: 250px; }

table.md-table thead tr th.reporttag-bool, table.md-table tbody tr td.reporttag-bool { width: 150px; }

table.md-table thead tr th.partner-dn-id, table.md-table tbody tr td.partner-dn-id { width: 80px; }
table.md-table thead tr th.partner-dn-type, table.md-table tbody tr td.partner-dn-type { width: 70px; }

table.md-table thead tr th.dashboard-county, table.md-table tbody tr td.dashboard-county { width: 160px; }

table.md-table thead tr th.dpledged-id, table.md-table tbody tr td.dpledged-id { width: 65px; }
table.md-table thead tr th.dpledged-device, table.md-table tbody tr td.dpledged-device { width: 250px; }
table.md-table thead tr th.dpledged-imei, table.md-table tbody tr td.dpledged-imei { width: 250px; }
table.md-table thead tr th.dpledged-dismantled, table.md-table tbody tr td.dpledged-dismantled { width: 200px; }

table.md-table thead tr th.stock-type, table.md-table tbody tr td.stock-type { width: 90px; }
table.md-table thead tr th.stock-partner, table.md-table tbody tr td.stock-partner { width: 100px; }
table.md-table thead tr th.stock-devicepart, table.md-table tbody tr td.stock-devicepart { width: 300px; }
table.md-table thead tr th.stock-wid, table.md-table tbody tr td.stock-wid { width: 80px; }
table.md-table thead tr th.stock-wdir, table.md-table tbody tr td.stock-wdir { width: 90px; }
table.md-table thead tr th.stock-dnid, table.md-table tbody tr td.stock-dnid { width: 80px; }
table.md-table thead tr th.stock-iid, table.md-table tbody tr td.stock-iid { width: 80px; }
table.md-table thead tr th.stock-creator, table.md-table tbody tr td.stock-creator { width: 120px; }
table.md-table thead tr th.stock-description, table.md-table tbody tr td.stock-description { width: 250px; }
table.md-table thead tr th.stock-errordescription, table.md-table tbody tr td.stock-errordescription { width: 200px; }

table.md-table thead tr th.partnerwaste-partner, table.md-table tbody tr td.partnerwaste-partner { width: 100px; }
table.md-table thead tr th.partnerwaste-devicepart, table.md-table tbody tr td.partnerwaste-devicepart { width: 260px; }
table.md-table thead tr th.partnerwaste-id, table.md-table tbody tr td.partnerwaste-id { width: 65px; }
table.md-table thead tr th.partnerwaste-description, table.md-table tbody tr td.partnerwaste-description { width: 250px; }

table.md-table thead tr th.w100, table.md-table tbody tr td.w100 { width: 100px; }
table.md-table thead tr th.w150, table.md-table tbody tr td.w150 { width: 150px; }
table.md-table thead tr th.w200, table.md-table tbody tr td.w200 { width: 200px; }
table.md-table thead tr th.w250, table.md-table tbody tr td.w250 { width: 250px; }
table.md-table thead tr th.w450, table.md-table tbody tr td.w450 { width: 450px; }

textarea.w-description { line-height: 16px; }
.ws-newsletter { outline: none; cursor: pointer; }
.ws-newsletter.disabled { color: #E0E0E0; }
.ws-newsletter .fa-ban { color: red; }

md-input-container.delivery-usd-huf input { background: #eaeaea; }

md-table-container.ws-internalinformation {
    /*most még is nõjjön nem baj ha nem fér ki*/
    /*max-height: 230px;*/
    min-height: 210px;
}

md-table-container.ws-devicepart {
    /*most még is nõjjön nem baj ha nem fér ki*/
    /*height: 100px;*/
    min-height: 100px;
}

.ws-vip-icon {
    height: 35px;
    width: auto;
}

.ws-message-item {
    margin: 5px 0;
    padding: 10px;
}
.ws-message-item.last {
    padding: 0;
    margin: 0 0 50px 0;
}

.ws-message-item .message-header span {
    font-size: 80% !important;
}

.ws-message-item .message-header img {
    height: 40px;
    width: auto;
    margin-right: 20px;
}

.ws-message-item .message-body {
    font-size: 80% !important;
    margin: 10px 0;
}

.ws-message-item .message-footer {
    border-top: 1px solid grey;
    min-height: 45px;
}

md-table-container.ws-email-template-devicepart,
.email-template-list-wrapper {
    height: 150px;
}

md-table-container.ws-internalinformation-email-template {
    height: 246px;
}

.ws-email-template-customer-message {
    height: 320px;
    overflow-y: auto;
}

.email-template-sortable-wrapper {
    height: 150px;
    /*border: 1px solid #C7C7C7;*/
    background: #F2F2F2;
    border-radius: 5px;
    margin: 0 5px 0 5px;
    box-sizing: border-box;
    overflow-y: auto;
}
.email-template-sortable-wrapper.filter {
    overflow: hidden;
    background: transparent;
}

.email-template-sortable-wrapper > div {
    height: 115px;
    overflow-y: auto;
}

.email-template-sortable-wrapper ul {
    list-style-type: none;
    min-height: 110px;
    padding: 5px;
    box-sizing: border-box;
}
.email-template-sortable-wrapper .item {
    padding: 3px 5px 3px 5px;
    background: #f8c291;
    border-radius: 5px;
    margin: 0 0 4px 0;
}

.ws-email-template-email .ta-scroll-window {
    height: 239px;
    min-height: initial;
}

.worksheet-edit-form .md-padding {
    padding: 4px;
}

table.md-table thead tr th.bool .nz-toggle-wrap {
    width: 45px !important;
    height: 15px !important;
}

table.md-table tbody tr td md-input-container {
	width: 100%;
}

table.md-table thead tr.filter-row md-input-container, table.md-table thead tr.filter-row input {
	width: 100%;
}

.ws-tab-button {
    border-radius: 0 !important;
    background-color: transparent;
}
.ws-tab-button.active {
    background-color: #ff7675 !important;
}

.ws-margin-top {
    margin-top: 4px !important;
}
.ws-margin-bottom {
    margin-bottom: 4px !important;
}
.ws-margin-right {
    margin-right: 8px;
}
.ws-radio-xs {
    margin: 15px 0 12px 0;
}
.ws-title-wrapper {
    position: relative;
    /*background: #ecf0f3;*/
}
.ws-title-wrapper.highlighted {
    background: #d3d7da;
}
.ws-title-wrapper .ws-title {
    position: absolute;
    right: 0;
    top: 0;
    background: #B3C6FF;
    padding: 1px 5px 1px 5px;
    text-transform: uppercase;
    border-radius: 0 5px 0 5px;
    font-size: 70%;
    letter-spacing: 1px;
    font-weight: bold;
}
.ws-title-wrapper md-table-container {
    margin-top: 8px;
}
.ws-ismauraiid > div > div {
    width: 45px;
    height: 45px;
    border-radius: 999px;
    background: #E0E0E0;
    text-align: center;
    position: relative;
}
.ws-ismauraiid > div > div span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ws-title-caption {
    font-size: 75%;
}
.ws-dates {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin: 0 0 4px 0;
}
.ws-dates md-radio-button {
    margin-bottom: 4px;
}
.ws-block {
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    margin: 0 0 4px 0;
}
.ws-block.margin-right {
    margin-right: 4px;
}

.ws-inner-wrapper.md-padding {
    padding: 4px;
    /*zoom: 0.8;*/
}
.ws-description-button {
    cursor: pointer;
    outline: none;
}
.ws-description-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 75%;
}
.ws-description-logo {
    height: 40px;
    width: auto;
}
.ws-imei-logo {
    height: 30px;
    width: auto;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
}
.ws-total {
    border-color: rgba(0, 0, 0, 0.5);
}
.ws-total i {
    margin-right: 8px;
}
.ws-total span {
    font-size: 85% !important;
}
.ws-total .ws-i-centered {
    text-align: center;
}
.ws-total .ws-i-centered i {
    display: block;
}
.ws-broken-device-image {
    width: 30%;
    max-width: 150px;
    height: auto;
    outline: none;
    cursor: pointer;
}
.ws-devicepart-icon {
    height: 45px;
    width: auto;
    outline: none;
    cursor: pointer;
    margin-right: 8px;
}
ul.ws-list-device-menu li {
    height: 30px;
    line-height: 30px;
    font-size: 70%;
}
md-virtual-repeat-container.md-autocomplete-suggestions-container {
    min-width: 250px;
}
.worksheet-menu-wrapper.col-1 > div {
    float: left;
    width: 100%;
}
.worksheet-menu-wrapper.col-2 > div {
    float: left;
    width: 50%;
}
.worksheet-menu-wrapper.col-3 > div {
    float: left;
    width: 33.33%;
}
.ws-select-state md-select-menu { min-height: 300px; }
.ws-select-state md-select-menu md-content { min-height: 300px; padding: 0; }
.ws-select-state md-select-menu md-content md-option { height: 30px; }

.incometype-select-state md-select-menu { min-height: 180px; }
.incometype-select-state md-select-menu md-content { min-height: 180px; padding: 0; }
.incometype-select-state md-select-menu md-content md-option { height: 30px; }

.internalinformationtype-select-state md-select-menu { min-height: 150px; }
.internalinformationtype-select-state md-select-menu md-content { min-height: 150px; padding: 0; }
.internalinformationtype-select-state md-select-menu md-content md-option { height: 30px; }

input.right-align {
    text-align: right;
}

.deliverynote-control > div {
    width: 45px;
    height: 45px;
    border-radius: 999px;
    background: #E0E0E0;
    text-align: center;
    position: relative;
    margin: 0 12px 0 12px;
}
.deliverynote-control > div span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.deliverynote-control section {
    border-left: 2px solid rgba(0,0,0,0.12);
    padding-left: 12px;
    font-size: 80%;
}

md-slider[md-discrete] .md-sign,
md-slider[md-discrete] .md-sign:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.padding-right {
    padding-right: 15px;
}

md-input-container.bold label,
md-input-container.bold span {
    font-weight: bold;
}

.ws-warranty-cb:not([disabled]).md-primary:not(.md-checked) {
    color: rgba(0,0,0,0.25);
}
.ws-warranty-cb:not([disabled]).md-primary:not(.md-checked) .md-icon {
    border-color: rgba(0,0,0,0.25);
}

.ws-bg-97 {
    background: #F6F6F6;
}
.ws-bg-94 {
    background: #F2F2F2;
}
.ws-bg-90 {
    background: #EAEAEA;
}
.ws-bg-80 {
    background: #ecf0f3;
}
.ws-bg-white {
    background: #fff;
}
.ws-history-highlight {
    background: #D8E7FF !important;
}
.ws-bg-green {
    background: rgba(46, 204, 113, 0.15);
}
.ws-bg-red {
    background: rgba(231, 76, 60, 0.15);
}

span.ws-total-price {
    color: #000 !important;
    font-size: 110%;
}
.ws-input-container-phone-prefix { width: 50px; }
.ws-input-container-phone-number { width: 124px; }
.ws-input-container-postalcode { width: 60px; }
.ws-icon-button { margin: 0 !important; }
.ws-input-container-pincode { width: 145px; }
.ws-input-container-imeilocation { width: 85px; }
.ws-input-container-deadline { width: 100px; }
.ws-input-container-deadline .md-datepicker-input-container input { min-width: 100px; }
.ws-fullwidth { width: 100%; }

.md-autocomplete-suggestions-container.md-default-theme li .highlight, .md-autocomplete-suggestions-container li .highlight {
    text-decoration: underline;
}

p.outlined {
    font-size: 185%;
    margin: 15px;
    color: white;
    text-shadow: 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;
    -webkit-font-smoothing: antialiased;
}

.workplan-edit-css-block {
    width: 20px;
    height: 20px;
    border-radius: 999px;
}
mwl-calendar * {
    outline: none;
}
mwl-calendar .cal-month-day.cal-day-holiday {
    background-color: #f8c291;
}
mwl-calendar .events-list {
    max-height: 100px !important;
}
mwl-calendar .event.is-event {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    box-shadow: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/unknown-profile.png');
    border: 1px solid #2196F3;
    background-color: #2196F3;
}
mwl-calendar.medium .event.is-event { width: 20px; height: 20px; }
mwl-calendar.small .event.is-event { width: 17.5px; height: 17.5px; }
mwl-calendar.xsmall .event.is-event { width: 15px; height: 15px; }
mwl-calendar .cal-month-day { height: 120px; }
mwl-calendar .event.is-event-service, mwl-calendar .is-event-service, .workplan-edit-css-block.is-event-service { border-color: #3498db; background-color: #3498db; }
mwl-calendar .event.is-event-customer, mwl-calendar .is-event-customer, .workplan-edit-css-block.is-event-customer { border-color: #f1c40f; background-color: #f1c40f; }
mwl-calendar .event.is-event.is-event-holiday, mwl-calendar .is-event-holiday { border-color: #c0392b; background-color: #c0392b; }
mwl-calendar .event.is-event.is-event-out, mwl-calendar .is-event-out { border-color: #2ecc71; background-color: #2ecc71; }
mwl-calendar .day-highlight span { color: #fff; }
mwl-calendar .pull-left {
    float: left!important;
}
mwl-calendar .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #7f8c8d;
    border-radius: 10px;
}

.qr-image-scanner {
    cursor: pointer;
    margin-top: 8px;
}

.qr-image-scanner > input[type=file] {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
}


/* Text editor bootstrap styles */
text-angular {
    margin: 18px 0;
}
.ta-toolbar {
	background-color: #F0F0F0;
	padding: 10px 10px 5px;
	margin-left: 0px; /* Override bootstrap */
	border: 1px solid #EEE;
}
.ta-toolbar .btn-group {
	margin-bottom: 5px;
}
.ta-editor, .white-box {
	padding: 10px;
	background-color: #FFF;
	border: 1px solid #EEE;
}
textarea.ta-bind {
	width: 100%;
}
.btn-toolbar::before, .btn-toolbar::after {
    display: table;
    content: " ";
}
.btn-toolbar::after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.ta-toolbar .btn-group {
    margin-bottom: 5px;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.btn-group > .btn:first-child {
    margin-left: 0px;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn {
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    user-select: none;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}
.btn-group > .btn-default {
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}
.btn-group > .btn-default:hover, .btn-group > .btn-default:focus, .btn-group > .btn-default:active, .btn-group > .btn-default.active {
    color: rgb(51, 51, 51);
    background-color: rgb(235, 235, 235);
    border-color: rgb(173, 173, 173);
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.stock-devicepart-virtual-repeat-container {
    height: 350px;
}

.md-button.md-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0;
    margin: 3px 6px;
}

md-tabs.md-small md-tabs-canvas,
md-tabs.md-small md-pagination-wrapper {
    height: 34px;
}
md-tabs.md-small .md-tab {
    padding: 4px 10px;
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
    z-index: 10;
}

img.emojione {
    width: 20px;
    height: 20px;
}

.courier-service-table table {
    width: auto;
    min-width: 100%;
    overflow: scroll;
}
.courier-service-table thead th span {
    /*padding: 10px;*/
    display: block;
}
.courier-service-table tbody tr {
    min-height: 48px !important;
    height: auto !important;
}
.courier-service-table tbody td span {
    max-width: initial !important;
    overflow: visible !important;
    text-overflow: initial !important;
    white-space: nowrap !important;
    padding: 17px 10px;
}
.courier-service-table tr {
    background: #fff !important;
}
.courier-service-table tr.completed {
    background: rgba(46, 204, 113, 0.15) !important;
}
.courier-service-table tr.notclosed {
    background: rgba(255, 0, 0, 0.15) !important;
}
.courier-service-table tr.later {
    background: rgba(155, 155, 155, 0.15) !important;
}
.courier-service-search-ac {
    transform: translateY(30px);
}
#mapAddressSearch md-input-container {
    margin-bottom: 0;
}