﻿:root {
    --orange-color: #e28d25;
    --white-color: #fff;
    --lightgrey-color: #f6f6f6;
    --grey-color: #f6f6f6;
    --darkgrey-color: #3c3c3c;
    --darkblue-color: #2C4E5B;
    --presenciais-color: #e28d25;
    --elearning-color: #2C4E5B;
    --brown-color: #c06932;
}


@media only screen and (max-width: 767px) {

    .searchParameter select {
        width: 100% !important;
    }

    .searchParameter input {
        width: 100% !important;
    }

    .searchParameter .form-group {
        width: 100% !important;
    }

    .searchParameter {
        width: 100% !important;
    }
}

.searchParameter label {
    color: var(--darkgrey-color, #3c3c3c);
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.searchParameter label.w200 { width:200px; }

    .searchParameter input, .searchParameter select {
        width: 200px;
        box-sizing: border-box;
        min-height: 38px;
        min-width: 38px;
        background-color: #eaeaea;
        border: 0;
        border-radius: 5px;
        font-family: inherit;
        font-size: 1.1em;
        color: #666666;
        padding: 8px;
        line-height: 1;
        flex-grow: 1;
    }

.searchParameter select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAAo0lEQVRIie3STaqBYRTA8Z+ukis7sgwTQzuxAckejFEGUiZiG5JV3G69YeBVb74/jtnzrzN7Or9OPaRSqcgGyLAPmizfedE2EDnN5hrUxC4Q2eU7r9YLhLq3EPjBMACZoHwPgl+sPkCWqD5CTtUwfwNZoP4sUrxs9gIyfeWS8yoYP4GM8rcfVULnDtJ3/ERhtfBXAP7RjgSKNbDOp/EtJJWK6QBceqOraqxeeAAAAABJRU5ErkJggg==') !important;
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: inline-block;
    cursor: pointer;
    background-size: 10px;
    padding-top: 12px;
}

.searchParameter input:focus, .searchParameter select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);

}


.searchParameter input:not(:first-child) {
    margin-left: 5px;
}

.container-checkboxs-cursos {
    display: block;
    position: relative;
    padding-left: 28px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container-checkboxs-cursos input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .container-checkboxs-cursos .checkmark {
        position: absolute;
        top: -4px;
        left: -10px;
        height: 30px;
        width: 30px;
        background-color: #eee;
        border-radius: 5px;
    }

.container-checkboxs-cursos :hover input ~ .checkmark {background-color: #ccc;}
.searchParameter .container-checkboxs-cursos input:checked ~ .checkmark {background-color: var(--orange-color, #e28d25);}

.searchParameter .form-group {
    margin-bottom: 0px;
    width: 200px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkboxs-cursos input:checked ~ .checkmark:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #fff;
    content: "\f00c";
}

.container-checkboxs-cursos .checkmark:after {
    left: 8px;
    top: 8px;
}

.flex {
    display: flex;
}

.searchParameter .flex {
    height: 35px;
    align-items: center;
}

.searchParameter .container-checkboxs-cursos :not(:last-child) {
    margin-right: 20px;
}

.optionView {
    margin-right: 5px;
}

.calendarView * {
    margin: 0px;
    padding: 0px;
}

.calendarView .calendarTable {
    width: 100%;
    margin-top: 20px;
}

.calendarHeader > th {
    text-align: center;
    outline: 1px solid #ececec;
    background-color: #f9f9f9;
    color: #c1c1c1;
    font-weight: 200;
    padding: 10px 0px;
    width: calc(100% / 7);
}

.detalheCurso { /* width:auto; */
    display: flex;
    font-size: 14px;
    color: #919191;
    margin-top: 3px;
    margin-bottom: 10px;
}

    .detalheCurso > div:not(:last-child) {
        margin-right: 30px;
    }

@media (max-width: 1023px) {
    .nomeCurso {
        line-height: 21px;
    }

    .curso {
        max-height: fit-content;
        max-height: -moz-fit-content;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .mainRow {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .viewOptions {
        display: flex;
        justify-content: flex-start;
    }

    .subtitle {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width:400px) {
    .subtitle {
        flex-direction: column;
    }

        .subtitle label {
            margin-bottom: 10px;
        }

    .viewOptions {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .optionView {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .searchParameter .flex {
        flex-direction: column;
        height: auto;
    }

    .searchParameter input:not(:first-child) {
        margin-left: 0px;
    }
}

.searchParameter .container-checkboxs-cursos {
    margin-top: 8px;
    margin-right: 20px;
    font-weight: 400;
    padding-top: 0;
    margin-left: 10px;
}

    .searchParameter .container-checkboxs-cursos:nth-child(2) {
        margin-right: 24px;
    }

