.mdl-textfield__label__icon {
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}

.headContent, .footerContent{
    margin: 8px;
}

.btnAction{
    float: right;
    display: inline;
    margin: 3px;
}

.iconSelection{
    margin-left: 10px;
    vertical-align: middle;
}

.formFieldTitle{
    font-size:18px;
}

.titleGrid{
    clear: both;
    font-size: 17px;
    padding-left: 16px;
    box-shadow: 0 8px 7px -7px grey;
}

.card-1 {
    max-width: 350px;
    padding: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.addInput{
    cursor: pointer;
    height: 154px;
    text-align: center;
    line-height: 154px;
}

#ratingInput{
    margin-top: 10px;
}

#ratingInputTitle{
    font-size: 15px;
}

.bookingTitle{
    margin-left: 16px;
    font-weight: bold;
    font-size: 18px;
}

.failureInput{
    color: red;
}

.selectionText{
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.closeFieldBtn{
    float: right;
    cursor: pointer;
}

#fabBtn{
    position: fixed;
    right: 16px;
    bottom: 16px;
}

.mdl-dialog{
    width: 480px !important;
}

.warning > div{
    padding: 2px;
    float: left;
    font-size: 20px;
}

.dialogCalculation{
    font-size: 17px;
    margin: 16px 0;
}

.dialogCalculation > table > tbody > tr > td:last-of-type{
    padding-left: 10px;
}

.center{
    margin: auto;
}

.accountingSummary{
    margin: 5px 16px;
    font-weight: bold;
}

.filterCheckbox {
    margin: 5px;
    float: left;
}

.topBorder{
    border-top: 1px solid lightgrey;
}

.bottomBorder{
    border-bottom: 1px solid lightgrey;
}

.max-width{
    width: 100% !important;
}

#pdfView{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#pdfViewBtn{
    position: fixed;
    top: 10px;
    left: 10px;
}