/*as cores estao no arquivo pfw-components-colors*/
hr {
	margin: 0 !important;
}

legend {
	font-weight: bold;
	margin-top: 0 !important;
}

.panel-content {
	margin-left: 0px;
	margin-top: 50px;
}

.modal-t-body {
	margin-top: 10px;
}

.well { margin: 0; }
input[type="button"].btn { margin-bottom: 5px !important; }
.clear-top { top: 0; }
.clear-padding { padding: 0; }
.clear-margin { margin: 0; }
.clear-margin-bottom { margin-bottom: 0; }
.margin-top { margin-top: 15px; }
.tr-text-align-right { text-align: right; }
.tr-reset-padding {	padding: 0px !important; }
.breadcrumb { margin-bottom: 10px !important; }
.form-group { margin-bottom: 14px !important; }
.form-group > label { margin-bottom: 1px !important; }
.tr-clear-margin-bottom { margin-bottom: 0px !important; }

.tr-btn {
	margin-top: 3px;
	margin-bottom: 3px;
}

.tr-modal-content {
	padding: 10px;
}

.tr-modal-content .input-group {
	padding-bottom: 5px;
}

.tr-list {
	max-height: 300px;
	overflow: auto;
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.tr-list > ul > a {
	border-right: none !important;
	border-left: none !important;
}

.tr-list > ul > a:first-child {
	border-top: 0 !important;
	border-top-right-radius: 0 !important;
}

.tr-list > ul > a:last-child {
	border-bottom: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.panel {
    margin: 7px 2.5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tr-panel-heading {
	font-size: 20px;
	padding: 2px 0px;
	margin: 0 15px;
	min-height: 40px;
	line-height: 40px;
}

.tr-panel-footer {
	padding: 7px 0;
	margin: 0 15px;
}

.tr-bread {
	border-radius: 0 !important;
}

.popover {
	max-width: 800px !important;
	min-width: 320px !important;
}

.tr-panel-dashboard {
	margin:0;
}
.tr-panel-body {
	padding-top: 7px;
	padding-bottom: 0px; 
}

.tr-h1-dashboard {
	font-size: 4.3em;
	padding-top: 10px;
}

.tr-circle {
	width: 51px;
	height: 51px;
	margin:10px auto 0 auto;
	padding:13px 15px 13px 15px;
	font-size: 2em;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

label.tr-h-cards {
	margin-bottom:3px;	
}

h5.tr-h-cards {
	margin-top:0px;
	margin-bottom: 0px;
}

.tr-align-center {
	text-align: center !important;
}

.tr-item-search-menu {
	font-weight: bold;
}

.tr-path-search-menu {
	margin-left: 15px;
	font-style: italic;
}

.tr-textarea {
    border-bottom-left-radius: 0 !important;
}

.tr-textarea-legend {
    border-top: none;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    margin-top: -1px !important;
    margin-top: -1.5px\9 !important;  /* IE9 */
    padding: 5px 2px 2px;
    text-align: center !important;
    min-width: 40px;
}

.alert a {
	text-decoration: underline;
}

.tr-textarea-legend-focus {
	outline: 0 none;
}

.tr-select-multiple {
	height: 48px !important;  	
  	font-size: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     .tr-textarea-legend { margin-top: -1.5px !important; } /* IE10 */
     *::-ms-backdrop, .tr-textarea-legend { margin-top: -1.5px !important; } /* IE11 */
}

@media (max-width: 768px) {
	div[class^=col] {
		margin-bottom: 4px;
	}
	.tr-btn-block {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.tr-btn-block + .tr-btn-block {
		margin-top: 5px;
	}
	input[type="submit"].tr-btn-block, 
	input[type="reset"].tr-btn-block, 
	input[type="button"].tr-btn-block {
		width: 100%;
	}
}
/* TabView Bootstrap */
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	border-width: 2.5px 1px 1px;
}
.nav-tabs > li > a {
	border-radius: 0;
	border: none;
}
.nav-tabs > li > a:hover {
	border-bottom: none;
}

.modal-footer {
	padding: 10px 0px 5px 0px;
	text-align: left;
	margin: 5px;
	margin-top: 10px;
}

.tooltip {
    position: fixed;
}

::-webkit-input-placeholder {
   text-transform: initial;
}

:-moz-placeholder { 
   text-transform: initial;
}

::-moz-placeholder {  
   text-transform: initial;
}

:-ms-input-placeholder { 
   text-transform: initial;
}