<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.modal {display:none;position: fixed;height: 100%;width: 100%;top:0;left:0;z-index:100;background:url('images/gray_opacity_50.png');background:rgba(100,100,100,0.5);}
/*z-index 100 so bxslider items are not put on top of modal box.
/*div.modal_box {position: fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:600px;min-width:300px;max-width:100%;min-height:300px;max-height:100%;background-color:#FFFFFF;}*/
div.modal_box {width:600px;min-width:500px;background-color:#FFFFFF;margin-left:auto;margin-right:auto;position:relative;display:inline-block;overflow:hidden;text-align:left}

div.modal_box {-webkit-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);}

iframe.iframe_box {position: fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:500px;height:400px;min-width:300px;max-width:100%;min-height:300px;max-height:100%;background-color:#FFFFFF;}
iframe.iframe_box {-webkit-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);}

div.modal_box_default {width:600px;max-height:800px;max-height:90vh}
div.modal_box_medium {width:700px;max-height:800px;max-height:90vh}
div.modal_box_tall {width:700px;max-height:800px;max-height:90vh}
div.modal_box_large {width:1000px;margin-top:auto;margin-bottom:auto}
div.modal_box_wide {width:1260px;margin-top:auto;margin-bottom:auto}
div.modal_box_flex {width:auto;margin-top:auto;margin-bottom:auto;max-width:90%}
div.modal_box_fixed{width:auto;margin-top:auto;margin-bottom:auto}

