/*
 * #f58221 - oranzova
 * #ae550d - tmave oranzova
 *
 * #3b8476 - zelena
 * #1f5c50 - tmave zelena
 */
@font-face {
  font-family: segoe;
  src: url("../fonts/segoesc.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: segoe;
  src: url("../fonts/segoescb.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: segoe;
  src: url("../fonts/segoepr.ttf") format("truetype");
  font-style: italic;
}
/* ########################################################################## */

* { margin: 0; padding: 0; color: #3b8476; font-family: Arial; }
html {
  height: 100%;
  background-color: #f5f9f7;
}
body {
  height: 100%;
  background-color: #f5f9f7;
  background: linear-gradient(#d9e5e1, #f5f9f7 300px) fixed #f5f9f7;
}


table { border-collapse: collapse; }

a { color: #f58221; text-decoration: underline; }
a span { color: #f58221; }
a:hover, 
a:hover span { color: #3b8476; }
h1, h2, h3 { color: #f58221; }

svg { fill: #3b8476; }

.page {
  max-width: 1270px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 300px #3b8476;
  box-shadow: 0 0 8px #a1bcb3;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  width: 0;
}

.pb0 { padding-bottom: 0 !important; }

.w100p { width: 100% !important; }

.fontMonospace {
  font-family: Courier New;
}

/* ########################################################################## */

.header {
  position: relative;
  padding: 0 30px 0 30px;
}

.header .logo {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
}

.header h1 {
  font-family: segoe;
  font-style: italic;
  font-size: 32px;
  line-height: 50px;
  padding: 15px 0 0 0;
}
.header h1 * { font-family: segoe;
  font-style: italic; }

.header h2 {
  font-family: segoe;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;  
}

.header .contact {
  position: relative;
  left: -30px;
  padding: 15px 50px 15px 30px;
  font-size: 16px;
  float: left;
  background-color: rgba(255,255,255,0.7);
  background: linear-gradient(to right, rgba(255,255,255,1) 70%, rgba(255,255,255,0));
  z-index: 2;
}

.header .contact a {
  color: #3b8476;
  display: block;
  text-decoration: none;
  text-decoration: underline;
  line-height: 28px;
}
.header .contact a span { color: #3b8476; }
.header .contact a:hover {
  text-decoration: underline;
}
.header .contact p {
  display: block;
  line-height: 30px;
}
.header .contact p span.ico {
  display: inline-block;
  width: 40px;
  font-size: 14px;
}

.header .contact svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: sub;
  padding: 0 24px 0 0;
}

/* ########################################################################## */

.menubar {
  clear: both;
  border-top: 1px solid #3b8476;
  border-bottom: 1px solid #3b8476;
  
  border-top: 1px solid #769f92;
  border-top: 1px solid #a1bcb3;
  border-bottom: 1px solid #a1bcb3;
  
  background-color: #d9e5e1;
  background: linear-gradient(#f5f9f7, #d9e5e1);
  
}
.menubar ul {
  list-style-type: none;
  line-height: 40px;
  height: 44px;
  padding: 4px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}
.menubar ul li {
  float: left;
  text-align: center;
}
.menubar ul li a {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  /*font-family: segoe;*/
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px 0 30px;
  display: inline-block;
}
.menubar ul li a:hover {
}
.menubar ul li.sep {
  font-size: 0;
  width: 1px;
  background: linear-gradient(rgba(255,255,255,0), #a1bcb3 50%, rgba(255,255,255,0));
}
.menubar ul li.sep.s480 {
  display: none;
}

.app-menubar {
  display: block;
}

.app-menubar ul {
  display: block;
  list-style: none;
}
.app-menubar ul li {
  float: left;
}

.app-menubar ul li a {
  line-height: 40px;
  font-size: 14px;
  /*font-family: segoe;*/
  height: 40px;
  text-decoration: underline;
  padding: 0 30px 0 30px;
  display: inline-block;
}

/* ########################################################################## */

.content {
  padding: 30px 30px 0 30px;
}
.content .column-left {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.content .column-right {
  width: 40%;
  float: right;
}

/* ########################################################################## */

.box {
  padding: 0 0 10px 0;
}
.box h1 {
  color: #f58221;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #f58221;
  margin: 0 0 10px 0;
}
.box p {
  font-size: 16px;
  line-height: 26px;
}
.box p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 10px 0;
}
.box ul {
  list-style-position: outside;
  padding: 0 0 10px 20px;
}
.box li {
  font-size: 16px;
  line-height: 26px;
}

.box.covid {
  box-sizing: border-box;
  border: 1px solid #f58221;
  background-color: #ffddcc;
  padding: 20px 20px 10px 20px;
  margin-bottom: 20px;
  /*padding: 20px 20px 10px 20px; margin-bottom: 20px; background-color: #ffddcc; border: 1px solid #f58221;*/
}
.box.covid p {
  color: #000;
}

/* ########################################################################## */

.gadget {
  border: 1px solid #a1bcb3;
  border: 1px solid #d9e5e1;
  margin: 0 0 30px 0;
  background-color: #f5f9f7;
}
.gadget h1 {
  color: #f58221;
  line-height: 24px;
  font-size: 16px;
  padding: 6px 15px 6px 15px;
  color: #f58221;
  border-bottom: 1px solid #f58221;
  border-bottom: 1px solid #a1bcb3;  
  border-bottom: 1px solid #d9e5e1;
  background-color: #d9e5e1;
  background: linear-gradient(#f5f9f7, #d9e5e1);
}
.gadget .gadget-content {
  padding: 15px 15px 15px 15px;
}
.gadget p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0 10px 0;
}
.gadget ul {
  list-style-position: outside;
  padding: 0 0 10px 20px;
}
.gadget li {
  font-size: 16px;
  line-height: 26px;
}


/* ########################################################################## */

.news {
  padding-bottom: 30px;
}

.news a.icon {
  font-size: 14px;
  position: relative;
}
.doc-link a.icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.doc-link a.icon-doc:before {
  background: url("../images/icon_doc_16.png") center center no-repeat;
}
.doc-link a.icon-pdf:before {
  background: url("../images/icon_pdf_16.png") center center no-repeat;
}
.doc-link a span.meta {
  display: inline-block;
  text-decoration: none;
  color: #999;
  margin-left: 10px;
  font-size: 14px;
}

.gadget p.opening-hours { padding: 0 0 5px 0; }
.gadget p.hours { display: inline-block; padding: 0; line-height: 100%; }
.gadget p.hours span { display: inline-block; width: 50px; text-align: right; }
.opening-hours .day { display: inline-block; width: 40px; }
.opening-hours .hours { display: inline-block; }
.opening-hours .h { display: inline-block; }

.opening-hours-table {
  border-collapse: collapse;
}
.opening-hours-table td {
  padding: 3px 0 3px 0; 
}
.opening-hours-table .day { display: inline-block; width: 40px; }
.opening-hours-table .hours { display: inline-block; }

/* ########################################################################## */

.footer {
  background-color: #d9e5e1;
  border-top: 1px solid #a1bcb3;
  color: #1f5c50;
  padding: 0 0 0 0;
}

.footer-content {
}

.footer a {
  color: #3b8476;
}
.footer a span {
  color: #3b8476;
}
.footer h1 {
  color: #3b8476;
  line-height: 28px;
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}

.footer .name {
  float: left;
  padding: 30px 30px 0 30px;
}
.footer .name h2 {
  color: #3b8476;
  line-height: 28px;
  font-size: 14px;
  font-weight: normal;
}

.footer .contact {
  float: left;
  padding: 30px 30px 0 30px;
}
.footer .contact a {
  display: block;
  text-decoration: none;
  text-decoration: underline;
  line-height: 28px;
  font-size: 14px;
}
.footer .contact a:hover {
  text-decoration: underline;
}
.footer .contact p {
  display: block;
  line-height: 28px;
  font-size: 14px;
}
.footer .contact p span.ico {
  display: inline-block;
  width: 34px;
  font-size: 12px;
}
.footer .contact a {
  text-decoration: none;
  text-decoration: underline;
}
.footer .contact a svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: sub;
  padding: 0 18px 0 0;
  fill: #3b8476;
}

.footer .surgery {
  float: left;
  padding: 30px 30px 0 30px;
}
.footer .surgery.hours {
  padding-left: 0;
}
.footer .surgery.hours h1 {
  text-decoration: none;
}
.footer .surgery p {
  line-height: 28px;
  font-size: 14px;
}
.footer .surgery p span {
  display: inline-block;
  width: 30px;
}
.footer .surgery p span.h {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.footer .surgery a {
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
  text-decoration: underline;
}
.footer .surgery a:hover {
  text-decoration: underline;
}
.footer .surgery a svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: baseline;
  padding: 0 0 0 10px;
  fill: #3b8476;
}


.footer .sep {
  margin-top: 20px;
  font-size: 0;
  line-height: 0;
  height: 1px;
  clear: both;
  background: linear-gradient(to right, rgba(255,255,255,0), #a1bcb3 50%, rgba(255,255,255,0));
}
.footer .copyright {
  clear: both;
  text-align: center;
  color: #3b8476;
  line-height: 28px;
  font-size: 14px;
  padding: 20px 0 20px 0;
}

/* ########################################################################## */

.form-wrapper {
  padding: 0 0 30px 0;
}

.form-wrapper h1 {
  color: #f58221;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid #f58221;
}

.errors {
  display: block;
  box-sizing: border-box;
  border: 1px solid #f58221;
  padding: 20px 0 10px 0;
  background-color: #f4eeec;
  margin: 20px 0 0 0;
}

.errors li {
  color: #f58221;
  list-style-position: inside;
  padding: 0 0 10px 20px;
}

.form-table {
  border-collapse: collapse;
  margin: 30px auto 30px auto;
}

.form-table td {
}
.form-table td.lab {
  padding: 4px 20px 0 0;
}
.form-table td.val {
}
.form-table td.sep {
  font-size: 0;
  line-height: 0;
  height: 20px;
}

.form-table label {
  font-size: 16px;
  line-height: 32px;  
  line-height: 24px;
}

.textfield {
  display: inline-block;
  border: 1px solid #a1bcb3;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  padding: 0 5px 0 5px;
}

.textarea {
  border: 1px solid #a1bcb3;
  font-size: 14px;
  color: #222;
  padding: 5px 5px 5px 5px;
  box-sizing: border-box;
  width: 100%;
}

.button {
  float: left;
  border: 1px solid #a1bcb3;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: #f58221;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.button:hover {
  color: #3b8476;
}


#FormLogin .form-table {
  margin: 60px auto 30px auto;
}

/* ########################################################################## */

.index-news-templates {
  padding: 30px 0 30px 0;
}
.index-news-templates table {
  
}

.index-news-templates table td {
  padding-top: 5px;
  vertical-align: top;
}

.index-news-templates table pre {
  font-family: Courier New;
  font-size: 12px;
  color: #222;
  padding: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.index-news-templates table .news {
  margin-left: 30px;
}

/* ########################################################################## */
