/* espa?adores */
.push {clear:both;} 
.push1 {height: 1px; clear:both;} 
.push5 {height: 5px; clear:both;} 
.push10 {height: 10px; clear:both;} 
.push13 {height: 13px; clear:both;} 
.push15 {height: 15px; clear:both;} 
.push20 {height: 20px; clear:both;} 
.push25 {height: 25px; clear:both;} 
.push30 {height: 30px; clear:both;} 
.push50 {height: 50px; clear:both;} 
.push100 {height: 100px; clear:both;}
.top20 {margin-top: 20px;} 
.bottom20 {margin-bottom: 20px;} 
.top30 {margin-top: 30px;} 
.bottom30 {margin-bottom: 30px;} 
.espacer15 {padding: 0 0 0 15px;} 
.borda {border:1px solid #000;}
.leituraOff {background-color: #F2F3F4 !important;}
/*.leituraOff {background-color: #e5e7e9 !important;}*/
.leitura{
	border: none transparent !important;
	outline: none !important;
	background: #fff !important;
	font-size: 18px;
	padding: 0;
}

.f12 {font-size: 12px; font-weight: normal !important;}
.f14 {font-size: 14px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f21 {font-size: 21px !important;}

/* loading ajax */
.loading {
	background: url(../images/loading.gif) no-repeat center;
	width: 100%;
	height:24px;
	text-align: center;
	margin-top:15px;
	margin-bottom:15px; 
}

.loadingBig {
	background: url(../images/loading2.gif) no-repeat center;
	width: 100%;
	height:auto;
	text-align: center;
	margin-top:15px;
	margin-bottom:15px; 
}

/* labeled buttons */
.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

/* utils sistema */
.caption-subject {
font-size: 18px;
font-weight: 400;	
}
.extSmall, span .extSmall, span label .extSmall, help-block .extSmall {
font-size: 9px !important;
}

.tagLabel {
	padding: 1px 5px 3px 5px;
	border-radius: 3px;
	color: #777;
	background: #E5E7E9;
	margin: 0 10px 10px 0;
}

label {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal; 
}

fieldset {
	padding: 0 10px 12px 10px;
	margin: 0;
	border: 1px solid #e5e5e5;
	min-width: 0;
}

legend {
	width: auto;
	padding: 0 5px 0 5px;
	font-size: 14px;
	border: 0;
}

.row {
	margin-bottom: 5px;
}

.required:after {
	color: #e32;
	content: ' *';
	display: inline;
	font-size: 13px;
	font-weight: bold;    
}

.help-block {
	font-size: 10px;
	border: 0;
	padding: 0;
	margin: 0
}

.form-group {
	margin-bottom: 0;
}

.list-unstyled{
	margin-bottom: 0;
}

.disabledBlock {
	 background-color: #fff;
	 border-radius: 5px;
	 height: 100%;
	 left: 0;
	 opacity: 0.7;
	 position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 1; 
	 cursor: not-allowed;
}

/* modal */								
.modal-dialog {
	width: auto;
	max-width: 1080px;
	margin-top: 10px;
	margin-bottom: 10px;
}

iframe {
  display: block;
  margin: 0 auto;
} 

.modal-body {
	position: relative;
	padding: 20px;
}

/* hide mmenu */
#menu:not( .mm-menu ) {
   display: none;
}

/* back to top */
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: 3px !important;
  background: rgba(44, 62, 80, 0.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #D7DBDD;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 40px;
    bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 60px;
    bottom: 50px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 480px) {
		
	.mm-menu {  
		width: 60% !important;    
	}

	.html.mm-opening .mm-slideout {
		-webkit-transform: translate(60%, 0) !important;
		-moz-transform: translate(60%, 0) !important;
		-ms-transform: translate(60%, 0) !important;
		-o-transform: translate(60%, 0) !important;
		transform: translate(60%, 0) !important; 
	}
	
	.navbar-fixed-left {
		width: 50px;
		border-radius: 0;
		position: fixed;
		z-index: 2;
		min-height: 100%;
		margin-bottom: 0;
		box-shadow: 0 16px 20px rgba(0,0,0,0.3);
	}

	div.navbar-fixed-left a {
		text-align: center;
		width: 50px;
		font-size: 12px;
	}

	#menu{
		left: 50px;
		z-index: 1;
	}

	.menuLateralText{
		position: absolute;
		font-size: 7px;
		left: 0;
		width: 50px;
		margin-top: 2px;
	}

	#menuLateral .navbar-brand{
		height: 50px;
		width: 50px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		bottom: 5px;
	}
		
	.outContainer {
		margin-left: 45px;
	}
}


