/* =================================================== */
/* VARIAVEIS  */
/* =================================================== */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/

/* Roboto com Bold e Italic */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body, fieldset.grp-module .grp-row label {
	font-family: var(--admincontrol-base-font-family);
}


/* Header Font Sizes */
h1#grp-admin-title, #grp-user-tools li {
	font-size: 16px;
}
#grp-breadcrumbs li {
	font-size: 14px;
	font-weight: normal;
}

/* Admin Inicio Dashboard */
h1, h2, h3, h4 {
	font-weight: 500;
}
h3 {
	font-size: 16px;
}
h4, .grp-row a {
	font-size: 14px;
}
/*.grp-row a {
	font-weight: normal;
}*/
/* TODO: tem strong nos botões do Dashboard, mantemos isso? */
.grp-row a strong {
	font-weight: 500;
}
.grp-listing-small li.grp-add-link a, .grp-listing-small li.grp-change-link a, .grp-listing-small li.grp-delete-link a {
	font-weight: 500;
}

/* Cores */

.grp-module {
	background-color: var(--admincontrol-form-background-color);
}
.grp-module, .grp-module h2 {
	border-color: var(--admincontrol-form-border-color);
}

/* Override do Background Zebrado de Fundo nas listagens */
.grp-changelist-results {
	/* background: #eee url("../images/backgrounds/changelist-results.png") repeat scroll !important; */
	background-image: none !important;
	background-color: var(--admincontrol-list-pattern-background-color, #eee) !important;
}

/* Change Form Header H2 */
.grp-module h2 {
		/* padding: 5px 10px 4px;*/
		padding: 7px 10px 6px;
		/*text-shadow: 0 1px 0 #f5f5f5;
		border-bottom: 1px solid #ccc;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;*/
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, var(--admincontrol-change-h2-color-1)),color-stop(100%, var(--admincontrol-change-h2-color-2)));
		background-image: -moz-linear-gradient(var(--admincontrol-change-h2-color-1), var(--admincontrol-change-h2-color-2));
		background-image: -webkit-linear-gradient(var(--admincontrol-change-h2-color-1), var(--admincontrol-change-h2-color-2));
		background-image: linear-gradient(var(--admincontrol-change-h2-color-1), var(--admincontrol-change-h2-color-2));
}

/*.grp-collapse.grp-open>h2.grp-collapse-handler {*/
.grp-collapse.grp-closed>h2.grp-collapse-handler,
.grp-collapse.grp-open>h2.grp-collapse-handler,
.grp-collapse.grp-closed>h3.grp-collapse-handler,
.grp-collapse.grp-open>h3.grp-collapse-handler {
		/*border-bottom: 1px solid #ccc;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;*/
		/*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExZDRlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjZGZlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;*/
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, var(--admincontrol-change-h2-colapse-color-1)),color-stop(100%, var(--admincontrol-change-h2-colapse-color-2)));
		background-image: -moz-linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
		background-image: -webkit-linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
		background-image: linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
}

.grp-collapse.grp-closed>h2.grp-collapse-handler:hover,
.grp-collapse.grp-open>h2.grp-collapse-handler:hover,
.grp-collapse.grp-closed>h3.grp-collapse-handler:hover,
.grp-collapse.grp-open>h3.grp-collapse-handler:hover {
		/*background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExZDRlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjZGZlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background-size: 100%;*/
		background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, var(--admincontrol-change-h2-colapse-color-1)),color-stop(100%, var(--admincontrol-change-h2-colapse-color-2)));
		background-image: -moz-linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
		background-image: -webkit-linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
		background-image: linear-gradient(var(--admincontrol-change-h2-colapse-color-1), var(--admincontrol-change-h2-colapse-color-2));
}

