/* Styles go here */

body {
    font-family: 'Ubuntu', sans-serif;
    color: orangered;
}

.md-accent {
    color: #004696;
    background-color: #f8d7da;
    padding: 2rem;
    margin: 2rem;
    border-radius: 2rem;
    border: 2px solid #c3cfe6;

}

.fill-height{
    display: flex;
    flex: 1;
    min-height: 100%;
}

.fill-height > div{
    min-height: 100%;
    display: flex;
}

md-sidenav {
    overflow: visible;

}
.side-menu, .side-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}

.side-menu .md-button.active {
    color: deeppink;
}

.side-menu .menu-toggle-list a.md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}

.side-menu .menu-toggle-list .md-button {
    display: block;
    padding: 0 16px 0 32px;
    text-transform: none;
}

.side-menu > li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.md-button-toggle .md-toggle-icon.toggled {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.side-menu .md-button-toggle .md-toggle-icon {
    background-size: 100% auto;
    display: inline-block;
    margin: auto 0 auto auto;
    width: 15px;
    color: darkgray;
    transition: transform .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease-in-out;
}

.menu-toggle-list.ng-hide {
    max-height: 0;
}

.side-menu .md-button {
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

.menu-toggle-list {
    background: #fff;
    max-height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -webkit-transition-property: max-height;
    -moz-transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    -moz-transition-property: max-height;
    transition: 0.75s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: max-height;
}


.side-menu menu-toggle span{
    padding-top: 12px;
    padding-bottom: 12px;
}

.md-button.logo {
   width: 80%;
   height: 100px;
}
.logo-image {
    height: 100%;
    width: 100%;
}
/*md-toolbar .md-toolbar-tools {
    margin-left: 40px;
}
*/
md-toolbar.md-table-toolbar form {
  margin-left: 16px;
}
md-toolbar.md-table-toolbar form > input {
  width: 100%;
  margin: 0;
  border: none;
  color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form > input:focus {
  outline: none;
}
.md-button.md-fab.md-fab-top-left {
    top: 0px;
    left: 0px;
    position: fixed !important;
}
md-sidenav,
md-sidenav.md-locked-open-add-active,
md-sidenav.md-closed.md-locked-open-add-active,
md-sidenav.md-locked-open {
  width: 330px;
  min-width: 330px;
  max-width: 330px;
}

.badanie-cito {
  background-image: linear-gradient(to right, #bed0eb, #a8eb12);
}

.przeniesienie-polka {
    /* https://rgbcolorcode.com/color/polished-pine */
    /* Salmon #FA8072 */
    /* Ecru #C2B280 */
    background: -moz-linear-gradient(left, #FA8072BB 20%,#C2B28066 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #FA8072BB 20%,#C2B28066 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #FA8072BB 20%,#C2B28066 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a601e', endColorstr='#FF000',GradientType=1 ); /* IE6-9 */
}

.przeniesienie-szybkasciezka {
    /* French Rose #F64A8A */
    /* Alice Blue #F0F8FF */
    background: -moz-linear-gradient(left, #F64A8A88 20%,#F0F8FF44 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #F64A8A88 20%,#F0F8FF44 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #F64A8A88 20%,#F0F8FF44 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a601e', endColorstr='#FF000',GradientType=1 ); /* IE6-9 */
}

.przyjecie-dna {
    background: #7fb9f950; /* FF3.6-15 */
}
.przyjecie-krew {
    background: #f07d8250; /* FF3.6-15 */
}
.przyjecie-slina {
    background: #d7eff350; /* FF3.6-15 */
}

.uwaga {
    background-color: #f07d8290 !important;
}

div.layout-column.flex > md-input-container.small-gap:first-child {
    margin: 16px 10px 0 0;
}
div.layout-column.flex > md-input-container.small-gap:last-child {
    margin: 0 10px 16px 0;
}
div.layout-column.flex > md-input-container.small-gap + md-input-container.small-gap {
    margin: 0 10px 0 0;
}

.padding-4 {
    padding: 4px;
}

ul.none, ol.none {
    list-style-type: none;
    white-space: nowrap;
}

.center {
    text-align: center !important;
}
.right {
    text-align: right !important;
}
.left {
    text-align: left !important;
}

/* https://www.rapidtables.com/web/color/html-color-codes.html */
.cov2 { color: #0000FF !important; }  /* blue */
.cant { color: #191970 !important; }  /* midnightblue */
.cigg { color: #556B2F !important; }  /* darkolivegreen */

table.siatka {
    border-collapse: collapse;
    margin: 0 auto;

}
table.siatka th {
    background-color: rgba(0,0,0,0.2);
}
table.siatka th,
table.siatka td {
    padding: 0.3rem;
    border: 1px solid rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.54);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    margin: 0;
    line-height: 1.6em;
}
table.siatka tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.05);
}

/* */
.primary-header {
    background: #3f51b5;
    padding-left: 20px;
}

.primary-header.h1 {
    color: #fff;
    font-weight: 300;
    margin: 0;
    padding: 28px 8px;
    font-size: 20px;
}

.guide-item {
    text-decoration: none;
    display: flex;
    margin: 15px;
}

.guide-card {
    text-align: center;
    width: 210px;
    height: 210px;
}

.btn-raport {
    margin: 15px;
}

.guide-card-divider {
    width: 40%;
    height: 7px;
    margin: 15px auto;
    background: #ff4081;
}
/* */

/* Remove Arrows/Spinners from input type="number" */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
/* /Remove Arrows/Spinners from input type="number" */

.fas {
    font-size: 20px;
}