/*div.modal_guts {position: absolute;top: 0;left: 0;bottom: 0px;margin-bottom:60px;width: 100%;overflow: auto;}*/
/*div.modal_guts {width: 100%;position:relative;overflow-y:auto;height:80vh;margin-bottom:160px;padding-bottom:160px}*/
div.modal_guts {overflow-y:auto;margin-bottom:60px;margin-top:60px;height:auto}
div.modal_buttons_container {position:absolute;bottom:0;left:0;right:0;padding-bottom:10px;padding-top:10px;padding-left:5px;padding-right:5px;background-color:#EEEEEE}
/*div.modal_buttons_container {padding-bottom:10px;padding-top:10px;background-color:#EEEEEE}*/

div#text_below_mce {display:none;padding:10px}
div.modal_top {position:absolute;top:0;left:0;right:0;height:60px;padding:10px;background-color:#4E5D6C}
div.modal_top_red {background-color:#D9534F}
div.modal_top_blue {background-color:#28AFD7}
div.modal_top_green {background-color:#53A553}
div.modal_top_orange {background-color:#F0AD4E}

div.modal_header {padding:5px;font-family:Roboto;font-size:24px;font-weight:bold;color:#FFFFFF;text-align:center}
div.modal_close {position:absolute;top:0;right:0;padding:5px;color:#FFFFFF;font-size:24px;cursor:pointer}
div.modal_close:hover {color:#CCCCCC}

div.modal_subheader {padding:5px;margin:0px;background-color:#4E5D6C;color:#FFFFFF}
div.modal_message_fixed {padding:10px;margin:10px;margin-bottom:0px;background-color:#4E5D6C;color:#FFFFFF;max-width:978px}
div.modal_message {padding:10px;margin:10px;margin-left:0;margin-right:0;background-color:#4E5D6C;color:#FFFFFF}
div.modal_message_red {background-color:#D9534F}
div.modal_message_blue {background-color:#28AFD7}

div.modal_contents {padding:10px}
/*div.modal_buttons_table {display:table;width:100%;padding-left:5px;padding-right:5px;margin-bottom:10px;margin-top:10px}*/
div.modal_buttons_table {display:table;width:100%;padding-left:5px;padding-right:5px}
div.modal_buttons_left {display:table-cell;text-align:left;width:33%}
div.modal_buttons_middle {display:table-cell;text-align:center;width:34%}
div.modal_buttons_right {display:table-cell;text-align:right;width:33%}

div.modal_spinner_blank {display:none;position: fixed;height: 100%;width: 100%;top:0;left:0;z-index:100;background:transparent}
div.modal_spinner {display:none;position: fixed;height: 100%;width: 100%;top:0;left:0;z-index:100;background:url('images/gray_opacity_50.png');background:rgba(100,100,100,0.5);}
div.modal_spinner_image {position: fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:90px;height:90px;-webkit-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);-moz-box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);box-shadow: 0px 0px 45px 9px rgba(0,0,0,0.75);}


div.modal_button, div.modal_subbutton, div.nonmodal_button {display:none;padding:10px;padding-left:20px;padding-right:20px;background-color:#4E5D6C;color:#FFFFFF;min-width:100px;text-align:center;white-space:nowrap;margin-left:5px;margin-right:5px}
div.modal_button:hover, div.modal_subbutton:hover, div.nonmodal_button:hover {cursor:pointer;background-color:#465461}
div.modal_button_green, div.modal_button_green_middle, div.modal_subbutton_green, div.nonmodal_button_green {background-color:#5CB85C}
div.modal_button_green:hover, div.modal_button_green_middle:hover, div.modal_subbutton_green:hover, div.nonmodal_button_green:hover {background-color:#53A553}

div.modal_subbutton {display:inline-block;padding:5px;margin-left:1px;margin-right:10px;}

div.modal_button_gray {background-color:#AAAAAA}
div.modal_button_gray:hover {cursor:not-allowed;background-color:#999999}

div.modal_button_red, div.modal_subbutton_red, div.nonmodal_button_red {background-color:#D9534F}
div.modal_button_red:hover, div.modal_subbutton_red:hover, div.nonmodal_button_red:hover {background-color:#C34B47}
div.modal_button_blue, div.nonmodal_button_blue {background-color:#28AFD7}
div.modal_button_blue:hover , div.nonmodal_button_blue:hover {background-color:#52ACC7}
div.modal_button_orange, div.modal_button_orange_middle, div.modal_subbutton_orange, div.nonmodal_button_orange {background-color:#F0AD4E}
div.modal_button_orange:hover, div.modal_button_orange_middle:hover, div.modal_subbutton_orange:hover, div.nonmodal_button_orange:hover {background-color:#D89B46}
div.message_middle {display:none}

div.form_process_button, div.foxtrot_blue_button{font-family:Fira sans, verdana, sans-serif;font-size:20px;display:inline-block;background-color: #057CDF; color:white;padding:30px;text-decoration: none;border-radius: 43px;min-width:200px;text-align:center;vertical-align:bottom}
div.form_process_button:hover, div.foxtrot_blue_button:hover {cursor:pointer;background-color:#3796E5}

div.form_process_button_cancel {background-color:#DDDDDD;color:#FFFFFF}
div.form_process_button_cancel:hover {cursor:pointer;background-color:#CCCCCC}

div.modal_mce {padding-left:10px;padding-right:10px;padding-bottom:10px;display:none}

div.tab,div.endtab {display:table-cell;padding:10px;padding-left:20px;padding-right:20px;text-transform:uppercase;white-space:nowrap}
div.active_tab {border-left:1px solid #000000;color:#666666;border-right:1px solid #000000;color:#666666;border-top:1px solid #000000;color:#000000;font-weight:bold;background-color:rgba(78,93,108,0.2)}
div.passive_tab {border-bottom:1px solid #000000;color:#666666;background-color:rgba(0,0,0,0.05)}
div.passive_tab:hover {cursor:pointer;color:#999999}
div.endtab {border-bottom:1px solid #000000;width:100%}
div.tab_container {border-left:1px solid #000000;border-bottom:1px solid #000000;border-right:1px solid #000000;background-color:rgba(78,93,108,0.2)}

table.fill_out_form {border-collapse:collapse;width:100%}
table.fill_out_form td {margin:5px;padding:5px}
table.fill_out_form td.align_right {text-align:right;width:25%}
table.fill_out_form td.align_left {text-align:left;width:75%}
table.fill_out_form input {width:100%;background-color:#DCEFFC}
table.fill_out_form select {padding:5px;background-color:#D2FECB}
table.fill_out_form select option {font-size:13px;background-color:#D2FECB}
table.fill_out_form textarea {background-color:#DCEFFC;width:100%;height:80px}

table.fill_out_form select.select_agens {background-color:#FFFCA6}
table.fill_out_form select.select_agens option {background-color:#FFFCA6}

table.fill_out_form select.select_metode {background-color:#D2FECB}
table.fill_out_form select.select_metode option {background-color:#D2FECB}

table.fill_out_form select.select_antistoff {background-color:#F3CDFF}
table.fill_out_form select.select_antistoff option {background-color:#F3CDFF}

table.fill_out_form select.select_produsent {background-color:#FFCDCD}
table.fill_out_form select.select_produsent option {background-color:#FFCDCD}

table.fill_out_form select.select_lab {background-color:#BAFAEC}
table.fill_out_form select.select_lab option {background-color:#BAFAEC}

table.medmikro th.th_agens {color:#000000;background-color:#FFFCA6}
table.medmikro th.th_metode {color:#000000;background-color:#D2FECB}
table.medmikro th.th_antistoff {color:#000000;background-color:#F3CDFF}
table.medmikro th.th_produsent {color:#000000;background-color:#FFCDCD}
table.medmikro th.th_lab {color:#000000;background-color:#BAFAEC}

table.medmikro th.th_agens a:link, table.medmikro th.th_agens a:active, table.medmikro th.th_agens a:visited {color:#000000}
table.medmikro th.th_metode a:link, table.medmikro th.th_metode a:active, table.medmikro th.th_metode a:visited {color:#000000}
table.medmikro th.th_antistoff a:link, table.medmikro th.th_antistoff a:active, table.medmikro th.th_antistoff a:visited {color:#000000}
table.medmikro th.th_produsent a:link, table.medmikro th.th_produsent a:active, table.medmikro th.th_produsent a:visited {color:#000000}
table.medmikro th.th_lab a:link, table.medmikro th.th_lab a:active, table.medmikro th.th_lab a:visited {color:#000000}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_black {
  background-color: #000000;
}

input:focus + .slider_black {
  box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

table.publish_options {border-collapse: collapse;}
table.publish_options td {padding:0px;margin:0px;border:0px;background-color:#FFDCC2;vertical-align:top}
table.publish_options td.cell_with_result {border-left:1px solid #000000;border-left:1px solid rgba(0,0,0,0.5);padding:5px;}
table.publish_options div.option_header {text-align:center;padding:5px;background-color:#000000;background-color:rgba(0,0,0,0.5);color:#FFFFFF;white-space:nowrap}
table.publish_options div.option_switch {text-align:center;padding:5px}

tr.row_error {background-color:#FF9696!important}
</pre></body></html>