
/*@import url(https://fonts.googleapis.com/css?family=Quicksand);*/

@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);

@import url(https://fonts.googleapis.com/css?family=Quicksand&text=0123456789);
body {
  /*font-family: "Roboto", "Raleway";*/
}

body,h1,h2,h3,h4,h5,h6 {

/*font-family: "Raleway", sans-serif;*/
/*font-family: "Roboto", "Raleway";*/

font-family: "Quicksand", sans-serif, serif, monotype;

/*
Abel
Quicksand


*/

}


/*
KOLLA DETTA
https://stackoverflow.com/questions/51972894/apply-css-formatting-to-every-instance-of-font-weightbold
*/

[style*="font-weight:bold"] {
font-weight:500 !important;
}

label {
font-weight:600 !important;
}



/*select:not(.w3-selec) {*/

select {

/*padding:10px !important;*/


}

select option {

font-family: Helvetica, Arial, sans-serif;
font-weight:lighter;

}

/* Ursprunglig mörkblå */
/*
.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,55,112) !important;
}
*/

morkbla_version_DISABLED {

/* Anpassad till bild med iskristaller */
.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,60,120) !important;

}

button.w3-blue-grey {
background-color:rgb(181,181,181) !important;

}

}


/* 37,90,201*/


/* Anpassad till bild med VITROLIFE */
.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,60,120) !important;

/*background-color:rgb(0,102,179) !important;*/ /* Anpassad till bild med VITROLIFE */

}

button.w3-blue {
/*background-color:rgb(0,102,179) !important;*/
background-color:rgb(0,60,120) !important;
}

.w3-btn.w3-blue {
/*background-color:rgb(0,102,179) !important;*/
background-color:rgb(0,60,120) !important;
}

.w3-hover-blue:hover {
/*background-color:rgb(0,102,179) !important;*/
background-color:rgb(0,60,120) !important;
}

button.w3-blue-grey {
background-color:rgb(181,181,181) !important;

}


.pl_color_iebuttons {
/* Leta efter denna... */
}

.pl_bgcolor_blue {
/*background-color:rgb(0,102,179) !important;*/
background-color:rgb(0,60,120) !important;
}

.pl_bgcolor_blue_text {
color:rgb(241,241,241) !important;
}

.pl_bgcolor_blue_border {
/*border:1px solid rgb(0,102,179) !important;*/
border:1px solid rgb(0,60,120) !important;
}

/* Development */

/*
.pl_color_iebuttons {
background-color:rgb(0,179,102) !important;
border:1px solid rgb(0,179,102) !important;
}

.pl_color_buttons {
background-color:rgb(0,179,102) !important;
border:1px solid rgb(0,179,102) !important;
}
*/


/*
.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,55,112) !important;
}
*/




/*
.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,55,112) !important;
}

.w3-btn + .w3-blue-grey {
background-color:rgb(181,181,181) !important;
}

.w3-button + .w3-blue-grey {
background-color:rgb(181,181,181) !important;
}

.w3-blue-grey {
background-color:rgb(181,181,181) !important;
}
*/

/*

Exemple

div:not(.one):not(.three) {
  color: #F00;
}

.w3-blue-grey:not(.w3-btn):not(.w3-button) {
background-color:rgb(0,55,112) !important;
}


*/


@media all {
  .page-break  { display:none; }
  
}


@media print {
  .page-break  { display:block; page-break-before:always; height: 1px; }
  .do_not_print { display:none; background-color:red;}
}


