/* TODO: check colors*/

body {
	background-color: #C3E7FF; /* C3E9FF */
	background-image: url(bg-img.png), url(bg-img-2.png);
	background-repeat: repeat-x;
}

/*
.container {
	background-color: #FFF;
	border-radius: 1.2rem;
}
*/

.btn {
	border-radius: 1.2rem;
}

.btn-primary {
    color: #fff;
    /* background-color: #75C6FF; */
	background:linear-gradient(#7FCDFB,#67B8ED);
    border-color: #2669B7;
	text-shadow: #3198DB 0.1em 0.1em 0.2em;
}

/*
btn-primary:hover {
	background-color: #fff;
}
*/

/*
.top-menu {
	background-image: url(top-menu-bg.png);
	background-repeat: repeat-x;
}
*/

.card-header-picpal {
	background-color: #69B6EE; 
	color: #FFF;  
	text-shadow: #3198DB 0.1em 0.1em 0.2em;
}

.card-body-picpal {
	background-color: #DAEEF9; 
	color: #063D64; 
	border-bottom-left-radius: 0.5rem; 
	border-bottom-right-radius: 0.5rem;
}

.form-check-input:checked {
    background-color: #fff;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fe5300' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fe5300'/%3e%3c/svg%3e");
}

/* iframe css only used on watch page */
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ebay items display */
.image-ebay-thumbnail {
	max-width: 84px;
    max-height: 80px;
}

.a-ebay-item-title {
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	font-size: 12px;
	max-height: 36px;
	overflow: hidden;
}

.a-youtube-item-title {
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
	max-height: 42px;
	overflow: hidden;
}

.div-ebay-item-price {
	font-weight: bolder;
	font-size: 14px;
}

.div-ebay-item-shipping {
	font-weight: bolder;
	font-size: 10px;
	color: #767676
}

.a-youtube-item-details {
	display: block;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;
	color: #767676
}

.a-youtube-item-details:hover {
	color: #767676
}

/* popular videos page */
.a-grid-youtube-item-title {
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
	font-size: 14px;
	height: 37px;
	overflow: hidden;
}