/* Desktops and laptops ----------- */
@media only screen 
	and (min-width : 1224px) {
		
	.mm-menu.mm-offcanvas {
		z-index: 0;
		display: none;
		position: fixed;
		width: 50%;
		min-width: 10px;
		max-width: 300px
	}
		
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(150px, 0);
		-ms-transform: translate(150px, 0);
		transform: translate(150px, 0);
		-webkit-transform: translate3d(150px, 0, 0);
		transform: translate3d(150px, 0, 0)
	}
		
	html.mm-opening .mm-slideout {
		-webkit-transform: translate(380px, 0);
		-ms-transform: translate(380px, 0);
		transform: translate(380px, 0);
		-webkit-transform: translate3d(380px, 0, 0);
		transform: translate3d(380px, 0, 0)
	}

	.navbar-fixed-left {
		width: 70px;
		border-radius: 0;
		position: fixed;
		z-index: 2;
		min-height: 100%;
		margin-bottom: 0;
		box-shadow: 0 16px 20px rgba(0,0,0,0.3);
	}

	div.navbar-fixed-left a {
		text-align: center;
		width: 70px;
		font-size: 20px;
	}

	#menu{
		left: 70px;
		z-index: 1;
	}

	.menuLateralText{
		position: absolute;
		font-size: 10px;
		left: 0;
		width: 70px;
		margin-top: 2px;
	}

	#menuLateral .navbar-brand{
		height: 70px;
		width: 70px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		bottom: 5px;
	}
		
	.outContainer {
		margin-left: 70px;
	}
}

.menuCentral{
	z-index: 3;
}

.navbar{
	border: 0;
}

.menuCentral{
	margin-bottom: 0;
}

#menuOculto{
	position: absolute;
}

div.navbar-fixed-left a {
	border-left: 3px solid transparent;
}

div.navbar-fixed-left a:hover {
	border-left: 3px solid;
}

/* Portlet ----------- */
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

.content {
	padding: 30px;
	background: #f1f3fa;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

/* Portlet */
.portlet {
	background: #fff;
	padding: 20px;
}

.portlet.portlet-gray {
	background: #f7f7f7;
}

.portlet.portlet-bordered {
	border: 1px solid #eee;
}

/* Portlet Title */
.portlet-title {
	padding: 0;
  	min-height: 40px;
  	border-bottom: 1px solid #eee;
  	margin-bottom: 18px;
}

.caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.caption.caption-green .caption-subject,
.caption.caption-green i {
	color: #4db3a2;
	font-weight: 200;
}

.caption.caption-red .caption-subject,
.caption.caption-red i {
	color: #e26a6a;
	font-weight: 200;
}

.caption.caption-purple .caption-subject,
.caption.caption-purple i {
	color: #8775a7;
	font-weight: 400;
}

.caption i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}

.caption-subject {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}

/* Actions */
.actions {
	float: right;
  	display: inline-block;
}

.actions a {
	margin-left: 3px;
}

.actions .btn {
	color: #666;
	padding: 3px 9px;
	font-size: 13px;
  	line-height: 1.5;
  	background-color: #fff;
  	border-color: #ccc;
  	border-radius: 50px;
}

.actions .btn i {
	font-size: 12px;
}

.actions .btn:hover {
	background: #f2f2f2;
}

/* Pagination 
*/
.pagination {
	margin: -3px 0 0;
	border-radius: 50px;
}

.pagination > li > a,
.pagination > li > span {
	padding: 4px 10px;
	margin: 1px;
	font-size: 12px;
	color: #515A5A;
	background: transparent !important;
}

.pagination > li:hover > a,
.pagination > li.active > a,
.pagination > li.active:hover > a {
	color: #fff;
	border-radius: 3px !important;
	background: #2c3e50 !important;
	border-color: #212F3C;
}
/* Pagination 
.pagination>li>a, .pagination>li>span { 
border: 0 !important;
margin: 0 !important;
background: transparent !important;
color: #fff !important;
}

.pagination>li>a:hover, .pagination>li>span:hover { 
background: #fff !important;
border-radius: 5px !important;
color: #85929E !important;
}
*/	

/* Inputs */
.inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
	margin-top: -10px;
}

