/* $accent-color: #1EAFD8;
$accent-color: #f0861b; */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin: 0 0 10px; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px; }

.card {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative; }
  .card.new:after {
    content: "";
    height: 0;
    width: 0;
    border: 10px solid #ff4081;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
    pointer-events: none; }
  .card.paper {
    background-color: white;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ; }
    .card.paper > .card-header {
      padding: 15px 8px 5px;
      font-weight: 300; }
    .card.paper > .card-content {
      padding: 8px; }
    .card.paper > .card-footer {
      padding: 8px; }
    .card.paper.old {
      background-color: #ffffec; }
  .card > .card-header {
    /* background-color: $primary-color;
		color:white; */
    border-bottom: 1px solid #ddd; }
    .card > .card-header h3 {
      font-weight: 300;
      font-size: 18px;
      padding-bottom: 10px; }
  .card > .card-content {
    padding: 8px 0; }
  .card > .card-footer {
    padding: 8px 0; }
  .card > .card-aside {
    padding: 8px;
    float: right; }
    .card > .card-aside.card-aside-image {
      background: white;
      max-width: 30%;
      border-left: 1px solid #ddd; }
  .card.card-inverse > .card-header {
    color: #00838f;
    background: white; }
  .card.card-inverse > .card-content {
    background-color: #00838f;
    color: white; }
  .card.full-height {
    min-height: 600px; }
  .card .loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); }
    .card .loader md-progress-circular {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.popin.ng-enter,
.popin.ng-leave {
  transition: 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

.popin.ng-enter {
  opacity: 0;
  transform: scale(0);
  max-height: 0;
  max-width: 0; }

/* The finishing CSS styles for the enter animation */
.popin.ng-enter.ng-enter-active {
  opacity: 1;
  transform: scale(1);
  max-height: 300px;
  max-width: 900px; }

.popin.ng-leave {
  opacity: 1;
  transform: scale(1);
  max-height: 300px;
  max-width: 900px; }

.popin.ng-leave.ng-leave-active {
  opacity: 0;
  transform: scale(0);
  max-height: 0;
  max-width: 0; }

fieldset {
  padding: 0;
  margin-bottom: 8px;
  border: none; }
  fieldset legend {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px; }

.md-button {
  font-size: 12px !important;
  line-height: 30px !important;
  min-height: 30px !important;
  overflow: visible !important; }
  .md-button.align-input {
    margin-top: 15px; }

.md-button[disabled] {
  font-size: 12px !important;
  line-height: 30px !important;
  min-height: 30px !important; }
  .md-button[disabled].md-primary, .md-button[disabled].md-accent, .md-button[disabled].md-warn {
    color: rgba(0, 0, 0, 0.5) !important; }

.md-chips md-autocomplete,
.md-chips md-input-container {
  margin-top: 0;
  margin-bottom: 0; }

.md-chips input {
  font-size: 12px;
  font-weight: 400; }

.md-chips .md-chip {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  margin: 12px 8px 0 0; }
  .md-chips .md-chip .md-chip-remove {
    height: 26px;
    width: 26px; }
    .md-chips .md-chip .md-chip-remove md-icon {
      height: 16px;
      width: 16px; }

/*Formerly, between input and .md-chip inside of .md_chips selector*/
md-chips-wrap {
  padding-bottom: 1px !important; }

md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: auto; }

md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0; }
  md-autocomplete[md-floating-label] md-input-container input {
    min-height: 32px !important; }

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline {
  bottom: 6px !important; }

md-input-container {
  margin: 8px 0 8px; }
  md-input-container .md-input {
    border-color: rgba(0, 0, 0, 0.2); }
  md-input-container .md-errors-spacer {
    min-height: auto; }
  md-input-container label:not(.md-no-float):not(.md-container-ignore),
  md-input-container .md-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 400; }
  md-input-container.md-input-has-placeholder label, md-input-container.md-input-has-value label, md-input-container.md-input-focused label {
    -webkit-transform: translate3d(0, 8px, 0) scale(1) !important;
    transform: translate3d(0, 8px, 0) scale(1) !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 10px !important; }
  md-input-container.md-input-focused label {
    color: #00838f !important; }
  md-input-container md-select {
    height: 36px; }
    md-input-container md-select .md-select-value,
    md-input-container md-select .md-select-placeholder {
      border-color: rgba(0, 0, 0, 0.2); }
      md-input-container md-select .md-select-value *:first-child,
      md-input-container md-select .md-select-placeholder *:first-child {
        color: black; }
    md-input-container md-select md-select-value {
      height: 32px;
      padding-top: 2px;
      padding-bottom: 1px; }
      md-input-container md-select md-select-value *:first-child {
        height: 28px !important; }
        md-input-container md-select md-select-value *:first-child .md-text {
          line-height: 24px; }
  md-input-container textarea,
  md-input-container input {
    font-size: 12px;
    font-weight: 400;
    min-height: 36px !important; }
    md-input-container textarea[type="file"],
    md-input-container input[type="file"] {
      border-bottom: none !important; }

.md-deep-dark-theme md-input-container .md-input {
  border-color: rgba(255, 255, 255, 0.5); }

.md-deep-dark-theme md-input-container label:not(.md-no-float):not(.md-container-ignore),
.md-deep-dark-theme md-input-container .md-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.md-deep-dark-theme md-input-container.md-input-has-placeholder {
  -webkit-transform: translate3d(0, 8px, 0) scale(1) !important;
  transform: translate3d(0, 8px, 0) scale(1) !important;
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important; }

.md-deep-dark-theme md-input-container.md-input-has-value label, .md-deep-dark-theme md-input-container.md-input-focused label {
  -webkit-transform: translate3d(0, 8px, 0) scale(1) !important;
  transform: translate3d(0, 8px, 0) scale(1) !important;
  color: #8bc34a !important;
  opacity: 1 !important; }

.md-deep-dark-theme md-input-container input {
  font-size: 18px;
  text-shadow: none !important;
  font-weight: 100; }
  .md-deep-dark-theme md-input-container input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .md-deep-dark-theme md-input-container input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .md-deep-dark-theme md-input-container input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .md-deep-dark-theme md-input-container input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }

