button:disabled, button:disabled:hover {
	background: rgba(102, 102, 102, 0.43);
}

.center-margin div {
	margin: 0 auto;
}

.bullet-on ul li ul li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}

.bullet-on ul li {
	list-style-type: square;
	list-style-position: inside;
}

.bullet-on ol li {
	margin-left: 20px;
}

.table-on  table {
	border: none;
}

.table-on  table tr:first-child td {
	background-color: #00AFEE;
	color: #fff;
}

.table-on  table td {
	border: 4px solid #fff;
	background-color: rgba(0, 175, 238, 0.08);
	color: #1C3F95;
}

.button-on .ow-button-hover {
	padding: 20px !important;
	display: block;
	vertical-align: middle;
}

.button-big-on .ow-button-hover {
	height: 40px; 
}

.button-small-on .ow-button-hover {
	width: 50%; 
}

.form-row:after, .col-2:after{
	display: table;
	content: " ";
	clear: both;
}
.form-col {
	height: 100%;
	padding: 5px;
	min-width: 200px;
	float: left;
}
.form-col label {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

.error {
	color: red;
}

.form-error {
	float: right !important;
	padding-left: 10px;
}

.notify-border {
	padding: 8px;
	border: 1px solid #e0e0e0;
}

.custom-select {
   border: 1px solid #CCC;
   background-color: #FAFAFA;
   max-width: 250px;
   padding: 5px;
   font-size: 17px;
   border: 1px solid #ccc;
   height: 40px;
}

.p-top {
	margin-top: 1.5em;
}

.suppliers-table {
margin: 1.5em 0;
}

.suppliers-table p {
margin: 0;
}

@media(min-width: 1000px) {
.suppliers-table {
width: 60%;
}
}