 a {
    color: #3897df;
}
h1.title {
    line-height: initial;
}
body {
    /*position: inherit;*/
    min-height: 100vh;
    padding-bottom: 0;
}
.content-container {
    position: relative;
    padding-bottom: 100px;
}
.content-container.pullup {
    margin: -300px 0 0 0;
}
.mle-switch {
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    right: 0;
    top: 0;
    position: absolute;
}

.mle-switch .language {
    float: right;
    margin: 12px 20px;
}

.content-success{
    padding:1em;
}
.tab-bar {
    border-bottom: 1px solid #000000;
    display: flex;
}

.tab-page {
    padding-top: 2em;
}
.poweredby a {
    color: #000;
    padding: 10px;
    display: block;
}
.poweredby {
    position: absolute;
    font-size: 0.8em;
    background: #FFF;
    padding: 0;
    color: #C1C1C1;
    line-height: 1;
    border-radius: 5px 0 0 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 16%);
}
.tab-button {
    background-color: none;
    padding: 0.5em 1.25em;
    text-align: center;
    border-top: 1px solid #818181;
    border-right: 1px solid #818181;
    border-left: 1px solid #818181;
    cursor: pointer;
    color: #818181;
    border-radius: 5px 5px 0 0;
    margin-right: 8px;
}
.tab-button.tab-active {
    background-color: #000000;
    color: #FFF;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.tab-button h3 {
    margin: 0;
}

.tab-button.tab-active h3{
    color: #FFF;
}

.agenda-item-container {
    display: flex;
    opacity: 0;
    position: absolute;
}

.agenda-item-label {
    min-width: 7em;
    font-weight: bold;
}

.agenda-item-url {
    cursor: copy;
    font-size: 1em;
}
.agenda-item-url:hover {
    background: #feebf1!important;
    color: #388ece!important;
}

.agenda-item-button {
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.2em;
}
.agenda-item-button:hover{
    color: #388ece!important;
    cursor: pointer;
}

.button {
    -webkit-appearance: none;
    border: none;
    background: #3897df;
    color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    outline: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
    width: 25%;
}

.button:hover {
    background: #388ece;
}
.contentbutton:focus,
.button:focus {
    border: 1px solid #19629a !important;
}

.portal-image {
    float: right;
    width: 50%;
    margin: 0 0.2em 1em 0.2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.toggle {
    cursor: pointer;
    color: #3897df;
}
.poweredby a:focus {
    border: none !important;
    outline: none;
}
.poweredby a {
    color: #000;
}

img.pb_logo {
    max-width: 108px;
}
span.pb_text {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
}
.agenda-actions-container {
    display: flex;
    margin: 20px 0 50px 0;
    border-bottom: 1px solid #aeaeae;
    padding: 0 0 50px 0;
}
img.calendar_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 1;
    float: left;
}
span.calendar_text {
    display: inline-block;
    float: left;
    margin: 3px 0 0 10px;
    font-size: 15px;
    line-height: 1;
}
.extramargin span.calendar_text {
    margin: 8px 0 0 10px;
}
.visual-container {
    background-image: url(../images/calendario_bg.jpg);
}
.content-holder {
    box-shadow: 0px 1px 3px 0px #00000040;
    overflow: hidden;
    padding: 0 0 40px 0;
}
.content-row {
    position: relative;
}
@media only screen and (max-width: 860px) {

.button {
    text-align: center;
}
img.calendar_icon {
    display: block;
    float: none;
    margin: 0 auto;
}
span.calendar_text {
    display: block;
    float: none;
}

}
span.copy {
    margin: 0 0 0 10px;
    color: #28cd40;
    font-weight: 600;
    font-size: 13px;
}
li {
    font-size: 0.8em;
}
.contentbutton:hover {
    background: #357fb7;
}


.contentbutton {
    background: #3897df;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 40px 0;
    transition: all 0.2s;
-webkit-transition: all 0.2s;
    cursor: pointer;
}

.csv_content {
    padding-top: 420px;
}

@media only screen and (max-width: 767px) {
    h1 {
    font-size: 1.5em;
}
h3 {
    font-size: 1em;
}
.agenda-actions-container {
    flex-wrap: wrap;
}
    .button {
        -webkit-appearance: none;
        border: none;
        background: #3897df;
        color: #fff;
        border-radius: 5px;
        padding: 10px 10px;
        outline: none;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        display: inline-block;
        margin: 0 1% 1% 0;
        cursor: pointer;
        width: 42%;
        min-height: 80px;
    }

    span.calendar_text {
        font-size: 13px;
    }
    .content-success-inner {
        margin: 35px 0 0 0;
    }
    .tab-bar {
    flex-wrap: wrap;
}
.tab-button {
    cursor: pointer;
    color: #818181;
    border-radius: 5px;
    margin-right: 0;
    width: 45%;
    margin: 0 1% 1% 0;
    border-bottom: 1px solid #000000;
    line-height: 1;
    padding: 10px 5px;
    min-height: 30px;
}

span.tab_label {
    font-size: 13px;
    line-height: 0;
}

}
