/********************************      Basic Structure      ********************************/
html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
	/* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
	position: relative;
}

#body-wrapper {
	position: relative;
	min-height: 100vh;
	background-color: rgb(252,252,252);
	background-image: radial-gradient(ellipse at center,  rgb(254,254,254) 0%,rgb(240,240,240) 40%);
}

/********************************      Elements styling      ********************************/
h1,h2,h3,h4,h5,h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	font-weight: bold;
}

h1 {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: -1000px;
	/* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
}

h2 {
	font-size: 26px;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 17px;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 16px;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 14px;
	padding: 0 0 5px 0;
}

h6 {
	font-size: 12px;
	padding: 0 0 5px 0;
}

a {
	color: #57a000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:active {
	color: #777;
}

a:focus {
	outline: 1px;
}

strong {
	font-weight: bold;
	color: #333;
}

small {
	font-size: 0.85em;
}

pre {
	font-family: monospace;
}

p {
	padding: 5px 0 10px 0;
	line-height: 1.6em;
}

/********************************      General Classes      ********************************/
.clear {
	clear: both;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.hide {
	display: none;
}
/************ Button ************/
/* Backgrounds para class button */
.button {
	background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
	border: 1px solid #459300 !important;
}

.button[disabled],
.button:disabled {
	background-image:url('../images/bg-content-box.gif') !important;
	border-color:#CCC !important;
}
/* Fim de Backgrounds para class button */

input.button,
.button {
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	display: inline-block;
	padding: 4px 7px 4px 7px !important;
	font-size: 11px !important;
	cursor: pointer;
}

input.button[disabled],
input.button:disabled,
.button[disabled],
.button:disabled {
	color: #999;
	cursor: not-allowed;
	opacity: 0.9;
}

input.button[disabled]:hover,
input.button:disabled:hover,
.button[disabled]:hover,
.button:disabled:hover {
	text-decoration: none;
}

input.button:hover,
.button:hover {
	text-decoration: underline;
}

input.button:active,
.button:active {
	padding: 5px 7px 3px 7px !important;
}

a.remove-link {
	color: #bb0000;
}

a.remove-link:hover {
	color: #000;
}

/********************************      Sidebar      ********************************/
#sidebar {
	width: 209px;
	min-height: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
	font-size: 11px;
	display: none;
}

#sidebar,
#sidebar_hidden {
	background: url('../images/cardboard_flat.png') top left repeat;
}

#sidebar #sidebar-wrapper {
	margin: 0 0 0 3px;
}

#sidebar a,#sidebar a:active {
	color: #333;
}

#sidebar a:hover {
	color: #666;
	text-decoration: underline;
}

#sidebar #sidebar-title {
	margin: 40px 0 40px 15px;
}

#sidebar #logo {
	margin: 0 0 0 0;
}

#sidebar #profile-links {
	padding: 0 10px;
	margin: 7px 0;
	text-align: right;
	line-height: 1.2em;
}

#profile-links .profile-usuario {
	font-weight: bold;
	font-size: 12px;
	color: #4c4c4c;
	display: inline-block;
	margin: 2px 0;
}

#profile-links .profile-orgaos {
	margin: 3px 0 3px 0;
	padding: 3px 0;
}

#profile-links .profile-acoes {
	margin: 2px 0;
}
#profile-links .profile-acoes a {
	font-weight: bold;
	color: #545454;
	display: inline-block;
}

/************ Sidebar Accordion Menu ************/
#sidebar #main-nav {
	width: 206px;
	padding: 0;
	margin: 0 0 0 15px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar #main-nav li {
	list-style: none;
	padding-bottom: 3px;
	text-align: right;
}

#sidebar #main-nav li a.nav-top-item {
	background-color: rgb(115, 171, 8);
	background-image: linear-gradient(135deg,  rgb(121,185,0) 0%,rgb(62,133,0) 100%);
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #A5D200;
	border-left: 1px solid #A5D200;
	padding: 10px 15px;
	color: #ccc;
	font-size: 14px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

#sidebar #main-nav li a.current {
	background: rgb(255 255 255 / 0.8) !important;
	border: none !important;
	color: #333;
	font-weight: bold;
}

#sidebar #main-nav li a.current:hover {
	color: #333;
}

#sidebar #main-nav ul {
	padding: 0;
	font-size: 12px;
	margin: 0;
}

