.sidebar-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  min-height: 18px;
  min-width: 18px;
  line-height: 18px;
}

[black] {
  color: black !important;
}

[white] {
  color: white !important;
}

.search-select-header {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
  padding-left: 10.667px;
  height: 48px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
}

.md-title {
  font-size: 17px;
}

.cursor-pointer {
  cursor: pointer;
}

.hide-error-spacer .md-errors-spacer {
  display: none;
}

.top-toolbar {
  background: linear-gradient(154deg, #039BE5 0, #00b29c 100%);
  z-index: 10;
}

.top-toolbar-red {
  background: linear-gradient(154deg, #e53935 0, #8E0001 100%);
  z-index: 10;
}

md-toolbar {
  min-height: 56px;
}

.top-toolbar .md-toolbar-tools .ng-dirty {
  color: white !important;
}

.md-button {
  text-transform: none !important;
}

.md-button.small {
  min-width: 1%;
}

.fab-bottom-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.md-button.md-fab.md-mini {
  min-width: 41px !important;
}

md-menu-item .md-button .fa-fw {
  margin-right: 14px;
  color: rgba(0, 0, 0, 0.54) !important;
}

.md-button.group-left {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
}

.md-button.group-middle {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  margin-right: 0px;
}

.md-button.group-right {
  margin-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
}

.badge {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
}

.badge .green {
  background-color: #66BB6A;
}

.badge .red {
  background-color: #E53935;
}

.badge .blue {
  background-color: #2196F3;
}

.badge .orange {
  background-color: #FF5722;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.blue-gradient {
  background: -webkit-linear-gradient(50deg, #45cafc, #303f9f);
  background: linear-gradient(50deg, #45cafc, #303f9f);
}

.card-header {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -20px;
  margin-bottom: 5px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
}

.row-selected {
  background-color: #B2DFDB !important;
}

.bold {
  font-weight: bold;
}

.hide-validation-error .md-errors-spacer {
  display: none;
}

.material-icons {
  vertical-align: middle;
}

.md-list-bottom-right {
  position: absolute;
  bottom: 2px;
  right: 8px;
}

.white-background {
  background-color: white;
}

md-autocomplete {
  min-width: 0px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

pre {
  overflow: auto;
  page-break-inside: avoid;
  font-size: 1em;
  display: block;
  line-height: 1.2;
  word-wrap: break-word;
  font-family: Arial, sans-serif;
}

label {
  display: inline-block;
  font-weight: bold;
}

.btn-unselected {
  background-color: rgba(0, 0, 0, 0.05);
}

.cfe-list-item {
  border-bottom: 1px solid grey;
  border-color: rgba(0, 0, 0, 0.2);
}

.cfe-list-item:hover {
  background-color: #B2DFDB !important;
}

.md-32 {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

.md-45 {
  font-size: 45px;
  width: 45px;
  height: 45px;
}

.md-48 {
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.md-64 {
  font-size: 64px;
  width: 64px;
  height: 64px;
}

.md-128 {
  font-size: 128px;
  width: 128px;
  height: 128px;
}

.md-200 {
  font-size: 200px;
  width: 200px;
  height: 200px;
}

.md-card-800 {
  width: 100%;
  max-width: 800px;
  padding: 30px;
}

.md-card-contingency {
  box-shadow: 0px 0px 10px 1px #FF5722 !important;
}

.contingency-panel {
  padding: 0px 10px;
  box-shadow: 0px 0px 10px 1px #FF5722 !important;
}

.labeled-input {
  margin: 2px;
}
.labeled-input input {
  padding: 10px 15px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid gray;
  border-left: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.labeled-input label {
  min-width: 57px;
  text-align: center;
  padding: 10px 7px;
  background: #efefef;
  border: 1px solid gray;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.labeled-input__invalid label {
  color: red;
  border-right-color: red;
}
.labeled-input__invalid input {
  border-color: red;
}

.shadowed {
  filter: drop-shadow(2px 2px 3px #444);
  -webkit-filter: drop-shadow(2px 2px 3px #444);
  -moz-filter: drop-shadow(2px 2px 3px #444);
}

.shadowed-small {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
  -moz-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.16));
}

pre {
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}

.md-chips {
  font-size: 13px;
}

.md-chips md-chip {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.md-chips md-chip md-icon {
  margin-left: 3px;
  fill: #616161;
}

.autocomplete-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-template li .highlight {
  color: black;
}
.autocomplete-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-template .item-title, .autocomplete-template .item-metadata {
  display: block;
  line-height: 1.5;
}
.autocomplete-template .item-metadata {
  font-size: 0.9em;
}
.autocomplete-template .item-title md-icon {
  height: 18px;
  width: 18px;
}

.formsdgi__period {
  margin-right: 20px;
}

.formsdgi__linesTable th:first-child, .formsdgi__summaryTable th:first-child {
  min-width: 200px;
}
.formsdgi__linesTable tbody tr:hover, .formsdgi__summaryTable tbody tr:hover {
  background-color: #B2DFDB !important;
}

.export__format, .export__cfeType, .export__groupByCurrency {
  min-width: 140px;
  margin-right: 10px;
}

.top-tools {
  margin-top: 5px;
}

.companies-catalog th:first-child, .companies-catalog td:first-child {
  width: 25px !important;
}
.companies-catalog tbody tr {
  height: 46px !important;
}
.companies-catalog tbody tr:hover {
  background-color: #B2DFDB !important;
}

.company__leftPanel {
  min-width: 280px;
}
.company__leftPanel .company__id .md-button {
  text-align: left;
}
.company__leftPanel .company__resolutions .md-button {
  text-align: left;
}

.company__info md-input-container .md-input {
  min-width: 200px;
}
.company__info .dirty {
  border: 3px dashed rgb(0, 150, 136);
  font-weight: bold;
}

.company__sucursalSelector {
  margin: 0px;
  color: rgb(3, 169, 244);
  border-bottom: 0px;
}

.company__updateSucursalDialog table {
  width: 100%;
}
.company__updateSucursalDialog table td {
  border-bottom: 1px solid #e0e0e0;
  width: 50%;
  height: 20px;
}
.company__updateSucursalDialog table td:first-child {
  text-align: right;
  padding-right: 6px;
}

.avatar {
  pointer-events: none;
  vertical-align: middle;
  max-width: 38px;
  max-height: 38px;
  margin-right: 6px;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.ttf");
  src: url("../fonts/fontawesome-webfont.woff");
  src: url("../fonts/fontawesome-webfont.woff2");
}
.fontAwesome {
  font-family: Roboto, FontAwesome, serif !important;
}

.allUsers__search {
  margin: 5px;
}

.allUsers__item--inactive {
  background-color: #E0E0E0;
  font-style: italic;
}

.allUsers__userOptions .md-button {
  width: 100%;
  text-align: left;
}
.allUsers__userOptions .optionIcon {
  width: 24px;
}