﻿html, body{
    width: 100%;
    height: 100%;
	position: absolute;
	/*overflow: hidden;*/
}

.table>thead>tr>.info,
.table>tbody>tr>.info,
.table>tfoot>tr>.info,
.table>thead>.info>td,
.table>tbody>.info>td,
.table>tfoot>.info>td,
.table>thead>.info>th,
.table>tbody>.info>th,
.table>tfoot>.info>th{
	background-color: #d9edf7;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.table-hover>tbody>tr>.info:hover,
.table-hover>tbody>.info:hover>td,
.table-hover>tbody>.info:hover>th{background-color: #c4e3f3;}

.img-opacity{
	opacity: 0.4;
    filter: alpha(opacity=40);	
}

input[type="datetime-local"], input[type="date"]{
	padding-right: 4px;
}
.fast .toggle-group{ 
	transition: left 0.1s; -webkit-transition: left 0.1s; 
}
.btn-flat{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	color: #333333;
  	background-color: #ffffff;
	border-color: #cccccc;
	
}

.btn-flat:focus,
.btn-flat:active:focus,
.btn-flat.active:focus {
	outline: thin dotted;
  	outline: 5px auto -webkit-focus-ring-color;
  	outline-offset: -2px;
}

.btn-flat:hover,
.btn-flat:focus {
	color: #333333;
  	text-decoration: none;
}
.btn-flat:active,
.btn-flat.active {
	outline: 0;
  	background-image: none;
  	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.title-param{
	background-color: #f4f8fa;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border-top: 2px solid #5bc0de;
	font-size: 12px;
	color: #5bc0de;
}

.aguarde{
	text-align: center;
}

.aguarde span{
	font-weight: bold;
	padding: 5px;
	border: 1px solid #F4BB51;
	background-color: #FFDB99;
	color: #000000;
	
}

.fin{
	background-color: #cbe5f2;
}

.can{
	background-color: #efd5d5;
}

.leg-fin-vencido{
	background-color: #F2DEDE;
}

.leg-fin-liquidado{
	background-color: #DFF0D8;
}

.leg-fin-cancelado{
	background-color: #D9EDF7;
}

.inner-box{
	-webkit-box-shadow: inset 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow:    inset 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	        box-shadow:         inset 0px 0px 4px 0px rgba(50, 50, 50, 0.75);
	           padding: 3px 8px;
	 
}

.active-mnu-prm {
	 text-decoration: none;
	background-color: #f5f5f5;
}

.well-prm{
	          margin: 10px;
	background-color: #F5F5F5;
	       font-size: 10px;
	     font-weight: bold;
	         padding: 8px;
}

.intrucaocarga-lista{
	padding-top: 10px;	
}

.intrucaocarga-header{
	background-color: #F7F7F7;
	          margin: 0;
	         padding: 7px;
}
label{
	color: #757575;
}
.panel-default>.panel-heading{
	color: #757575;
}
td.moneyStyle{
	font-weight: bold;
	font-style: italic;
	color: #757575;
	text-align: right;
	padding-right: 6px !important;
}
.label-default-custom{
	background-color: #F7F7F7;
}

label.label-black{
	background-color: black;
}

label.label-font-black{
	color: black;
}

#wrapper{
	height: 100%;
}
#moduloContent{
    height: calc(100% - 40px);
}
#tab_listagem{
    height: 100%;
}

.intrucaocarga{
					margin: 20px;
		-webkit-box-shadow: 1px 1px 7px 0px rgba(77,67,77,0.71);
		   -moz-box-shadow: 1px 1px 7px 0px rgba(77,67,77,0.71);
			    box-shadow: 1px 1px 7px 0px rgba(77,67,77,0.71);
	         border-radius: 9px 9px 9px 9px;
	    -moz-border-radius: 9px 9px 9px 9px;
	 -webkit-border-radius: 9px 9px 9px 9px;
}

.intrucaocarga-body{
	padding-left: 5px;
}

.intrucaocarga-footer{
	background-color: #F7F7F7;
	padding: 5px;
}

.intrucaocarga-footer-hover{
	background-color: #fcf8e3;
	padding: 5px;
}

