/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 
*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #737272;
}

.btn-primary {
    color: #737272;
    background-color: transparent;
	border-color: #737272;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #737272 !important;
	border-color: #737272 !important;
}

#newsSlider {
    margin-bottom: 20px;
}

#newsSlider img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
}

/* Bootstrap 3 carousel fade transition */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Force fixed jewel icon size in sidebar */
.panel-lastdata .lastdata-jewels img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	image-rendering: pixelated; /* keeps MU icons crisp */
}

.panel-lastdata .ld-icon {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

/* === LAST DATA SIDEBAR FIX === */

.panel-lastdata .panel-body {
	padding: 10px 12px;
}

/* Section spacing */
.panel-lastdata .lastdata-section {
	margin-bottom: 14px;
}

/* Section titles */
.panel-lastdata .lastdata-title {
	font-size: 13px;
	margin-bottom: 8px;
	opacity: 0.85;
}

/* Currency rows */
.panel-lastdata .lastdata-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

/* Currency icons */
.panel-lastdata .ld-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

/* Jewel grid */
.panel-lastdata .lastdata-jewels {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 14px;
	row-gap: 8px;
	align-items: center;
}

/* Jewel row */
.panel-lastdata .lastdata-jewels span {
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	white-space: nowrap;
}

/* Jewel icons */
.panel-lastdata .lastdata-jewels img {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	object-fit: contain;
	image-rendering: pixelated;
}

/* Jewel value */
.panel-lastdata .lastdata-jewels span {
	font-size: 13px;
	font-weight: 600;
}