#sidebar #main-nav ul li {
	list-style: none;
	margin: 0;
	text-align: right;
	padding: 0;
}

#sidebar #main-nav ul li a {
	padding: 4px 8px;
	display: block;
	color: #666;
	font-size: 13px;
	line-height: 1em;
}

#sidebar #main-nav ul li a:hover,#sidebar #main-nav ul li a.current,#sidebar #main-nav ul li a.current:hover {
	color: #333;
}

#sidebar #main-nav ul li a.current {
	background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
}

/************ Sidebar Toggle Styles ************/
#sidebar_hidden,
#sidebar_area {
	display: block;
	height: 100%;
	position: fixed;
}

#sidebar_hidden {
	width: 48px;
}

#sidebar_area {
	width: 5px;
}

#logo_mini {
	position: fixed;
	left: 3px;
	top: 5px;
}

#togglesidebar {
	display: block;
	width: 100%;
	text-align: right;
	margin: 5px 0 15px 0;
}

#logo_mini,
#togglesidebar2 button {
	display: none;
}

#togglesidebar > button,
#togglesidebar2 > button {
	border-radius: 4px;
	cursor: pointer !important;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
}

#togglesidebar > button:hover,
#togglesidebar2 > button:hover {
	background-color: #e3e3e3;
}

#togglesidebar > button {
	padding: 3px 25px;
	width: 64px;
}

#togglesidebar > button i,
#togglesidebar2 > button i {
	font-size: 20px;
	color: #333;
}

#togglesidebar > button:hover i,
#togglesidebar2 > button:hover i {
	cursor: pointer !important;
	color: #000;
}

#togglesidebar2 {
	display: block;
	position: fixed;
	top: 70px;
	left: 3px;
}

#togglesidebar2 > button {
	padding: 3px 16px;
	width: 45px;
}

/************ Messages ************/
#messages p,#messages form {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

#messages h4 {
	padding: 10px 0;
}

#messages fieldset {
	margin: 0;
}

#messages textarea {
	margin: 0 0 15px 0;
}

/********************************      Main Content      ********************************/
/************ Layout ************/
#main-content {
	margin: 0 5px 0 215px;
	padding: 5px 0 0 0;
	height: auto;
	position: relative;
}

.column-left {
	width: 49.5%;
	float: left;
}

.column-right {
	width: 49.5%;
	float: right;
}

#page-intro {
	font-size: 17px;
	padding: 0 0 20px 0;
}

#footer {
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0;
	font-size: 12px;
}

/************ Lists ************/
/*
#main-content ul,#main-content ol {
	padding: 10px 0;
}

/* Ordered List */
#main-content ol {
	padding: 0 0 0 24px;
}

/*
#main-content ol li {
	list-style: decimal;
	padding: 4px 0;
}
*/
/*************** Content Box ***************/
.content-box {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
	background-color: #fff;
}

.content-box-header {
	background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
	margin-top: 1px;
	height: 24px;
	clear: both;
}

.content-box-header h3 {
	padding: 4px;
	float: left;
}

ul.content-box-tabs {
	float: right;
	padding: 12px 15px 0 0 !important;
	margin: 0 !important;
}

ul.content-box-tabs li {
	float: left;
	margin: 0;
	padding: 0 !important;
	background-image: none !important;
}

ul.content-box-tabs li a {
	color: #333;
	padding: 8px 10px;
	display: block;
	margin: 1px;
	border-bottom: 0;
}

ul.content-box-tabs li a:hover {
	color: #57a000;
}

ul.content-box-tabs li a.current {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
}

.content-box-content {
	padding: 5px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	clear: both;
	overflow-x: auto;
}

.content-box-header-error {
	background-position: 5px 5px !important;
	background-repeat: no-repeat !important;
}

.content-box-error {
	border: 1px solid red!important;
}


/************ Table ************/
#main-content table,
table.seadoc-table {
	width: 100%;
	border-collapse: collapse;
}