.color-red{
	color: #d9534f; 
}
.color-red-back{
	background-color: #d9534f;
}

.color-green{
	color: #5a965a;
}
.color-blue{
	color: #428bca;	
}

.color-blue-back{
	 background-color: #5d84bf;
				color: #FFFFFF;
	      font-weight: bold;
}

.color-white{
	color: #FFFFFF;
}

.color-yellow{
	color: #e08506;
}

.color-gray{
	color: #aaaab2;
}

body table.table-condensed{
	font-size: 13px;
}

body table#form_lancamentos.table-condensed{
	
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
	line-height: 1.1;
	padding: 3px;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

.text-muted{
	color: #666666;
	font-size: small;
}

.text-upper{
	text-transform: uppercase; 
}

.text-help{
	color: #f0ad4e;
	font-size: small;
	padding: 9px;
}

.ajax-load{
	margin: 3px;
}

.sub-titulo{
	padding: 0;
	margin: 0;
	border: 1px solid #428BCA; 
}

#msg-center{
	position: absolute;
	z-index: 999;
	width: 450px;
}

.msg-center{
	position: absolute;
	z-index: 999;
	width: 450px;
}

.toolbar{
	padding: 4px;
	background-color: #F5F5F5;
}

thead tr th {
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
}
.headerSortUp{	
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: underline;
}
.headerSortDown {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: underline;
}
.disableOrder{
	background-image: none;
}

.navbar{
	min-height: 44px;
}
.navbar-nav>li>a{
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 4px;
	padding-right: 5px;
}

.navbar-nav>li{
    border-right: 1px solid #f2f2f2;
}

.navbar-brand{
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px
}

#mainNavBar{
	height: 44px; 
	margin-bottom: 12px;
}

.f-nav{
	z-index: 100 !important; 
	position: fixed !important; 
	top: 0 !important; 
	width: 100% !important;
}
.used-in-filter{
	background-color: #c3ffe5 !important;
}


body{
	position: relative;
}
#adminmenuwrap{
	position:relative;
    right:50px;
    opacity:0;
}

.table-striped>tbody>tr.checkdate:nth-child(odd)>td,.table-striped>tbody>tr.checkdate:nth-child(even)>td{
	background-color: #f2dede;
}
.table-hover>tbody>tr.checkdate:hover>td{
	background-color:rgba(255,0,0,0.4);
}

.approve{
	padding: 4px;
	line-height: 1;
}
div.well.well-sm{
	padding: 4px;
}
.approve .form-group {
	margin-bottom: 0px;
	margin-top: 4px;
}
.approve label{
	font-size: 10px;
	margin-bottom: 0px;
}
div.well.well-sm .label{
	font-size: 10px;
	padding: 4px;
}
.approve small, div.well.well-sm b{
	font-size: 10px;
}

.cancelado{
	text-decoration: line-through;
}

