﻿.th {
    text-align: center !important;
}
#header {
	padding: 20px 20px;
	background: #FAFAFA;
}
#header .logo {
	width: 120px;
}

#sidebar h2 {
    margin-top: 20px;
    font-size: 12px;
    color: #a5a2a2;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}   

#sidebar h2:first-child {
	/*margin-top: 30px;*/
    margin-top: 14px;
}
#sidebar ul {
	padding: 0;
	margin: 0 0 0;
	list-style: none;
}
#sidebar ul li {
	margin: 2px 0;
}
#sidebar ul li a {
	font-size: 14px;
	color: black;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #666;
}
#sidebar ul li.active a {
	font-weight: bold;
}

#content .tab-content {
	margin-top: 30px;
}

.page-fornecedor-produtos .bloco-img {
    position: relative;
}

.page-fornecedor-produtos .progress {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 150px;
    left: 50%;
    margin-left: -66px;
}

.page-fornecedor-produtos .bloco-img.upload img {
    opacity: 0.6;
}

.bloco-img i {
    border: 1px solid #ddd;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    padding: 6px;
    color: #9a9898;
    cursor: pointer;
    background: whitesmoke;
    position: absolute;
    right: -20px;
    display: none;
}
.bloco-img:hover i {
    display: block;
}

.pointer {
	cursor: pointer;
}

.modal-open .alert {
    z-index: 999999999 !important;
}

.loadPage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #00000014;
    z-index: 99999;
    text-align: center;
    display: none;
}

.loadPage.on {
    display: block;
}

.loadPage i {
    color: #000;
    position: relative;
    top: 50%;
    margin-top: -20px;
}

.seta-dir {
    display: none;
}

#sidebar ul li:hover a {
    font-weight: bold;
}

#sidebar ul li:hover i {
    display: inline;
}

div#content > .container-fluid > .page-header {
    margin-top: 0px;
}

#sidebar > .row > .col-xs-12 {
    border: 1px solid #eeeeee;
    padding: 12px 15px 23px 15px;
    margin-top: 98px;
}

.nicEdit-main {
    max-height: 211px;
    overflow: auto !important;
}

/**********/
/* CHANGE COLOR HERE */ 
ol.etapier li.done {
  border-color: yellowgreen ;
}
/* CHANGE COLOR HERE */ 
ol.etapier li.done:before {
    background-color: yellowgreen;
    border-color: yellowgreen;
}
ol.etapier {
    display: table;
    list-style-type: none;
    margin: 0 auto 20px auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
ol.etapier li {
    display: table-cell;
    text-align: center;
    padding-bottom: 10px;
    white-space: nowrap;
    position: relative;
    letter-spacing: -1px;
}

ol.etapier li.done:hover .trackkey {
    display: none;
}
ol.etapier li.done:hover .trackvalue {
    display: block !important;
}

ol.etapier li a {
    color: inherit;
}

ol.etapier li {
    color: silver; 
    border-bottom: 4px solid silver;
}
ol.etapier li.done {
    color: black;
}

ol.etapier li:before {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -7.5px;

    color: white;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border: 2px solid silver;
    border-radius: 15px;
    
}
ol.etapier li.done:before {
    content: "\2713";
    color: white;
}
ol.etapier li.todo:before {
    content: " " ;
    background-color: white;
}
/**********/

.table-ultra-condensed td {
    padding: 1px !important;
}

.has-tax {
    background: #C5352F;
}

.notify-pedidosoffline{
    display: none;
}
/*tchelo*/

.badge-danger{
    background-color: #df2f2f;
}
.badge-warning{
    background-color: #f89406;
}
.badge-menu{
    display: none;
}