.no-under {
  text-decoration: none !important;
}

.white {
	color: white !important;
}

.form-label {
	font-weight: bold !important;
}

.bg-purple {
    color: #fff !important;
    background-color: #6610f2 !important
}

.bg-pink {
    color: #fff !important;
    background-color: #d63384 !important
}

.bg-dkblue {
    color: #fff !important;
    background-color: #1d4393 !important
}

.bg-orange {
    color: #fff !important;
    background-color: #ed9c55 !important
}

.bg-dkorange {
    color: #fff !important;
    background-color: #8d4f1f !important
}

.bg-teal {
    color: #fff !important;
    background-color: #20c997 !important
}

.form-label {
	font-weight: bold;
}

main > .container {
  padding-top: 10px;
  padding-bottom: 87px;
}

.describe {
	font-size: 10pt !important;
    color: #6c757d;
}

.text-small {
	margin-top: 4px;
	font-size: 9pt !important;
}

.no-under {
	text-decoration: none !important;
}

#cform fieldset {
    border-width: 0 0 1px;
    margin: 0;
}


.no-results {
	background-color: #FFF;
}

.hidden {
    display: none;
}

.add_row {
	font-weight: bold;
}


.ee-cform .toolbar.grid-nav {
    display: none;
}

@media screen and (min-width: 750px) {
    .ee-cform .toolbar.rte li: first-child a:hover {
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0;
        border-radius: 5px 0 0;
    }
    .ee-cform .toolbar.rte li:last-child a:hover {
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
    }
    .ee-cform .toolbar.grid-nav {
        display: block;
    }
    .ee-cform .toolbar.grid-nav a {
        padding: 3px 8px;
    }
    .grid-tools .ee-cform .toolbar li a {
        padding: 3px 8px;
    }
}

#cform input:disabled, input[readonly] {
	background-color: #eaecef;
    border-color: #cfd4d9;
    border-style: solid;
    border-width: 1px;
    color: #6e757c;
    padding-left: 4px;
    padding-right: 4px;
    cursor: no-drop;
}

#cform table text:nth-child(1) {
 font-weight: bold !important;
  width: 300px;
}

#cform table th:nth-child(2) {
 width: 200px;
}

#cform table th:nth-child(3) {
 width: 150px;
}

#cform table th:nth-child(4) {
 width: 100px;
}

#cform table th:nth-child(6) {
 width: 110px;
}

#cform table th:nth-child(7) {
 width: 110px;
}

#cform table th:nth-child(8) {
 width: 110px;
}

#cform table th:nth-child(9) {
 width: 110px;
}

.ee-cform table th.grid-remove {
    width: 1%;
}

#cform input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]), #cform select[multiple=multiple], select,{
  display: block;
  width: 100%;
  height: -webkit-calc(2.75rem + 2px);
  height: -moz-calc(2.75rem + 2px);
  height: calc(2.75rem + 2px);
  padding: 0.75rem 1.5rem;
  line-height: 1.25;
  color: #4E5154;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #BABFC7;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
  outline: 0;
  vertical-align: center;
}



#cform table {
    border: 1px solid gray;
    width: 100%
}

#cform table th, #cform table td {
    padding: 5px 10px;
    vertical-align: top;
}
#cform table th {
    background-color: #f1f1f1;
    border: solid #b5b5b5;
    border-width: 0 1px 1px 0;
    font-weight: 800;
    padding-bottom: 10px;
    text-align: center;
}
#cform table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#cform table th:last-child {
    border-right: 0;
}
#cform table th.grid-remove {
    width: 1%
}
#cform table td {
    border: solid gray;
    border-width: 0 1px 1px 0;
}
#cform table td:last-child {
    border-right: 0;
}
#cform table tr:last-child td {
    border-bottom: 0;
}
#cform table tr.no-results td {
    padding: 20px;
}


#cform .ico {
    display: inline-block;
    position: relative;
}
#cform .ico.reorder {
    background-image: none;
    font-family: FontAwesome;
    font-weight: 400;
}
#cform .ico.reorder {
    cursor: move;
}
#cform .ico.reorder:before {
    content: '\f0c9';
    font-size: 12px;
}

<!-- New stuff -->
td .grid-textarea {
	background: blue;
    width: 100px !important;
}
.grid-publish .ee-cform .no-results {
    text-align: left;
}


.grid-field__column-label {
	display: none;
}

.js-grid-add-row  {
  color: #ffffff;
  background: #6967CE;
  padding: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.js-grid-add-row :hover {
  background: #6967CE;
  text-decoration: none;
}

<!-- Grid Buttons -->
.button {
}
.button--small {
	background-color:#ffffff;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	padding-bottom: 10px;
} 

.button--default {
	background-color:#ffffff;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	margin-bottom: 5px;
	font-family: FontAwesome, inherit;
}

.js-grid-reorder-handle {
}

.ee-cform .no-results {
    background-color: #fffcee;
    background-size: 15px 15px;
    border: 1px solid #ffd30e;
    color: #745f00;
    margin: 10px 0;
    padding: 15px 10px;
    position: relative;
    text-align: center;
}
.ee-cform .no-results p {
    margin: 0 0 10px;
}
.ee-cform .no-results p:last-child {
    margin-bottom: 0;
}
.setting-field .ee-cform .no-results {
    margin-top: 0;
}
.grid-publish .ee-cform .no-results {
    text-align: left;
}
.tbl-list .ee-cform .no-results {
    margin-top: 0;
}
.tbl-list .ee-cform .no-results .none {
    padding: 10px;
}
.tbl-list li > .tbl-row.ee-cform .no-results {
    background-color: #fffcee;
    border: 1px solid #ffd30e;
}
.relate-wrap.empty .ee-cform .no-results {
    margin-bottom: 0;
}
.empty .relate-wrap-chosen .ee-cform .no-results {
    font-weight: 400;
    padding: 10px;
}
.sidebar .folder-list li.ee-cform .no-results {
    border-width: 0;
    margin: 0;
    padding: 15px 10px 18px;
}
.sidebar .folder-list li.ee-cform .no-results a:before {
    content: "";
    padding-right: 0;
}
table.ee-cform .no-results td,
table.ee-cform .no-results:hover td {
    background-color: transparent;
    font-weight: 400;
}
table.ee-cform .no-results.empty {
    margin-top: 0;
}
tbody tr.ee-cform .no-results td {
    padding: 20px;
}
tbody tr.ee-cform .no-results td:first-child {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.ee-cform table tr.no-results td {
    padding: 20px;
}
.no-results .ee-cform .filters {
    position: absolute;
    right: 10px;
    top: 10px;
}
.no-results .ee-cform .filters li {
    margin-bottom: 0;
}
.no-results .ee-cform .filters .has-sub {
    background-color: #f9f9f9;
}
.no-results .ee-cform .filters .sub-menu {
    left: auto;
    right: 0;
}

