@media screen and (min-width: 1024px) {
	 .fix-wp-bs-summary {
		 border-color: black;
		 height: 150px;
	 }
 }

@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?3d1haj');
	src:  url('../fonts/icomoon.eot?3d1haj#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?3d1haj') format('truetype'),
	url('../fonts/icomoon.woff?3d1haj') format('woff'),
	url('../fonts/icomoon.svg?3d1haj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-AdminContasimple:before{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	color: #4A6C9A;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
}

.bootstrap-cs.panel h3 {
	font-size: 20px;
	line-height: 1.4em;
	display: flex;
}

.bootstrap-cs.panel h3 span {

}

.bootstrap-cs.panel h3 .icon-AdminContasimple {
	font-size: 1.4em;
	margin-right: 8px;
}

.cs-font-big-blue{
	color: #4A6C9A;
	font-size: 1.5em;
	vertical-align: middle;
}

.cs-header{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; !important;
	font-size: 1.6em;
	font-weight: 300;
}

.dashicons-modal-cs {
	font-size: 14px;
	height: auto;
}

.cs INPUT
{
	width: 100%;
	line-height: 1.6;
	margin: 0px;
}

.cs .fixed-width-md {
	width: 120px !important;
}

.cs .fixed-width-xl {
	width: 200px !important;
}

.cs .form-group {
	margin-bottom: 15px;
	display: inline-block;
}

.cs .spinner {
	float: left;
	margin: 0px;
	display: none;
}

.cs .spinner.is-active {
	display: inline-block;
}

.bootstrap-cs .payment-methods-container {
	max-height: 160px;
	overflow-y: scroll;
}

.cs_state span.dashicons.state {
}

.view.cs_processing::after {
	-webkit-animation: dashicons-spin 2s infinite linear;
}

.dashicons.spin {
	-webkit-animation: dashicons-spin 2s infinite linear;
}

@-moz-keyframes dashicons-spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes dashicons-spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes dashicons-spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

.edit-php.post-type-cs_invoice .tablenav {
	margin: 6px 0 8px;
}

.edit-php.post-type-cs_invoice .widefat .column-order_actions a.button, .widefat .column-user_actions a.button, .widefat .column-wc_actions a.button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.edit-php.post-type-cs_invoice .order_actions .complete, .type-cs_invoice .order_actions .processing, .order_actions .view {
	position: relative;
	width: 32px;
	height: 32px !important;
}

.edit-php.post-type-cs_invoice .custom-action.view::after {
	font-size: 1.7em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edit-php.post-type-cs_invoice .column-order_actions {
	vertical-align: middle !important;
	line-height: 0.7em;
}

.edit-php.post-type-cs_invoice .order_actions {
	margin: 0;
	overflow: hidden;
	zoom: 1;
}

.edit-php.post-type-cs_invoice .order_actions P {
	display: inline-block;
	margin-bottom: 0px;
}

.edit-php.post-type-cs_invoice h1.wp-heading-inline:before, .woocommerce_page_create_cs_invoices h1.wp-heading-inline:before {
	color: #4A6C9A;
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 10px;

	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	content: "\e900";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.edit-php.post-type-cs_invoice h1.wp-heading-inline {
	margin-bottom: 10px;
}

.edit-php.post-type-cs_invoice #edit-cs-invoice-sync-now-submit {
	vertical-align: middle;
}

.edit-php.post-type-cs_invoice .custom-action.disabled {
	pointer-events: none;
}

.edit-php.post-type-cs_invoice #edit-cs-invoice-sync-now-submit:before {
	font-family: dashicons;
	content: '\f463';
	display: inline-block;
}

.bootstrap-cs P {
	font-size: 14px;
}

.woocommerce_page_create_cs_invoices .order-preview {
	display: none;
}