.dropdown-menu{
	font-size: 0.95rem;
}
.tableacoes {
	text-align:center;
	width:1%;
	white-space:nowrap;
}
.menubgc {
	background-color: rgba(255,255,255,.5);
}
.menubgc:hover {
	background-color: white;
}

/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) {
	h1.menu {
		font-size: 24px;
	}
	.jumbotron {
		padding: 4rem 2rem;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1.menu {
		font-size: 28px;
	}
	.jumbotron {
		margin-bottom:0;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1.menu {
		font-size: 32px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	h1.menu {
		font-size: 36px;
	}
}

html {
	position: relative;
	min-height: 100%;
}
body {
	min-height: 42rem;
	padding-top: 4.5rem;
}

.modal-header {
	background-color:#2e6da4;
	color:white;
}

@media print {
    .print { display: none; }
	.printtitle { padding:10px !important;}
	.printtable { margin-top:-40px !important;}
	.printtitleh3 { margin-top:-100px !important;margin-bottom:100px !important;}
}
.material-icons {
	vertical-align:middle;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #343a40;
}
.modal-footer{
	padding-bottom:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding:0 !important;
	border:0 !important;
}
.buttons-copy {
	border: 1px solid black !important;
	background-color: white !important;
}
.buttons-copy:hover {
	color: white !important;
	border: 1px solid black !important;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 100%)!important;
}
.buttons-excel {
	border: 1px solid black !important;
	background-color: white !important;
}
.buttons-excel:hover {
	color: white !important;
	border: 1px solid black !important;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 100%)!important;
}
.buttons-csv {
	border: 1px solid black !important;
	background-color: white !important;
}
.buttons-csv:hover {
	color: white !important;
	border: 1px solid black !important;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 100%)!important;
}
.buttons-pdf {
	border: 1px solid black !important;
	background-color: white !important;
}
.buttons-pdf:hover {
	color: white !important;
	border: 1px solid black !important;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 100%)!important;
}
.buttons-print {
	border: 1px solid black !important;
	background-color: white !important;
}
.buttons-print:hover {
	color: white !important;
	border: 1px solid black !important;
    background: linear-gradient(to bottom, #007bff 0%, #007bff 100%)!important;
}
h1.menu{
	padding-top: 40px;
	color:white;
}
div.menu{
	margin-top:-20px;
	height:100px;
	background-color: #2e6da4;
}
div.jumbotron{
	background-color:white;
	padding-top:0;
	padding-left:1rem !important;
	padding-right:1rem !important;
}
table thead tr.menu{
	background-color:#2e6da4;
	color:white;
	font-size:14px;
	font-weight: bold;
}
table tr td {
	vertical-align:middle !important;
}
.modal-xl {
	width: 90%;
    max-width:1200px;
}
div p.menu{
	color:#2e6da4;
	font-weight: bold;
	border-bottom: double;
}
.dropdown-submenu-right {
	position: relative;
}

.dropdown-submenu-right a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu-right .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}
.dropdown-submenu-left {
  position: relative;
}

.dropdown-submenu-left a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu-left .dropdown-menu {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	top:0;
}

.tooltip-inner {
    max-width: 500px !important;
	width: 500px !important;
	text-align:left;
}

.material-icons.FF0000 { 
	color: #ff0000; 
}

@page {
    size: auto;
}

.branco{
	background-color:white;
	line-height:1.5;
}

.brancob{
	background-color:white;
	border-color:white;
}

.padding-left-null {
	padding-left:0;
}

.menu-img-align {
	display:inline-flex;
	align-items:center;
}

.list-type-null {
	list-style-type:none;
}

.padding-null {
	padding:0;
}

.div-logo-width{
	width:110px;
}

.notification-orange{
	color:#FFA500;
}

.notification-red{
	color:#FF0000;
}

.notification-scroll{
	width:235px;
	height:384px;
	overflow-y:scroll;
}

.text-align-center {
	text-align:center;
}

.text-align-right {
	text-align:right;
}

.col-width50 {
	width:50px;
}

.col-width200 {
	width:200px;
}

.border-solid{
	border-style:solid;
}

.padding-left5 {
	padding-left:5px;
}

.padding-right5 {
	padding-right:5px;
}

.margin-left10 {
	margin-left:10px;
}

.margin-bottom5 {
	margin-bottom:5px;
}

.height-auto {
	height:auto !important;
}

.margin-right2 {
	margin-right:2px;
}

.margin-left2 {
	margin-left:2px;
}

.margin-top100 {
	margin-top:100px;
}

.margin-left-33 {
	margin-left:-33px;
}

.margin-right-null {
	margin-right:0;
}

.border-none {
	border:none;
}

.text-decoration-underline{
	text-decoration:underline;
}

.float-left{
	float:left;
}

.font-bold{
	font-weight:bold;
}

.resize-vertical{
	resize:vertical;
}

.margin-left-auto{
	margin-left:auto;
}

.margin-right-auto{
	margin-right:auto;
}

.dt-buttons{
	text-align:center
}