.form-control-gci{
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-gci:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.bold{
	font-weight: bold;	
}

.small{
	font-size: 11px;
}

.text-center{
	text-align: center;
}

.boxTotal{
	width: 150px;
	background-color: #428BCA;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

.boxTotal-Label{
	margin-top: 5px;
	margin-left: 5px;
	color: #D7E4F2;
}

.boxTotal-Valor{
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	margin-bottom: 2px;
	margin-right: 5px;
	font-size: 25px;
}

.select2-obrigatorio{
	border: 1px solid #A94442;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.border-round1{
	border: 1px solid #777777;
	-webkit-border-radius: 1px;
	   -moz-border-radius: 1px;
        	border-radius: 1px;	
}

.border-round2{
	border: 1px solid #777777;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
        	border-radius: 2px;	
}
.border-round3{
	border: 1px solid #777777;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
        	border-radius: 3px;	
}

.border-round4{
	border: 1px solid #777777;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
        	border-radius: 4px;	
}
.border-round5{
	border: 1px solid #777777;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
        	border-radius: 5px;	
}
.border-round6{
	margin: 1px;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
        	border-radius: 6px;	
}

.border-round7{
	border: 1px solid #777777;
	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
        	border-radius: 7px;	
}

.td-sm{
	font-size: 10px;
	vertical-align: bottom;
}
.td-sms{
	font-size: 9px;
}
.th-sm{
	font-size: 11px;
}
.th-sms{
	font-size: 10px;
}
.td-bf{
	font-size: 16px;
}
.th-bf{
	font-size: 22px;
	background-color: #35517C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFFFFF;
}
.td-3d{
	background-color:#fff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-top-color:#ddd;
	border-right-color:#aaa;
	border-left-color:#ddd;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	height: 25px;
}
/* LOADER */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 44%;
  z-index: 1;
  margin: -50px 0 0 -50px;
  overflow-y: none;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* LOADER FIM */
.txtPesquisar{
	width: 280px;
	display: inline-block;
}
.input-xs {
    height: 24px;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.2;
    border-radius: 3px;
}

input.upper{
	text-transform: uppercase !important;
}
textarea.upper{
	text-transform: uppercase !important;
}

input.upper::-webkit-input-placeholder{
	text-transform: none !important;
}
input.upper:-moz-placeholder {
    text-transform: none !important;
}

textarea.upper::-webkit-input-placeholder{
	text-transform: none !important;
}
textarea.upper::-moz-placeholder {
    text-transform: none !important;
}

.ar{
	text-align: right;
}

.text-right{
	text-align: right;	
}

.ar::-webkit-input-placeholder{
	text-align: left;
}
.ar::-moz-placeholder {
    text-align: left;
}

.ar.milhar::-webkit-input-placeholder{
	text-align: right;
}
.ar.milhar::-moz-placeholder {
    text-align: right;
}

.ar.valor::-webkit-input-placeholder{
	text-align: right;
}
.ar.valor::-moz-placeholder {
    text-align: right;
}

.ar.valor2::-webkit-input-placeholder{
	text-align: right;
}
.ar.valor2::-moz-placeholder {
    text-align: right;
}

table.legacy-table tbody tr td strong{
	font-size: 11px;
}

/*
::-webkit-input-placeholder {
	text-transform: none;
	text-align: left;
}
:-moz-placeholder {
	text-transform: none;
	text-align: left;
}
::-moz-placeholder {
	text-transform: none;
	text-align: left;
}
:-ms-input-placeholder {
	text-transform: none;
	text-align: left;
}
::placeholder {
	text-transform: none;
	text-align: left;
}
*/

table{
	background-color: rgba(255, 255, 255, 1);
}
.inputError{
	border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(83, 48, 48, 0.075);
}
.inputInfo{
	border-color: #2661A6;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.result .maininfo{
	font-weight: bold;
}
.result .otherinfo{
	font-size:x-small;
}
.md{
	text-align: center;
}
tr.tablesorter-filter-row input.disabled {
    display: none;
}

#cpag_lancamentos td{
	font-size: 10px;
}
#cpag_lancamentos th{
	font-size: 10px;
	font-weight: bold;
}
#adminmenuwrap{
	padding: 0px;
}
#adminmenu.folded .oems-menu-name {
    display: none;
}

#adminmenu * {
    -moz-user-select: none;
}

#adminmenu {
    clear: left;
    margin: 12px 0px 0px;
    padding: 0px;
    list-style: none outside none;
    background: #333;
    position: relative;
}

#adminmenu.folded{
    width: 36px;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.oems-menu-name {
    padding: 8px 0px;
}

.oems-menu-image {
	float: left;
    width: 36px;
    height: 30px;
    margin: 0px;
    text-align: center;
}

