#woocommerce-delivery-notes-box .inside {
	text-align: center;
}
#woocommerce-delivery-notes-box .inside ul {
	margin: 0px;
	display: inline-block;
}
#woocommerce-delivery-notes-box .inside ul li {
	margin: 7px 3px;
	display: inline-block;
}
#woocommerce-delivery-notes-box .inside img.loading,
.type-shop_order .column-order_actions img.loading {
	display: none;
	vertical-align: middle;
}
.type-shop_order .column-order_actions img.loading {
	float: left;
	margin-top: 3px;
}
.type-shop_order .column-order_actions .print-preview-button span {
	display:  none;
}
#company-logo-placeholder {
	display: block;
}
#company-logo-placeholder.loading {
	background-image: url("../../../../wp-admin/images/wpspin_light.gif");
	background-repeat: no-repeat; 
	height: 20px;
}
#company-logo-placeholder img {
	cursor: pointer;
}
/* globaltrans tables */
.globaltrans_logo {
	float: left;
	margin-right: 7px;
}
.globaltrans_logo img {
	max-height: 20px;	
}
.globaltrans_logo_header {
	position: relative;
	top: -5px;
}
.globaltrans_logo_header img {
	max-height: 30px;
}
.wp-list-table .column-actions {
	width: 50%;
}
#wpfooter{
	display: none;
}
.cost-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.cost-row {
	display: table-row;
}
.cost-cell {
	display: table-cell;
	vertical-align: top;
	padding: 2px;
	min-width: 20%;
}
.cost-cell-content {
	/*
	width: 100%;
	height: 100%;	
	*/
	background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 12px 12px;
}
.cell-20 {
	width: 20%;
}
.cell-30 {
	width: 30%;
}
.cost-table h3 {
	color: #fcbf00;
}
.cost-service-title {
	/*display: inline-block;*/
	color: #172154;
	cursor: pointer;
	width: 200px;
	font-weight: 600;
}
.cost-service-block {
	width: 100%;
	display: inline-block;
	line-height: 25px;
}
.cost-table input {
	border: 1px solid #c3c4c7!important;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%)!important;
	border-radius: 0px!important;
}
.cost-input {
	text-align: center;
	width: 60px;
	min-height: 20px!important;
	height: 20px!important;
	line-height: 20px!important;	
	font-weight: 600;
}
.cost-range-block {
	line-height: 25px;
}
.cost-range-block a {
	text-decoration: none;
}
.cost-range-block .dashicons {
	color: #172154;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.cost-range-block .dashicons::before {
	position: relative;
	top: 4px;
}
.cost-range-interval {
	color: #fcbf00;
}
.cost-range-label {
	cursor: pointer;
	padding: 7px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-left: 1px solid #c3c4c7!important;
	border-top: 1px solid #c3c4c7!important;
	border-right: 1px solid #c3c4c7!important;
}
.cost-range-label.disabled {
	background: #ddd!important;
	color: #fff;
}
.globaltrans_range_add {
	cursor: pointer;
	border: none;
}
/* input group */
.input-group{
	display: table;
	border-collapse: collapse;
	width: 300px!important;
}
.input-group > div{
	display: table-cell;
	border: 1px solid #ddd;
	vertical-align: middle;  /* needed for Safari */
}
.input-group-icon{
	background:#eee;
	color: #777;
	padding: 0 7px;
	text-align: center;
}
.input-group input{
	border: 0!important;
	display: block;
	width: 100%!important;
	/*padding: 8px;*/
	text-align: center;
}
.cost-range-blocks {
	display: table-cell;
}
.globaltrans_weight_block {
	display: none;
}
.cost-input:disabled {
	background: #eee!important;
    border-color: rgba(220,220,222,.75)!important;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 4%)!important;
    color: rgba(44,51,56,.5)!important;
}
.globaltrans-config fieldset {
	background: #fff;
	margin-bottom: 20px;		
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 12px 12px;
}
.globaltrans-config .options_group {
	display: table;
	width: 100%;
	padding: 0px 7px;
	height: 50px;
	margin-bottom:  15px;
}
.globaltrans-config .options_group > label, .globaltrans-config .options_group > div.globaltrans-input {
	display: table-cell;
	min-width: 250px;
}
.globaltrans-config .options_group > label {
	width: 15%;
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	padding-right: 15px;
}
.globaltrans-config .globaltrans-input {
	vertical-align: top;
	float: left;
}
.globaltrans-config .globaltrans-input .checkbox label {

}
.globaltrans-config .globaltrans-input input[type=checkbox] {
	margin-top: 7px;
}
.globaltrans-config hr {
	margin: 15px 0px;
}
.apli4-popup {
	display: none;
	position: fixed;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	width: 190px;
	text-align: center;
	background: #fff;
	padding: 15px;
	border: 1px solid;
}
.apli4-table {	
	display: table;
	width: 130px;
	margin: auto;
	padding: 1px;
	border: 1px solid;
	background: #fff;
	margin-top: 15px;
}
.apli4-row {
	display: table-row;
}
.apli4-cell {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 1px;
}
.apli4-label {
	border: 1px solid;
	width: 99%;
	height: 90px;
	cursor: pointer;
}
.apli4-label:hover {
	background-color: #f0f0f1;
}
.apli4-popup-close {
	position: absolute;
    right: 5px;
    top: 5px;
    padding: 3px 7px;
    border: 1px solid;
    font-weight: 600;
    cursor: pointer;
}
.globaltrans-request-pickup {
	width: 100%;
	text-align: center;
}
.globaltrans-form-hidden {
	display: none;
}
.globaltrans-form-hidden .notice {
	margin: 15px 0px;
	padding: 10px 5px;
}
#globaltrans_observaciones {
	margin: 15px 0px;
}
.globaltrans-role-container {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 600;
	color: #172154;
}
#adminmenu #toplevel_page_globaltrans .menu-icon-generic div.wp-menu-image:before {
	font-family:globaltrans-font!important;
	content:"\e800";
	color: none;
	font-size: 12px;
	padding: 11px 0px;
}

#globaltrans-loading {
	background: url(../images/loading.gif) no-repeat 50px center;
	background-size: 50px auto;
	width: 100%;
	height: 100px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tiptext {
    visibility: hidden;
    width: 320px;
    background-color: #333333;
    color: #fff;
	font-size: 12px;
    text-align: left;
    border-radius: 5px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tiptext {
    visibility: visible;
}
.tooltip.top .tiptext{
    margin-left: -160px;
    bottom: 150%;
    left: 50%;
}
.tooltip.top .tiptext::after{
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}