#main-content table thead th,
table.seadoc-table thead th {
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

#main-content tbody,
table.seadoc-table tbody {
	border-bottom: 1px solid #ddd;
}

#main-content tbody tr,
table.seadoc-table tbody tr {
	background-color: #fff;
}

#main-content tbody tr.alt-row,
table.seadoc-table tbody tr.alt-row,
#main-content tbody tr.even,
table.seadoc-table tbody tr.even {
	background-color: #efefef;
}

#main-content tbody tr:hover,
#main-content tbody tr.alt-row:hover,
table.seadoc-table tbody tr:hover,
table.seadoc-table tbody tr.alt-row:hover {
	background-color: #eaeaea !important;
}

/**
 * Se colocar um TR com a classe nomod ele nao mudarah de classe por default
 * Caso exista uma tabela dentro de uma celula
 */
.alt-row .nomod td,.alt-row .nomod th {
	background-color: #F3F3F3;
}

#main-content tbody tr.row-yellow,
table.seadoc-table tbody tr.row-yellow {
	background-color: #FFFAAE;
}

#main-content table td,
table.seadoc-table td,
#main-content table th,
table.seadoc-table th {
	padding: 2px;
	line-height: 1.3em;
	vertical-align: middle;
}

#main-content table tfoot td .bulk-actions,
table.seadoc-table tfoot td .bulk-actions {
	padding: 15px 0 5px 0;
}

#main-content table tfoot td .bulk-actions select,
table.seadoc-table tfoot td .bulk-actions select {
	padding: 4px;
	border: 1px solid #ccc;
}

table .colunanumerica {
	text-align: right;
	padding-right: 5px;
}

.actions {
	white-space: nowrap;
}

th.actions,
td.actions {
  text-align: center !important;
	width: 75px;
}

.actions a {
	display: inline-block;
	border-radius: 3px;
	margin-right: 3px;
	margin-left : 3px;
	padding: 4px;
}

.actions .bra {
	cursor: pointer !important;
}

tr:hover .actions a i {
	text-shadow: 0 1px 1px #ccc;
}

tr:hover .actions a:hover {
	background-color: #fff;
}

.actions i {
	margin: 1px 2px;
	font-size: 18px;
}

/*************** Pagination ***************/
#main-content .pagination {
	text-align: center;
	padding: 15px 0;
	font-size: 12px;
}

.pagination span {
	margin: 0 5px 0 0;
	padding: 3px 6px;
}

.pagination a.number {
	border: 1px solid #ddd;
}

.pagination a.current {
	background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
	border-color: #459300 !important;
	color: #fff !important;
	padding: 4px 7px;
  border-radius: 4px;
}

.pagination a:hover {
	text-decoration: underline;
	color: #000 !important;
}

.pagination a.current:hover {
	color: #fff !important;
}

.pagination span a.current {
	color: #57a000 !important;
}

/*************** Forms ***************/
form label {
	display: block;
	padding: 10px 0 5px;
	font-weight: bold;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form p small {
	font-size: 0.75em;
	color: #777;
}

form input.text-input,
.dataTables_filter input,
.dataTables_length select,
div.text-input,
form select,
form textarea,
form .wysiwyg {
	padding: 6px;
	font-size: 13px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}

form .very-small-input {
	width: 10% !important;
}

form .small-input {
	width: 25% !important;
}

form .small-input-absolute {
	width: 50px ;
}

form .medium-input {
	width: 50% !important;
}

form .large-input {
	width: 96% !important;
	font-size: 16px !important;
	padding: 8px !important;
}

form textarea {
	width: 97.5% !important;
	font-family: Arial, Helvetica, sans-serif;
}

form select {
	padding: 4px;
	background-color: #fff;
}

form input[type="checkbox"],form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}

form input[type="submit"] {
	cursor: pointer;
}

/*************** Notifications ***************/
#noticebox a {
	color: #556652;
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}

.notification i {
	margin: 0 5px;
}

.notification > a > i {
	margin-top: 3px;
}

.attention {
	background-color: #fffbcc;
	border-color: #e6db55;
	color: #666452;
}

.attention i {
	color: #B5A807 !important;
}

.information,
.information_login {
	background-color: #dbe3ff;
	border-color: #a2b4ee;
	color: #585b66;
}

.information i {
	color: #3E4C79 !important;
}

.information_login i {
	color: #fff !important;
}

.success {
	background-color: #d5ffce;
	border-color: #9adf8f;
	color: #556652;
}

.success i {
	color: #519246 !important;
}

.error {
	background-color: #ffcece;
	border-color: #df8f8f;
	color: #665252;
}

.error i {
	color: #B52C2C !important;
}

.notification div {
	display: block;
	font-style: normal;
	padding: 10px;
	line-height: 1.5em;
}

.notification .close {
	color: #990000;
	font-size: 9px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/* Notification for form inputs */
.input-notification {
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 22px;
	background-color: transparent;
	margin: 0 0 0 5px;
}

/* Notification for login page */
#login-wrapper #login-content .notification {
	border: 0;
	background-color: #141414;
	color: #fff !important;
}