.input-inline {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
}

/* Tab */
.portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}

.portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}

.portlet-title > .nav-tabs > li > a {
	background: none;
	border: 0;
	padding: 2px 10px 13px;
	color: #444;
}

.portlet-title > .nav-tabs > li.active,
.portlet-title > .nav-tabs > li.active:hover {
  	border-bottom: 4px solid #f3565d;
  	position: relative;
  }

  .portlet-title > .nav-tabs > li:hover {
  	border-bottom: 4px solid #f29b9f;
  }

.portlet-title > .nav-tabs > li.active > a,
.portlet-title > .nav-tabs > li:hover > a {
	color: #333;
	background: #fff;
	border: 0;
}

/* Btn Circle */
.actions .btn.btn-circle {
	width: 28px;
	height: 28px;
	padding: 5px 7px 3px 6px;
	text-align: center;
}

.actions .btn.btn-circle i {
	font-size: 13px;
}

/* Btn Grey Salsa */
.actions .btn.grey-salsa {
	border: none;
	margin-left: 3px;
	box-shadow: none;
	border-radius: 50px !important;
}

.actions .btn.grey-salsa.active {
	color: #fafcfb;
	background: #8e9bae;
}
  .actions .grey-salsa.btn:hover,
  .actions .grey-salsa.btn:focus,
  .actions .grey-salsa.btn:active,
  .actions .grey-salsa.btn.active {
	color: #fafcfb;
	background: #97a3b4;
}

/* Btn Red */
.actions .btn.btn-red.active,
.actions .btn.btn-red:hover {
	color: #fff;
	box-shadow: none;
	background: #e26a6a;
	border-color: #e26a6a;
}

/* Btn Red */
.actions .btn.btn-purple.active,
.actions .btn.btn-purple:hover {
	color: #fff;
	box-shadow: none;
	background: #8775a7;
	border-color: #8775a7;
}




table.jambo_table {
  border: 1px solid rgba(221, 221, 221, 0.78); }

table.jambo_table thead {
  background: rgba(52, 73, 94, 0.94);
  color: #ECF0F1; }

table.jambo_table tbody tr:hover td {
  background: rgba(38, 185, 154, 0.07);
  border-top: 1px solid rgba(38, 185, 154, 0.11);
  border-bottom: 1px solid rgba(38, 185, 154, 0.11); }

table.jambo_table tbody tr.selected {
  background: rgba(38, 185, 154, 0.16); }

table.jambo_table tbody tr.selected td {
  border-top: 1px solid rgba(38, 185, 154, 0.4);
  border-bottom: 1px solid rgba(38, 185, 154, 0.4); }
  

/* ============== widgtes short panels ============== */
.panel {
	width: 100%;
	/* background-color: #EEE; */
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px; 
	-webkit-box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
	box-shadow: 1px 2px 2px 1px rgba(0,0,0,.2);
}

.panel .top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #5D6D7E;
	padding-top: 20px; }
	.panel .top i {
	display: block;
	margin: 0px auto 20px; }
	
.panel .top h6 {
	display: inline;
	background-color: #5D6D7E;
	position: relative;
	top: -7px;
	padding: 6px 12px;
	border-radius: 50px;
	color: #FFF;
	font-weight: 600;
	font-size: 0.7em; 
}

.panel .bottom {
	padding-top: 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
	border-top: none; 
}

.panel .bottom h2 {
	font-weight: 600;
	margin: 0; 
}

.panel .bottom h6 {
	font-size: 0.7em;
	font-weight: 600;
	position: relative;
	bottom: 10px;
	color: #555555; 
}

.panel .warning, .panel .warning h6 {
background-color: #F4D03F;
/*    box-shadow: inset 0 0 10px lighten($warning, 8%);
border: 1px solid darken($warning, 20%)*/ }

.panel .success, .panel .success h6 {
background-color: #52BE80;
/*    box-shadow: inset 0 0 10px lighten($success, 8%);
border: 1px solid darken($success, 20%)*/ }

.panel .danger, .panel .danger h6 {
background-color: #EC7063;
/*    box-shadow: inset 0 0 10px lighten($danger, 8%);
border: 1px solid darken($danger, 20%)*/ }

.panel .info, .panel .info h6 {
background-color: #F1C40F;
/*    box-shadow: inset 0 0 10px lighten($info, 8%);
border: 1px solid darken($info, 20%)*/ }

