::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color:#222;
}

.ClienteTopo
{
	margin-left:30px; 
	font-size:24px; 
	display:inline;

	float:left;
}

.ClienteTopo img
{
	height:40px;
	width:auto;	
	border-radius:0px;
}

span.info
{
	font-size:12px; 
	font-weight:normal;	
}

.info
{
	font-size:16px; 
	margin-left:5px;
	
}

#pesquisaTable
{
	margin-top: 20px;
}    

#dataTable
{
    width:100%;
    margin-top:20px;
    /*height:300px;
	margin-top:20px;
    overflow: scroll;*/
}

#modelTableDiv
{
	width:100%;
}

span.prazoEncerrado
{
    display:block;
    font-weight:bold;
    color:#EE3B3B;
	font-size: 11px;

}

span.diasEncerramento
{
    color:#EE3B3B;
    font-weight:bold;
}

.table-bordered thead
{
    background:#F9F9F9;
}

.table-report thead
{
    background:#ececec;
    color:#555;
}

.panel-heading
{
	font-weight: bold;
    color: #333;
    font-size: 16px;
    text-transform: none;
    background-color: #fff;
}

.panel-heading .nav {

	background-color: #d9dbdc;
}


.panel-heading .nav>li.active>a, .panel-heading .nav>li>a:hover,
.panel-heading .nav>li>a
{
	font-weight: bold;
    color: #333;
    text-transform: none;
    padding:15px;

}

.itemUpload
{
	font-size:40px; font-weight:bold; padding: 5px 12px 5px 12px;
  background-color: #fafafa;
  margin-right: 100px;
  border-radius: 10px;
}


@media (max-width: 479px) {
	#sidebar
	{
		z-index:9999;
	}
}

.imgLogin
{
	margin:auto;
	text-align:center;
}

.imgLogin img
{
    max-width: 240px;
    max-height: 100px;
    height: auto;
    margin-top:20px;
}

.label
{
    padding:5px;
}

.breadcrumb
{
    padding: 5px 5px 0px 0px;
    margin-bottom: 10px;
    list-style: none;
    background: none !important;
    /* border-radius: 4px; */
    
    font-size: 12px;
}

.breadcrumb>li
{
    font-weight: normal;
}
.breadcrumb a
{
    color:#428bca;
}

.breadcrumb>.active
{
	font-weight:bold;
	color:#333 !important;
}

#loading-div
{
    position: fixed;
    top: 80px;
    left: 50%;
    padding: 10px;
    background-color: #3c89c5;
    color: #fff;
    z-index: 1212121212121;
    text-align: center;
    display: none;
}

.tableSubGroup
{
    background-color: #428bca !important;
    color:#fff;
}

.tableMainTotalRow
{
    background-color: #1d5e98 !important;
    color:#fff;    
}

.reportFilters
{
    background-color: #eee;
    display: block;
    padding-top: 10px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert-variation
{
    padding:20px;
    background-color:#fff5a8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.badge-danger
{
    background-color: #ff4d4d;
}

.pageTopInfo
{
    margin-top:15px;
    margin-bottom: 20px;
}
.pageTopInfo h3{
    display: inline;
}

.resultsHeader
{
    margin-bottom:15px;
}

.resultsHeader span {
    font-size:24px;
    font-weight: bold;
    color:#000;
    margin-right: 5px;
}

.pesquisa-label
{
    font-size:14px;
    color:#222;
}

h5 .modal-title {

    font-weight:bold;
}