/********************************      Login Page      ********************************/
body#login {
	color: #fff;
	background: #222 url('../images/cardboard_flat.png');
}

#login-wrapper {
	background: url('../images/bg-login-top.png') top left repeat-x;
}

#login-wrapper #login-top {
	width: 100%;
	padding: 60px 0 10px 0;
	text-align: center;
}

#login-wrapper #login-content {
	text-align: left;
	width: 280px;
	margin: 0 auto;
}

#login-wrapper #login-content label {
	color: #666;
	font-weight: normal;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 50px;
	padding: 0;
	line-height: 30px;
}

#login-wrapper #login-content input {
	width: 200px;
	float: right;
	margin: 0 0 20px 0;
	border: 0;
	background-color: #fff;
}

#login-wrapper #login-content p {
	padding: 0;
}

#login-wrapper #login-content p#remember-password {
	float: right;
}

#login-wrapper #login-content p#remember-password input {
	float: none;
	width: auto;
	border: 0;
	background: none;
	margin: 0 10px 0 0;
}

#login-wrapper #login-content p .button {
	width: auto;
	margin-top: 20px;
}

/********************************      jQuery plugins styles      ********************************/
/*************** Facebox ***************/
#facebox .b {
	background-image: url(../images/b.png);
}

#facebox .tl {
	background-image: url(../images/tl.png);
}

#facebox .tr {
	background-image: url(../images/tr.png);
}

#facebox .bl {
	background-image: url(../images/bl.png);
}

#facebox .br {
	background-image: url(../images/br.png);
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	padding: 10px;
	background-color: #fff;
	width: 370px;
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .tl,#facebox .tr,#facebox .bl,#facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facebox_hide {
	z-index: -100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

/*************** jQuery WYSIWYG ***************/
div.wysiwyg {
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #ffffff;
	width: 97.5% !important;
}

div.wysiwyg * {
	margin: 0;
	padding: 0;
}

div.wysiwyg ul.panel {
	border-bottom: 1px solid #cccccc;
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
}

div.wysiwyg ul.panel li {
	list-style-type: none;
	float: left;
	margin: 0 2px;
	padding: 0 !important;
	background-color: #ffffff;
	background-image: none !important;
}

div.wysiwyg ul.panel li.separator {
	height: 16px;
	margin: 0 4px;
	border-left: 1px solid #cccccc;
}

div.wysiwyg ul.panel li a {
	display: block;
	padding: 0 !important;
	width: 16px;
	height: 16px;
	border: 0;
	cursor: pointer;
	padding: 1px;
}

div.wysiwyg ul.panel li a.active {
	background-color: #f9f9f9;
	border: 1px solid #cccccc;
	border-left-color: #aaaaaa;
	border-top-color: #aaaaaa;
	padding: 0;
}

div.wysiwyg ul.panel li a.bold {
	background-position: 0 -16px;
}

div.wysiwyg ul.panel li a.italic {
	background-position: -16px -16px;
}

div.wysiwyg ul.panel li a.strikeThrough {
	background-position: -32px -16px;
}

div.wysiwyg ul.panel li a.underline {
	background-position: -48px -16px;
}

div.wysiwyg ul.panel li a.justifyLeft {
	background-position: 0 0;
}

div.wysiwyg ul.panel li a.justifyCenter {
	background-position: -16px 0;
}

div.wysiwyg ul.panel li a.justifyRight {
	background-position: -32px 0;
}

div.wysiwyg ul.panel li a.justifyFull {
	background-position: -48px 0;
}

div.wysiwyg ul.panel li a.indent {
	background-position: -64px 0;
}

div.wysiwyg ul.panel li a.outdent {
	background-position: -80px 0;
}

div.wysiwyg ul.panel li a.subscript {
	background-position: -64px -16px;
}

div.wysiwyg ul.panel li a.superscript {
	background-position: -80px -16px;
}

div.wysiwyg ul.panel li a.undo {
	background-position: 0 -64px;
}

div.wysiwyg ul.panel li a.redo {
	background-position: -16px -64px;
}

div.wysiwyg ul.panel li a.insertOrderedList {
	background-position: -32px -48px;
}

div.wysiwyg ul.panel li a.insertUnorderedList {
	background-position: -16px -48px;
}

