body{
    font-size: 11px; height: 100%;
}
img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
img.avatar {
    width: 30%; margin-top: 2vh; margin-bottom: 2vh;
}
img.avatar-dialog {
    width: 50px;
}
img.avatar_list {
    width:60px; float: left; margin-right: 20px;
}
img.avatar_list_mini {
    width:40px;
}
img.owner {
     margin-bottom: 10px; width: 50%;
}
img.logo{
     margin: 0 auto;
    width:100px;
    height: 100px;
    margin-top: 2vh;
}
img.circle {
    border-radius: 50%;
}
.aktywny{
    background-color:#2196f3 !important;
    color:white!important;
}
.project_list > li {
   margin:0px!important;
   padding:0px!important;
    height:66px!important;
    display: inline-block!important;
    width:24%;

}
.project_list > li > span{
    line-height:12px!important;
}
.aktywni_list > li {
    margin:0px!important;
    padding:0px!important;
    height:54px!important;
    display: inline-block!important;
    width:49%;
}
.adm_list > li {
    margin:0px!important;
    padding:0px!important;
    height:66px!important;
    display: inline-block!important;
    width:32%;
}

.heading-project{
    min-height:52px;
    font-size:24px;
    color:#424242;
    background-color: white;
    margin-top:0px;
    border-bottom:2px solid #2196f3;
}
.icon-project{
     font-size: 46px;
    vertical-align: middle
 }

.profile-div{
    max-height:150px!important;
}
.wide5{
    width: 50vw;
}
.link-avatar{
    text-decoration: none;
    color:white;
}
.logout{
    text-decoration: none;
    color:white;
}

.projekt-list-three .user_list .mdl-list__item-text-body{ font-size: 12px; }
.projekt-list-three .user_list .material-icons{ font-size: 15px; }
.projekt-list-three .user_name{ font-size: 12px; font-weight: 700}



.mdl-list__item-avatar, .mdl-list__item-avatar .material-icons {
    height: 60px;
    width: 60px;
    background-color: #c3c7ca;
    font-size: 60px !important;
    color: #fff;
}
.mdl-layout__drawer a{ display: block; text-decoration: none; padding: 10px 10px}
.mdl-layout__drawer{
    width:180px;
    height:100%;
    max-height:100%;
    top:0;
    left:0;
    box-shadow:none;
    box-sizing:border-box;
    border-right:1px solid rgb(205,220,57);
    background:#fafafa;
    -webkit-transform:translateX(-200px);
    transform:translateX(-200px);
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    will-change:transform;
    transition-duration:.2s;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    color:#424242;overflow:visible;
    overflow-y:auto;z-index:5
}
.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen)>.mdl-layout__header{margin-left:180px;width:calc(100% - 180px)}
.mdl-layout--fixed-drawer>.mdl-layout__content{
    margin-left:180px
}
.mdl-layout__header {

    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 14px;
    max-height: 1000px;
    z-index: 3;
    background-color: rgb(205,220,57);
    color: rgb(66,66,66);
    box-shadow: none;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: max-height,box-shadow;
}

.mdl-layout__header .mdl-layout__header-row {
    height: 40px; color: white;
}
.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
    padding-left: 15px;
}

.mdl-layout__drawer-button {
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    line-height: 36px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 8px 12px;
    top: 0;
    left: 0;
    color: rgb(66,66,66);
    z-index: 4;
}

@media screen and (max-width:1024px){
    .mdl-layout--fixed-drawer > .mdl-layout__content {
        margin-left: 0px;
    }
    .mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
        padding-left: 45px;
    }
}

.butto:hover{background: #E0E0E0 !important;color: #fff !important;}
.material-icons{ }

.project .project-card-wide {
    color: #fff;
    height: 176px;
    font-size:51px;
    padding: 20px 20px;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
}
.project .project-card-wide .material-icons{ font-size: 60px; margin-right: 10px; vertical-align: text-bottom }
.project .project-card-wide .title{font-size: 13px;margin-bottom: 20px}
.project { padding-top:15px}
.project .name { font-size: 30px}
.project .name .material-icons{ font-size: 35px; margin-right: 10px; vertical-align: text-bottom }
.project .programmer-card-wide .material-icons{ font-size: 60px; margin-right: 10px; vertical-align: text-bottom }
.project .programmer-card-wide .title{font-size: 13px;margin-bottom: 20px}
.project .programmer-card-wide {
    color: #fff;
    font-size:51px;
    padding: 20px 20px;
    /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
}
.wide {
    width:100%
}
.concepts th {
    line-height: 12px; font-size: 11px; padding-top: 10px; padding-bottom: 10px;
}
.concepts .mdl-data-table {
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: pre-wrap;
    font-size: 13px;
    background-color: #fff;

    box-shadow: none !important; border: none !important;

}
.concepts .material-icons{
    vertical-align: text-bottom; margin-right: 5px;
}
.concepts .mdl-card__actions {
    display: flex;
    box-sizing:border-box;
    align-items: center;
}
.concepts .mdl-card__actions > .mdl-button--icon {
    margin-right: 3px;
    margin-left: 3px;
}
.concepts .mdl-card__title-text, .concepts .mdl-card__title-text .material-icons{
    font-size: 10px;
}


.concepts .title-text {
    display: flex;
    box-sizing:border-box;
    align-items: center;
}
.concepts .title-text > .mdl-button--icon {
    margin-right: 3px;
    margin-left: 3px;
}
.concepts .mdl-card__actions span{
    font-weight: bold;
}

.concepts .mdl-card__actions span .material-icons{
    font-size: 20px;
}

.concepts .mdl-card__actions .material-icons{
    font-size: 27px;
}
.concepts .mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
    height: 30px;
    width: 30px;
    background-color: #c3c7ca;
    font-size: 30px !important;
    color: #fff;
}
.dialogs .mdl-chip{
    padding-right: 15px;
}
.dialogs .mdl-chip .material-icons{
    font-size: 32px;
}
.mdl-badge[data-badge]:after {

    background: #FF9800;
    color: #fff;
}
.dialog_user{
    border-radius: 5px; padding: 10px 15px; background: white;
}

