.grid-field__column-label{
	display:none;
}
.ee-cform ico.reorder, .ee-cform button span i {
    background-image: none;
    font-family: FontAwesome;
    font-weight: 400;
    color: white;
}
.js-grid-add-row, .grid-field__table .no-results td a{
	color: #fff;
    background-color: #986640;
	cursor: pointer;
	float:right;
	box-shadow: var(--ct-btn-box-shadow) rgba(40,146,253,.5);
	 display: inline-block;
    font-weight: 400;
    line-height: 1.5;
	border:none;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
	margin-top:5px;
    padding: 0.45rem 0.9rem;
    font-size: .875rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.grid-field__table{
	width:100%;
}

.grid-field__table select,.input-form{
	
	display: block;
    width: 100%;
    padding: 0.45rem 2.7rem 0.45rem 0.9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-form-select-color);
    background-color: var(--ct-form-select-bg);
    background-position: right 0.9rem center;
    background-size: 14px 10px;
    border: 1px solid var(--ct-input-border-color);
    border-radius: 0.25rem;
    appearance: none;
}



.grid-field__table select{
		background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238b96a0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");    background-repeat: no-repeat;

}

.grid-field__table input[type=text]{
	display: block;
    width: 100%;
    padding: 0.45rem 0.9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ct-input-color);
    background-color: var(--ct-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-input-border-color);
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.grid-field__table input[type=text]:focus-within  {
    border: 1px solid var(--ct-input-border-color);
    border-radius: 0.25rem;
}

.grid-field__table tr  td, .grid-field__table thead  tr th{
	
	border: 1px solid var(--ct-input-border-color);
	padding:10px;
}

.grid-field__column-tools button{
	color: #fff;
    background-color: #986640;
	border:none;
	margin-bottom: 2px;
}


.grid-field__table tr td .grid_padding .scroll-wrap label{
	width:100%;
}


.topbar-active{
    color: var(--ct-menu-item-active) !important;
    font-size:bold  !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e4e3e3;
    opacity: 1;
}