div.wysiwyg ul.panel li a.insertHorizontalRule {
	background-position: 0 -48px;
}

div.wysiwyg ul.panel li a.h1 {
	background-position: 0 -32px;
}

div.wysiwyg ul.panel li a.h2 {
	background-position: -16px -32px;
}

div.wysiwyg ul.panel li a.h3 {
	background-position: -32px -32px;
}

div.wysiwyg ul.panel li a.h4 {
	background-position: -48px -32px;
}

div.wysiwyg ul.panel li a.h5 {
	background-position: -64px -32px;
}

div.wysiwyg ul.panel li a.h6 {
	background-position: -80px -32px;
}

div.wysiwyg ul.panel li a.cut {
	background-position: -32px -64px;
}

div.wysiwyg ul.panel li a.copy {
	background-position: -48px -64px;
}

div.wysiwyg ul.panel li a.paste {
	background-position: -64px -64px;
}

div.wysiwyg ul.panel li a.increaseFontSize {
	background-position: -16px -80px;
}

div.wysiwyg ul.panel li a.decreaseFontSize {
	background-position: -32px -80px;
}

div.wysiwyg ul.panel li a.createLink {
	background-position: -80px -48px;
}

div.wysiwyg ul.panel li a.insertImage {
	background-position: -80px -80px;
}

div.wysiwyg ul.panel li a.html {
	background-position: -48px -48px;
}

div.wysiwyg ul.panel li a.removeFormat {
	background-position: -80px -64px;
}

div.wysiwyg ul.panel li a.empty {
	background-position: -64px -80px;
}

div.wysiwyg iframe {
	border: 0;
	margin: 5px 0 0 0;
	clear: left;
	width: 97.5% !important;
}

.level-seta {
	background: url('../images/level-arrow.png') bottom right no-repeat;
	display: inline-block;
	height: 7px;
	width: 15px;
}

#tblConferencia tr.merge td {
	background-color: #B3AFAF;
}

#tblConferencia tr.merge td:last-child {
	background-color: inherit !important;
}

#tblConferencia #td_merge {
	width: 24px;
	text-align: center;
	vertical-align: middle;
	background: inherit;
}

#tblConferencia #td_merge.active {
	background-color: #B3AFAF;
}

#tblConferencia #btnMesclar {
	display: block;
	margin: 5px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display:none;
}

.refresh_actions {
	float:right;
	font-size:12px;
}
.refresh_actions * {
	display: inline-block;
}

.refresh_actions img {
	display: inline-block;
	margin-bottom: -3px;
}

.refresh_actions span {
	color: red;
}

/************* Removendo background do loading do datatable *************/
.dataTables_wrapper .dataTables_processing {
	background: none !important;
}

.background_blocking {
    background-color: rgb(120 120 130 / 0.2);
    cursor: wait;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

.background_blocking i {
	color: #222;
	font-size: 30px;
	margin-top: 250px;
	text-align: center;
	width: 100%;
	height: 30px;
}

/*RODANDO SHELL INTERFACE*/
.term {
	position: relative;
	width: 100%;
	margin: 25px 0;
	right: 5px;
}

.term-shell-header {
	background-color: #d6d6d6;
	text-align: center;
	color: #333;
	z-index: 999;
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.term-shell {
	position: relative;
	width: calc(100% - 20px);
	height: 100%;
	min-height: 200px;
	background-color: #111;
	color: #FFF;
	padding: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: 'Courier New', monospace;
}

.term-shell pre {
	padding-bottom: 15px;
}

.term-shell-output {
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 15px;
	color: #63ff4c;
	white-space: pre;
}

.term-shell-arrow {
	margin-top: 15px;
	color: #63ff4c;
}

.term-shell-green {
	color: #65ffff;
	margin: 15px 10px 0 10px;
}

/*BUSCA FORM*/
.search_ficha_funcional {
	margin: 10px 0;
	width: auto;
}

.search_ficha_funcional_input {
	width: calc(100% - 22px);
	padding: 7px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	max-width: 300px;
}

.search_ficha_funcional button {
	padding: 7px 10px;
	border: none;
	border-radius: 4px;
	background-color: #6c757d;
	color: white;
	cursor: pointer;
	font-size: 0.8rem;
	margin-left: 5px;
}

.search_ficha_funcional button:hover {
	background-color: #5a6268;
}

.ficha_funcional_tr_normalize_height {
	height: 35px;
}
