.ui-state-error2{
    border: 1px solid #F08080 !important;
}

.ui-datatable .ui-state-highlight {
	background: #fff989; /* Old browsers */
	background: -moz-linear-gradient(top, #fff989 0%, #fcee32 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fff989 0%, #fcee32 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fff989 0%, #fcee32 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff989',
		endColorstr='#fcee32', GradientType=0); /* IE6-9 */
	color: #000000 !important;
}

.ui-layout-unit-content {
	padding: 0 !important;
}

.ui-tabs-panel {
	padding: 0 !important;
}

.alignTop {
	vertical-align: top;
}

body {
	background-color: #e7eaeb;
}

.ui-widget {
	font-size: 75% !important;
}

.ui-selectonemenu-filter-container {
	width: 93% !important;
}

.ui-widget .ui-widget {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100% !important;
}

.dataMinHeigth20 .ui-datatable-tablewrapper {
	min-height: 256px !important;
}

.dataMinHeigth10 .ui-datatable-tablewrapper {
	min-height: 256px !important;
}

.fitWidth {
	width: 100% !important;
	padding: 10px;
	border: 0px;
	border-top: 1px solid #0298d0;
	cursor: pointer;
	color: #FFF;
	background-color: #00648a;
	margin-top: 0px;
	text-align: left !important;
}

.fitWidth :hover {
	border-top: 1px solid #0298d0;
	background-color: #66b0ea;
}

.readonly {
	background-color: #666 !important;
}

.fitWidth2 {
	width: 100% !important;
	padding: 10px;
	background-color: #f8763c;
	color: #fff;
	border: 1px solid #d95419;
	cursor: pointer;
	text-align: left !important;
}

.fitWidth3 {
	width: 100% !important;
	padding: 10px;
	background-color: #008123;
	color: #fff;
	border: 1px solid #004212;
	cursor: pointer;
	text-align: left !important;
}

.ui-panelgrid-cell {
	border-width: 1px !important;
}

.ui-panelgrid ui-widget, .ui-bco {
	background-color: #fff;
}


.disabled {
	background: #f8f8f8 !important;
}

.green{
	color: green !important;
}

.green input{
	color: green !important;
}

.bold{
	font-weight:bolder !important;
}

.red{
	color: red !important;
}

.red input{
	color: red !important;
}

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

.ui-datalist-data {
	overflow: auto;
}

.buttonFixed {
	width: 130px;
	height: 50px;
	margin: 2px;
}

.ui-datalist-data {
	margin: 0;
	padding: 0;
	border: 0px;
}

.titleColor {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	padding: 5px;
	font-size: 14px;
}

.ui-dialog-titlebar {
	line-height: 20px;
	color: #ffffff;
	border: 1px solid #2f3f57;
	border-radius: 0px;
	
	box-shadow: inset 0 1px #3d3c3c, 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #3d3c3c !important;
	/*
	background-image: -webkit-linear-gradient(#4d6283, #40516c);
	background-image: linear-gradient(#4d6283, #40516c);
	*/
	padding: 15px 18px;
	margin: 0;
	text-transform: uppercase;
}

.ui-dialog-title {
	font-size: 15px !important;
	font-weight: 200 !important;
}

.textBody, .ui-outputlabel, ui-panelgrid-cell {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	color: #000 !important;
}

.ui-inputfield {
	display: block;
	width: 100%;
	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, -webkit-box-shadow
		ease-in-out .15s;
	-o-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;
	text-transform: uppercase;
	font-size: 11px !important;
	letter-spacing: 1px;
	padding: 5px !important;
}

}
.ui-icon {
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1),
		rgba(0, 0, 0, .4));
}

pre {
	background-color: #FFFF99;
	font-size: 15px !important;
}

table.tableFormat {
	float: left;
	margin-right: 6px;
}

table.tableFormat, table.tecspec {
	border-collapse: collapse;
	width: auto;
}

table.tableFormat tr:nth-child(odd) {
	background-color: #f1f1f1;
}

table.tableFormat tr:nth-child(even) {
	background-color: #ffffff;
}

table.tableFormat tr.fixzebra {
	background-color: #f1f1f1;
}

table.tableFormat th {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #555555;
	padding: 3px;
	vertical-align: top;
	text-align: center;
}

