﻿body {
    background-color: #ebebeb;
    margin: 70px 0;
}

.mt_-20 {
    margin-top: -20px;
}

.color_transparent {
    color: transparent;
}

.box-img {
    background-color: #004752;
    margin: -41px -41px 0px -41px;
    padding: 10px 40px 10px 40px;
    border-bottom: 2px solid #797979;
}

.input-group-text {
    background-color: #259e9d;
    color: white;
}

.card-container.card {
    max-width: 400px;
    padding: 40px 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
    overflow: hidden;
}

.btn-menu {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.btn_excl {
    height: 25px;
    width: 25px;
    padding: 0px;
}

.btn_edt_excl {
    padding: 5px 7px;
}

.card-exec {
    background-color: #fff;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.profile-img-card {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.btn.btn-primary {
    background-color: #004752;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        box-shadow: 0 0 0 0.2rem #004752;
        background-color: #09948a;
    }

    .btn.btn-primary:not(:disabled):not(.disabled):hover, .show > .btn-primary.dropdown-toggle {
        background-color: #09948a;
    }

.alert {
    margin:50vh 30vw !important;
    padding: 5px 10px;
}

.required:after {
    content: " *";
    color: red;
}

.Errorctrl {
    background-color: #fff1f1 !important;
    border: 1px solid #ff0000;
}

.card-custom {
    max-width: 95% !important;
}

.lb-resposivel {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-top: 1rem !important;
    margin-bottom: 0.2rem !important;
}

.radio-quest {
    height: 60px;
    max-width: 120px;
    font-size: 0.75vw !important;
    cursor: pointer;
    margin-top: 0px;
    width: 100px;
}

.table th a {
    color: #004752;
}

.table-hover > tbody > tr:hover {
    color: #ffffff;
    background-color: #7da1a7 !important;
}

.no_wrap {
    white-space: nowrap;
}

.resize_none {
    resize: none !important;
}

.pre_line {
    white-space: pre-line;
}

.elipsis {
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis !important;
}

.display_none {
    display: none !important;
}

.text-tranparent {
    color: transparent;
}

.d-inline-grid {
    display: inline-grid;
}

.radio-quest.active {
    color: #212529 !important;
    background-color: #ffc107 !important;
    /*background-color: #404042 !important;
    color: #fffc6d !important;*/
}

.w-15 {
    width: 15% !important;
    min-width: 100px !important;
}

.aspNetDisabled {
    cursor: no-drop;
}

.dropdown-menu {
    background-color: #004752 !important;
}

.navbar {
    background-color: #004752;
    padding: 0;
    height: 50px;
}

.nav-item {
    background-color: #004752;
    color: #fff;
    text-align: center;
}

.nav-link {
    cursor: pointer !important;
}

    .nav-link:hover {
        color: #fff;
    }

    .nav-link.active {
        color: #fff;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
    }

.navbar-toggler {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    background-color: #004752;
}

.dropdown-item {
    text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    animation: shine alternate 2s infinite;
}

.dropLeft-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    transform: rotate(90deg);
}

.custon-dropdown-divider {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
/******************************Drop-down menu work on hover**********************************/

/*BORDER-RADIUS*/

.r-1 {
    border-radius: 1px;
}

.r-2 {
    border-radius: 2px;
}

.r-3 {
    border-radius: 3px;
}

.r-4 {
    border-radius: 4px;
}

.r-5 {
    border-radius: 5px;
}


/*PAGINAÇAO GRIDVIEW*/
.pag-table {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pag-table td, .pag-table th {
        border: none !important;
    }

    .pag-table table > tbody > tr > td {
        display: inline;
    }

        .pag-table table > tbody > tr > td > a,
        .pag-table table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pag-table table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pag-table table > tbody > tr > td:first-child > a,
        .pag-table table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pag-table table > tbody > tr > td:last-child > a,
        .pag-table table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pag-table table > tbody > tr > td > a:hover,
        .pag-table table > tbody > tr > td > span:hover,
        .pag-table table > tbody > tr > td > a:focus,
        .pag-table table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

@media screen and (max-width: 576px) {
    .card-custom {
        max-width: 100% !important;
    }

    .btn {
        height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .radio-quest {
        height: 30px;
        font-size: calc(0.5vw + 0.5vh + 0.5vmin) !important;
        margin-top: 0px;
        max-width: 48px !important;
    }

    .btn-group-toggle-sm {
        align-content: center !important;
    }
}

@media screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover > ul {
        display: block
    }

    .mainmenu .collapse ul ul {
        top: 100%;
        left: 0;
        display: none
    }
        /*******/
        .mainmenu .collapse ul ul li {
            position: relative
        }

            .mainmenu .collapse ul ul li:hover > ul {
                display: block
            }

        .mainmenu .collapse ul ul ul {
            top: 0;
            left: -150%;
            min-width: 250px;
            display: none;
            background-color: #214470 !important;
        }
            /*******/
            .mainmenu .collapse ul ul ul li {
                position: relative
            }

                .mainmenu .collapse ul ul ul li:hover ul {
                    display: block
                }

            .mainmenu .collapse ul ul ul ul {
                top: 0;
                left: 100%;
                min-width: 250px;
                display: none;
                background-color: #11243b !important;
            }

    .navbar-nav .show .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 35px;
    }

    .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 16px 15px 16px 45px
    }
}

.pag-table td, .pag-table th {
    border: none !important;
}

.pag-table table > tbody > tr > td {
    display: inline;
}

.pag-table table > tbody > tr {
    background: transparent !important;
}

    .pag-table table > tbody > tr > td > a,
    .pag-table table > tbody > tr > td > span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #4B4B4B;
        background-color: #ffffff;
        border: 1px solid #004752;
        margin-left: -1px;
    }

.borda-card {
    border: 1px solid #004752;
}

.pag-table table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    margin-left: -1px;
    z-index: 2;
    color: #ffffff;
    font-weight: bolder;
    background-color: #004752;
    border: 1px solid #004752;
    cursor: default;
}

.pag-table table > tbody > tr > td:first-child > a,
.pag-table table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pag-table table > tbody > tr > td:last-child > a,
.pag-table table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pag-table table > tbody > tr > td > a:hover,
.pag-table table > tbody > tr > td > span:hover,
.pag-table table > tbody > tr > td > a:focus,
.pag-table table > tbody > tr > td > span:focus {
    color: #ffffff;
    font-weight: bold;
    background-color: #004752;
    border: 1px solid #004752;
}