.grp-module h4 {
	/*padding: 5px 10px;
	text-shadow: 0 1px 0 #f5f5f5;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #ccc;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;*/
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, var(--admincontrol-dash-h4-color-1, #eaeaea)),color-stop(100%, var(--admincontrol-dash-h4-color-2, #e0e0e0)));
	background-image: -moz-linear-gradient(var(--admincontrol-dash-h4-color-1, #eaeaea), var(--admincontrol-dash-h4-color-2, #e0e0e0));
	background-image: -webkit-linear-gradient(var(--admincontrol-dash-h4-color-1, #eaeaea), var(--admincontrol-dash-h4-color-2, #e0e0e0));
	background-image: linear-gradient(var(--admincontrol-dash-h4-color-1, #eaeaea), var(--admincontrol-dash-h4-color-2, #e0e0e0));
}

/* Botão input Submit - Salvar , Salvar e Continuar */
input[type="submit"] {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #var(--admincontrol-btn-input-submit-color-1, #4fb2d3)),color-stop(100%, var(--admincontrol-btn-input-submit-color-2, #309bbf)));
	background-image: -moz-linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3), var(--admincontrol-btn-input-submit-color-2, #309bbf));
	background-image: -webkit-linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3), var(--admincontrol-btn-input-submit-color-2, #309bbf));
	background-image: linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3), var(--admincontrol-btn-input-submit-color-2, #309bbf));
}

a.grp-button, button.grp-button, input[type=button].grp-button {
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, var(--admincontrol-btn-input-submit-color-1, #4fb2d3)),color-stop(100%, var(--admincontrol-btn-input-submit-color-2, #309bbf)));
	background-image: -moz-linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3),var(--admincontrol-btn-input-submit-color-2, #309bbf));
	background-image: -webkit-linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3),var(--admincontrol-btn-input-submit-color-2, #309bbf));
	background-image: linear-gradient(var(--admincontrol-btn-input-submit-color-1, #4fb2d3),var(--admincontrol-btn-input-submit-color-2, #309bbf));
	padding: 5px 10px;
}

/* =================================================== */
/* ADMIN HEADER RESPONSIVO  */
/* =================================================== */
@media (max-width: 768px){
	#grp-context-navigation #grp-page-tools{
		position: absolute;
		right: 0;
	}
	#grp-breadcrumbs>ul {
		padding-right: 55px;
	}
	#grp-breadcrumbs {
		float: initial;
	}
}

/* =================================================== */
/* ADMIN CHANGE (INTERNA)  */
/* =================================================== */
.grp-module .grp-font-size-l, .grp-module h2 {
	font-size: 16px;
	font-weight: normal;
}

/* Admin Change Responsivo abaixo de 960px */
@media (max-width: 960px){
	.grp-change-form .grp-module:not(.grp-submit-row) {
		min-width: 100%;
		max-width: 100%;
	}
	.get_seo_page iframe {
		max-width: 100%;
	}
	.field-box .c-2 .mce-tinymce {
		width: 100% !important;
		max-width: 850px;
	}

	.grp-row input[type="url"],.grp-row input[type="email"],.grp-row .vTextField,.grp-row .vURLField,.grp-row .vFileBrowseField,.grp-row textarea,.grp-row .vLargeTextField,.grp-row .vXMLLargeTextField,.grp-autocomplete-wrapper-m2m {
			width: 100%;
			max-width: 100% !important;
	}
	.grp-row select {
			max-width: 100% !important;
	}
	.grp-autocomplete-wrapper-m2m ul.grp-repr,.grp-autocomplete-wrapper-m2m ul.grp-repr li {
			max-width: 100% !important;
	}
	/*.grp-row input.vDateField, .grp-row input.vTimeField {
		width: 95px;
	}*/

	.selector .selector-available, .selector .selector-chosen {
		float: none;
		max-width: 100%;
	}
	.selector ul.selector-chooser {
		float: none;
		margin: 3px auto;
	}
	.grp-related-widget+.grp-tools.grp-related-widget-tools {
		float: none;
	}
	.grp-related-widget .selector {
		width: 368px;
		max-width: 100%;
	}
}

/* Admin Change Responsivo abaixo de 768px */
@media (max-width: 768px){
	.field-box {
		display: flex !important;
		flex-wrap: wrap !important;
	}
	.field-box .c-1, .field-box .c-2 {
		display: block !important;
		max-width: 100% !important;
		width: 100% !important;
		/*overflow-x: hidden;*/
	}
	.field-box .c-2 {
		min-height: 27px;
	}

	/*.get_seo_page iframe {
		max-width: 100%;
	}*/

	/*.grp-row input[type="url"],.grp-row input[type="email"],.grp-row .vTextField,.grp-row .vURLField,.grp-row .vFileBrowseField,.grp-row textarea,.grp-row .vLargeTextField,.grp-row .vXMLLargeTextField,.grp-autocomplete-wrapper-m2m {
			width: 100%;
			max-width: 100% !important;
	}
	.grp-row select {
			max-width: 100% !important;
	}
	.grp-autocomplete-wrapper-m2m ul.grp-repr,.grp-autocomplete-wrapper-m2m ul.grp-repr li {
			max-width: 100% !important;
	}*/
	/*.grp-change-form .grp-module:not(.grp-submit-row) {
		min-width: 100%;
		max-width: 100%;
	}*/
	.grp-module .grp-row:not(tr).grp-cells .grp-cell+.grp-cell {
		padding-left: 0;
		border-left: 0px;
	}
	/*.field-box .c-2 .mce-tinymce {
		width: 100% !important;
		max-width: 850px;
	}*/
	#grp-user-tools>li.grp-user-options-container {
		width: 100px;
		max-width: 100%;
	}
	.grp-fixed-footer {
		position: relative;
	}
}

/* =================================================== */
/* ADMIN FORM INPUT  */
/* =================================================== */

fieldset.grp-module .grp-row label {
		/*margin: 6px 0 6px;
		display: inline-block;
		font-family: Arial,sans-serif;*/
		margin: 8px 0;
		font-size: 14px;
		line-height: 16px;
		color: #666;
		/*color: #444;*/
}

/* Input aumentado, trocado fonte Roboto */
/* Removido o input[type="submit"] pq são botões de Salvar */
input[type="text"], input[type="password"], input[type="url"], input[type="email"], input[type="number"], input[type="reset"], textarea, select, input.vManyToManyRawIdAdminField, .grp-autocomplete-wrapper-m2m {
		margin: 0;
		/*padding: 2px 5px;*/
		padding: 5px 8px;
		/*height: 25px;*/
		height: 36px;
		/*font-family: Arial,sans-serif;*/
		font-family: Roboto,sans-serif;
		/*font-size: 12px;*/
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 0;
		/*line-height: 14px;*/
		line-height: 24px;
		color: #333;
		/*font-weight: bold;
		color: #555;
		border: 1px solid #ccc;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: #fdfdfd;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-shadow: inset 0 1px 3px 0 #eee;
		-webkit-box-shadow: inset 0 1px 3px 0 #eee;
		box-shadow: inset 0 1px 3px 0 #eee;
		/*overflow: hidden;
		vertical-align: middle;*/
}

input.vManyToManyRawIdAdminField, .grp-autocomplete-wrapper-m2m {
	padding: 4px 8px;
}

/* Precisa disso pq o "color:#333" acima sobreescreve nos botões de "Salvar" */
input[type="submit"] {
	color: #fff;
}

input[type=text], input[type=password], input[type="number"], .vDateField, .vTimeField, .vIntegerField, .vPositiveSmallIntegerField, .vManyToManyRawIdAdminField, .vForeignKeyRawIdAdminField {
    width: 128px;
}

/* Campos Readonly  */
div.grp-readonly {
	padding: 5px 8px !important;
  /*min-height: 32px;*/
	font-family: Roboto,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0;
}

/* Campo Titulo maior para ficar parecido com o site */
.grp-module input#id_titulo {
	/* Tamanho padrao no css do site para h1 */
	font-size: var(--admincontrol-change-titulo-font-size);
	font-family: var(--admincontrol-change-titulo-font-family);
	font-weight: bold;
	line-height: -1px;
}

.grp-module textarea#id_subtitulo {
	height: 85px;
	resize: none;
	/*word-break: break-word;*/
	/*font-weight:700;
	font-size:12px;
	line-height:14px;
	margin:0;
	letter-spacing:0;
	color:#555;*/
}

/* Selector Ajustado para ícone lateral */
select, select:focus {
		padding: 5px 28px 5px 10px;
		/*-webkit-appearance: none;
		background-image: url("../images/icons/form-select.png");
		background-position: 100% 50%;
		background-repeat: no-repeat;*/
}

/* M2M selector horizontal  */
/*.selector .selector-filter {
		display: block !important;
		height: 27px;
		height: 38px;
		padding: 3px 5px 2px 2px;
		font-weight: bold;
		color: #666;
		border-top: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		line-height: 25px;
		text-indent: 25px;
		background: url("../images/icons/searchbox.png") 6px 50% no-repeat;
}*/
.selector .selector-filter input[type="text"] {
	height: 25px;
}

/* Retirado o white-space: nowrap para os campos date time lado a lado caber */
.grp-module .grp-row:not(tr).grp-cells .grp-cell {
	/*display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 8px 20px 8px 0;
	height: 100%;*/
	white-space: initial;
	/*border-right: 1px solid #ddd;
	overflow: visible;*/
}

/* Field M2M Autocomplete */
.grp-autocomplete-wrapper-m2m ul.grp-repr li.grp-search input[type=text],
.grp-autocomplete-wrapper-m2m ul.grp-repr li.grp-repr {
	/*margin: 0 0 -1px;
	padding: 0 4px;
	width: 100px;*/
	/*height: 22px;
	font-size: 12px;
	line-height: 16px;*/
	height: 24px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	/*outline: 0;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	cursor: text;*/
}
/* Field M2M Autocomplete Remove Button Position */
/*.grp-autocomplete-wrapper-m2m a.grp-related-remove, .grp-autocomplete-wrapper-m2m a.grp-related-remove+div.grp-loader {
		top: -1px;
		right: 38px;
}*/
/* Field M2M Autocomplete Remove Button Size */
/*.grp-autocomplete-wrapper-m2m a.grp-related-remove, .grp-autocomplete-wrapper-m2m div.grp-loader, .grp-autocomplete-wrapper-fk a.grp-related-remove, .grp-autocomplete-wrapper-fk div.grp-loader {
		right: 36px;
		width: 36px;
		height: 36px;
}*/

/*a.related-lookup {
	margin-right: 6px;
}*/
.grp-autocomplete-wrapper-m2m a.grp-related-remove, .grp-autocomplete-wrapper-m2m a.grp-related-remove+div.grp-loader {
	top: 5px;
	right: 29px;
}

a.grp-m2m-remove {
	font-size: 16px;
}

/* Field FK Autocomplete */
.grp-autocomplete-wrapper-fk input.ui-autocomplete-input {
	height: 36px;
	font-size: 16px;
}
.grp-autocomplete-wrapper-fk a.grp-related-remove, .grp-autocomplete-wrapper-fk div.grp-loader {
    right: 30px;
    top: 6px;
}

/* FK Select Add Button */
.grp-related-widget-wrapper ul.grp-tools.grp-related-widget-tools {
	padding-top: 5px;
}

/* Desativado o resize dos botoes, pra depois  */
button, a.fb_show, a.related-lookup, body.tinyMCE input[name="src"]+div a, body.tinyMCE input[name="href"]+div a {
		/*position: relative;
		display: inline-block;
		margin: 0 0 0 -25px;
		padding: 0;*/
		margin: 6px 6px 0 -30px;
		/*width: 38px;
		height: 38px;*/
		/*-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		overflow: hidden;
		vertical-align: top;*/
		/* background-size: 38px 5324px;*/
		/*	Esse scale funciona, mas depois precisa reposicionar em cada campo	*/
		/* transform: scale(1.53, 1.53);*/
}

/* Input Focus aumentar sombra */
input[type="text"]:focus, input[type="text"].grp-state-focus, input[type="password"]:focus, input[type="password"].grp-state-focus, input[type="url"]:focus, input[type="url"].grp-state-focus, input[type="email"]:focus, input[type="email"].grp-state-focus, input[type="number"]:focus, input[type="number"].grp-state-focus, input[type="submit"]:focus, input[type="submit"].grp-state-focus, input[type="reset"]:focus, input[type="reset"].grp-state-focus, textarea:focus, textarea.grp-state-focus, select:focus, select.grp-state-focus {
		/*border: 1px solid #aaa;*/

		/*-moz-box-shadow: #ccc 0 0 6px;
		-webkit-box-shadow: #ccc 0 0 6px;
		box-shadow: #ccc 0 0 6px;*/
		-moz-box-shadow: #ccc 0px 0px 0px 3.2px;
		-webkit-box-shadow: #ccc 0px 0px 0px 3.2px;
		box-shadow: #ccc 0px 0px 0px 3.2px;

		/*background: #fff;
		outline: 0;*/
}

/*.tabular .inline-related */
.tabular.inline-related .grp-tr input[type="text"] {
	width: 278px;
}

/* Botões de Salvar */
.grp-module .grp-submit-row > ul > li > input[type="submit"] {
	height: 28px;
}

/* Data Picker */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	/* border: 1px solid #ccc;*/
	border: 0;
}
.ui-datepicker {
	width: 230px !important;
}
.ui-datepicker-calendar tbody td a {
	font-size: 13px;
}
.ui-widget-content .ui-state-default {
	/* background: #CEE9F2;*/
	background: initial;
}
#ui-timepicker ul li.row.ui-state-default {
	/* background: #e1f0f5;*/
	background: initial;
}
#ui-timepicker {
	/* width: 216px;*/
	width: 234px;
}
#ui-timepicker ul li.row {
	/* font-size: 11px;*/
	font-size: 13px;
	/* padding: 2px 10px 1px;*/
	padding: 5px 10px 1px;
	/* width: 30px;*/
	width: 34px;
}
iframe body {
	background-color: yellow;
}

