/* common */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

md-whiteframe {
	background: #fff;
	margin: 30px;
	height: 100px;
}

md-progress-linear .md-bar {
    background-color: rgb(255,221,0);
}

md-datepicker {
	background-color: rgb(254, 252, 229);
}

.md-datepicker-input-container {
	background-color: #fff;
	padding-top: 6px;
	padding-left: 6px;
}

md-icon {
	color: rgba(0,0,0,0.54) !important;
}

md-toolbar {
	background-color: rgb(36,56,65) !important;
	color: rgb(255,221,0) !important;
}

md-input-container {
	margin-top: 8px;
	margin-bottom: 0;
}

label {
	font-weight: bold;
	text-decoration: underline;
}

td, th {
	vertical-align: top;
}

.md-button.md-primary.md-raised,
.md-button.md-primary.md-raised:not([disabled]).md-focused {
	background-color: rgb(255,221,0);
	color: #000;
}

.md-button.md-primary.md-raised:not([disabled]):hover {
	background-color: rgb(255,64,129);
	color: #000;
}

.pw-scoreboard h3 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.pw-box {
	padding: 8px;
	background-color: rgb(254, 252, 229);
	border: 1px solid rgb(234, 235, 237);
}

.pw-button-help {
	margin: 0 !important;
	top: -8px;
	right: -8px;
}

.pw-button-help md-icon {
	height: 18px;
	width: 18px;
	font-size: 18px !important;	
}

#pw-app-icon {
	color: rgb(255,221,0) !important;
	margin-right: 8px;
}

/* main */

.pw-dashboard-item md-icon {
	height: 48px;
	width: 48px;
	font-size: 48px !important;
}

.pw-dashboard-item a {
	color: rgb(68,68,68);
	text-decoration: none;
}

.pw-dashboard-item md-icon:hover,
.pw-dashboard-item a:hover {
	color: rgb(255,10,158);
}

/* tracking */

.pw-tracking-input md-icon {
	height: 36px;
	width: 36px;
	font-size: 36px !important;
}

.pw-tracking-input md-input-container.md-icon-float>md-icon {
	top: 8px;
	left: -8px;
}

.pw-tracking-input md-input-container {
	margin-bottom: 0;
}

.pw-tracking-input md-input-container .md-input {
	font-size: 24px;
	line-height: 24px;
	height: 36px;
}

.pw-tracking-msg {
	font-size: 18px;
}

/* courier */

.pw-indent {
	margin-left: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* calculator */

.pw-label-64 {
	width: 64px;
	padding-left: 0;
	padding-right: 0;
}

.pw-label-100 {
	width: 100px;
	padding-left: 0;
	padding-right: 0;
}

.pw-score-label {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.pw-score-value {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

#calc-rate-sw-standart {
	margin-top: 7px;
	margin-right: 10px;
	outline: none;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

#calc-rate-switch {
	margin: 0;
}

#calc-rate-sw-express {
	font-weight: bold;
	text-decoration: underline;
}

/* other */

.min-h-100 {
	min-height: 100px;
}

.min-h-110 {
	min-height: 110px;
}

.min-h-130 {
	min-height: 130px;
}

.min-h-160 {
	min-height: 160px;
}
.min-h-195 {
	min-height: 195px;
}

.min-h-200 {
	min-height: 200px;
}
.min-h-195 {
	min-height: 195px;
}

.min-h-219 {
	min-height: 219px;
}

.min-h-240 {
	min-height: 240px;
}

.min-h-260 {
	min-height: 260px;
}

.min-h-270 {
	min-height: 270px;
}

.min-h-276 {
	min-height: 276px;
}
.min-h-314 {
	min-height: 314px;
}


.min-h-300 {
	min-height: 300px;
}

.min-h-460 {
	min-height: 460px;
}

.flo-r {
	float: right;
}
.n-m-n-p {
	padding: 0;
	margin: 0;
}

.m-b-8 {
	margin-bottom: 8px;
}

.m-b-16 {
	margin-bottom: 16px;
}

.m-b-24 {
	margin-bottom: 24px;
}

.m-b-32 {
	margin-bottom: 32px;
}

.p-16 {
	padding: 16px;
}

.p-t-8 {
	padding-top: 8px;
}

.p-r-8 {
	padding-right: 8px;
}

.p-b-8 {
	padding-bottom: 16px;
}


.md-calendar-date.md-calendar-date-disabled{
	line-height: 44px;
}
.pw-indent-inline{
	margin-left: 3px;
	margin-bottom: 10px;
}
.inl{
	display: inline-block;
	vertical-align: top;
}
.inl-info{
	float: right;
}
.h-30{
	height: 30px;
}
.inl-top{
	margin-bottom: 0;
}
.inl-top > div{
	display: inline-block;
	vertical-align: top;

}