div.note pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    /* margin-top: 10px; */
}

div.note{
    border: 1px solid #ccc;
    padding: 25px;
    margin-bottom: 25px;
}

div.note h2{
    /* font-weight: bold; */
    display: inline;
}

div.note .note_buttons{
    display: none !important;
}
div.note:hover .note_buttons{
    display: block !important;
    float: right;
}



div.note pre{
	background-color: #fff;
	margin: 25px 0 0 0;
	padding: 0;
	border: none;
}

/*
section#main form fieldset textarea, section#main form fieldset input#title, section#main form fieldset input#tags{
    width: 988px;
    padding: 5px;
    border: 1px solid #666;
    margin-bottom: 25px;
}

section#main form fieldset textarea{
    height: 800px;
}
*/

span.statusbox{
    padding: 7px;
    font-weight: bold;
    display: block;
    margin-bottom: 25px;
}

span.statusbox.ok{
    border: 3px solid #0f0;
    background-color: #efe;
}

span.statusbox.fail{
    border: 3px solid #f00;
    background-color: #fee;
}


textarea#content_textarea{
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace !important;
    height: 100%;
}

span#shebang{
    color: #f0a;
}

div#welcome_banner{
    margin-top: 100px;
}

div#login_alert{
    margin-top: 100px;
}



#searchbox{
    width: 200px;
}


/*
div.note div.attachments{
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px 5px 9px 5px;
	margin-top: 25px;
}
*/


/*
	Note truncation
*/
.truncated_note{
	max-height: 190px;
	overflow: hidden;
}

.note p{
	margin: 25px 0 0 0;
	padding: 0;
}

/*
	Overrides cssreset.css
*/
.table th{
	font-weight: bold;
}



/*
	Automatic width on bootstrap inputs
	http://stackoverflow.com/questions/18539711/input-widths-on-bootstrap-3
*/
.form-control-inline {
    min-width: 0 !important;
    width: auto !important;
    display: inline !important;
}

/*
	Bold på active menyvalg i venstremenyen
*/
.navbar{
    height: 50px;
}

div#wrapper{
    height: calc(100vh - 50px);
    padding-top: 2rem;
}


.full_height{
    height: 100%;
}


.h100perc-60px{
    height: calc(100% - 76px); /* .h60px+element margin-bottom: 76px */
}

.h60px{
    height: 60px;
    margin-bottom: 0px !important;
}




/*
    Create inline hidden element on breakpoint
*/
@media (max-width: 991.98px){

    .hide-except-lg-up-inline{
        display: none !important;
    }
}
