@charset "utf-8";

.red {
    color: red;
}
.green {
    color :green;
}
.bgSearchBtn {
    background: #85e2f3;
}
.white {
    color:white;
}
#topDiv {
    background-color: yellow;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.pleft {
    padding-left: 15px;
}
.border {
    border: 0.5px solid gray;
}
.marginTop {
    margin-top: 10px;
}
.marginBottom {
    margin-bottom: 10px;
}
.borderbottom {
    border-bottom: 1px solid grey;	

}	
.ui-tabs .ui-tabs-nav	{
    background: #8ed6e1;
    text-align: center;		
    height: 2.7em;
}

.ui-tabs .ui-tabs-nav li {
    float: none !important;
    display: inline-block;
    margin: 0em;
}

#HenvAnnet {

}

#Graviditet {
    background-color: #8ed6e1;
    margin: 0;
}
#Amming {
    background-color: #b1f8e2;
}
#Annet {
    background-color: #e1e1e1;
}
#Annet table {
    background-color: white;
}
#Annet .bottom {
    background-color: #e1e1e1
}

#komplikasjoner{
    background-color: #99dde7;
    border: 1px solid black;
    padding: 10px;
    font-size: 0.9em;
}
#komplikasjoner div{
    width: 100%;
}
#komplikasjoner textArea{
    width: 100%;
}
.bold {
    font-weight: bold;
}

.agens {
    border: 0.5px solid #000000;
    font-size: 0.7em;
    background-color: pink;
}
.agens > thead > tr > th,
.agens > tbody > tr > th,
.agens > tfoot > tr > th,
.agens > thead > tr > td,
.agens > tbody > tr > td,
.agens > tfoot > tr > td {
    border: 0.5px solid #000000;
}
.agens td{
    padding: 3px !important;
    text-align: center;
    vertical-align: middle;	
}
.agens input {
    padding: 3px;
    height: 30px;
}
.fullWidth{
    width: 100%;
}
.fullWidth input {
    width: 100%;
}
.fullWidth table {
    width: 100%;
}
.bottom {
    background-color: pink;		

}
.BottomCols {
    min-height: 300px;
    height: 100%;
}




input[type=checkbox]{
    transform: scale(1.5);
}
.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.red {
    color: red;
}
#dialog-confirm {
    display: none;
}
#dialog-Henv {
    display: none;
}
.smallInp{
    max-width: 50px;
}
.bigInp {
    min-width: 100px;
}
.mediumInp {
    max-width: 80px;
}
.kommentardiv textarea{
    font-size: 0.7em;
}
.multi {
    height: 200px !important;
}
.referanser {

    background-color: lightgray;
}
.behandlingsrad {

    background-color: lightgray;
}
.formidletrad {
    display: none;
    background-color: lightgray;
}
.annenRef{
    display: none;

}
.behHenvAnnet {
    display: none;
}
.center {
    display: table;
    margin: 0 auto;
}
.margin {
    margin-right: 5px;
}
.input-group-addon .glyphicon
{
    top :0px
}

#Slettet {
    width: 200px;
    margin: auto;
    background: red;
    padding: 20px;
}
tr.strikeout td {
    position:relative
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

