/* inputs tabelas */

#input-preco-margem, #input-regra-nome , #input-regra-margem {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
   background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
   border-radius: .25rem;
}


/* loading */



#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 150px;
    height: 150px;	
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #e0e0e052;
    border-top: 8px solid #ff8901;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
100% {transform: rotate(360deg);}
} 


/* geral */

body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
}

h3 {
    color: #ff6b16;
}

label {
    color: #333e48;
}

.btn-nano {
    background-color: #ff6a16;
    border-color: #ff6a16;
    color: #ffffff;
}

.container {
    max-width: 100% !important;
}

.container .row {
    margin-right: 0;
    margin-left: 0;
}

.table-container {
    width: 100%;
}

/* header */

#masthead {
    background: linear-gradient(95.61deg, #FF8A00 0%, #FF6A16 100%);
    position: fixed;
    width: 100%;
    padding: 10px 0;
    z-index: 999999;
    box-shadow: 0px 2px 2px #9b9b9b;
}

#masthead nav {
    margin: auto;
}

.user-logout img {
    display: inline-block;
    width: 20px;
}

.user-name {
    color: #ffffff;
}

.user-logout a {
    color: #ffffff;
}

#main-navbar .links {
    text-align: center;
}

#main-navbar .links a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    padding: 10px 20px;
}


/* Login */

#login-form h1 {
    font-size: 32px;
    padding: 0 0 20px 0;
}

#login-form {
    max-width: 600px;
    width: 100%;
    position: relative;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
}


/* filtros */

.filters-container {
    margin: 50px auto;
}

.filters-container #competitor-price-compare-filter-container .competitor-price-compare-filter {
    margin: 5px 10px;
    padding: 15px;
}


/* tabela */

#select-supplier {
    border-color: #999999;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

#fornecedores-table tbody tr td:last-child {
    text-align: center;
}

#fornecedores-table tbody tr td:nth-last-child(2) {
    text-align: right;
}

span.stock {
    color: #05af2b;
    font-weight: 600;
}

span.out-of-stock {
    color: #fd0000;
    font-weight: 600;
}

span.stock-quantity {
    color: #999999;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: #ff8901;
    color: #ffffff !important;
}

.table-show h1 {
    font-weight: 500;
    color: #ff6c15;
    font-size: 26px;
    padding: 30px 0 0 0;
}

.table-show h2 {
    font-weight: 500;
    color: #888;
    font-size: 12px;
    padding: 0 0 50px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none;
    background: #ff8901;
    color: #ffffff !important;
}

.dataTables_filter input {
    width: 400px;
}


.table-show {
    padding: 100px 0;
}

.table-show h3 {
    padding: 50px 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff7f3;
}

/* regras */


.regras {
    padding: 100px 0;
}

.regras h1 {
    font-weight: 500;
    color: #ff6c15;
    font-size: 26px;
    padding: 30px 0 50px 0;
}

.regras h2 {
    font-weight: 400;
    color: #666666;
    font-size: 18px;
}

.regras-container {
    margin: 0px 0px 60px 0px;
}

.regras-group {
    display: inline-block;
    padding: 20px 20px 40px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #c9c9c9;
    width: 100%;
    height: 100%;
}

.regras-item {
    padding: 20px 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background: #ffffff;
    margin-bottom: 10px;
}

.regras-item h5 {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #ff6c15;
    font-size: 18px;
    font-weight: 600;
}

.regras-item label {
    margin-right: 10px;
}

.regras-item .regras-item-conteudo {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



.btn-tabela{
      background: #ff8901;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.btn-tabela:hover{
      background: #ccc !important;
  
}

#eval-price-selector{
    border-color: #999999;
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.apagar-categoria:hover {
    cursor: pointer;
    text-decoration: underline;
}

#btn-acertar-precos {
    float: right;
}

#input-preco-margem {
    width: 80px;
}


#select-category-table{
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

input#input-regra-margem {
    width: 140px;
}