.panel .primary, .panel .primary h6 {
background-color: #3498DB;
/*    box-shadow: inset 0 0 10px lighten($primary, 8%);
border: 1px solid darken($primary, 20%)*/ }

.panel .purple, .panel .purple h6 {
background-color: #BB8FCE;
/*    box-shadow: inset 0 0 10px lighten($purple, 8%);
border: 1px solid darken($purple, 20%)*/ }

.iwhite {
color: #fff; }

.panel a {text-decoration: none; color: gray;}

.panel:hover {
	/* cursor: pointer; */
	-webkit-box-shadow: 3px 3
}      
background-coloh6 {
	font-size: 0.7em;
	font-weight: 600;
	position: relative;
	bottom:px 21px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         3px 3px 21px 0px rgba(50, 50, 50, 0.45);
}

.shadow:hover {
	/* cursor: pointer; 
	-webkitary, 20%)*/ }

.panel .purple, .panel .purple h6 {
background-color: #BB8FCE;
/*    box-shadow: inset 0 0 10px lighten($purple, 8%);
border: 1px solid darken($purple, 20%)*/ }

.iwhite {
color: #fff; }

.panel a {text-decoration: none; color: gray;}

.panel:hover {
	/* cursor: pointer; */
	-webkit-box-shadow: 3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         3px 3px 21px 0px rgba(50, 50, 50, 0.45);
}

.shadow:hover {
	/* cursor: pointer; */
	-webkit-box-shadow: 3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         3px 3px 21px 0px rgba(50, 50, 50, 0.45);
}

.panelBox {
	position: relative;
	width: 150px;	
	/* background-color: #EEE; */
	background-color: #fff;
	border-radius: 6px;
	border: 3px dashed #cecece;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 20px;
	/*	
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px 1px rgba(0,0,0,.2);
	*/
}

.panelBox:hover{
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    3px 3px 21px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         3px 3px 21px 0px rgba(50, 50, 50, 0.45);
}

.addBox {
margin: 0 auto;
}  
  
 /* =========== vertical tab ========== */ 
 
li.vTab a{
    color: #2c3e50;
    padding: 10px 0 20px 0 !important;
}

.nav-tabs>li.vTab.active>a, .nav-tabs>li.vTab.active>a:hover, .nav-tabs>li.vTab.active>a:focus{
    background-color: #2c3e50;
    color: #fff;
}

.nav-tabs>li.vTab.active:after{
    left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #2c3e50;
	border-width: 15px;
	margin-top: -15px;
}

 /* =========== table sorter ========== */ 
table.tablesorter thead tr .header {
	background-image: url(images/sort_both.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 25px;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/sort_asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/sort_desc.png);
}

/* SWITCH */
.switch {
  cursor: pointer;
  position: relative;
}
.switch input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.switch input:checked + span:after {
  left: 21px;
}
.switch input:checked + span {
  background-color: #95b75d;
}
.switch input:disabled + span {
  background-color: #CCC;
}
.switch span {
  position: relative;
  width: 50px;
  height: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #b64645;
  border: 1px solid #E5E5E5;
  display: inline-block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border-color: rgba(0, 0, 0, 0.1);
  left: 0px;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 26px;
  top: 1px;
  bottom: 1px;
  left: 1px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.switch.switch-small {
  margin: 6px 0px 4px;
}
.switch.switch-small input:checked + span:after {
  left: 11px;
}
.switch.switch-small span {
  width: 30px;
  height: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.switch.switch-small span:after {
  width: 16px;
}
/* END SWITCH */

/* WIDGETS */
.widget {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 10px;
  min-height: 90px;
  position: relative;
}
.widget.widget-padding-sm,
.widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget.widget-np {
  padding: 0px;
}
.widget.widget-no-subtitle {
  padding-top: 25px;
}
.widget.widget-carousel {
  padding-bottom: 0px;
  padding-top: 10px;
}
.widget.widget-default {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #F8F9F9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #F8F9F9));
  background: -webkit-linear-gradient(top, #ffffff 0%, #F8F9F9 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #F8F9F9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #F8F9F9 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #F8F9F9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F8F9F9, GradientType=0);
}
.widget.widget-primary {
  background: #33414e;
  background: -moz-linear-gradient(top, #33414e 0%, #29343f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33414e), color-stop(100%, #29343f));
  background: -webkit-linear-gradient(top, #33414e 0%, #29343f 100%);
  background: -o-linear-gradient(top, #33414e 0%, #29343f 100%);
  background: -ms-linear-gradient(top, #33414e 0%, #29343f 100%);
  background: linear-gradient(to bottom, #33414e 0%, #29343f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33414e, endColorstr=#29343f, GradientType=0);
}
.widget.widget-success {
  background: #95b75d;
  background: -moz-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #95b75d), color-stop(100%, #89ad4d));
  background: -webkit-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -o-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: -ms-linear-gradient(top, #95b75d 0%, #89ad4d 100%);
  background: linear-gradient(to bottom, #95b75d 0%, #89ad4d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#95b75d, endColorstr=#89ad4d, GradientType=0);
}
.widget.widget-info {
  background: #3fbae4;
  background: -moz-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fbae4), color-stop(100%, #29b2e1));
  background: -webkit-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -o-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: -ms-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
  background: linear-gradient(to bottom, #3fbae4 0%, #29b2e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fbae4, endColorstr=#29b2e1, GradientType=0);
}
.widget.widget-warning {
  background: #fea223;
  background: -moz-linear-gradient(top, #fea223 0%, #fe970a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fea223), color-stop(100%, #fe970a));
  background: -webkit-linear-gradient(top, #fea223 0%, #fe970a 100%);
  background: -o-linear-gradient(top, #fea223 0%, #fe970a 100%);
  background: -ms-linear-gradient(top, #fea223 0%, #fe970a 100%);
  background: linear-gradient(to bottom, #fea223 0%, #fe970a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fea223, endColorstr=#fe970a, GradientType=0);
}
.widget.widget-danger {
  background: #b64645;
  background: -moz-linear-gradient(top, #b64645 0%, #a43f3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b64645), color-stop(100%, #a43f3e));
  background: -webkit-linear-gradient(top, #b64645 0%, #a43f3e 100%);
  background: -o-linear-gradient(top, #b64645 0%, #a43f3e 100%);
  background: -ms-linear-gradient(top, #b64645 0%, #a43f3e 100%);
  background: linear-gradient(to bottom, #b64645 0%, #a43f3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b64645, endColorstr=#a43f3e, GradientType=0);
}
.widget .widget-title,
.widget .widget-subtitle,
.widget .widget-int,
.widget .widget-big-int {
  width: 100%;
  float: left;
  text-align: center;
}
.widget-subRight
{
  width: 100%;
  float: right;
  padding-right: 10px;
  text-align: right;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
}
.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
  color: #EEE;
}
.widget .widget-int {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  font-family: arial;
}
.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}
.widget .widget-item-left {
  margin-left: 10px;
  float: left;
  width: 100px;
}
.widget .widget-item-right {
  margin-right: 10px;
  float: right;
  width: 100px;
}
.widget.widget-item-icon .widget-item-left,
.widget.widget-item-icon .widget-item-right {
  width: 70px;
  padding: 15px 0px;
  text-align: center;
}
.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}
.widget .widget-item-left .fa,
.widget .widget-item-right .fa,
.widget .widget-item-left .glyphicon,
.widget .widget-item-right .glyphicon {
  font-size: 40px;
}
.widget .widget-data {
  padding-left: 120px;
}
.widget .widget-data-left {
  padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
  padding-left: 90px;
}
.widget.widget-item-icon .widget-data-left {
  padding-right: 90px;
  padding-left: 10px;
}
.widget .widget-data .widget-title,
.widget .widget-data-left .widget-title,
.widget .widget-data .widget-subtitle,
.widget .widget-data-left .widget-subtitle,
.widget .widget-data .widget-int,
.widget .widget-data-left .widget-int,
.widget .widget-data .widget-big-int,
.widget .widget-data-left .widget-big-int {
  text-align: left;
}
.widget .widget-controls a {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  color: #FFF;
  border: 1px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
.widget .widget-controls a.widget-control-left {
  left: 10px;
  top: 10px;
}
.widget .widget-controls a.widget-control-right {
  right: 10px;
  top: 10px;
}
.widget .widget-controls a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.widget .widget-buttons {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-buttons a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 21px;
}
.widget .widget-buttons .col {
  width: 100%;
  float: left;
}
.widget .widget-buttons.widget-c2 .col {
  width: 50%;
}
.widget .widget-buttons.widget-c3 .col {
  width: 33.333333%;
}
.widget .widget-buttons.widget-c4 .col {
  width: 25%;
}
.widget .widget-buttons.widget-c5 .col {
  width: 20%;
}
.widget.widget-primary .widget-buttons a {
  color: #010101;
  border-color: #010101;
}
.widget.widget-primary .widget-buttons a:hover {
  color: #000000;
}
.widget.widget-success .widget-buttons a {
  color: #51672e;
  border-color: #51672e;
}
.widge.widget-success .widget-buttons a:hover {
  color: #435526;
}
.widget.widget-info .widget-buttons a {
  color: #14708f;
  border-color: #14708f;
}
.widget.widget-info .widget-buttons a:hover {
  color: #115f79;
}
.widget.widget-warning .widget-buttons a {
  color: #a15e01;
  border-color: #a15e01;
}
.widget.widget-warning .widget-buttons a:hover {
  color: #874f01;
}
.widget.widget-danger .widget-buttons a {
  color: #5a2222;
  border-color: #5a2222;
}
.widget.widget-danger .widget-buttons a:hover {
  color: #471b1b;
}
.plugin-clock span {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.0;
  margin-right: 2px;
}
.widget.widget-default {
  color: #434a54;
}
.widget.widget-default .widget-subtitle {
  color: #434a54;
}
.widget.widget-default .widget-controls a {
  color: #434a54;
  border-color: #434a54;
}

.outContainer{
	width: 95%;
	margin: 0 auto;
	padding-left: 70px;
}
.outContainerPop{
	width: 97%;
	margin: 0 auto;
	padding-left: 0px;
}


#popModalAux{
	padding-right: 0 !important;
}

.grabbable {
	cursor: move;
	cursor: url(images/openhand.cur), all-scroll;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.grabbable:active {
	cursor: url(images/closedhand.cur), all-scroll;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
	font-size: 20px;
}

.notify-badge{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: absolute;
    background: red;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 25px;
    height: 25px;
	right: -8px;
	line-height: 25px;
}

.tag {
    padding-left: 0;
    list-style-type: none;
	display: inline;
	padding: 5px 2px 8px 2px; 
}
  
.tag span {
	border-radius: 40px 15px 15px 40px;
}

.folder{
	height: 60px;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.checkbox{
	margin: 0;	
}

.disabled-link {
  cursor: not-allowed;
}

.disabled-link a {
  color: #b4bcc2;
  pointer-events: none;
}

/*--pie-chart---*/
.content-top {
    background-color: #fff;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
	min-height: 100px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.content-top-center {
    background-color: #fff;
    padding: 1.8em;
    margin-bottom: 1em;
    border: 1px solid #ebeff6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	text-align: center;
}

.top-content p {
    font-size: 1.2em;
    color: #B3AEAE;
	margin-bottom: 0;
}

.top-content label {
    font-size: 1.8em;
    color: #2c3e50;
	font-weight: 900;
}

.pie-title-center {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-value {
  display: block;
  position: absolute;
  font-size: 14px;
  height: 40px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
  line-height: 40px;
}

.pie-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 2.0em;
}

.pie-icon i {
	line-height: 100px;
}
/* --------------- */

/* --- Paginação plugin CSS --- */

table a.page-link:not(.btn):hover, .table a.page-link:not(.btn):hover {
    text-decoration:  none;
}

.page-item.first > .page-link {
	padding: 6px 8px 8px 8px;
    margin-top: 1px;
}

.page-item.prev > .page-link {
	padding: 7px;
    margin-top: 1px;
}

.page-item.next > .page-link {
	padding: 7px;
    margin-top: 1px;
}

.page-item.last > .page-link {
padding: 6px 8px 8px 8px;
    margin-top: 1px;
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.no-more-tables table, 
	.no-more-tables thead, 
	.no-more-tables tbody, 
	.no-more-tables th, 
	.no-more-tables td, 
	.no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	.no-more-tables tr { border: 1px solid #ccc; }
 
	.no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		/*
		border-bottom: 1px solid #eee; 
		*/
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	.no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
	
}

.navbar-brand-menu {
	margin-top: -5px;
	text-align: center;
	width: 70px;
	display: none;
}

.menuLateralResponsivo {
	font-size: 10px;
}

@media screen and (max-width: 1024px) {
	#menuLateral {
		display: none;
	}
	
	.navbar-brand-menu {
		display: block;
	}
	
	.outContainer {
		padding-left: 0px;
	}	
	
	.portlet  {
		margin: 0 20px;
	}
		
}