.md-deep-dark-theme md-input-container label {
  text-shadow: none !important; }

.md-deep-dark-theme .md-button {
  background-color: rgba(255, 255, 255, 0.05); }
  .md-deep-dark-theme .md-button[disabled] {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(255, 255, 255, 0.05); }

md-radio-group md-radio-button:not(:first-child) {
  margin-top: 0; }

md-radio-group {
  display: block; }

md-radio-button {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px; }
  md-radio-button[class^=col-] {
    margin-left: 0;
    margin-right: 0; }
  md-radio-button .md-label {
    margin-left: 20px;
    margin-right: 15px; }
  .card md-radio-button {
    display: block; }
  md-radio-button .md-container {
    zoom: 0.65; }

md-checkbox {
  margin-bottom: 8px;
  display: inline-block;
  margin-right: 15px; }
  md-checkbox[class^=col-] {
    margin-left: 0;
    margin-right: 0; }
  md-checkbox .md-label {
    margin-left: 20px;
    margin-right: 15px; }
  .card md-checkbox {
    display: block; }
  md-checkbox .md-container {
    zoom: 0.65; }

md-radio-button + .object,
md-checkbox + .object {
  margin-left: -30px;
  margin-right: 35px; }

md-menu-item {
  height: 24px;
  min-height: 24px; }

.md-autocomplete-suggestions li {
  height: 24px;
  line-height: 24px; }

md-option {
  height: 24px; }
  md-option .md-text {
    font-size: 12px; }

md-chips.md-default-theme .md-chips, md-chips .md-chips {
  box-shadow: 0 1px rgba(0, 0, 0, 0.2); }

md-input-container .md-input {
  /*color:red !important;*/
  line-height: 40px !important; }

md-input-container .md-input textarea {
  line-height: 20px !important;
  padding: 14px 0 0 0 !important; }

.modal.crossupsellModal {
  max-width: 900px !important;
  width: 100% !important; }

.modal.offersModal {
  max-width: 1400px !important;
  width: 100% !important; }

