body {
	background-color: #333 !important;
}

.applicationDownload {
	max-width: 435px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	width: 100%;
	font-family: Arial;
}

.logoHome {
	position: absolute;
	bottom: 0;
	z-index: -1;
	padding-bottom: 10px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* BTNS Adicionar/Deletar nas tabelas */
.btns_actions{
	width: 75px;
}

.background-inputs {
	background-color: #333 !important;
}

.ui-widget-content {
	/*background-color: #333 !important;*/
	border: none !important;
	color: #fff;
}

.headerLogin {
	background-color: #333 !important;
	color: #fff !important;
}

.btnLogin {
	max-width: 350px !important;
	width: 100% !important;
	color: #fff !important;
	background-color: #C71A41 !important;
	height: 100% !important;
	max-height: 80px !important;
	border: none !important;
	border-radius: none !important;
}

.inputLoginEmpresa {
	width: 100% !important;
	max-width: 350px;
	height: 48px;
	padding-left: 10px;
	background-color: #969696;
	color: #FFF !important;
	border: none !important;
	cursor: default;
	outline: none;
	pointer-events:none;
}

.inputLogin {
	height: 48px;
	border: none !important;
	width: 100% !important;
	max-width: 350px;
	padding-left: 10px;
}

.panelLogin {
	width: 100% !important;
	max-width: 350px !important;
	background-color: #333 !important;
}

.footerLogin {
	height: 57px;
	background-color: #333;
	color: #fff;
}

.logoLogin {
	bottom: 0;
	z-index: -1;
	padding-bottom: 30px;
	text-align: center;
	background-color: #333;
	padding-top: 67px;
}

.panelLanguage {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.ui-panelgrid-cell { 
	padding: 4px 0 !important;
}

.displayNone {
	display: none !important;
}

body div.ui-datatable div.ui-paginator, body div.ui-treetable div.ui-paginator {
	border: 1px solid #bfbfbf !important;
}

body .ui-datatable th[role="columnheader"].ui-state-default, body .ui-treetable th[role="columnheader"].ui-state-default {
	border: 1px solid #bfbfbf !important;
	border-top:none !important;
}

.ui-widget-header td {
	background-color: #333 !important;
}

.ui-paginator {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.treeview-menu {
	overflow-y: auto;
	overflow-x: hidden;
	width: auto !important;
	max-height: 300px;
    padding-right: 10px;
    min-width: 180px;
}

.btnOrionGrid {
	width: 20px !important;
	height: 24px !important;
	float: left;
}

.btn span{
	color:#fff !important;
}

.btn-light span{
	color:#666 !important;
}

.ui-chkbox-box {
	padding-top: 3px;
}

label {
	padding-right: 5px;
}

body .ui-picklist ul.ui-widget-content, body .ui-picklist.ui-picklist-responsive ul.ui-widget-content {
	border: 1px solid #ccc !important;
}

body .ui-datatable table tbody td, body .ui-treetable table tbody td, body .ui-datatable table thead th, body .ui-treetable table thead th {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	font-size: 13px !important;
}

.ui-column-title {
	font-size: 10px !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    line-height: 1 !important;
    padding: 1px !important;
}

body .ui-tabs .ui-tabs-nav li {
    line-height: 1.2 !important;
}

.ui-tabs-panels {
	border: 1px solid #eee;
}

ul {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

li {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.treeview {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.treeview-menu {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.treeview-menu ul > li{
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.sidebar-menu {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.pull-right {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.hideSideBar {
	margin-left: -50px !important;
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

#sidebar {
	-webkit-transition: all 0.2s ease-in-out !important;
  	-o-transition: all 0.2s ease-in-out !important;
  	transition: all 0.2s ease-in-out !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .form-control .ui-state-highlight {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#ccc)) !important;
    background-image: -webkit-linear-gradient(top, #ccc, #ccc) !important;
    background-image: -o-linear-gradient(top, #ccc, #ccc) !important;
    background-image: linear-gradient(to bottom, #ccc, #ccc) !important;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0) !important;
}

.main-header {
    position: fixed !important;
    max-height: 100px;
    z-index: 1000;
    width: 100% !important;
    top: 0 !important;
}

.navNi div {
	display: inline-block !important;
}

#divUsuario {
    max-width: 200px;
    width: 100%;
    position: fixed;
    right: -90px;
    top: 18px;
}

#divComunicacao {
    float: right;
    position: fixed;
    right: 119px;
    top: 18px;
}

#divSair {
	float: right;
    position: fixed;
    right: 17px;
    top: 18px;
}

body .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-last, body .ui-paginator .ui-paginator-next, body .ui-paginator select {
    padding: 3px 8px !important;
}

body .ui-paginator .ui-paginator-page, body .ui-paginator .ui-paginator-pages, body .ui-paginator .ui-paginator-current {
    padding: 3px 12px !important;
}

.ui-panelgrid-cell img {
	border-radius:5px;
}

/* medias */

@media (min-width: 1200px)
.col-lg-12 form {
    width: 97% !important;
}

@media (min-width: 768px)
.col-sm-12 {
    width: 97%;
}

/* medias */


.ajusteTopAba {
	margin-top: 55px;
}

@media screen and (max-width:768px) {
	.ajusteTopAba {
		margin-top: 105px;
	}
}

.ajusteLeftAba {
	margin-left: 50px;
}

@media screen and (max-width:768px) {
	.ajusteLeftAba {
		margin-left: 0px;
	}
}

.ajusteBtnDownload {
	display: block !important;
	margin: 0 auto !important;
}

@media screen and (max-width:768px) {
	.ajusteBtnDownload {
		margin-top: 30% !important;
	}
}

.scrollTree {
	max-width:300px;
	max-height: 300px;
	background-color: #F2F2F2;
	overflow: auto;
	overflow-x: hidden;
}

@media screen and (max-width:767px) {
.ajusteSidebar{
		display: block !important;
		margin-left: 227px;
	}
}

::-moz-scrollbar{
	filter: sepia(0%) saturate(0%) grayscale(0%) hue-rotate(56deg)
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #333; 
    border-radius: 12px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

::-moz-document url-prefix(http://),url-prefix(https://) {
    scrollbar {
       -moz-appearance: none !important;
       background: rgb(0,255,0) !important;
    }
    thumb,scrollbarbutton {
       -moz-appearance: none !important;
       background-color: rgb(0,0,255) !important;
    }

    thumb:hover,scrollbarbutton:hover {
       -moz-appearance: none !important;
       background-color: rgb(255,0,0) !important;
    }
    scrollbarbutton {
       display: none !important;
    }
    scrollbar[orient="vertical"] {
      min-width: 15px !important;
    }
}
