﻿.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    margin-top: 12px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
    left: 0px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.btn-full-content {
    width: 100%;    
}

/*SCROLL BAR BEGIN*/
.scrollbar {
    /*margin-left: 30px;*/
    /*float: left;*/
    height: 129px;
    /*width: 65px;*/
    /*background: #F5F5F5;*/
    overflow-y: scroll;
    overflow-x: hidden;
    /*margin-bottom: 25px;*/
}

.force-overflow {
    min-height: 450px;
}

.rodape-itens {
    padding-bottom:8px;
}

#wrapper {
    text-align: center;
    width: 500px;
    margin: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #000000;
}
/*SCROLL BAR END*/

.font-green {
    color:limegreen;
}

.font-orange {
    color:orange;
}

.font-red {
    color: red;
}

.font-blue {
    color: blue;
}

.btn-ss {
    width:25px;
    margin: 1px;
}

.home-image {    
    position: absolute; 
    right: 15px; 
    bottom: 65px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media (min-width: 300px) and (max-width: 767px) {
    .home-image {
        /*display:none;*/
        visibility:hidden;
        /*position:relative;
        bottom:0px;
        text-align:center;*/
    }
}

.dataTables_wrapper > .top {
    display: flex;
    justify-content: space-between;
}

.box-footer-acoes {
    position: fixed;
    float: right;
    bottom: 0;
    right: 0;
    z-index: 1049;
    width: calc(100% - 300px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

.box-footer-acoes-100 {
    position: fixed;
    float: right;
    bottom: 0;
    right: 0;
    z-index: 1049;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
   .padding-top-mobile {
        padding-top: 5px;
   }

    .box-footer-acoes {
        position: fixed;
        float: right;
        bottom: 0;
        right: 0;
        z-index: 1049;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #f4f4f4;
        padding: 10px;
        background-color: #ffffff;
    }
}

/*SUPPORT PAGE BEGIN*/
.support-page {
    display: flex;
    background-color: #f5f5f5;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
}

.support-header {
    margin-left: 10px;
    word-wrap: break-word;
}

.support-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.support-content {
    display: flex;
    flex-direction: column;
}

.support-content-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.support-button {
    margin-top: 5px;
    text-align: center;
    color: #5D5D5D;
    font-size: 15px;
    font-weight: bold;
}

/*Botão de inicio de chat do Tiflux*/
.chat__clearfix {
    display: none;
}

@media (max-width: 991px) {
    .support-page {
        padding-top: 15px;
        padding-bottom: 50px;
    }

    .support-container {
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .support-header h2 {
        margin-top: 0;
    }

    .chat__clearfix {
        display: block;
    }

    #support-button-tiflux {
        display: none;
    }
}
/*SUPPORT PAGE END*/

/*SYMBOLS BEGIN*/
/*Deve ser implementado junto com "glyphicon glyphicon-ok" */
.checked_symbol {
    color: #00a65a;
    font-size: 20px;
}

/*Deve ser implementado junto com "glyphicon glyphicon-ok" */
.checked_symbol_white {
    color: #ffffff;
    font-size: 20px;
}

/*Deve ser implementado junto com "glyphicon glyphicon-remove" */
.remove_symbol {
    color: #D62828;
    font-size: 20px;
}

/*SYMBOLS END */

/*NOTIFICATIONS BEGIN*/

.notificacao-item:hover {
    background-color: rgba(255, 125, 0, 0.26) !important;
}

/*NOTIFICATIONS END*/

/*DETALHES INCIO*/

.detalhes-container {
    display: flex;
    column-gap: 15px;
    width: 100%;
    padding: 0 15px 0 15px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.detalhes-container-item {
    flex: 1;
    display: block;
    overflow-wrap: break-word;
}

/*DETALHES FIM*/
