#page-title.page-title-mini
{
	padding: 10px 0;
}
#page-title.page-title-mini h1
{
	text-transform: capitalize;
	padding-left: 15px;
	font-weight: 400;
	font-size: 16px;
}
#logo img
{
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-extras li
{
	margin-left: 6px;
}
#footer .footer-widgets-wrap
{
	padding: 2px 0px;
}
.footer-big-contacts
{
	font-size: 13px;
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td
{ padding: 3px }

.current-issue>thead>tr>th, .current-issue>tbody>tr>th, .current-issue>thead>tr>td, .current-issue>tbody>tr>td,
.upcoming-issue>thead>tr>th, .upcoming-issue>tbody>tr>th, .upcoming-issue>thead>tr>td, .upcoming-issue>tbody>tr>td,
.past-issue>thead>tr>th, .past-issue>tbody>tr>th, .past-issue>thead>tr>td, .past-issue>tbody>tr>td
{
	font-size: 14px;
}
.current-issue>thead>tr>th
{
	background-color: #428BCA;
	color: #FFFFFF;
	font-weight: 400;
}
.upcoming-issue>thead>tr>th
{
	background-color: #ec971f;
	color: #FFFFFF;
	font-weight: 400;
}
.past-issue>thead>tr>th
{
	background-color: #629B58;
	color: #FFFFFF;
	font-weight: 400;
}
.hidden 
{
    display: none!important;
}
.space-4
{
	margin: 4px 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.space-10
{
	margin: 10px 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.space-15
{
	margin: 15px 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.control-label
{
	font-weight: 400;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-info .help-block
{
	color: #428BCA;
	font-size: 14px;
}
.has-error .help-block
{
	color: #a94442;
	font-size: 14px;
}
.bid-status .fbox-bg.fbox-center
{
	margin-top: 1rem;
	min-height: auto;
}
.bid-status .fbox-content
{
	display: table;
}
.bid-status .fbox-content h3
{
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
}
.bid-status .fbox-content h3 span.subtitle
{
	font-weight: 400;
}
.bid-status .fbox-content h3 span.subtitle small
{
	color: #666666;
	font-size: 10px;
}
.text-right { text-align: right; }
.no-padding { padding: 0px !important; }

/* Datatable CSS */
.dataTables_wrapper .dt-buttons { float: left; }
.dataTables_wrapper .dataTables_info { float: left; }
.dataTables_wrapper .dt-buttons .buttons-pdf { color: #dd5a43!important; border: 1px solid #ddd; }
.dataTables_wrapper .dt-buttons .buttons-csv { color: #ff892a!important; border: 1px solid #ddd; }
.dataTables_wrapper .dt-buttons .buttons-copy { color: #c6699f!important; border: 1px solid #ddd; }
.dataTables_wrapper .dt-buttons .buttons-excel { color: #69aa46!important; border: 1px solid #ddd; }
.dataTables_wrapper .dt-buttons .buttons-colvis { color: #478fca!important; border: 1px solid #ddd; }
.dataTables_wrapper .dt-buttons .buttons-page-length { color: #000000!important; border: 1px solid #ddd; }

.dataTables_wrapper .dt-buttons .buttons-pdf:hover,
.dataTables_wrapper .dt-buttons .buttons-csv:hover,
.dataTables_wrapper .dt-buttons .buttons-copy:hover,
.dataTables_wrapper .dt-buttons .buttons-excel:hover,
.dataTables_wrapper .dt-buttons .buttons-colvis:hover,
.dataTables_wrapper .dt-buttons .buttons-page-length:hover
{ background-color: #F2F2F2; }

.dataTables_wrapper .button-page-length
{
	min-width: 60px !important;
	width: 60px;
}
.dataTables_wrapper .dropdown-item
{
	font-size: 14px;
	padding: 2px 5px !important;
	width: 200px;
}
.dataTables_wrapper .dropdown-item.active
{
	color: #0d6efd !important;
	background-color: #FFFFFF !important;
}
/* Datatable CSS */

@media (min-width: 992px)
{
	#header-wrap
	{
		/*background-color: #2C6AA0;*/
	}
	.header-size-sm .menu-container>.menu-item>.menu-link
	{
		padding-top: 12px;
		padding-bottom: 12px;
		color: #FFFFFF;
		font-weight: 400;
	}
	.header-size-sm .header-wrap-clone
	{
		height: calc(46px + 1px);
	}
	.sub-menu-container .menu-item>.menu-link
	{
		/*color: #2C6AA0;*/
		padding: 5px;
		font-weight: 400;
	}
	.sub-menu-container .menu-item:hover>.menu-link
	{
		/*color: #FFFFFF !important;
		background-color: #2C6AA0;*/
		padding-left: 5px;
	}
	.menu-container>.menu-item:not(.mega-menu) .sub-menu-container
	{
		padding: 5px;
	}
	
	.sticky-header #header-wrap
	{
		/*background-color: #2C6AA0 !important;
    	border-bottom: 1px solid #2C6AA0 !important;*/
	}
	
	.bid-status .fbox-bg.fbox-center
	{
		margin-top: 1rem;
		min-height: 125px;
	}
}
/* Fix rounded-corner bug inside profile cards */
.profile-card{
  border-radius: 6px;      /* keep consistent */
  overflow: hidden;         /* IMPORTANT: clips inner backgrounds to rounded corners */
}

/* Top white bar inside the card should match rounding */
.profile-card > .p-1:first-child{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* Optional: a little breathing space so text doesn't touch corner */
.profile-card > .p-1:first-child span{
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}