#adminmenu a{
color: #ccc;
text-decoration: none;
}
#adminmenu a:hover{
	color: #09f;
	background: #222;
	display: block;
}
#adminmenu a.active, #adminmenu.folded a.active .oems-menu-image{
	background: #555;
	color:#fff;
	display: block;
}
.oems-menu-image:before {
    font: 400 20px/1 FontAwesome !important;
    padding: 8px 0px;
    height: 36px;
    width: 20px;
    display: inline-block;
    transition: all 0.1s ease-in-out 0s;
}
.oems-menu-icon-cadastro .oems-menu-image:before{
	content: "\f114";
}
.oems-menu-icon-financeiro .oems-menu-image:before{
	content: "\f0d6";
}
.oems-menu-icon-gestao-pessoas .oems-menu-image:before{
	content: "\f0c0";
}
.oems-menu-icon-cte .oems-menu-image:before{
	content: "\f121";
}
.oems-menu-icon-manutencao .oems-menu-image:before{
	content: "\f0ad";
}
.oems-menu-icon-settings .oems-menu-image:before{
	content: "\f085";
}
.oems-menu-icon-collapse .oems-menu-image:before{
	content: "\f191";
	width: 16px;
	height: 16px;
	font: 100 14px/1.5 FontAwesome !important;
}
.oems-menu-icon-expand .oems-menu-image:before{
	content: "\f152";
	width: 16px;
	height: 16px;
	font: 100 14px/1.5 FontAwesome !important;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 750px) {
	.modal-lg {
		width: 95%;
	}
}

.list-group-item.disabled{
	opacity: .5;
}

input[readonly].default-cursor {
    cursor: pointer;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices{
	height: 30px;
}

.select2-container .select2-choice > .select2-chosen{
	font-size: 12px;
}
.select-pessoa .select2-chosen{
	font-size: 11px;
	padding-top: 3px;
	line-height: 12px;
}

.select-pessoa.select2-container .select2-choice > .select2-chosen{
    margin-top: 5px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen{
    margin-top: 0;
}

.select2{
	width: 100%;
}

.jq-toast-wrap{
	width: 460px;
}

.jq-toast-wrap .jq-toast-single{
	padding: 10px 10px 10px 44px
}

.jq-toast-heading {
  margin-left: -6px !important;
}

.jq-toast-ul {
  max-height: 260px;
  overflow-y: auto;
  margin-left: 0 !important;
}

.modal-body{
	padding: 14px;
	padding-bottom: 0;
}

/* DROPDOWN STATUS CTE */
input.form-control.mask_date2{
	display: inline-block;
	text-align: center;
}
input.checkS, input.checkD{
	float: right;
}
.dropdown-menu{
	min-width: 120px;
}
.dropdown-menu li{
	padding-left: 6px;
	padding-right: 6px;
}

/* SIDEBAR */

#wrapper {
	height: 100%;
	margin: 0;
    padding-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#wrapper.toggled {
    padding-left: 280px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 280px;
	width: 0;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
}

#page-content-wrapper {
	width: 100%;
	height: 100%;
    position: absolute;
    padding: 15px;
	overflow-x: hidden;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -280px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 280px;
    }

    #page-content-wrapper {
        padding: 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.sidebar-item{
	width: 100%;
}
.userCirclePic{
	width: 42px; 
	height: 42px; 
	border-radius: 50%; 
	margin: 0 8px; 
	margin-left: 4px;
}
#notify-badge, #anivs-badge{
	display: inline-block;
	min-width: 17px;
	height: 18px;
	padding: 0 2px;
	text-align: center;
	background-color: #fc6a6a;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius: 38%;
	top: -2px;
	right: -4px;
	z-index: 1;
	position: absolute;
}
#chat-badge{
	display: inline-block;
	min-width: 17px;
	height: 18px;
	padding: 0 2px;
	text-align: center;
	background-color: #fc6a6a;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius: 38%;
	top: -8px;
	right: 20px;
	z-index: 1;
	position: absolute;
}

.user-badge{
	display: inline-block;
	min-width: 17px;
	height: 18px;
	padding: 2px;
	text-align: center;
	background-color: #fc6a6a;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius: 38%;
	top: 0;
	left: 34px;
	z-index: 1;
	position: absolute;
}
.isTyping{
	font-weight: 100; 
	color: #cecece;
}
.alert{
	border-radius: 0;
	border: 0;
}


#notify-container{
    padding: 0;
    width: 380px;
    min-height: 64px;
    max-height: 360px;
    overflow: auto;
}

.notify-item {
    width: 100%;
    height: 64px;
    position: relative;
    padding: 8px 12px;
    border-bottom: 1px solid lightgrey;
}

