body {
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    position: relative;
}

.top-cross-ribbon {
    background: #EA4335;
    padding: 10px 81px;
    color: #FFF;
    position: absolute;
    top: 70px;
    left: -55px;
    transform: rotate(-45deg);
    border: 1px dashed #FFF;
    box-shadow: 0 0 0 3px #EA4335;
    margin: 5px;
    z-index: -1;
}

.container .btn {
    position: relative;
}

.container .btn i.pull-left {
    position: absolute;
    left: 11px;
    margin-top: 5px;
}

#active-patients {
    position: absolute;
    right: 0;
    padding-right: 10px;
    top: 60px;
}

#active-patients a.disabled {
    cursor: default;
}

div#notat {
    font-size: 10pt;
}

div#notat textarea {
    width: 100%;
    min-height: 280px;
}

#copyButton {
    float: right;
}

#copySuccess {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 10pt;
    color: black;
    display: none;
}

#notat {
    margin-bottom: 20px;
}

.warning {
	color: red;
	font-weight: bold;
}