@font-face {
    font-family: 'open_sansbold';
    src: url('/Content/font/opensans-bold-webfont.woff2') format('woff2'), url('/Content/font/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/Content/font/opensans-regular-webfont.woff2') format('woff2'), url('/Content/font/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.fonte {
    font-family: 'open_sansregular', sans-serif !important;
}

body {
    font-family: 'open_sansregular', sans-serif !important;
    font-size: 13px;
    color: #555 !important;
}

.hidden {
    overflow: hidden;
}

.bg-preto {
    background: #303747
}

.bg-blue {
    background: #005E98
}

.bg-cinza {
    background: #f7f7f7 !important;
}

.breakWord {
    word-break: break-word;
}

.cor-primaria {
    color: #005E98
}

a:hover {
    color: #005E98;
    text-decoration: none
}

/* BOTÕES*/
.btn {
    text-transform: uppercase;
    font-size: 0.7rem;
    border-radius: 30px;
    border: 0
}

.btn-primary {
    background: #005E98;
    border-color: #005E98;
    border: 1px solid #005E98;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:active {
        background: #fff;
        border-color: #fff;
        color: #005E98 !important;
        border: 1px solid #005E98
    }

.btn-secondary {
    background: #fff;
    border-color: #fff;
    color: #005E98 !important;
    border: 1px solid #005E98
}

    .btn-secondary:hover,
    .btn-secondary:active {
        background: #005E98;
        border-color: #005E98;
        border: 1px solid #005E98;
        color: #fff !important;
    }

.btn-outline-secondary {
    background: #fff;
    border-color: #fff;
    color: #8f919a;
    border: 1px solid #8f919a;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:active {
        background: #fff;
        border-color: #fff;
        color: #8f919a;
    }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #005E98;
    border-color: #005E98;
    border: 1px solid #005E98;
    color: #fff !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background: #005E98;
    border-color: #005E98;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: none;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn-vertical {
    margin-top: 2rem;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #afafaf !important;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.botao-tipo3 {
    padding: .3rem .5rem;
    border: 1px solid #005e98;
    color: #005e98;
    border-radius: 30px;
    font-size: .7rem;
    width: 37%;
    margin-top: .5rem;
}

    .botao-tipo3 .fa {
        color: #005e98;
        font-size: .8rem;
    }

.form-control:focus {
    box-shadow: none;
}

input::placeholder,
.form-control {
    font-size: 12px
}


.pointer {
    cursor: pointer;
}


/*.custom-control-label::before{
    top:0;
}*/


.hiddenRow {
    padding: 0 !important;
}

.badge-primary {
    background-color: #005E98;
}

.badge-success {
    background-color: #78BE20;
}

.badge {
    padding: .4rem .5rem;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 70%;
    font-weight: normal;
}

.badge-warning {
    color: #fff;
}

.badge-secondary {
    background: #fff;
    color: #005e98;
    border: 1px solid #005e98;
}

    .badge-secondary:hover {
        background: #005e98;
        color: #fff;
        border: 1px solid #005e98;
    }

.none {
    display: none;
}

.roudend {
    border-radius: 30px;
}

.detalhes {
    height: 25px;
}

/* Pregnant program */
.list-pregnants {
    width: 100%;
}

    .list-pregnants .item {
        display: inline-block;
        cursor: pointer;
        height: 60px;
        width: 300px;
        background-color: #fff;
        border-radius: 3px;
        align-content: center;
        text-align: center;
        vertical-align: middle;
        padding: 16px 2px 0 0;
        margin: 9px 6px 0 0;
    }

        .list-pregnants .item span {
            align-items: center;
            vertical-align: middle;
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 19px;
            color: #005E98;
        }

    .list-pregnants .selected {
        background-color: #005E98;
    }

        .list-pregnants .selected span {
            color: #fff;
        }

/* DRAG N' DROP FILES INPUT */
.dashed-box {
    /* dashed box */
    /* Auto Layout */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: static;
    height: 90px;
    left: 0px;
    top: 33px;
    /* blue-light */

    border: 1px dashed #00C4FF;
    box-sizing: border-box;
    border-radius: 5px;
    /* Inside Auto Layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 9px 0px;
}
/* */

.w-20 {
    width: 20% !important;
}

