.header__logo {
    width: 45px;

}

.user-info__title{
    font-family: TeXGyreAdventor;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.37px;
    text-align: center;
    color: #000000;
    margin: 0px;
}

.user-info__salary{
    font-family: TeXGyreAdventor;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    color: #000000;
    cursor: pointer;
    width: 160px;
    margin: 0 auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.user-info__details-dialog{
    display: none;
    /*height: 248px;*/
    border-radius: 2px;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
    border-style: solid;
    border-width: 0px;
    border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
    background-clip: content-box, border-box;
    position: absolute;
    left: 28%;
    top: 78px;
    text-align: left;
    z-index: 99;
}

.user-info__details-title{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.87);
}

.user-info__details-list{
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}
.user-info__details-list p{
    margin-bottom: 2px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #000000;
}

.user-info__details-content{
    padding: 21px 24px;
}

.user-info__total{
    height: 52px;
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 9px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0.28px;
}

.invoice__company-header {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 30px auto 10px;
}

.container {
    max-height: 80%;
    padding: 0 50px;
    background-color: white;
    width: 828px;
    padding: 30px 0;
}

.welcome-text {
    text-align: left;
    font-size: 54px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0.3px;
    font-family: TeXGyreAdventor;
    color: black;
}

.blue-text{
    color: #007aff;
}

.breadcrumbs{
    font-family: TeXGyreAdventor;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.15px;
    color: #b7b7b7;
}
.breadcrumbs a{
    color: inherit;
}

.hint-text{
    color: black;
    font-size: 22px;
    letter-spacing: 0.28px;
    line-height: 36px;
    text-align: left;
    font-family: Roboto;
    margin-top: 19px;
}
.blue-btn{
    border-radius: 0px;
    width: 240px;
    height: 60px;
    text-align: center;
    display: inline-grid;
    align-items: center;
    font-family: TeXGyreAdventor;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin-top: 22px;
}

.back-btn{
    border-radius: 0px;
    height: 60px;
    text-align: center;
    display: inline-grid;
    align-items: center;
    font-family: TeXGyreAdventor;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #007aff;
    margin-top: 22px;
    border: solid 2px #007aff;
    background-color: white;
    width: 100px;
    margin-right: 95px;
}

.logout-btn{
    width: 57px;
    height: 25px;
    font-family: TeXGyreAdventor;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007aff;
}

/*stories page*/

.projects{
    width: 100%;
    margin-top: 10px;
}
.project-title{
    width: 100%;
    height: 45px;
    background-color: #FCFCFC;
    padding: 9px 26px;
    font-family: TeXGyreAdventor;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.15px;
    color: #000000;
}
.story{
    width: 100%;
    height: 70px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #D8D8D8;
    padding-top: 11px;
}
.story-title{
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 0.2px;
    color: #000000;
    margin: 0px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.story-tasks-count{
    opacity: 0.6;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: 0.15px;
    color: #000000;
}
.story-checker{
    width: 50px;
    height: 100%;
    float: left;
    font-size: 23px;
    padding: 10px 15px;
    color: #d8d8d8;
    line-height: 0px;
}

.story-label{
    width: 90%;
}
input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}

input[type=checkbox] + label:before {
    content: "\f058";
    cursor: pointer;
} /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 10px; } /* space between checkbox and label */

input[type=checkbox]:checked + label:before {
    content: "\f058";
    cursor: pointer;
    color: #007aff;
} /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */

/*invoice report page*/

.editor-wrapper{
    background-color: #FCFCFC;
    padding: 10px 3px 20px 20px;
    margin-top: 10px;
}
#report-editor{
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 390px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    resize: none;
    outline: none;
    display: inline-block;
    white-space: pre-wrap;
}

.processing-wrapper{
    background-color: #F8F8F8;
    padding: 20px;
    margin-top: 10px;
}
.processing-logo{
    width: 115px;
    height: 114px;
    margin: 120px auto 0px;
}
.processing-text{
    width: 300px;
    margin: 0px auto 110px;
    text-align: center;
    font-family: TeXGyreAdventor;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 0.23px;
    color: #000000;
}
.wrong-text{
    font-family: TeXGyreAdventor;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 40px 0px 0px;
}

.edit-info-link{
    font-family: TeXGyreAdventor;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #007aff;
}