﻿html, body {
  /*height: 100%;*/
  font-size: 15px;
}

*:focus {
  outline: none;
}

.main-layout {
  display: flex;
  /*height: 100%;*/
}
.main-layout .main-sidebar {
  width: 250px;
  min-width: 230px;
  min-height: 400px;
  /*background-color: rgba(255, 165, 0, 0.60);*/
  /*background-color: rgba(189, 189, 189, 0.30);*/
  /*background-color: #ECEFF1;*/
  /*background-color: #CFD8DC;*/
  /*background-color: #DFE8EE;*/
  /*background-color: #FAFAFA;*/
  background-color: #FAFAFA;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;*/
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  /*padding-bottom: 25px;*/
  border-bottom-right-radius: 10px;
  align-self: flex-start;
  padding-bottom: 15px;
}
.main-layout .main-sidebar .brand {
  font-size: 30px !important;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 400;
  border-bottom: 1px solid #E0E0E0;
  background-color: #EEEEEE;
}
.main-layout .main-sidebar .mud-nav-link-text {
  padding-top: 4px;
  padding-bottom: 4px;
}
.main-layout .main-content {
  /*width: 100%;*/
  /*background-color: rgba(0, 128, 0, 0.60);*/
  width: 100%;
}
.main-layout .content-menu {
  height: 55px;
  background-color: rgba(189, 189, 189, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-layout .page-bar {
  background-color: #FAFAFA;
  width: 100%;
  min-height: 50px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  border-bottom-color: #E0E0E0;
}
.main-layout .page-bar h1 {
  font-size: 30px !important;
  font-weight: 400;
  margin-right: 20px;
}

.login-page .login-content {
  width: 400px;
}

.no-wrap {
  white-space: nowrap;
}

table td.shrink {
  white-space: nowrap;
  padding-right: 10px;
}
table td.expand {
  width: 99%;
}

.table-edit {
  line-height: 32px;
}
.table-edit td:first-child {
  padding-right: 15px;
}

.line-height-32 {
  line-height: 32px;
}

.margin-page {
  margin-top: 28px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 40px !important;
}

.monospace {
  font-family: monospace;
  font-size: 95%;
}

a {
  color: #007bff;
}

.colored-links a {
  color: #007bff;
}
.colored-links a:hover {
  color: #7800ff;
}

a.colored-link:hover {
  color: #7800ff;
}

.bold {
  font-weight: bold;
}

.align-left {
  text-align: left;
}

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

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

h1 {
  font-size: 25px;
}

.mud-disabled input {
  background-color: whitesmoke !important;
}

.clickable {
  color: #007bff;
  cursor: pointer;
}

@media print {
  .no-print {
    display: none !important;
  }
}
.invoice-page {
  width: 900px;
}
.invoice-page .invoice-container {
  font-size: 17px;
  line-height: 24px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-weight: 300 !important;
  width: 100%;
}
.invoice-page .invoice-header-table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
}
.invoice-page .invoice-header-table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.invoice-page .invoice-header-half {
  width: 50%;
}
.invoice-page .invoice-comapny-name {
  font-size: 48px;
  /*margin-top: 5px;*/
}
.invoice-page .invoice-number {
  font-size: 20pt;
  margin-bottom: 4px;
}
.invoice-page .invoice-danovy-doklad {
  font-size: 16pt;
}
.invoice-page .invoice-data td {
  padding-top: 20px;
  vertical-align: top;
}
.invoice-page .invoice-doklad-vystavil {
  margin-top: 50px;
  /*        position: absolute;
  bottom: 30px;*/
}
.invoice-page .invoice-products-table {
  width: 100%;
  /*        td, th {
      padding-top: 10px;
      padding-bottom: 10px;
  }*/
}
.invoice-page .invoice-products-table th {
  background-color: whitesmoke;
}
.invoice-page .header-row {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
.invoice-page .header-row td {
  padding-top: 25px;
  padding-bottom: 20px;
}

.font-90 {
  font-size: 90%;
}

.table-bordered {
  border-collapse: collapse;
}
.table-bordered th {
  font-weight: bold;
  text-align: left;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.table-dashed-border td, .table-dashed-border th {
  border-style: dashed;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-350 {
  width: 350px;
}

.width-400 {
  width: 400px;
}

.width-450 {
  width: 450px;
}

.width-500 {
  width: 500px;
}

.width-600 {
  width: 600px;
}

.background-grey-lighten5 {
  background-color: #FAFAFA;
}

.background-grey-lighten4 {
  background-color: #F5F5F5;
}

.border-grey-lighten2 {
  border: 1px solid #E0E0E0;
}

.dashboard-page .mud-card {
  border: 1px solid #E0E0E0;
}
.dashboard-page .mud-card .mud-card-header {
  background-color: #F5F5F5;
  border-bottom: 1px solid #E0E0E0;
  text-align: center;
}
.dashboard-page .mud-card .mud-card-content {
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 110px;
}
.dashboard-page .mud-card .number-content {
  font-size: 60px;
}
.dashboard-page .mud-card .mud-card-actions {
  background-color: #F5F5F5;
  border-top: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
}

.table-list-old {
  border-collapse: collapse;
}
.table-list-old tr td:not(:last-child) {
  padding-right: 12px;
}
.table-list-old tr td:not(:first-child) {
  padding-left: 12px;
}
.table-list-old tr:first-child {
  border-top: 1px solid #dcdcdc;
  /*background-color: whitesmoke;*/
}
.table-list-old tr:first-child td {
  font-weight: 500;
}
.table-list-old tr:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.table-list-old td {
  padding-top: 4px;
  padding-bottom: 4px;
  /*border-bottom: 1px dashed #dcdcdc;*/
}
.table-list-old td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.table-list-old thead td {
  font-weight: bold;
}

.table-detail {
  border-collapse: collapse;
}
.table-detail td {
  padding: 5px 12px 5px 12px;
  border: 1px solid #dcdcdc;
}
.table-detail td:first-child {
  font-weight: 500;
  background-color: #FAFAFA;
  text-align: right;
}
.table-detail td:last-child {
  /*background-color: #FAFAFA;*/
}

.table-detail-alt {
  border-collapse: collapse;
}
.table-detail-alt td {
  padding: 5px 12px 5px 12px;
  border: 1px solid #dcdcdc;
}
.table-detail-alt td:first-child {
  text-align: right;
}
.table-detail-alt td:last-child {
  font-weight: 500;
  background-color: #FAFAFA;
  text-align: left;
}

.table-list {
  border-collapse: collapse;
}
.table-list tr:first-child td {
  font-weight: 500;
  background-color: #FAFAFA;
}
.table-list td {
  padding: 5px 12px 5px 12px;
  border: 1px solid #dcdcdc;
}

table .mud-button {
  margin: 0px !important;
}

.dev-border {
  border: 1px solid red;
}

.dev-border-2 {
  border: 1px solid lime;
}

.orderable-image-container {
  border: 1px solid pink;
  padding: 15px;
  margin-right: 15px;
}

.data-import-page .thumb-container {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 10px 8px 8px 8px;
}
.data-import-page .thumb {
  max-width: 250px;
  max-height: 250px;
}

h2 {
  font-weight: 500;
  margin-top: 0px;
}

.checkbox-container {
  border: 1px solid #dcdcdc;
}

.artists-page .search-panel {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.artists-page .search-phrase {
  width: 100%;
  height: 37px;
  border: 1px solid silver;
  margin-top: 1px;
  font-size: 16px;
}
.artists-page .input {
  border: 1px solid silver;
  border-radius: 4px;
  padding: 6px 12px;
}
.artists-page .input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
