@charset "utf-8";
/* CSS Document */

body, .container {
	min-height: 100vh;
}

body {
	font-family: Poppins, Arial, sans-serif;
	color: #333;
}

.container {
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}

a {
  color: #008083;
}

a:hover {
  color: #008083;
}

h1,
h2,
h3,
h4,
h5,
h6,
.ui-widget h1,
.ui-widget h2,
.ui-widget h3,
.ui-widget h4,
.ui-widget h5,
.ui-widget h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1, .ui-widget h2 {
	font-size: 30px;
}
h1.featuredTitle {
	background: url(/images/feature-bkgd.png) left no-repeat #ffcc01;
	font-size: 24px;
	padding: 8px 0;
	text-align: center;
	margin-bottom: 0;
}
h2, .ui-widget h3 {
	font-size: 24px;
}
h2.bidHistoryTitle {
	margin-top: 8px;
	text-align: center;
}
h2.title {
    font-size: 18px;
	margin-bottom: 5px;
} /* Featured items */
h2 img {
	vertical-align: middle;
	margin-right: 8px;
}

h3, .ui-widget h4 {
	font-size: 18px;
}
h3.vendor {
	font-size: 16px;
}

.vendor-filter h3 {
	color: #fff;
	margin-bottom: 5px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.btn-primary, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #9001f5;
	border-color: #9001f5;
	color: #fff;
	font-weight: bold;
	padding: 5px 18px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
}

.btn-primary:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
  background-color: #061A78;
  border-color: #061A78;
}

.btn-primary:focus, .btn-primary.focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #9001f5;
  border-color: #9001f5;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #061A78;
  border-color: red;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:hover, .bidButton:hover {
  background-color: #061b78;
  border-color: #061b78;
}

.btn-secondary:focus, .btn-secondary.focus, .bidButton:focus, .bidButton.focus  {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled, .bidButton.disabled, .bidButton:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #061b78;
  border-color: #4e555b;
}

.bg-dark {
	background-color: #061A78 !important;
}

.bg-light {
	background-color: #ebebeb !important;
}

.alert-danger {
	color: #000;
	text-align: center;
}
.red, .warning-msg {
	color: #B30000;
}

.table td, .table th {
	border-top: none;
}

.flex-row {
	display: flex;
	justify-content: flex-end;
}
.flex-row > label {
	padding: 8px 16px 8px 0;
	flex: 1;
}
.flex-row > input, .flex-row > select {
	padding: 8px;
	flex: 2;
}
.close {
	float: none;
	opacity: 1;
}


/* Wraps/Containers
--------------------------------------------- */
.content, .contentWide {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 64px;
}

/* Forms
------------------------------------------*/

input, textarea, select, .btn-primary {
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none !important;
	padding: 6px 9px;
	margin: 3px 0 11px;
}

input[type="text"], input[type="password"], textarea, select {
	width: 100%;
}
select {
	background: #fff;
}

.cke_skin_kama {
	margin-bottom: 1rem;
}


.itemsGrid {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

.itemsGrid th, .itemsGrid td {
	padding: 0 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



/* End Forms */

/* Bid History
------------------------------------------*/

.result_table {
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	width: 100%;
	text-align: center;
}
.result_table td, .result_table th {
	border: 1px solid #ebebeb;
	padding: 6px;
	line-height: 1.3;
}
.result_table th {
	background: #ebebeb;
}
.result_table td {
	background: #FFF;
}
.result_table td span.itemtitle {
	text-align: left;

/* End Bid History */


/* Footer
------------------------------------------*/

footer {
	clear: both;
	position: relative;
	background: #ebebeb;
	width: 100%;
	padding: 24px;
	flex-shrink: 0;
}

footer p {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
}

/* End Footer
--------------------------------------------*/


@media screen and (max-width: 992px) {
	.content, .contentWide {
		padding-top: 24px;
	}
	.content .middleCol, .content .middleCol.home {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (min-width: 992px) {

	.content {
		padding-bottom: 90px;
		min-height: 400px;
		margin-top: 32px;
		display: flex;
	}
	.contentWide {
		padding: 36px 0.5% 90px 0.5%;
		min-height: 400px;
		
	}
}



@media screen and (min-width: 1200px) {


.container {
    max-width: 1280px;
}
	
}
