﻿body {
    padding-top: 50px;
    padding-bottom: 0;
    background: #fcfcfc;
    font-size: 13px;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}



.table-notquebradelinha {
    white-space: nowrap;
}

.table-bordered-Pro tbody tr td {
    border: 1px solid #ddd;
    width: 10%;
}

.text-center {
    text-align: center;
    max-width: 100%;
}

.button-center {
    width: 9%;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 210px;
}

/*
    Classe de Avatar para ser utilizada na imagem do Usuário
*/

.navbar-inverse {
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.avatar {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}


.alinharDiv {
    display: flex;
    justify-content: space-between;
}

.alinharTitle {
    display: flex;
    align-items: center;
}


#wrapper {
    padding-left: 150px;
    transition: all 0.4s ease 0s;
    display: flex;
    width: 98%;
    margin-left: 0;
}

#sidebar-wrapper {
    margin-left: -150px;
    left: auto;
    width: 150px;
    background: #E30613;
    position: initial;
    height: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

#wrapper.active {
    padding-left: 0;
}


    #wrapper.active #sidebar-wrapper {
        left: auto;
    }


#page-content-wrapper {
    width: 100%;
    transition: all 0.4s ease 0s;
}


@media (max-width:767px) {

    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: absolute;
        left: 150px;
    }

        #wrapper.active #sidebar-wrapper {
            left: 150px;
            width: 150px;
            transition: all 0.4s ease 0s;
        }

    #menu-toggle {
        display: inline-block;
    }
}



@media(max-width: 750px) {
    .tek {
        position: fixed;
        left: 150px;
        width: 150px;
    }

    #kallas {
        max-width: 53px;
    }

    .table-notquebradelinha {
        white-space: nowrap;
    }
}

.tek {
    position: relative;
    right: -900px; /* posiciona a 90px para a esquerda */
    top: 16px; /* posiciona a 70px para baixo */
}

.teek {
    position: relative;
    right: -650px; /* posiciona a 90px para a esquerda */
    top: 0px; /* posiciona a 70px para baixo */
}



#kallas {
    max-width: 100px;
}


#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}



ul.ulconfig {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
}

#sidebar-wrapper ul li {
    position: relative;
}

#sidebar-wrapper li ul {
    position: absolute;
    left: 149px;
    top: 0;
    display: none;
}

#sidebar-wrapper ul li a {
    display: grid;
    height: 70%;
    text-align: left;
    color: #fff;
    padding: 5px;
}


#sidebar-wrapper ul li:hover > a { /* Quando passarmos o mouse sobre a LI colocamos estilo no A */
    background-color: #282727;
    color: #FFFFFF;
}




#sidebar-wrapper ul li:hover ul { /* Quando passar o mouse sobre a LI aparecerá o menu filho */
    /* Tamanho do menu filho */
    display: block;
}

#sidebar-wrapper ul li ul li {
    cursor: pointer;
}

    #sidebar-wrapper ul li ul li:hover > a {
        background-color: #0099FF;
        color: #FFFFFF;
    }

    #sidebar-wrapper ul li ul li ul li {
        display: none;
    }

    #sidebar-wrapper ul li ul li ul {
        /* Para deixar o sub-menu na mesma linha do menu pai */
    }

    #sidebar-wrapper ul li ul li:hover ul li {
        display: block;
        /* Para deixar o sub-menu ao lado do menu pai */
    }



#sidebar-wrapper i {
    /*  width: 100px;*/
    text-align: center !important;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

footer {
    background-color: #8B0000;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    left: 0;
}

#footer i {
    width: 70px;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 16px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #282727;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0 15px 15px 15px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

a.sub-menu {
    text-align: left !important;
}


.load {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30%;
    left: 45%;
    color: blue;
}

.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-right: 25px;
    margin-left: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

select {
    height: 34px;
    padding: 6px 12px;
    margin: auto 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tamanho {
    display: inline-block;
    width: 200px !important;
    vertical-align: middle;
}

.tamanhodata {
    width: 156px !important;
}

.tamanhobox {
    width: 200px !important;
}

.tamanholine {
    width: 90px !important;
}

.alert-warning-b {
    color: #ffffff;
    background-color: #7c7c7c;
    margin-bottom: 0;
    height: 110px !important;
    border-color: #7c7c7c;
}

/* Botões de alerta*/
.alert-warning {
    color: #ffffff;
    background-color: #7c7c7c;
    margin-bottom: 0;
    border-color: #7c7c7c;
}

.btn-warning {
    color: #fff;
    border-color: #afafaf;
    /*background-color: #282727;
    border-color: #282727;*/
}

i.fas.fa-plus-circle {
    padding-right: 7px;
}

/* Criação Estilização*/
.col-md-11.text-center {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-content-wrapper {
    width: 100%;
    transition: all 0.4s ease 0s;
    background-color: rgb(221, 221, 221);
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #ffffff;
    border-color: transparent;
}

.panel-info {
    border-color: transparent;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #e6e6e6;
    border-color: transparent;
}

.btn-default {
    color: #ffffff;
    background-color: #bebebe;
    border-color: transparent;
}

i.fas.fa-question-circle {
    font-size: 15px;
    color: #E30613;
}

.col-md-10 div:not(.ignoreClass) {
    height: 22px;
    display: flex;
    align-items: center;
}

.col-md-2 div:not(.ignoreClass) label:not(.ignoreClass) {
    display: flex;
    justify-content: flex-end;
}

.panel-title div:not(.ignoreClass) {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: bolder;
}

.panel-danger > .panel-heading {
    color: #ffffff !important;
    background-color: #E30613;
    border-color: #E30613;
}

.panel-primary {
    border-color: transparent;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #E30613;
        border-color: #E30613;
    }

/* Customização de estilo do componente GRID do Syncfusion EJ2*/

.e-table {
    border-collapse: collapse;
}

    .e-table thead {
        color: blue;
    }

.e-headercell {
    border: 1px solid #ddd !important;
}

.e-rowcell {
    border: 1px solid #ddd !important;
    padding: 5px !important;
}

.e-altrow {
    background-color: #dfdfdf;
}

.empresaInativa, .usuarioBloqueado {
    background-color: mediumaquamarine;
}

.saldoAcimaZero {
    color: limegreen !important;
}

.saldoAbaixoZero {
    color: red !important;
}

.itemValido {
    color: limegreen !important;
}

.itemNaoValido {
    color: red !important;
}

/*TODO COD PRESENTE ACIMA ESTÁ NA RAIZ CSS (BOOTSTRAP), É DE EXTREMA IMPORTANCIA EVITAR AJUSTES NA MESMA*/
