body {
    font-size: .875rem;
    /*font-family: poppins, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    background: #F1F1F1;
}

.title_color {
    color: #8c8c8c !important;
}

/* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#googleMap {
    height: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

/*
* Sidebar Menu
*/

.menu .nav-link {
    font-size: 16px;
    padding: 10px 20px 10px;
    display: block;

}

.menu .nav-item:hover {
    background: #BBBFC3;
    cursor: pointer;
    transition-duration: 0.2s;
}

.menu .menu-nav-item-static {
    background: #BBBFC3;
    font-weight: bold;
}

/*
* Sidebar
*/

.sidebar {
    background: #212529;
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /*  Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);

}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-item {
    border-bottom: 1px solid;
    border-bottom-color: #282828;
}

.sidebar .nav-item span {
    margin-right: 5px;
}

.sidebar .nav-link {
    color: #8c8c8c;
    font-size: 16px;
    padding: 20px 20px 20px;
    display: block;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-item:hover {
    background: #343a40;
    transition-duration: 0.2s;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
* Navbar
*/

.navbar h5 {
    margin-top: 0.5rem;
    color: #8c8c8c;
    text-align: center;
}

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background: #1E1E1E;
}

.navbar-dark .navbar-brand {
    color:  #1E1E1E;
    background: #1E1E1E;
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.footer-dropdown {
    position: absolute;
    bottom:0;
    left:0;
}

.footer-dropdown ul li {
    text-decoration: none;
    list-style: none;
}

.form-control, .form-select {
    border-radius: 0;
}

main .title-home  {
    color: #4C4C4C;
}

.badgeNotification {
    opacity: 0.5 !important;
}

/*
* Curse Area
*/

.form-check-input:checked {
    background-color: #6c757d!important;
    border-color: #6c757d!important;
}

/*MESSAGES*/

.message {
    color: #ffffff;
    font-size: var(--font-normal);
    font-weight: var(--weight-strong);

    display: block;
    width: 100%;
    padding: 20px;
    border: 2px solid #cccccc;
    margin-bottom: var(--area-box);

    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: var(--radius-normal);
}

.message.success {
    --color: var(--color-green);
    color: var(--color);
    border-color: var(--color);
}

.message.info {
    --color: var(--color-blue);
    color: var(--color);
    border-color: var(--color);
}

.message.warning {
    --color: var(--color-yellow);
    color: var(--color);
    border-color: var(--color);
}

.message.error {
    --color: var(--color-red);
    color: var(--color);
    border-color: var(--color);
}

/*AJAX RESPONSES MESSAGES*/

.ajax_response {
    position: fixed;
    padding: 20px 20px 0 0;
    z-index: 998;
    top: 60px;
    right: 0;
    width: 400px;
    max-width: 100%;
}

.ajax_response .message {
    color: #ffffff;
    font-size: 1rem;
    font-weight: var(--weight-normal);
    overflow: hidden;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 15px 20px 15px;
    background: #333333;
    margin-bottom: 15px;
    position: relative;
    -webkit-border-radius: var(--radius-normal);
    -moz-border-radius: var(--radius-normal);
    border-radius: 0;
    cursor: pointer;
}

.ajax_response .message:before {
    flex-basis: 0;
    margin: -5px 15px 0 0 !important;
    font-size: calc(var(--font-max) * 1.2);
    color: rgba(0, 0, 0, 0.5);
}

.ajax_response .message_time {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4%;
    height: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.ajax_response .message.success {
    background: var(--color-green);
}

.ajax_response .message.info {
    background: var(--color-blue);
}

.ajax_response .message.warning {
    background: var(--color-yellow);
}

.ajax_response .message.error {
    background: var(--color-red);
}

/*540w*/

@media (max-width: 34em) {
    .ajax_response {
        width: 100%;
        padding: 20px 20px 0 20px;
    }
}

/* TABLE DEFAULT SYSTEM */
.view_table_class {
    opacity: .8;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    text-align: center;
}

.view_table_class .view_table_class_title {
    background: #f9f9f9;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.view_table_class .view_table_class_title.inverse {
    background: #eee;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}


.table .view_table_class .view_table_class_title, .view_table_class_body {
    border-color: none !important;
    border-style: hidden !important;
    border-width: none !important;
}

.view_table_class .view_table_class_title .view_table_class_title_row {
    padding: 20px;
    font-size: .9em;
}

.view_table_class .view_table_class_body {
    background: #f9f9f9;

}
.view_table_class .view_table_class_body:nth-child(2n+1) {
    background: #eee;
}

.view_table_class .view_table_class_body.inverse:nth-child(2n+1) {
    background: #f9f9f9;
}

.view_table_class .view_table_class_body .view_table_class_title_row {
    padding: 20px;
    opacity: .7;
    font-size: 0.9em;
}

/*TABLE LOGS*/

.box_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.box {
    margin: 10px;
    flex-basis: calc(100% - 20px);
}

.dash_view_course_module_class {
    display: block;
    background: #f9f9f9;
    opacity: .7;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.dash_view_course_module_class:nth-child(2n+3) {
    background: #eee;
}

.dash_view_course_module_class_inverse {
    display: block;
    background: #f9f9f9;
    opacity: .7;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

.dash_view_course_module_class_inverse:nth-child(2n+2) {
    background: #eee;
}

.dash_view_course_module_class_link {
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    padding: 20px 0px 0px 0px;
}

@media (max-width: 40em) {
    .dash_view_course_module_class_row.title {
        flex-basis: 100%;
    }
}

.dash_view_course_module_class_row.title {
    text-align: left;
}

@media (max-width: 40em){
    p.dash_view_course_module_class_row.hide{
        display: none;
    }
}

.dash_view_course_module_class_row {
    flex-basis: 20%;
    text-align: center;
    font-size: .9em;
    font-weight: 100;
    color: #555;
}

.dash_view_course_module_class_row1 {
    flex-basis: 10%;
    text-align: center;
    font-size: .9em;
    font-weight: 100;
    color: #555;
}

.dash_view_course_module_class_row2 {
    flex-basis: 50%;
    text-align: center;
    font-size: .9em;
    font-weight: 100;
    color: #555;
}

.dash_view_course_module_class_row3 {
    flex-basis: 70%;
    text-align: center;
    font-size: .9em;
    font-weight: 100;
    color: #555;
}

.dash_view_course_module {
    margin-bottom: 10px;
}


.paginator_item {
    color: #6c757d !important;
}

.paginator_active,
.paginator_active:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d!important;
}

/*
* modal-excluir
*/
.modal-excluir {
    color: #636363 !important;
    width: 400px !important;
}
.modal-excluir .modal-content {
    padding: 20px !important;
    border-radius: 5px !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
}
.modal-excluir .modal-header {
    border-bottom: none;
    position: relative;
}
.modal-excluir h4 {
    text-align: center;
    font-size: 26px;
    margin: 5px 0 -10px;
}
.modal-excluir .close {
    position: absolute !important;
    top: -5px !important;
    right: -2px !important;
    border: none !important;
    background: none !important;
    font-size: 1rem !important;
}
.modal-excluir .modal-body {
    color: #999 !important;
}

.modal-excluir .modal-footer a {
    color: #999;
}
.modal-excluir .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-excluir .icon-box i {
    color: #f15e5e !important;
    font-size: 46px !important;
    display: inline-block !important;
    margin-top: 13px !important;
}
.modal-excluir .btn-modal-excluir {
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 140px;
    border: none;
    min-height: 20px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
    padding: 30px;
    cursor: pointer;
}

.modal-excluir .btn-info-modal-modal {
    background: #c1c1c1;
}
.modal-excluir .btn-info-modal:hover, .modal-excluir .btn-info-modal:focus {
    background: #a8a8a8;
}
.modal-excluir .btn-danger-modal {
    background: #f15e5e;
}
.modal-excluir .btn-danger-modal:hover, .modal-excluir .btn-danger-modal:focus {
    background: #ee3535;
}

/*
* List Icons File
*/
.list-icons li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin-bottom: 5px;
    padding: 20px 10px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    /* background-color: rgba(0,0,0,0.03); */
    cursor: pointer;
}

.list-icons li:hover{
    background-color: rgb(231, 234, 236)
}

.list-icons a {
    text-decoration: none !important;

}

.list-icons li #icon-remove {
    background: none;
    border: none;
    margin-top: -15px;
    margin-left: 60px !important;
    color: #c42927;
}

.list-icons li #icon-remove:hover {
    border: none;
    margin-top: -15px;
    margin-left: 60px !important;
    color: #c42927;
}


/*
* Ribbon
*/

.ribbon {
    position: absolute;
    left: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;

    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #E87C87;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #E87C87;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #E87C87;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #E87C87;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #E87C87;
}

.ribbon-success {
    position: absolute !important;
    left: -5px; top: -5px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    width: 75px; height: 75px !important;
    text-align: right !important;
}
.ribbon-success span {
    font-size: 10px !important;

    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 20px !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    width: 100px !important;
    display: block !important;
    color: #fff !important;
    background: #67c689 !important;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1) !important;
    position: absolute !important;
    top: 19px; left: -21px !important;
}
.ribbon-success span::before {
    content: "" !important;
    position: absolute; left: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid #67c689 !important;
    border-right: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #67c689 !important;
}
.ribbon-success span::after {
    content: "" !important;
    position: absolute; right: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid #67c689 !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #67c689 !important;
}

.ribbon-conferencia {
    position: absolute !important;
    left: -5px; top: -5px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    width: 75px; height: 75px !important;
    text-align: right !important;
}
.ribbon-conferencia span {
    font-size: 10px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 20px !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    width: 100px !important;
    display: block !important;
    color: #fff !important;
    background: #343A40 !important;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1) !important;
    position: absolute !important;
    top: 19px; left: -21px !important;
    opacity: 0.6;
}
.ribbon-conferencia span::before {
    content: "" !important;
    position: absolute; left: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid #67c689 !important;
    border-right: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #343A40 !important;
}
.ribbon-conferencia span::after {
    content: "" !important;
    position: absolute; right: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid #343A40 !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #343A40 !important;
}

.ribbonReparo {
    position: absolute !important;
    left: -5px; top: -5px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    width: 75px; height: 75px !important;
    text-align: right !important;
}
.ribbonReparo span {
    font-size: 10px !important;
    color: #8f5a0a !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 20px !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    width: 100px !important;
    display: block !important;
    background: #FADB89 !important;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1) !important;
    position: absolute !important;
    top: 19px; left: -21px !important;
}
.ribbonReparo span::before {
    content: "" !important;
    position: absolute; left: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid #FADB89 !important;
    border-right: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #FADB89 !important;
}
.ribbonReparo span::after {
    content: "" !important;
    position: absolute; right: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid #FADB89 !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #FADB89 !important;
}

.ribbonPendente {
    position: absolute !important;
    left: -5px; top: -5px !important;
    z-index: 1 !important;
    overflow: hidden !important;
    width: 75px; height: 75px !important;
    text-align: right !important;
}
.ribbonPendente span {
    font-size: 10px !important;

    color: #FFFFFF !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 20px !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    width: 100px !important;
    display: block !important;
    background: #017BFF !important;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1) !important;
    position: absolute !important;
    top: 19px; left: -21px !important;
}
.ribbonPendente span::before {
    content: "" !important;
    position: absolute; left: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid #017BFF !important;
    border-right: 3px solid transparent !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #017BFF !important;
}
.ribbonPendente span::after {
    content: "" !important;
    position: absolute; right: 0px; top: 100% !important;
    z-index: -1 !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid #017BFF !important;
    border-bottom: 3px solid transparent !important;
    border-top: 3px solid #017BFF !important;
}

/*
* List Icons Stock
*/
.list-icons-stock {
    display: flex;
    display: inline-table;

}
.list-icons-stock li {
    list-style: none;
    width: 14rem;
    height: 20rem;
    margin-bottom: 5px;
    padding: 20px;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    background-color: rgba(0,0,0,0.03);
    color: rgba(0,0,0,0.5);
    margin-left: 5px;
}

.list-icons-stock li:hover{
    background-color: rgb(231, 234, 236)
}

.list-icons-stock li a {
    cursor: pointer;
    background: none !important;
    border: none !important;
    text-decoration: none !important;
    border-radius: 0;
}
.list-icons-stock li a:hover {
    background-color: none !important;
    color: none !important;
    border: none !important;
    text-decoration: none;
    border-radius: 0;
}

.list-icons-stock li #button-upload {
    background-color: rgba(0,0,0,0.03);
    cursor: pointer;
    color: #808487;
    border: 1px solid #808487;
    text-decoration: none;
    border-radius: 0;
}

.list-icons-stock li #button-upload:hover {
    background-color: #808487;
    cursor: pointer;
    color: #fff;
    border: 1px solid #808487;
    text-decoration: none;
    border-radius: 0;
}

.list-icons-stock li #bottom-block:hover {
    background: none !important;
    cursor: pointer;
    border: 0 !important;
    text-decoration: none;
    border-radius: 0;
}

.imgCinza {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
    opacity: 0.4 !important;
}

.list-icons-hide {
    color: rgba(0,0,0,0.03) !important;
}