.notify-item div.item{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: block;
}
.notify-item div.item span{
    font-weight: 600;
    color: grey;
}

div.divider {
    width: 100%;
    border: 1 solid black;
    height: 1px;
    display: block;
    margin: 0 !important;
}

.notify-item:hover {
    background-color: #f2f2f2;
}

.notify-item.unread {
    background-color: #f4f8ff !important;
}

.notify-item .notify-header span{
    font-weight: 600;
    color: grey;
}
.notify-item .notify-body{
    font-size: 11px;
    color: grey;
}
.notify-item .notify-body span{

}

.notify-item .notify-date {
    font-weight: 600;
    font-size: 11px;
    color: #b7b7b7;
    text-align: right;
}

img {
    image-orientation: from-image !important;
}

::-webkit-scrollbar {
    background-color: #fff;
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 6px;
    border: 1px solid #fff;
}

.ui-dialog-content.ui-widget-content{
	overflow: hidden;
	padding: 0;
}
.ui-dialog .ui-dialog-buttonpane{
	margin: 0;
	padding: 0;
}

.ui-widget-header{
	background-color: #3d5170; 
	color: #fff;
}
.usr-hntf{
	display: inline-block;
	width: 100%;
	margin: 2px 0;
	line-height: 14px;
	position: relative;
}
.usr-hntf div,.usr-hntf label,.usr-hntf img{
	cursor: pointer;
}
.usr-hntf:hover{
	background-color: #f4f4f4;
}
.usr-hntf.active{
	background-color: #e5e5e5;
}
.usr-hntf.active:hover{
	background-color: #dbdbdb;
}

.msg-ntf{
	width: 100%;
	display: inline-block;
}
.msg-ntf:hover{
	background-color: #efefef;
}
.div-ntf{
	cursor: pointer;
	margin: 0 2px;
	margin-bottom: 2px;
	height: 60px;
	display: block;
	width: calc(100% - 4px);
}
.div-ntf.unread{
	background-color: #f4f8ff;
}
.div-ntf img{
	margin: 5px 3px;
}
.div-ntf:hover{
	background-color: #efefef;
}
.div-ntf div,.div-ntf label,.div-ntf img{
	cursor: pointer;
}
#anivs-container{
	padding: 0;
	min-height: 120px;
}
#notify_dpdown{
	padding: 0px;
}
#notify_dpdown li{
	padding: 0px;
}
.jconfirm-box-container{
    width: 550px;
    margin-left: 275px;
}
.alert-notify{
	cursor: pointer;
	opacity: .8;
}
.alert-notify:hover{
	opacity: 1;
}

.trStatus0{ /*ABERTO*/
	background-color: #fff;
}
.trStatus1{ /*ENCERRADO*/
	background-color: #c6cad1;
}
.trStatus2{ /*CANCELADO*/
	background-color: #ffe0d9;
}
.trStatus3{ /*PROBLEMA*/
	background-color: #ffe0d9;
}
.trStatus4{ /*MOVIMENTO*/
	background-color: #e1ecef;
}
.trStatus5{ /*A APROVAR*/
	background-color: #d7dff2;
}
.trStatus6{ /*APROVADO*/
	background-color: #e8efe1;
}
.trStatus7{ /*A ENCERRAR*/
	background-color: #dcdfe5;
}
.trStatus8{ /*PARADO*/
	background-color: #fff7e8;
}
.trStatus9{ /*NULO*/
	
}
.trRealtime{
	background-color: #f7f7f7 !important;
}
.td-me{
    font-size: 11px !important;
}
label{
    font-size: 12px;
    margin-bottom: 2px;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td{
	color: #686868;
}

.treegrid-collapsed{
	background-color: #fff !important;
	color: #686868 !important;
}

.treegrid-expanded{
	background-color: #3d5170 !important;
	color: #fff !important;
}

.separator {
    display: flex;
    align-items: center;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #757575;
}
.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #757575;
}
.separator::before {
    margin-right: .5em;
}
.separator::after {
    margin-left: .5em;
}