.subCat {
	color: #ffffff;
	background-color: #7D839C;
	border: 1px solid #7D839C;
	padding: 3px;
	vertical-align: top;
	text-align: center;
}

table.tableFormat th a:link, table.tableFormat th a:visited {
	color: #ffffff;
}

table.tableFormat th a:hover, table.tableFormat th a:active {
	color: #EE872A;
}

table.tableFormat td {
	border: 1px solid #d4d4d4;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
}

.ui-state-disabled {
	display: none !important;
}

.ui-accordion-header {
	color: #EE872A !important;
}

.teste h3 a {
	color: #FFFFFF !important;
	width: 100% !important;
	padding: 10px;
	background-color: #f8763c;
	color: #fff;
	border: 1px solid #d95419;
	cursor: pointer;
	text-align: left !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

table .ui-widget-content {
	border: #d8e2e7 !important;
	background: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	letter-spacing: 0.125em;
    font-size: 11px;
    color: #09092d;
  	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

table .ui-widget-content b{
	font-size: 125% !important;
	color: #000000 !important;
}

.ui-widget-content .ui-datatable-even{
	background-color: #e7eaeb !important;
}

.ui-dialog-content {
/*	background-color: #F6F9FA !important; */
}

.ui-datatable-odd {
	background-color: #F9F9F9 !important;
}

#footerDialog {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	overflow-y: auto;
	max-height: 100%;
	text-align: center;
	background: #EFF1F2;
	padding: 10px;
	border-top: 1px solid #e5e5e5;
}

.footerDialog {
	text-align: center;
	background: #EFF1F2;
	padding: 15px;
	border-top: 1px solid #e5e5e5;
	
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: -15px;
}

.ui-widget {
	font-weight: 300;
}

h4 {
	padding-left: 15px;
	font-weight: 400;
	color: #2f3f57;
}

label {
	font-weight: bolder !important;
	letter-spacing: 0.125em;
    font-size: 11px;
    color: #555;
  	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.ui-inputtext {
	display: block;
	width: 100%;
	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, -webkit-box-shadow
		ease-in-out .15s;
	-o-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;
}
/* selectonemenu */
.ui-selectonemenu {
	display: block;
	width: 100% !important;
	height: 33px;
	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, -webkit-box-shadow
		ease-in-out .15s;
	-o-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;
}

.ui-selectonemenu-label {
	position: relative !important;
	top: -7px !important;
	left: -10px !important;
	background: none !important;
	margin: 0px !important;
	padding: 10px !important;
	width: 100% !important;
}

.ui-selectonemenu-trigger {
	width: 25px !important;
}

.row {
	padding-bottom: 5px;
}

.disabled {
	background: #cccccc !important;
}

.disabled .ui-inputfield{
	background: #cccccc !important;
}

.ui-autocomplete-dropdown {
	position: relative;
	right: 0px;
}

.ui-autocomplete {
	width: 100% !important;
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	background:#f5f5f5;
	font-family: 'Source Sans Pro', sans-serif;
}

h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #9295a9;
	background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;
}

.ui-widget-content {
	background: none;
	border: none;
}

/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #5d6c85;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
/*	border: 0; */
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		/*z-index: 1000;*/
		display: block;
		/*padding: 20px;*/
		padding:0px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		/*background-color: #2f353f;*/
		background-color: #2f2e2e;
		border-right: solid 1px #c5d6de;
	}
	
	.navbar-fixed-bottom, .navbar-fixed-top {
	    position: fixed;
	    right: 0;
	    left: 0;
	    z-index: 3;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	margin-left: -20px;
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus
	{
	color: #fff;
	background-color: #428bca;
}

.img-sm {
    width: 36px!important;
    height: 36px!important;
}

/*
 * Main content
 */
.main {
	padding: 20px;
	-webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    float: left;
    visibility: visible;
}

.left{
        float:left;
        height:100vh;
}

.left a{
	color: #ffffff;
}
    
.left {
        display: inline-block;
        white-space: nowrap;
        width: 50px;
        transition: width 1s ;
        background-color:#222;
    }
    
.item{
	 background-color: #2f2e2e;
	 border-bottom: 1px solid #222;
}

.left:hover {
        width: 250px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }    
    
.item:hover {
        background-color:#367bbf;
}

.item .table>tbody>tr>td:hover {
        background-color:#540507;
}
        
.left .glyphicon {
        margin:15px;
        width:20px;
        color:#fff;
}

@media ( min-width : 768px) {
	.main {
		padding-right: 40px;
		padding-left: 80px;
	}
}

.main .page-header {
	margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */
.placeholders {
	margin-bottom: 30px;
	text-align: center;
}

.placeholders h4 {
	margin-bottom: 0;
}

.placeholder {
	margin-bottom: 20px;
}

.placeholder img {
	display: inline-block;
	border-radius: 50%;
}

.navbar{
    background:#ffffff;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand {
    color: #ffffff;
}

.navbar-fixed-top {
    border-color: #d8e2e7;
    -webkit-box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
    -moz-box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
    box-shadow: 0 2px 10px -1px rgba(87, 97, 90, 0.15);
}

.bottom{
 	padding-top: 6px;
 	padding-bottom: -6px;
}
.rigth{
 	text-align: right;
}

.ui-panelmenu-header{
	padding: 12px;
	font-size: 14px;
	color: #ffffff;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
   /* background: #2f353f;*/
   background:#2f2e2e;
    
    
    
}
.ui-panelmenu-header>a{
    color: #e7e8e8 !important;
    text-shadow: none;
    font-size: 14px !important;
}

.ui-menuitem{
	border-bottom: 1px solid #414e5d;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 10px;
    font-size: 14px !important;
}

.ui-menuitem-link{
	color: #e7e8e8 !important;
	font-size: 13px !important;
	width: 100% !important;
	
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    
    padding: 10px;
}

.ui-menuitem-link2{
	color: #a4a8a8 !important;
	font-size: 13px !important;
	width: 100% !important;
	
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    
    padding: 10px;
}

.ui-menuitem-text{
	padding-left: 5px;
}
.ui-state-hover{
	color: #000000 !important;
}
.ui-state-active{
	/*background: #3d4650;*/
	background:linear-gradient(#ba2c30, #491a1c);
}
.ui-corner-flat{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.ui-selectonemenu-items-wrapper, .ui-autocomplete-panel{
	background: #ffffff;
}
.ui-icon.fa {
     text-indent:0px;
     background-image:none;
     padding-right: 10px;
}

.box-search {
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: -webkit-linear-gradient(top, #fefefe, #e6e6e6);
    border: 1px solid #d8e2e7;
    padding: 10px;
}

.user-head{
	margin: 7px;
}
.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .inbox-avatar img {
    border-radius: 4px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.user-head .user-name h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
}
.user-head .user-name h5 a {
    color: #fff;
}
.user-head .user-name span a {
    color: #87e2e7;
    font-size: 12px;
}

/* Radio in table */
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    padding: 4px 10px;
    padding-top: 9px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
}

.ui-datatable table .ui-selectoneradio{
	width: auto;
}

.ui-datatable table .ui-selectoneradio tbody td{
    padding: 0px;
}

.ui-datatable table .ui-selectoneradio tbody td label{
    padding: 5px;
}

.ui-panelmenu-content{
	 /*   background: #303c48; */
}
.ui-menuitem{
	padding: 7px !important;
}

.btn-group {
	margin: 15px 0 30px;
}
.btn-group .btn {
	transition: background-color .3s ease;
}


/* mega menu experimental */

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #222222;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  
  .icon-bar{
  	background: #000;
  }
  
}





 .card {
    margin-top: 20px;
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
}
.card.hovercard .card-background {
    height: 130px;
}
.card-background img {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    margin-left: -100px;
    margin-top: -200px;
    min-width: 130%;
}
.card.hovercard .useravatar {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.card.hovercard .useravatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.card.hovercard .card-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.card.hovercard .card-info .card-title {
    padding:0 5px;
    font-size: 20px;
    line-height: 1;
    color: #262626;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.card.hovercard .card-info {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}
.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}



.formatedul ul{padding:0;margin:0;}
.formatedul ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 8px;
}
li .header{
    background: #cccccc;
    color: #000000;
    height: auto;
    padding: 10px;
    display:inline-block;
}
.formatedul ul li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding: 8px;
    padding-left: 20px;
    font-size: 13px;
    color: #666;
}
.formatedul ul li a{text-decoration:none; color:#666;font-weight: 700 !important;}
.formatedul ul li span{display:inline-block;float:right;padding-right:10px;}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
	background: #ffffff !important;
}

.ui-growl-image, .ui-messages-error-icon{
    background: none;
}


/* Dashboard */


/** top tiles  */
.tile_count {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 992px) {
  footer {
    margin-left: 230px;
  }
}

@media (min-width: 992px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.tile_count .tile_stats_count:before {
  content:""; 
  position: absolute; 
  left: 0; 
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
@media (min-width:992px) {
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0;
  }
}
.tile_count .tile_stats_count .count {
  font-size: 30px;
  line-height: 47px;
  font-weight: 600;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count .count {
    font-size: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tile_count .tile_stats_count .count {
    font-size: 30px;
  }
}
.tile_count .tile_stats_count span {
  font-size: 12px;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count span {
    font-size: 13px;
  }
}
.tile_count .tile_stats_count .count_bottom i {
  width: 12px;
}
/* panel */

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #d8e2e7;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  
   -webkit-border-radius: 4px;
    border-radius: 4px;
}

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title span {
  color: #BDBDBD;
}
.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}
legend {
  padding-bottom: 7px;
}
.demo-placeholder {
  height: 280px;
}

.media .profile_thumb {
  border: 1px solid;
  width: 50px;
  height: 50px;
  margin: 5px 10px 5px 0;
  border-radius: 50%;
  padding: 9px 12px;
}
.media .profile_thumb i {
  font-size: 30px;
}
.media .date {
  background: #ccc;
  width: 52px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px;
}
.media .date .month {
  margin: 0;
  text-align: center;
  color: #fff;
}
.media .date .day {
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin: 0;
  line-height: 27px;
  font-weight: bold;
}
.event .media-body a.title {
  font-weight: bold;
}
.event .media-body p {
  margin-bottom: 0;
}
h4.graph_title {
  margin: 7px;
  text-align: center;
}
.media {
    margin-top: 15px;
}

.media .date {
    background: #00648a !important;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px;
}

.media .dateOk {
    background: #4caf50 !important;
}

.media .dateNok {
    background: #f44336 !important;
}

.media .dateNN {
    background: red !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

article.media {
  width: 100%;
}

.fixed_height_320{
	height: 320px;
	overflow: hidden;
	overflow-y: scroll;
}

.labelVerde{
	background:#009900 !important;
	color:#ffffff !important;
	padding: 3px;
}
.labelVermelho{
	background:#ff3300 !important;
	color:#ffffff !important;
	padding: 3px;
}

.ui-autocomplete .ui-autocomplete-dropdown {
    position: absolute;
    height: 100%;
    width: 2.4em;
    top: 0px;
}
.ui-dialog-content{
	overflow-x: hidden;
}

.ui-chkbox-box{
	margin: 5px;
}
.ui-dialog {
    position: absolute !important;
}

.input-group-btn .btnmais{
	padding: 0px;
    height: 34px;
    width: 41px;
    font-size: 18px !important;
    content: "\f15d";
}

.ui-selectonemenu-panel {
    background: #cccccc !important;
}


/* selectonemenu */
.ui-selectcheckboxmenu{
	display: block;
	width: 100% !important;
	height: 33px;
	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, -webkit-box-shadow
		ease-in-out .15s;
	-o-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;
}

.ui-selectcheckboxmenu-label {
	position: relative !important;
	background: none !important;
	margin: 0px !important;
	padding: 0px !important;
	width: 100% !important;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger{
	width: 26px;
}
.ui-selectcheckboxmenu-panel{
	width: 300px !important;
	background: #ffffff;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item label {
    display: block;
    padding-left: 2.6em;
    padding-top: 0.9em;
    font-weight: bold;
}
.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item {
    border: 0 none;
    cursor: pointer;
    font-weight: normal;
    padding: 0px !important;
    text-align: left;
    white-space: nowrap;
}

.ui-inputnumber input{
	text-align: right !important;
}

.teste input{
	text-align: right !important;
	background-color: #FDFD96 !important;
}

.verificaCampo input{
	border: 1px solid #228B22 !important;
}
.campoPadrao input{
	border: 1px solid #228B22 !important;
}

.ui-button-icon-only .ui-icon {
     left: 50%; 
     margin-left: -7px; 
  /*   width:24px;
     height: 24px; */
  /*   margin-top: -5px !important;*/
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 6px 8px 2px;
    font-size: 18px;
    line-height: 20px;
}

.h1, h1 {
    font-size: 26px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
    padding-left: 4px;
    line-height: 1.42857143;
    vertical-align: top;
     border-top: 0px;
}

.breadcrumb {
    padding: 2px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.left ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.left li {
  list-style: none;
  padding: 5px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

.sub-menu li.active,
.sub-menu li.active {
  color: #d19b3d;
}
.sub-menu li.active a,
.sub-menu li.active a {
  color: #d19b3d;
}
.sub-menu li,
.sub-menu li {
  background-color: #181c20;
  border: none;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
  font-size: 12px;
  font-weight: 200;
}
.sub-menu li:hover,
.sub-menu li:hover {
  background-color: #020203;
}
.sub-menu li:before,
.sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.left .img-circle {
    border-radius: 50%;
    border: 2px solid #367bbf;
}

.ui-datatable{
    min-height: 300px;
}

.ui-selectonemenu{
	min-width: 100% !important;
	display: flex !important;
}


/* combo search*/

.dropdown-menu-search{
     width: 565px;
     margin-top: -1px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.dropdown-menu-search .btn{
	margin-top: 8px;
	padding-top: 3px;
}

.dropdown-menu-search .form-control:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


/* buttons*/
.input-group-btn .btn {
    height: 34px;
    min-width: 34px !important;
}


.btn-green, .btn-successol {
	background-color: #419641 !important;
	background-image: -webkit-linear-gradient(#5cb85c,#419641)!important;
	background-image: linear-gradient(#5cb85c,#419641) !important;
	box-shadow: inset 0 1px 1px #5cb85c, 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
	border: 1px solid #419641 !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 500 !important;
}

.btn-yellow {
	background: #f2bf0c !important;
	color: #fff !important;
	background-color: #f2bf0c !important;
	background-image: -webkit-linear-gradient(#f2bf0c, #ddad04) !important;
	background-image: linear-gradient(#f2bf0c, #ddad04) !important;
	border: 1px solid #cfa203 !important;
	border-bottom: 1px solid #cfa203 !important;
	box-shadow: inset 0 1px #facc29, 2px 0 4px rgba(0, 0, 0, 0.1), -2px 0
		4px rgba(0, 0, 0, 0.1) !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 500 !important;
}

.btn-blue {
	background-color: #61adf0 !important;
	background-image: -webkit-linear-gradient(#6ab5f2, #53a0ee) !important;
	background-image: linear-gradient(#6ab5f2, #53a0ee) !important;
	box-shadow: inset 0 1px 1px #77bdf4, 0 2px 2px -1px rgba(0, 0, 0, 0.2)
		!important;
	border: 1px solid #4d93d7 !important;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 500 !important;
}



.btn-red {
	background: #f8763c !important;
	color: #fff !important;
	background-color: #f8763c !important;
	background-image: -webkit-linear-gradient(#f8763c, #e35d21) !important;
	background-image: linear-gradient(#f8763c, #e35d21) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',
		endColorstr='#ff419641', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
		!important;
	border: 1px solid #d95419 !important;
	border-bottom: 1px solid #d95419 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 500 !important;
}

.btn-danger {
    background: #f8763c !important;
	color: #fff !important;
	background-color: #f8763c !important;
	background-image: -webkit-linear-gradient(#f8763c, #e35d21) !important;
	background-image: linear-gradient(#f8763c, #e35d21) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',
		endColorstr='#ff419641', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled= false)
		!important;
	border: 1px solid #d95419 !important;
	border-bottom: 1px solid #d95419 !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) !important;
	text-transform: uppercase;
	font-size: 9px !important;
	font-weight: 500 !important;
}

.btn-danger:hover {
	background-image: -webkit-linear-gradient(#e35d21,#f8763c) !important;
	background-image: linear-gradient(#e35d21,#f8763c) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0) !important;
}

.ui-inputfield.ui-state-error {
    color: #333333;
    border: 1px solid #f8763c !important;
}

.ui-button {
    margin-right: 1px;
}
