﻿#topo {
    padding-left: 35px;
}

#conteudo {
    margin: 15px 0;
    padding-left: 40px;
}

ul {
    list-style-type: none;
    margin: 40px 20px 0;
    padding: 0;
}

    ul > li.menu-opcao {
        color: white;
        cursor: pointer;
        display: inline-table;
        font-size: 13px;
        font-weight: bold;
        padding: 15px 5px 15px 15px;
        text-align: left;
        transition: width 0.4s ease 0s;
        width: 200px;
    }

        ul > li.menu-opcao > a {
            color: white;
            cursor: pointer;
        }

.lista-menu ul:hover {
    height: 280px;
    transition: height 0.4s ease 0s;
}

.menu-opcao:hover {
    width: 230px;
    transition: width 0.4s ease 0s;
}

h1 {
    color: #4aa0aa;
    font-size: 30px;
    font-style: italic;
    font-weight: bolder;
}

.backColor {
    background-color: rgb(50, 120, 130) !important;
}

.green {
    background-color: rgb(95, 155, 55) !important;
}

.gray {
    background-color: rgb(77, 77, 77) !important;
}

#publicacoes {
    padding-top: 20px;
}

    #publicacoes ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    #publicacoes a {
    }

        #publicacoes a:hover {
            text-decoration: none;
        }

        #publicacoes a:active {
            text-decoration: none;
        }

    #publicacoes li {
        cursor: pointer;
        list-style: outside none none;
        margin: 0 0 15px;
        padding: 4px;
        position: relative;
        text-align: left;
    }

        #publicacoes li:hover {
        }

        #publicacoes li:hover {
            background-color: #fcfcfc;
        }

            #publicacoes li:hover .downloadButton {
                display: table;
            }

        #publicacoes li h2 {
            color: rgb(74, 160, 170);
            font-size: 14px;
            font-weight: bold;
            margin: 0 0 5px;
            padding: 0;
        }

            #publicacoes li h2 span {
                font-weight: 100;
                margin-left: 10px;
            }

        #publicacoes li p {
            margin: 0;
            padding: 0 !important;
        }


.event {
    background-position: right bottom;
    background-size: cover;
    display: inline-table;
    height: 400px;
    margin: 0 40px 0 0;
    padding: 30px;
    position: relative;
    vertical-align: top;
    width: 350px;
    z-index: 1;
}

    .event .floatShape {
        border: 2px solid red;
        display: table;
        float: right;
        height: 400px;
        margin: -30px -30px -30px 0;
        position: relative;
        width: 50%;
    }

    .event .buttonGroup {
        bottom: 30px;
        left: 30px;
        position: absolute;
    }

    .event .image {
        background-position: right top;
        background-repeat: no-repeat;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
    }

    .event .eventContent {
        position: relative;
        z-index: 1;
    }

    .event .gepafeLogo {
        background-repeat: no-repeat;
        height: 125px;
        width: 200px;
    }

    .event h2 {
        font-style: italic;
        margin: 0 0 5px;
    }

    .event .date {
        font-size: 12px;
        margin: 0 !important;
        padding: 0 !important;
    }

.eventGreen {
    color: #fff;
}

    .eventGreen .date {
        color: #fff;
    }

    .eventGreen .image {
        background-image: url("../Images/eventGreen.png");
    }

    .eventGreen .gepafeLogo {
        background-image: url("../Images/gepafeLogoW.png");
        border-bottom: 2px solid #fff;
    }

.eventGray {
    color: rgb(77, 77, 77);
}

    .eventGray .image {
        background-image: url("../Images/eventGray.png");
    }

    .eventGray .gepafeLogo {
        background-image: url("../Images/gepafeLogoG.png");
        border-bottom: 2px solid rgb(77, 77, 77);
    }


.button, input[type="submit"], input[type="button"], .mainButton {
    background-color: rgb(50, 120, 130);
    border: 2px solid rgba(0, 0, 0, 0);
    color: #fff;
    cursor: pointer;
    display: inline-table;
    font-family: "Futura Md Bt","Trebuchet MS";
    font-size: 16px;
    margin: 0 10px 0 0;
    padding: 10px;
    text-decoration: none;
}

    .button:last-child, input[type="submit"]:last-child, input[type="button"]:last-child {
        margin-right: 5px;
    }

input[type="submit"], input[type="button"] {
    margin-bottom: 5px;
    vertical-align: bottom;
}

    .button:hover, input[type="submit"]:hover, input[type="button"]:hover, .mainButton:hover {
        border: 2px solid rgba(0, 0, 0, 0.3);
    }

.buttonGroup {
    display: block;
}

.mainButton {
    display: table;
    margin: 0 auto;
}

div.buttonsGroup {
    display: table;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
}

div.button {
    width: 110px;
    text-align: center;
    vertical-align: middle;
}

#myTabs {
    margin: 0px !important;
    display: table !important;
    width: 100% !important;
}

#myTabContent {
    padding-top: 20px;
}

.backModalLoading {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url("../Images/back_modal.png");
    z-index: 200;
    display: none;
}

.loading {
    background-image: url("../Images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
    width: 41px;
    height: 41px;
    border: 2px solid #000;
    background-color: #ccc;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    box-shadow: 0px 0px 10px #000;
}

table.table > tbody > tr > th {
    vertical-align: middle;
    text-align: center;
}

table.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}
