/* Style navbara */
.menu-cards.mdl-card {
    width: 100% !important;
    height: 320px;
}

.mdl-layout__header-row {
    display: flex;
}

.shortcuts-img {
    max-height: 16px;
    max-width: 16px;
    margin-right: 3px;
}

.search {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 20px;
    flex-grow: 1;
    height: 36px;
}

.search > div {
    float: left;
    height: 36px;
    margin-left: 8px;
}

.search-divforinput {
    width: calc(100% - 40px);
}

.search-icon {
    padding-top: 6px;
}

.isearch {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: white;
}

.isearch:focus {
    outline: none;
}

.isearch::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
.isearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: white;
   opacity:  1;
}
.isearch::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: white;
   opacity:  1;
}
.isearch:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
}
.isearch::-ms-input-placeholder { /* Microsoft Edge */
   color: white;
}

@media screen and (max-width: 1024px){.mdl-layout__header {
    display: flex;
}}

@media screen and (max-width: 1024px){.breadcrumbs {
    display: none;
}}

@media screen and (max-width: 1024px){.mdl-layout__header-row {
    padding: 0 0 0 35px;
}}

/* Style kart w menu glownym */
#menu-card-zamowienia > .mdl-card__title {
    color: #fff;
    background: url('/img/cards/projekty.jpg') bottom right 15% no-repeat #46B6AC;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#menu-card-pracownicy > .mdl-card__title {
    color: #fff;
    background: url('/img/cards/employees.jpg') bottom right 15% no-repeat #46B6AC;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Menu administracji */
#menu-card-users > .mdl-card__title {
    color: #fff;
    background: url('/img/cards/users.jpg') bottom right 15% no-repeat #46B6AC;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu-card-inspectors > .mdl-card__title {
    color: #fff;
    background: url('/img/cards/users.jpg') bottom right 15% no-repeat #46B6AC;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#menu-card-users {
    cursor: pointer;
}

#menu-card-inspectors {
    cursor: pointer;
}

/* Klasy srodkujace */
.content-center {
    margin: 12px;
    display: flex;
    justify-content: center;
}

.center-input {
    display: flex;
    justify-content: center;
}

/* Przyciski FAB */
.button-one {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.button-two {
    position: fixed;
    right: 20px;
    bottom: 86px;
    z-index: 10;
}

/* Text area */
.text-area-width {
    width: 100% !important;
}

/* Strona logowania */
.mdl-layout-login {
	align-items: center;
    justify-content: center;
}
.mdl-layout__content-login {
	padding: 24px;
	flex: none;
}

.bg-image {
    background: url('/img/login.jpg');
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login-submit {
    width: 100%;
}

.login-footer {
    color: white;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    position: relative;
    padding-top: 20px;
}

.login-app-version {
    color: white;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
}

.progress-hide {
    visibility: hidden;
}

.mdl-color--primary {
    background-color: #3e7c3e !important;
}

/* Linki nawigacyjne */
.breadcrumbs>a {
    color: white;
    font-size: 20px;
}

.breadcrumbs>a:not(:first-child)::before {
    content: " \\ ";
}

.breadcrumbs-button {
    padding: 0 !important;
}

/* Poprawa stylu wyszukiwania */
.search-input {
    border-bottom: white solid 1px;
}

/* Style plugina do plików */
.dropify-wrapper {
    height: 70px !important;
    width: inherit !important;
    border: none !important;
}

.dropify-row {
    padding: 0px !important;
}

/* Poprawa responsywnosci tabel z plikami */
.file-table {
    table-layout:fixed;
    width:100%;
}
.file-table td, .file-table th {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/* Naprawa ułożenia checkbox */
.mdl-checkbox {
    margin-top: 21px;
}

td>.mdl-checkbox {
    margin-top: 0px;
}

.checkbox-header>.mdl-checkbox__focus-helper, .checkbox-header>.mdl-checkbox__box-outline {
    top: -1px !important;
}

.checkbox-header>.mdl-checkbox__ripple-container {
    top: -10px !important;
}

/* Dodanie opisu do pliku */
.cell-center {
    text-align: center !important;
}

.file-desc {
    width: 80%;
}

/* Kolorowanie na czerwono po przekroczeniu oczekiwanej daty uzgodnienia */
.exceeded {
    color: red !important;
}

/* Czat */

.card-chat-title {
    color: #fff;
    background-color: rgb(96,125,139);
}

.card-chat-text {
    width: 100% !important;
}

.card-chat-date {
    font-size: 10px;
    position: absolute;
    right: 16px;
}

.card-chat-person {
    font-size: 16px;
}

.card-chat {
    min-height: 0px !important;
    min-width: 400px !important;
    width: fit-content !important;
}

.card-chat-file {
    cursor: pointer;
}

.card-chat-textarea {
    padding: 0px !important;
    width: calc(90% - 38px) !important;
}

.card-chat-button {
    vertical-align: baseline;
}

#card-chat-textarea {
    top: 4px;
}

#card-chat-textarea:after {
    bottom: 0px;
}

#card-chat-filearea {
    padding: 0px !important;
}

/* Linki boczne */
/* .social {
  position: fixed;
  top: 70px;
}

.social a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.36);
}

.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(96, 125, 139, 0.36);
  width: 265px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(110px, 0);
  background: rgba(96, 125, 139, 1);
}
.social ul li:hover a {
  color: #ffffff;
}
.social ul li:hover i {
  color: #fff;
  background: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
} */

/* Wysyłanie maila */
.mail-dialog-content {
    padding: 0px !important;
}

.mail-mdl-stepper {
    box-shadow: none !important;
}

.mdl-step.is-active .mdl-step__label-indicator {
    background-color: rgb(255,171,64) !important;
}

.mdl-step--completed .mdl-step__label-indicator {
    background-color: rgb(96,125,139) !important;
}

/* Administracja */
.signature-container {
    flex-grow: 1;
    max-width: 800px;
}
.signature-container > .signature {
    width: 100%;
}

.signature-save-btn {
    float: right;
}

/* Przycisk dla admina */
.admin-button-th {
    width: 120px !important;
}

/* Miniaturka zdjęcia */
.photo-thumbnail {
    height: 100px;
}


.project-lists {
    margin: 12px;
    display: flex;
    justify-content: space-between;
}

.project-lists > div {
    margin: 5px;
}


/* Widok listy projektów START */
.table-scroll {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 839px) {
    .project-lists {
        display: block;
        width: 100%;
    }
}
/* Widok listy projektów KONIEC */

/* Przewijanie tabel */
.table-overflow {
    overflow-x: auto;
}

/* Poprawa komponentu tabów MDL */
.mdl-layout__tab-bar > a:last-child {
    padding-right: 72px;
}

/* Ukrywanie kolumn tabel na moblie */
@media screen and (max-width: 839px) {
    .hide-on-mobile {
        display: none;
    }
}

/* Branding W&W Consulting */
.mdl-layout__header {
    background-color: #3e7c3e !important;
}

/* Zamowienia */

.add-curosor-pointer {
    cursor: pointer;
}

.show-button {
    display: inline-block;
    vertical-align: middle;
}

.save-button {
    float: none;
}

.save-button-div {
    text-align: center;
}

.company-list {
    height: 23px;
}

.list-buttons {
    padding-top: 10px;
}

.mdl-menu__container {
    -webkit-box-shadow: 0px 5px 15px 5px #000000; 
    box-shadow: 0px 5px 15px 5px #000000;
}