/* =================================================== */
/* ADMIN LIST  */
/* =================================================== */

.field-admin_titulo a {
	font-weight: normal;
}
input#grp-changelist-search {
	height: 28px;
}
#grp-changelist-search-form button {
	margin-top: 2px;
}
/* Filtro Aj. Tamanho  */
/*#grp-filters {
	margin-top: 2px;
}*/
#grp-filters, #grp-filters .grp-filter {
	height: 28px;
}
.grp-filter .grp-pulldown-container a.grp-button {
	height: 30px;
	padding-top: 6px;
	/* Ajuste da Seta */
	background-position: 100% -976px;
}
.grp-filter .grp-pulldown-container.grp-pulldown-state-open .grp-pulldown-handler:hover {
	background-position: 100% -1065px;
}

.grp-changelist-actions select {
	height: 28px;
}
.grp-changelist-actions select, .grp-changelist-actions select:focus {
	padding: 1px 28px 1px 10px;
}

/* Admin List Responsivo */
@media (min-width: 769px) and (max-width: 991px){
	.grp-changelist-results {
		overflow-x: auto;
		overflow-y: hidden;
	}
}

@media (max-width: 768px){
	.grp-changelist-results table tr, .grp-changelist-results table td, .grp-changelist-results table th {
		display: block;
	}
	.grp-changelist-results thead th[class*="column-"] {
		display: none;
	}
	.grp-changelist-results td.action-checkbox {
		border-bottom: 0;
	}
	.grp-changelist-results table th[class^="field-"] {
		border-top: 0;
		border-bottom: 0;
	}
	.grp-changelist-results table td[class^="field-"] {
		text-align: right;
		border-bottom: 0;
	}

	/*.field-admin_titulo::before {
		content: "Título aqui";
		content: attr(class);
	}*/
	/*th[class^="field-"]::before, td[class^="field-"]::before {
		content: attr(class) ": \00000a";
		display: block;
		font-weight: bold;
		font-size: 9px;
		color: #555;
		text-align: left;
	}*/

	/* Usando data- porem nao tem na pagina precisa capturar */
	.grp-changelist-results th[class^="field-"]::before, .grp-changelist-results td[class^="field-"]::before {
		content: attr(data-field-title) "\00000a";
		display: block;
		font-weight: bold;
		font-size: 10px;
		color: #777;
		text-align: left;
		position: relative;
	}

	.grp-changelist-results td.field-admin_status_colorido::before {
		content: "";
	}

	.grp-row input.vDateField, .grp-row input.vTimeField {
    width: 128px;
	}
}
