@import url('/css/buttons.css');
@import url('/css/search.css');

p:not([class]) {
    margin: 1rem 0;
}

a:not([class]), a:not([class]):link, a:not([class]):visited, a:not([class]):active {
    color: #1177BB;
    font-weight: normal;
}

a:not([class]):hover   {
    color: white;
    text-decoration: none; background: #FFA618;
    border-radius: 3px;
    border: none;
}

a.popup {
    color: #1177BB;
    border-bottom: 1px #1177BB dotted;
    text-decoration: none;
}

/* Links with an icon on the left */
a > i {
    margin-right: 0.5rem;
}

a.i, a.i:link, a.i:visited, a.i:active {
    display: flex;
    align-items: center;

    border-radius: 3px;
    border-bottom: none;
    padding: 8px 12px;

    text-decoration: none;
    font-weight: normal;
    font-size: 1.2rem;
    color: #5Ea1e0;
}


a.i:hover {
    color: white;
    text-decoration: none;
    background: #FFA618;
    border: none;
}

a.i > i {
    font-size: 24pt;
    color: #69B237;
}

a.i:hover > i {
    color: white;
}

a.subtle, a.subtle:link, a.subtle:visited, a.subtle:active {
    color: #8080c0;
    border-bottom: 1px dotted;
    padding: 2px 5px; font-weight: normal;
    text-decoration: none;
}

a.subtle:hover   {
    color: white;
    background: #FFA618;
    border-radius: 3px;
    border: none;
}



td { font-size: 100% }

h1 {
    color: #0074D9;
    font-size: 34pt;
    margin-top: 30pt;
    letter-spacing: 1px;
    text-shadow: none;
    &:first-of-type {
        margin-top: 0;
    }
}

h2 {
    color: #4275ab;
    font-size: 20pt;
    margin-top: 24pt;
    text-shadow: none;

    &:first-of-type {
        margin-top: 0;
    }
}

h3 {
    font-size: 18pt;
    color: #5A5A5A;
    text-shadow: none;
}

h4 {
    color: #ff8c00;
    font-size: 13pt;
    font-weight: normal;
    text-shadow: none;
    margin-bottom: 0.6rem;
    white-space: normal;
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 2pt;
    text-transform: none;
}

h1 {
    color: #0074D9;
    font-size: 26pt;
    margin-top: 30pt;
}

h2 {
    color: #a01f3f;
    font-size: 22pt;
    margin-top: 24pt;
}

h3 {
    font-size: 20pt;
    color: #83b72a;
    margin-top: 22pt;
}

h4 {
    color: #ff8c00;
    font-size: 16pt;
    margin-top: 20pt;
}

h5 {
    font-size: 16pt;
    color: #8e44ad;
    margin-top: 18pt;
}

h6 {
    font-size: 12pt;
    color: #2c3e50;
    margin-top: 18pt;
}
*/

h1.sub {
    color: #303030;
    font-size: 11pt;
    letter-spacing: 0
}


.article-list {
    display: inline-block;
    margin-left: 30px;
}

.article-link {
    margin: 0;
    padding: 12px 10px;
    cursor: pointer;
    color: #6699CC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.article-link:hover {
    background: #f5f5f5;
    color: #FFA618;
}

.layout-container {
    vertical-align: top;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.layout-columns div + .layout-columns div {
    margin-left: 30px;
}

label {
    display: block;
    color: #909090;
    font-size: 10pt;
}

.filters {
    display: inline-block;
    background: #f5f5f9;
    padding: 10px 30px 20px 30px;
}

.filters select {
    width: 100%;
    font-family: Calibri, Verdana, Tahoma, sans-serif;
    font-size: 11pt;
    padding: 4px 8px;
}

.filters #edit_form div:not(:first-child) {
    margin-top: 10px;
}

input[type='button'],
button
{
    padding: 0.5rem 2rem;
}

table.grid td {
    border-bottom: 1px solid #dadada;
}

a.flex-row {
    border: none;
    text-decoration: none;
    border-radius: 0;
}

.grid-row .row-menu {
    opacity: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: stretch;
    padding: 5px 0;
    grid-column: 1;
    grid-row: 1;
    transition: opacity .2s ease-in-out 0s;
}

.grid-row:hover .row-menu {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.grid-row .grid-row-title {
    opacity: 1;
    display:inline-block;
    font-size:16px; 
    transition: opacity 0.2s ease-in-out 0.2s;
    width: auto;
    align-self: center;
    grid-column: 1;
    grid-row: 1;
}

.grid-row:hover .grid-row-title {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}


.row-menu a.img_menu {
    border: 1px solid #73AACF;
    border-radius: 5px;
    padding: 6px 6px;
    display: inline-flex;
    margin: 0;
    background: white;
    text-decoration: none;
    color: #356099;
}
.row-menu a.img_menu + a{
    margin-left: 8px;
}

.row-menu a.img_menu:hover {
    background: #D0E7FF;
}


.img_menu i {
    font-size:20px;
    margin-right: 10px;
    color: #568ccd;
}


.row-menu .img_menu[disabled="disabled"] {
    border: 1px solid #d0d0d0;
    color: #d0d0d0;
}

.img_menu[disabled="disabled"] i {
    margin-right: 10px;
    color: #d0d0d0;
}

.row-menu-button .img_menu i {
    color: #a0a0a0;
    margin: 0;
}


.row-menu-button a.img_menu {
    border: 1px solid transparent;
    padding: 8px 10px;
    display: inline-flex;
    margin: 0 5px;
    background: transparent;
}

.row-menu-button a.img_menu:hover {
    border: 1px solid #73AACF;
    border-radius: 5px;
}

.catMenu a.img_menu {
    margin: 0;
    padding: 10px 20px;
    border: none;
}

.catMenu a.img_menu:hover {
    background: transparent;
}

@media screen and (max-width: 1400px)  {
    .grid-row .row-menu a {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4px 6px;
    }
}

@media screen and (max-width: 1100px)  {
    .grid-row .row-menu {
        display: none;
    }

    .grid-row:hover .grid-row-title {
        font-size: 16px;
    }

    .grid-row:hover .grid-row-title {
        opacity: 1;
    }    
}

.downloads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20pt;
}

.downloads .panel {
    width: 100%;
    padding: 10pt 20pt;
    margin: 0;
    display: inline-block;
    border-radius:10pt;
    border: none;

    h2 {
        color: #909090;
        font-size:16pt;
    }
}


.btn-download {
    color: #2050a0;
    padding: 10pt 15pt;
    border-radius: 5px;

    h4 {
        font-size: 11.5pt;
        font-weight: 600;
        color: #80b0ff;
    }
}


.btn-download p {
    margin: 5pt 0 0 0;
    font-size: 10pt;
}

.btn-download p.info-small {
    margin: 0;
    font-size: 9pt;
}

.section {
    display: flex;
    margin: 10px 0;
}

.blockVertical .section {
    margin: 0;
}

a.attachment {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  color: #6080e0;
  display: inline-flex;
  font-size: 11pt;
  outline: none;
  padding: 8px;
  text-decoration: none;
}
a.attachment:hover {
  background: white;
  border: 1px solid #d0d0d0;
}
a.attachment .small {
  color: #a0a0a0;
  font-size: 10.5pt;
}

.ctxmenu::before {
    top: 4px;
}

.panel h3 {
    color: #6893BA;
    margin-top: 20pt;
}