/* Med Management CSS */
.hidden-category {
	display: none;
}

.uk-navbar {
	position: relative;
	background: #00767E;
	width: 100%;
	border-radius: 20px;
	margin-top: 20px;
}

.uk-navbar-left {
    margin-left: 20px;
}

.uk-navbar-right {
    margin-right: 20px;
}

/* Table */

.table_responsive {
  overflow-x: auto;
}

/* News */

.w357ui-text-muted {
  display: none;
}

/* Formulare */

.convertforms .cf-control-input-desc {
  color: #212121 !important;
}

#com-users-login__form input {
  background: #f0f0f0;
	border-radius: 20px;
  color: #212121 !important;
}

#com-users-login__form input#password {
  border-radius: 20px 0 0 20px;
}

#com-users-login__form input:focus {
  border: 0px solid transparent !important;
  outline: 2px solid #00767E;
} 


/* Monthly Archive */

.ma-articles-list .ma-image {
  display: none !important;
} 

/* Tables */

table {
    border-collapse: separate;
    overflow: hidden;
    border-spacing: 0;
}

table th, table td {
    text-align: left;
    padding: 10px 20px;
}

table th {
    background-color: #00828C;
    color: #fff;
    font-size: 1.25em;
    border-top: 1px solid #E8E8E8;
}

table th:first-child {
    border-radius: 20px 0 0 0;
}

table th:last-child {
    border-radius: 0 20px 0 0;
}

table th:first-child, table td:first-child {
    border-left: 1px solid #E8E8E8;
}

table th:last-child, table td:last-child {
    border-right: 1px solid #E8E8E8;
}

table tr:last-child td {
    border-bottom: 1px solid #E8E8E8;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

table tr:nth-child(2n+1) td {
    background-color: #E4F6F7;
}

/* Lists */ 

ul {
  padding-left: 15px;
}

ul li {
    margin-top: .25em;
}

ul li::marker {
  color: #00828C;
}


/* EDocMan Category View */

#edocman-categories {
  margin-top: 2em;
}

#edocman-categories .edocman-box-heading {
  background: #f0f0f0;
  border: none;
  border-radius: 10px;
  color: #767676;
  transition: all .3s ease-in-out;
  align-items: center;
}

#edocman-categories .edocman-box-heading:hover {
  background-color: #e1f5f7;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

#edocman-categories .edocman-box-heading h3 {
  line-height: 1.2em;
  font-weight: 600;
  font-size: 1.5em !important;
}

#edocman-categories .edocman-category {
  margin-bottom: 0;
}

#edocman-categories .edocman-box-heading {
  height: 100%;
}

#edocman-categories > div {
    min-height: 150px;
}

#edocman-categories a {
  color: #00828C;
  font-size: 1em !important;
}

#edocman-categories a:hover {
  color: #00828C;
  font-size: 1em !important;
}

#edocman-category .edocman-description pre {
  display: none !important;
}


#edocman-category .edocman-page-sub-box {
  box-shadow: none !important;
}

#edocman-category .edocman-page-sub-box .edocman-description {
  padding: 0;
}

#edocman-category-page-default #edocman-documents, #edocman-category-page-default #edocman-categories {
  margin-top: 2em;
}


#edocman-category-page-default .edocman-document .edocman-box-heading {
  background: #f0f0f0;
}

.com-users-login.login {
	max-width: 500px;
}


@media (max-width: 1400px) {
  h1 {
    font-size: 2em;
    hyphens: auto;
  }
}


@media (max-width: 1200px) {
  h1 {
    font-size: 1.75em;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.5em;
  }
}

@media (max-width: 640px) {
  #edocman-categories .edocman-category {
	  margin-bottom: 1.5em;
  }

  #edocman-categories .uk-container {
    margin-top: 0 !important;
  }
}