﻿body {
    background-color: #f2f2f2;
    font-family: Roboto;

}
div.gzstop {
    background-color: white;
}
    div.gzstop .ui.text.menu .item, div.gzstop .ui.text.menu .item .item,
    div.g_gzstopmenu .ui.text.menu .item, div.g_gzstopmenu .ui.text.menu .item .menu a {
        text-transform: uppercase !important;
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 22px;
        color: #000000;
        font-family: Roboto;
        font-weight: 300;
        text-align: left;

    }
    div.gzstop .ui.text.menu .item:hover, div.gzstop .ui.text.menu .item .item:hover,
    div.g_gzstopmenu .ui.text.menu .item:hover, div.g_gzstopmenu .ui.text.menu .item .menu a:hover {        
        text-decoration: underline;
    }
.hidden.menu {
    display: none;
}

.masthead.segment {
    padding: 1em 0 0 0;
    border: 0px none !important;
}

.masthead .logo {
    margin: 2em 0;
}

.menu .logo {
    max-width: 272px;
    margin: 1em 2em 1em 0;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

.footer.segment {
    padding: 5em 0em;
}

.carousel {
    margin: 0.5em 0;
   
}

.carousel-cell img {
    display: block;
    margin: 0 auto;
}

.carousel-cell {
    width: 100%;
    height: 300px;
}
.carousel-cell > div {
    width: 100%;
    min-height: 40px;
    max-height: 162px;
    overflow: auto;
    background: rgba(8, 84, 20, 0.7);
    text-align: center;
    color: #fff;
    position: absolute;
    padding: 0.5em;
    bottom: 0;
    left: 0;
}
.flickity-button {
    background: transparent;
}

.flickity-prev-next-button {
    width: 100px;
    height: 100px;
}

.flickity-button:hover {
    background: transparent;
    cursor: pointer;
}

.flickity-button-icon {
    fill: #21BA45;
}

.flickity-button:disabled {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 200px;
    }

    .masthead .logo {
        margin: 1em 0;
        max-width: 240px;
    }

    .carousel-cell {
        width: 100%;
        height: 320px;
    }
}
div.adm_content {
    margin: auto;
    width: 1000px;
}

div.infoErr {
    color: red;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background-color: lightpink;
}

div.infoOk {
    color: green;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background-color: lightgreen;
}

div.news_main {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.news_title {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.news_info {
    text-align: justify;
}

img.imgmenubox, .ui.image img {
    max-width: 100%;
    max-height: 100%;
}

.rotated_text {
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    
}
.ui.table tr td {
    border-top: 2px  !important;
    border-top-color: red;
}
.HideCell {
    visibility: hidden;
}
table.member_activities {
    width: 100%;
    border: solid 1px gray;
}
table.member_activities td {
    width: 100%;
    border: solid 1px gray;
}
    table.member_activities td.member_activities_date {
        width: 150px;
    }
    table.member_activities td.member_activities_note {
        width: 400px;
    }
    table.member_activities td.member_activities_obj {
        width: 200px;
    }
    table.member_activities td.member_activities_oper {
        width: 100px;
    }
span.datapub{
    font-size: 12px;
    display:inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
}