md-chips.error-validatearticles .md-chips {
  box-shadow: 0 1px #dd2c00; }

md-chips.error-validatearticles .md-chips.md-focused {
  box-shadow: 0 2px #dd2c00; }

.offers-container md-checkbox {
  width: 100%;
  margin-bottom: 2px; }

.offers-container .label-checkbox {
  display: block;
  padding-top: 22px;
  padding-bottom: 5px; }

md-datepicker {
  background: transparent; }

.md-datepicker-input {
  font-size: 11px; }

.md-button.md-icon-button {
  margin: 0px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 28px;
  border-radius: 50%; }

.no-border {
  border: 0px !important; }

md-input-container.md-default-theme.md-input-invalid md-select .md-select-value,
md-input-container.md-default-theme.md-input-invalid md-select .md-select-placeholder,
md-input-container.md-input-invalid md-select .md-select-value,
md-input-container.md-input-invalid md-select .md-select-placeholder,
md-datepicker.ng-touched.ng-invalid .md-datepicker-input-container {
  border-bottom-color: #dd2c00; }

.messages-error-container {
  min-width: 150px; }

/* md-autocomplete[md-floating-label] {
  height: 0 !important;
  min-height: 49px;
} */
/*
md-autocomplete {
  min-width: auto;
}*/
.navbar {
  /* 	background-color: $primary-color;
	color:white; */
  background-color: #222;
  color: white;
  /* 	background-color: white; */ }
  .navbar.navbar-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; }
  .navbar .navbar-brand {
    float: left;
    display: block;
    margin: 5px 15px; }
  .navbar li {
    display: inline-block;
    -webkit-transform: translateZ(0px); }
    .navbar li a {
      position: relative;
      padding: 8px 15px;
      color: rgba(255, 255, 255, 0.7); }
      .navbar li a:active, .navbar li a:focus, .navbar li a:hover {
        color: white;
        background-color: transparent; }
    .navbar li.active a {
      color: white;
      color: #ff4081; }
      .navbar li.active a:after {
        content: "";
        position: absolute;
        display: block;
        background-color: #ff4081;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px; }
  .navbar .navbar-nav {
    float: left; }
    .navbar .navbar-nav.navbar-right {
      float: right; }

.nav-pills {
  background-color: #006064; }
  .nav-pills li a {
    color: rgba(255, 255, 255, 0.7); }
    .nav-pills li a > .badge {
      background-color: rgba(255, 255, 255, 0.7);
      color: #00838f; }
    .nav-pills li a:active, .nav-pills li a:hover, .nav-pills li a:focus {
      background-color: #006c76;
      color: white; }

.notifcation-wrapper {
  width: 260px;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900; }

.notification {
  margin: 2px 5px 2px 0;
  max-height: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ; }
  .notification.notification-warning {
    background-color: #d9534f !important; }
  .notification .notification-header {
    padding: 5px; }
    .notification .notification-header h3 {
      font-size: 12px;
      font-weight: 300; }
  .notification .notification-content {
    padding: 5px; }
  .notification md-progress-linear {
    height: 2px; }
    .notification md-progress-linear .md-container {
      height: 2px; }

.notification.ng-enter,
.notification.ng-leave {
  transition: 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }

.notification.ng-enter {
  opacity: 0;
  transform: scale(0);
  max-height: 0; }

/* The finishing CSS styles for the enter animation */
.notification.ng-enter.ng-enter-active {
  opacity: 1;
  transform: scale(1);
  max-height: 300px; }

.notification.ng-leave {
  opacity: 1;
  transform: scale(1);
  max-height: 300px; }

.notification.ng-leave.ng-leave-active {
  opacity: 0;
  transform: scale(0);
  max-height: 0; }

.table.paper {
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ; }

.table > thead > tr > th {
  padding: 0; }
  .table > thead > tr > th span {
    padding: 8px;
    display: block;
    font-weight: 400; }
  .table > thead > tr > th a {
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 8px;
    position: relative; }
    .table > thead > tr > th a:hover {
      text-decoration: none; }

.table td {
  vertical-align: inherit !important; }
  .table td .md-button {
    display: inline-block !important;
    margin: 0; }
  .table td md-radio-button {
    margin-bottom: 4px; }

.table th,
.table td {
  position: relative; }
  .table th.blank,
  .table td.blank {
    vertical-align: baseline;
    padding: 0 5px;
    text-align: center; }
  .table th.center,
  .table td.center {
    text-align: center; }

.table tr {
  /* The finishing CSS styles for the enter animation */ }
  .table tr.fade.ng-enter, .table tr.fade.ng-leave {
    transition: 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all; }
  .table tr.fade.ng-enter {
    opacity: 0;
    transform: scale(0); }
  .table tr.fade.ng-enter.ng-enter-active {
    opacity: 1;
    transform: scale(1); }
  .table tr.fade.ng-leave {
    opacity: 1;
    transform: scale(1); }
  .table tr.fade.ng-leave.ng-leave-active {
    opacity: 0;
    transform: scale(0); }

.table .packshot-wrapper {
  width: 150px;
  border-left: 1px solid #ddd;
  padding: 0; }

.table .empty-table {
  font-weight: 300;
  margin: 16px 0; }

.icon-prev:before {
  content: "\2039"; }

.icon-next:before {
  content: "\203a"; }

table.vertical_headings thead th {
  height: 210px;
  vertical-align: initial; }

table.vertical_headings thead th a {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  position: absolute;
  display: block;
  width: 220px;
  height: 40px;
  margin: 70px 0 0 -95px; }

body {
  background-color: #f1f1f1;
  padding-top: 33px; }

.wrapper {
  padding: 0;
  overflow: hidden; }

.container-fluid {
  padding: 16px;
  max-width: 1440px;
  margin-left: 0; }

.col-gutterless {
  margin-left: 0;
  margin-right: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

hr {
  border-top: 1px solid #ddd; }

md-content {
  box-sizing: border-box;
  overflow: hidden; }

md-divider {
  margin: 40px auto; }

.md-inline {
  display: inline-block; }

.main-viewport {
  background-color: #f1f1f1;
  display: block;
  position: relative; }
  .main-viewport > .container-center {
    padding-top: 100px;
    /* 		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% ,-50%); */ }

.logo-floating {
  padding: 15px; }
  .logo-floating img {
    margin: 0 auto;
    display: block; }

.loader-wrapper .loader {
  display: none;
  height: 3px; }
  .loader-wrapper .loader .md-container {
    height: 3px; }

.loader-wrapper.has-loader .loader {
  display: block; }

.md-deep-dark-theme.content-header {
  margin-bottom: 15px; }

.center-button {
  text-align: center; }

.sap-code {
  text-transform: uppercase;
  color: #c7254e;
  background-color: #f9f2f4;
  font-family: monospace; }
  .sap-code h1,
  .sap-code h2,
  .sap-code h3 {
    font-family: monospace; }

.sortable-container {
  margin-top: -20px; }

#as-sortable-container-wrapper {
  position: relative; }

.as-sortable {
  min-height: 30px;
  list-style: none;
  position: relative;
  padding: 0;
  margin-top: 20px; }

.as-sortable-item {
  border-radius: 0;
  padding: 0;
  margin: 3px 0;
  border: none;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.11) ; }
  .as-sortable-item .as-sortable-item-handle {
    padding: 5px;
    cursor: grab; }

.as-sortable-drag {
  position: absolute; }

.as-sortable-placeholder {
  background-color: #e0e0e0;
  margin-left: 0;
  margin-right: 0;
  border: none;
  border-radius: 0; }

.sortable-container > ul {
  min-height: 80px; }

.article-draggable {
  position: relative; }
  .article-draggable.new:after {
    content: "";
    height: 0;
    width: 0;
    border: 4px solid #ff4081;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px; }

.empty-columns {
  font-weight: 300; }

#footer {
  background-color: #222;
  padding: 8px 0 8px;
  color: rgba(255, 255, 255, 0.7); }
  #footer ul {
    text-align: center; }
  #footer .copyright {
    text-align: center; }

.search-category {
  font-weight: 400; }

.search-list {
  list-style: none;
  padding-left: 0; }
  .search-list.article-list {
    padding-left: 20px; }
  .search-list li {
    margin-top: 2px;
    margin-bottom: 2px; }
  .search-list h4 {
    line-height: 42px;
    font-size: 16px;
    font-weight: 300; }

.object {
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px; }
  .object.new:after {
    content: "";
    height: 0;
    width: 0;
    border: 4px solid #ff4081;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
    pointer-events: none; }
  .object.block {
    display: block;
    padding: 2px 5px !important; }
    .object.block h3 {
      font-size: 11px !important;
      padding: 4px 8px; }
  .object[ng-click] {
    cursor: pointer; }
  .object.sap {
    text-transform: uppercase;
    color: #e67e22;
    background-color: #f8d8bd;
    font-family: monospace;
    /* 		&:after{
			content:"N";
			background-color: scale-color($color,  $lightness: 50%);
			color: $color;
			display:inline-block;
			height:19px;
			width:19px;
			text-align: center;
			line-height: 17px;
			border-left:1px solid white;
			margin: -2px -4px -2px 5px;
		} */ }
    .object.sap h3 {
      font-family: monospace; }
    .object.sap[ng-click]:active, .object.sap[ng-click]:focus, .object.sap[ng-click]:hover, .object.sap:link:active, .object.sap:link:focus, .object.sap:link:hover {
      text-decoration: none;
      background-color: #fae5d3; }
  .object.product {
    color: #006972;
    background-color: #acdfe3;
    /* 		&:after{
			content:"P";
			background-color: scale-color($color,  $saturation: -50%, $lightness: 60%);
			color: $color;
			display:inline-block;
			height:19px;
			width:19px;
			text-align: center;
			line-height: 17px;
			border-left:1px solid white;
			margin: -2px -4px -2px 5px;
		} */ }
    .object.product[ng-click]:active, .object.product[ng-click]:focus, .object.product[ng-click]:hover, .object.product:link:active, .object.product:link:focus, .object.product:link:hover {
      text-decoration: none;
      background-color: #c8eaed; }
  .object.supplier {
    text-transform: uppercase;
    color: #c0392b;
    background-color: #f0c1bc;
    font-family: monospace;
    /* 		&:after{
			content:"N";
			background-color: scale-color($color,  $lightness: 50%);
			color: $color;
			display:inline-block;
			height:19px;
			width:19px;
			text-align: center;
			line-height: 17px;
			border-left:1px solid white;
			margin: -2px -4px -2px 5px;
		} */ }
    .object.supplier h3 {
      font-family: monospace; }
    .object.supplier[ng-click]:active, .object.supplier[ng-click]:focus, .object.supplier[ng-click]:hover, .object.supplier:link:active, .object.supplier:link:focus, .object.supplier:link:hover {
      text-decoration: none;
      background-color: #f5d5d2; }

.object-addon {
  float: right;
  display: block; }
  .object-addon md-icon {
    width: 19px;
    height: 19px;
    font-size: 19px;
    color: rgba(0, 0, 0, 0.3); }

.modal {
  max-width: 540px; }
  .modal .card.paper {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .modal .card-header {
    padding: 8px; }
    .modal .card-header h3 {
      padding: 0; }
  .modal .card-content {
    padding: 8px; }

/* ui-view.ng-enter, ui-view.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition:all .1s ease-in-out;
    -moz-transition:all .1s ease-in-out;
    -o-transition:all .1s ease-in-out;
    transition:all .1s ease-in-out;
}

ui-view.ng-enter {
  opacity: 0;
}

ui-view.ng-enter-active {
  opacity: 1;
}

ui-view.ng-leave {
  opacity: 1;
}

ui-view.ng-leave-active {
  opacity: 0;
} */
/*sugestions*/
.suggestions .row {
  border-bottom: 1px solid #cccccc;
  padding: 5px 0; }

.error-div {
  border-top: 2px solid #dd2c00;
  padding-top: 8px; }

/* CSS AJOUTE PAR JULIEN (JPI) TEST */
div.important {
  padding: 10px 15px 10px 25px;
  border-left: 3px solid #FFC600;
  background-color: #FFFFCC;
  color: #66512c;
  margin-bottom: 15px; }

div.important h5 {
  font-weight: 400; }

span.etape {
  font-weight: 400;
  background-color: #444;
  color: #FFF;
  padding: 2px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  margin-right: 2px; }

img.tuto {
  margin: 15px 0;
  width: auto;
  /*transform-origin:top left;
  -webkit-transform:scale(0.75);*/
  text-align: left;
  max-width: 100%;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.6);
  border: 1px solid #999; }

fieldset {
  padding-top: 25px; }

fieldset legend {
  margin-bottom: -15px;
  padding-top: 12px; }

md-chips md-autocomplete label {
  font-size: 12px;
  margin-top: -13px; }

md-select-value span {
  line-height: 30px !important;
  font-weight: 400 !important; }

md-select-value.md-select-placeholder span {
  opacity: 0.4 !important; }

md-input-container label, md-input-container label, md-input-container label {
  /*color:blue !important;*/
  top: -13px; }

span.md-select-icon {
  margin-bottom: -6px !important; }

md-input-container.md-input-has-placeholder label, md-input-container.md-input-has-value label, md-input-container.md-input-focused label {
  /*color:red !important;*/
  top: -7px; }

ui-view h3, ui-view h4 {
  font-weight: 300; }

ui-view h3 {
  padding-top: 20px; }

ui-view .card h3 {
  padding-top: 0; }

.identification {
  margin-bottom: 25px; }

.material-icons {
  font-size: 12px; }
