﻿/*============= Start: Homepage Top Blocks =================*/
.clear {
    clear: both;
}

.datapagerStyle {
    color: black;
    border-left: 1px solid black;
    padding-left: 5px;
}

a:visited {
    color: black;
}

.pager {
    font-size: 15px;
    text-align: center;
}

a:hover {
    color: black;
}

.bold {
    font-weight: bold;
}

.font24 {
    font-size: 24px;
}

.p-left-5 {
    padding: 0px 0px 0px 5px;
}

.p-right-5 {
    padding: 0px 5px 0px 0px;
}

.Ligacoes-Topo {
    font-weight: bold;
    font-family: Roboto;
    font-size: 15px;
}

/*.Ligacoes-Topo a
    {
        color: black;
    }*/

.TextoRegular-Titulo {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    margin-top: 15px;
}

.TextoRegular {
    font-family: Roboto;
    font-size: 15px;
    color: black;
}


.Titulo-Direita {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
}

input.grey {
    width: 100%;
    height: 48px;
    padding: 0px 18px;
    /*margin: 0px 0px 20px 0px;*/
    border: none !important;
    background-color: #F5F5F5;
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
}

.grey > input {
    float: right;
    padding: 0px 18px;
    border: none !important;
    background-color: #F5F5F5;
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
}

textarea.grey {
    width: 100%;
    padding: 0px 18px;
    margin: 0px 0px 20px 0px;
    border: none !important;
    background-color: #F5F5F5;
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
}

.margin-Top-15 {
    margin-top: 15px;
}

.nopadding {
    padding: 0;
}

.OuterDiv {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #e8ebf2;
    z-index: 999;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
}

.InnerDiv {
    left: 50%;
    top: 50%;
    width: 6.25em;
    height: 3.13em;
    margin-left: -3.13em;
    margin-top: -1.56em;
    text-align: center;
    z-index: 998;
    position: relative;
}


select.grey {
    height: 48px;
    padding: 14px 18px;
    border: none;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #9B9B9B;
    background-color: #F5F5F5 !important;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(/_layouts/15/images/BrowserSA/WP2017_Div/iconCombo.png);
}

    select.grey::-ms-expand {
        display: none;
    }

.RadUpload .ruActions .ruButton {
    background-image: none;
    height: 48px;
    width: 100%;
    border: none !important;
    background-color: #7EC0C4;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.RadUpload .ruActions .ruAdd {
    width: 46%;
    display: inline-block;
    margin-right: 0;
}


.RadUpload .ruActions .ruDelete {
    width: 48%;
    display: inline-block;
    margin-left: 50px;
    margin-right: 0;
    float: right;
}


textarea::-webkit-input-placeholder {
    color: #9B9B9B;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #9B9B9B;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #9B9B9B;
}

textarea:-ms-input-placeholder {
    color: #9B9B9B;
}

input[type="text"]::-webkit-input-placeholder {
    color: #9B9B9B;
}

input[type="text"]:-moz-placeholder {
    color: #9B9B9B;
}

input[type="text"]::-moz-placeholder {
    color: #9B9B9B;
}

input[type="text"]:-ms-input-placeholder {
    color: #9B9B9B;
}

.Border-Repeater {
    border-bottom: 2px solid #F5F5F5;
    padding: 0;
}

.Border-Repeater-Header {
    border-bottom: 2px solid #F5F5F5;
    border-top: 2px solid #F5F5F5;
    padding: 0;
}

.Repeater-Cell {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9B9B9B;
    text-align: center;
}

.Repeater-Cell-First {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9B9B9B;
    text-align: left;
}

.btnEnviar {
    margin-left: -10px;
}

.group {
    height: 25px;
    width: 25px;
    display: flex;
    margin: auto;
    margin-top: 8px;
}

.Oval2 {
    height: 5px;
    width: 5px;
    background-color: #D8D8D8;
    border-radius: 2px;
    margin: auto;
}

.Botao-Atividade {
    height: 50px;
    background-color: #9B9B9B;
    color: black;
    position: relative;
    font-size: medium;
    font-weight: bold;
    margin-top: 20px;
}

    .Botao-Atividade a {
        color: black;
        line-height: 18px;
        position: absolute;
        text-decoration: none;
        height: 50px;
        width: 96%;
    }

    .Botao-Atividade p {
        margin-top: 15px;
    }

.Botao-Atividade-Arrow {
    margin-top: -33px;
}

.Mobile-Span-left {
    color: white;
    font-weight: bold;
    padding-left: 10px;
}

.cell a {
    float: right;
    color: white;
    text-decoration: none;
    cursor: pointer;
    padding-right: 15px;
}

.Mobile-Span-right {
    float: right;
    padding-right: 15px;
    color: white;
}

/*============= END: Homepage Top Blocks =================*/
@media only screen and (max-width: 767px) {

    .strong-Blue {
        background-color: #00828A;
    }

    .soft-Blue {
        background-color: rgba(0, 130, 138, 0.7);
    }

    #table {
        display: block;
        margin: 44px 0 0 0;
        border-top: 1px solid #ccc;
        width: 100%;
    }

    .caption {
        top: 0;
        text-align: center;
        height: 44px;
        line-height: 44px;
        z-index: 5;
        border-bottom: 2px solid #999;
    }

    .header-row {
        display: none;
    }

    .cell {
        display: block;
        border: none;
        position: relative;
        height: 45px;
        line-height: 45px;
        text-align: left;
    }

    .primary:after {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        top: 0px;
        z-index: 2;
        width: 0;
        height: 0;
        font-family: FontAwesome;
        content: "\f054";
        padding-right: 10px;
    }

    .cell:nth-of-type(n+2) {
        display: none;
    }


    input[type="radio"],
    input[type="checkbox"] {
        display: block;
        /*position: absolute;
        z-index: 1;
        width: 99%;
        height: 100%;
        opacity: 0;*/
        cursor: pointer;
    }

        input[type="radio"]:checked,
        input[type="checkbox"]:checked {
            z-index: -1;
        }

            input[type="radio"]:checked ~ .cell,
            input[type="checkbox"]:checked ~ .cell {
                display: block;
                border-bottom: 1px solid #eee;
            }

            input[type="radio"]:checked ~ .primary,
            input[type="checkbox"]:checked ~ .primarys {
                border-bottom: 2px solid #999;
            }

                input[type="radio"]:checked ~ .primary:after,
                input[type="checkbox"]:checked ~ .primary:after {
                    position: absolute;
                    right: 18px;
                    top: 0px;
                    font-family: FontAwesome;
                    content: "\f078";
                    z-index: 2;
                    padding-right: 10px;
                }

    .p-left-5-button {
        padding: 0px 0px 0px 5px;
    }

    .p-right-5-button {
        padding: 0px 5px 0px 0px;
    }

    .unpadded {
        padding: 0;
    }
}

@media(max-width: 991px) {
    .p-left-5 {
        padding: 0;
    }

    .p-right-5 {
        padding: 0;
    }

    .RadUpload .ruActions .ruAdd {
        width: 100%;
    }

    .enviar {
        padding: 0px;
    }

    .btnEnviar {
        margin-left: 0px;
    }

    .RadUpload .ruActions .ruDelete {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    input.submeter {
        width: 100%;
    }    
}
.num-letra-hiffen {
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 35px;
        display: inline-block;
        margin-top: 15px;
        vertical-align: middle;
    }
