body {
    /*background: url("../images/grey_wash_wall.png");*/
    background: #efefef;
}

main {
    display: flex;
    min-height: 100%;
    padding-top: 44px;
}

main > #content {
    padding: 20px;
    flex-grow: 1;
}

.ui.form input.select2,
.ui.form .select2 input {
   border: none !important;
}

.ui.white.button, .ui.white.buttons button {
	background-color: white;
	/*color: #FFF;*/
	text-shadow: none;
	background-image: none;
}
/*
.monospaced {
	font-family: monospace;
}
*/

.patient-label {
    font-family: "Courier New", monospace;
    font-weight: bold;
    margin-right: 0 !important;
}

.monospaced {
    font-family: monospace;
}

.clearselect {
    cursor: pointer;
    float: right;
    font-weight: normal;
    font-style: italic;
}

.field select.select2,
.field .select2-container {
    width: 100% !important;
}

.refused .hide-refused {
    display: none;
}