#content {
  min-width: 320px;
}

@media print {
  .no-print {
    display: none !important;
  }
}

#left-nav .submenu {
  margin-left: 10px;
}

#left-nav md-list-item.active .md-button {
  color: #3F51B5;
}

body > md-toolbar {
}

body > md-toolbar h3 {
  text-align: center;
  margin: 14px 0;
}

h2 a {
  text-decoration: none;
  color: #000000;
}

md-list-item > .md-button {
  width: 100%;
  text-align: left;
}

md-content {
  background: #ffffff;
}

md-sidenav > md-content {
  background-color: #f8f8f8;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f51b5+0,7db9e8+100&1+0,1+11,0.7+32,0+100 */
  /*background: -moz-linear-gradient(top,  rgba(63,81,181,1) 0%, rgba(70,92,187,1) 11%, rgba(83,114,198,0.7) 32%, rgba(125,185,232,0) 100%); !* FF3.6-15 *!*/
  /*background: -webkit-linear-gradient(top,  rgba(63,81,181,1) 0%,rgba(70,92,187,1) 11%,rgba(83,114,198,0.7) 32%,rgba(125,185,232,0) 100%); !* Chrome10-25,Safari5.1-6 *!*/
  /*background: linear-gradient(to bottom,  rgba(63,81,181,1) 0%,rgba(70,92,187,1) 11%,rgba(83,114,198,0.7) 32%,rgba(125,185,232,0) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f51b5', endColorstr='#007db9e8',GradientType=0 ); !* IE6-9 *!*/

}

md-sidenav,
md-sidenav.md-locked-open {
  width: 290px;
  min-width: 290px;
  max-width: 290px;
}

md-sidenav md-icon {
  margin-right: 16px;
}

md-sidenav a.logo-link {
  padding-top: 21px;
  text-align: center;
}

md-sidenav md-list {
  padding: 20px 0 0 20px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

footer {
  font-size: 70%;
  text-align: center;
  padding: 10px;
  margin-top: 12px;
  background-color: inherit;
  z-index: 0;
}

.login div.logo {
  text-align: center;
  margin-top: 50px;
}

.table {
  border-collapse: collapse;
}

.table.border {
  border: 1px solid #F6F6F6;
}

.table td,
.table th {
  padding: 10px 20px;
}

.table td:first-child,
.table th {
  padding: 4px 8px 4px 0;
}

.table.border td:first-child,
.table.border th {
  padding: 4px 8px;
}

.table th {
  background-color: #F6F6F6;
}

.table td.right {
  text-align: right;
}

.table th.currency,
.table td.currency,
.table th.number,
.table td.number {
  text-align: right;
  letter-spacing: 0.03em;
}

.table tr:nth-child(odd) {
  background-color: #fafafa;
}

.table td.center {
  text-align: center;
}

.view section {
  padding: 18px 0;
}

.view > section > md-icon {
  margin-right: 40px;
}

md-dialog {
  min-width: 300px;
}

.message {
  text-align: center;
  padding: 12px;
  font-size: 16px;
  border-radius: 6px;
  min-height: 1.2em;
}

.message > span.ok {
  color: #4AA02C;
}

.message > span.warn {
  background: #FFD472;
}

.message > span.error {
  color: #DD2C00;
}

.message > span.ng-hide {
  opacity: 0;
}

.message > span.ng-hide-add {
  transition: all linear 150ms;
}

.message > span.ng-hide-remove {
  transition: all linear 400ms;
}

.success {
  color: #4AA02C;
}

.md-cell[ui-sref],
.md-row[ui-sref] {
  cursor: pointer;
}

input[type=search] {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

md-input-container > .error {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 7px;
  left: 2px;
  right: auto;
  color: #DD2C00;
}

md-select + .error {
  bottom: -9px;
  left: 9px;
}

.dates {
  font-size: 11px;
  color: #323232;
}

.when {
  color: #9E9E9E;
  font-size: 12px;
}

.loz {
  border: 1px solid #7986CB;
  border-radius: 4px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 0;
  margin: 0 6px 6px 0;
  background: #7986CB;
}

.loz > span:first-child {
  display: inline-block;
  background: white;
  border-radius: 4px;
  width: 30px;
}

.loz > * {
  padding: 0 10px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

.loz *:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
  color: white;
}

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

.nowrap {
  white-space: nowrap;
}

.neg {
  color: #DD2C00 !important;
  font-weight: 900;
}
.neg::before {
  content: "(";
}
.neg::after {
  content: ")";
}

.scroll {
  overflow: auto;
}

.al {
  text-align: left;
}

md-table-container th.md-sort span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
