#contextMenu {
    position: absolute;
    display:none;
}

.logo-avato-white {
	width:89px;
	height:25px;
	overflow:hidden;
	display:block;
	margin: 5px 10px 0 0;
}

.logo-avato-blue {
	width:89px;
	height:20px;
	overflow:hidden;
	display:block;
	margin: 0px 0px 0 0;
	
}

.navbar-inner {
	background-color:#162b4b;
	
}

.navbar {
min-height: 30px;
border: none;
}

.breadcrumb {
  padding: 8px 5px 0px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li+li:before {
  content: none;
  padding: 0 5px;
}
.breadcrumb > .active {
  color: #999999;
}

.btn btn-danger {
	background:#C90000;
	
}

.adjust_sidebar{
	position:fixed;
	top:0;
	left:220px;
	width:20px;
	height:100%;
	padding:0;
	border:none;
	background:transparent;
	color:#6c6d6e;
	text-shadow:0 1px 0 #fff;
	z-index:9;
}

.container-fluid>.sidebar.full_view{width:0;opacity:0;padding-right:0;}

.container-fluid>.sidebar{width:185px;float:left;}

@font-face{
	font-family:'FontAwesome';
	src:url("../font/fontawesome-webfont.eot?v=3.0.1");
	src:url("../font/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"),url("../font/fontawesome-webfont.woff?v=3.0.1") format("woff"),url("../font/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
	font-weight:normal;
	font-style:normal
}
[class^="icon-"],[class*=" icon-"]{
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	text-decoration:inherit;
	-webkit-font-smoothing:antialiased;
	display:inline;
	width:auto;
	height:auto;
	line-height:normal;
	vertical-align:baseline;
	background-image:none;
	background-position:0% 0%;
	background-repeat:repeat;
	margin-top:0
}

[class^="icon-"],[class*=" icon-"]{
	display:inline-block;
	width:14px;
	height:14px;
	margin-top:1px;
	*margin-right:.3em;
	line-height:14px;
	vertical-align:text-top;
	background-image:url("../img/glyphicons-halflings.png");
	background-position:14px 14px;
	background-repeat:no-repeat;
}

/* .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:url("../img/glyphicons.png")}

[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}
 */
 
footer{
    /*
	border:none;
	clear:both;
	margin:0;
	position:relative;
	height:30px;
	margin-top:-30px;
	width:100%;
	opacity:.5;
	margin-top:-36px; 
	height:35px; 
	border-top:1px solid #dddddd; 
	background-color:#f5f5f5; 
	opacity:10;
	*/
	/*border: 0px;*/
    /*background-color:transparent;*/
}

li a.tree_none:link { color:#404040; text-decoration: none; cursor: auto; }
li a.tree_none:visited { color:#404040; text-decoration: none;  cursor: auto; }
li a.tree_none:hover { color:#404040; text-decoration: none; cursor: auto; }
li a.tree_none:active { color:#404040; text-decoration: none;  cursor: auto;}

/*
.page-header-base {
    padding-bottom: 19px;
}
*/
.page-header-base {
    padding-bottom: 0 0 9px 0;
    margin: -30px 0px 30px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

body > .container-fluid {
    height: auto;
    min-height: 100%;
    width: auto;
    padding: 0px 0px 0px 20px;
    background: transparent !important;
/*  background: #fff; */
/*  background: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(241, 243, 249) 300px) repeat scroll 0% 0% transparent; */
/*  background-color:  rgb(241, 243, 249); */
}

/* body > .container-fluid {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(241, 243, 249) 300px) repeat scroll 0% 0% transparent;
    background: url('../img/fundo_teste.png') no-repeat scroll top left transparent;
}
 */
 
body, .container-fluid {
    min-width: auto !important;/*300px;*/
}

td.nao_contabiliza {
	
	background-color: rgb(153, 153, 153); 
	color: #000000;

}

td.danger {
	
	background-color: rgb(218, 179, 176); 
	color: #000000;

}

td.warning {
	
	background-color: rgb(228, 212, 171);  
	color: #000000;
		
}

td.success { 
	
	background-color: rgb(183, 205, 169);   
	color: #000000;
		
}

td.notified { 
	
	background-color: rgb(180, 180, 180);   
	color: #000000;
		
}

.table-striped tbody > tr:nth-child(2n+1) > td.nao_contabiliza {
	
	background-color: rgb(170, 170, 170); 
	color: #000000;
	
}

.table-striped tbody > tr:nth-child(2n+1) > td.danger {
	
	background-color: rgb(204, 138, 134); 
	color: #000000;
	
}

.table-striped tbody > tr:nth-child(2n+1) > td.warning {
	
	background-color: rgb(212, 188, 131);  
	color: #000000;
		
}

.table-striped tbody > tr:nth-child(2n+1) > td.success { 
	
	background-color: rgb(141, 178, 126);  
	color: #000000;
	
}

.nao_contabiliza {
	
	color: rgb(170,170,170); 
	
}

.danger {
	
	color: rgb(249,79,73); 
	
}

.warning {
	
	color: rgb(215,164,0);  
		
}

.success { 
	
	color: rgb(160,255,88);   
		
}

.notified { 
	
	color: rgb(68,68,68);   
		
}

.status1 {
	
	color: rgb(249,79,73); 
	
}

.status2 {
	
	color: rgb(215,164,0);  
		
}

.status3 { 
	
	color: rgb(100,165,88);   
		
}

.actions{width:170px}

.table-bordered .actions {
    width: 170px;
}

.jstree li > a > .jstree-icon {  display:none !important; }

.form-actions{
	padding:10px 10px 10px;
	margin-top:20px;
	margin-bottom:-20px;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
	*zoom:1;
	text-align:right;	
}

.form-actions:before,.form-actions:after{
	display:table;
	line-height:0;
	content:""
}

.form-actions:after{
	clear:both
}

.form-horizontal .form-actions {
    padding-left: 10px;
    
}

.modal #myModal {
  width: 750px;
}

.modal.fade #myModal {
  heigth: 10px;	
	
}

#tabela_sortable td {
	line-height: 16px;
	
}

.navbar .nav > li > a .glyphicons:before {
	color: #777777;
	
}

.navbar .nav > li > a:hover .glyphicons:before {
	transition: color 0.2s ease-in-out 0s;
	color: #ffffff;
	
}

.glyphicons:before {

	margin:0 0 0 0;
	font: 18px/1em 'Glyphicons Regular';
	
}

.glyphicons {
	width:2px;
	height:8px;
	margin-top:0px;
	*margin-right:.3em;
	line-height:8px;
    display: inline-block;
    padding-left: 20px;
    color: #1D1D1B;
    text-decoration: none;
    vertical-align: top;
}

.halflings{
	display:inline-block;
	position:relative;
	padding-left:15px;
	text-decoration:none;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-top:-16px;
}

.halflings:before{
	margin:0 0 0 0;
}

.navbar .nav > li > a .halflings:before {
	color: #777777;
	
}

.navbar .nav > li > a:hover .halflings:before {
	transition: color 0.2s ease-in-out 0s;
	color: #ffffff;
	
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.navbar .nav > li > a {
	padding: 10px 12px;
	
}
/* #topo {
    background: url('../img/fundo_teste.png') no-repeat scroll center center transparent;
    margin: 0px auto;
    position: fixed;
    height: 500px;
    width: 500px;
    left: -10px;
    z-index: 0;
}

.container-fluid > .content {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.7);
}

header .navbar .container-fluid .brand:after {
	border-left: none;	
}

header .navbar .container-fluid .brand {
	background: linear-gradient(to left, #2C2C2C 0px, #2997CE 300px) repeat scroll 0% 0% transparent;
	
} */

label.error {
/*     background: #F2DEDE none repeat scroll 0% 0% / 20px 20px;
    border-color: #EBCCD1; */
    color: #B94A48;
    display: block;
/*     border: 1px solid; */
    padding: 0px 0px;
    border-radius: 2px;
    margin-top: 2px;
    position: relative;
}

input.error, textarea.error {
    border-color: #D38E99;
    box-shadow: none;
}

.col-sm-1 {
    width: 8.33333%;
}

.col-sm-2 {
    width: 16.6667%;
}

.col-sm-3 {
    width: 25%;
}

.col-sm-4 {
    width: 33.3333%;
}

.col-sm-5 {
    width: 41.6667%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-7 {
    width: 58.3333%;
}

.col-sm-8 {
    width: 66.6667%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-10 {
    width: 83.3333%;
}

.col-sm-11 {
    width: 91.6667%;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 11px;
    padding-right: 11px;
}

/*
 New styles
 created: 14/03/2016
*/
.form-signin{
    max-width:330px;
    padding: 15px;
    margin: 150px auto;
}

.form-signin .form-signin-heading{
    margin:0 0 10px 0;
    text-align: center;
}

.form-control{
    display: block;
    width: 100%;
    color: #555;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.form-signin .form-control{
   height: auto;
   padding: 10px;
   box-sizing: border-box;
   font-size: 16px;
}

.sr-only{
    display: inline-block;
    position: absolute;
    max-width: 100%;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border:0;
}

.form-signin input[type="text"]{
    margin: 0 0 -1px 0;
}

.form-signin input[type="password"]{
    margin: 0 0 10px 0;
}