.dialog_opi{
    border-radius: 0px; padding: 0px 0px; padding-top: 13px;
}
.line {
    position: relative;
    z-index: 1;
}
.line:before {
    border-top: 2px solid white;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 37px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}
.adm_check{border-left:10px solid #B71C1C}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {

    padding: 5px 15px;
    color: #757575;
}
.mdl-navigation .material-icons{ margin-right: 10px; font-size: 19px; vertical-align: text-bottom}
.mdl-chip__text{font-size: 11px}
.mdl-chip__action {
    opacity: 1;
}
.mdl-data-table {
    white-space: normal;
}
.card__title{ color: white; opacity: .5; font-size: 2vw; padding: 20px 20px}
.h100{min-height: 100%}

.mdl-layout__tab {
    margin: 0;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;

    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(66,66,66,.6);
    overflow: hidden;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {

    display: none;

}
.mdl-tabs__tab-bar {
    height: 32px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.mdl-tabs__tab {
    padding: 0 24px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

header select option, main select option{
    background: transparent;
    font-size:11px;
    color: dimgrey;
    -webkit-appearance: none;
}

main th{padding-left:25px; font-size: 11px !important; line-height: 14px}
main td{padding: 0 0 !important; padding-left:10px !important; padding-right:10px !important; font-size: 11px !important; line-height: 14px}
.ticket_table tbody tr:hover{background: #fdd835 !important;}
.ticket_table th {
    vertical-align: middle;
    height: 28px;
    font-size: 12px;
    color: rgba(0, 0, 0, .54); border: none;
}

.szczegoly .mdl-chip {
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 0;
    border: 0;
    border-radius: 12px;
    background-color: #fff;
    color: rgba(0,0,0,.87);
    margin: 2px 0;
}
.szczegoly .mdl-chip__contact {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    margin-right: 8px;
    font-size: 18px;
    line-height: 24px;
}
.zadania .mdl-textfield__input {
    font-size: 12px;
    color: black !important;
    border-bottom: 1px dotted rgba(250,250,250,.3);
}

.archiwum .mdl-textfield__input {
    font-size: 12px;
    color: dimgrey !important;
    border-bottom: 1px dotted rgba(250,250,250,.3);
}

.ticket_table a{ text-decoration: none !important; color: rgba(0, 0, 0, .8);}

.dokumenty .mdl-data-table th {
    padding: 0 10px 12px 10px;
}

.mdl-dialog__content .mdl-textfield__input {
    font-size: 12px;
    color: #333 !important;
    border-bottom: 1px dotted rgba(250,250,250,.3);
}

.ticket_table .mdl-badge[data-badge]:after {
    background: #BDBDBD;
    color: #fff;
    margin-top: -11px;
}
.ticket_table .is_active{
    background: #FFCDD2;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.mdl-textfield__input {
    font-size: 14px;
}
.mdl-textfield__label{ font-size: 13px; margin-top: -2px}
.mdl-snackbar{max-width: 50%;}

.mdl-snackbar__text{ font-size: 16px}
dialog{position: absolute; z-index:200; display:none;}
.karta-usera .mdl-card__title-text{ font-size: 15px}
.karta-usera .mdl-card__supporting-text{ font-size: 12px}
.karta-usera .mdl-card__actions{ font-size: 11px}
.karta-usera .mdl-card__actions .material-icons{ font-size: 17px}
.adm_user_table td, .adm_user_table .mdl-textfield__input{ font-size: 12px}

@media (max-width: 1024px) {

    .project_list > li {
        width:100%;
    }
}


/*
.mdl-layout__drawer{ border: none; background: #b5e5f4 !important;}
.mdl-layout__drawer span{display: block;}
.mdl-layout__drawer button{ border: none !important;background: #b5e5f4 !important;}
.mdl-layout__drawer a{ display: block; text-decoration: none; padding: 10px 10px}
.menulist{ padding: 5px 20px !important; font-size: 13px; }
.tytulmenu{ font-size: 11px}

.padding-5b{ padding-bottom: 5px}
.is_active{
   background: coral !important;
}
.color_blue_grey{
    background: #8798a8 !important;
}

.mdl-layout__header, .mdl-layout__tab-bar-container, .mdl-layout__tab-bar-container{ background: #f39599 !important; }
*/
/*!

