/*
	COLORS:
		Primary: #912d46 (burgundy)
		Secondary: #669999 
    Gray: #CFD0D1
*/

table.pricing th, table.pricing td {padding: 10px; border: 1px solid #ccc;}
table.pricing th {font-weight: bold; color: #fff; background-color: #666;}

#estimate {width: 600px; border: 1px solid #aaa!important; padding: 10px; background-color: #f0f0f0!important; margin: 8px 0 30px 0!important;}

.kamq-estimate {width: 75%; margin-left: auto; margin-right: 0;}

.errors {color: red; font-weight: bold; text-transform: uppercase;}

.kamq-submit {padding: 3px 15px; background-color: #912d46; color: #fff;}

.admin-table, .image-table {border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.admin-table th {padding: 10px; background-color: #666; color: #fff; font-weight: bold;}
.admin-table td, .image-table td {padding: 10px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.admin-table tr.cancelled td {color: #aaa;}

.admin-checkbox {position: relative!important; opacity: 100!important; pointer-events: all!important;}
