.SendPopup .header
{
	background-color: #4d4d4d;
	padding: 3px;
	padding-left: 4px;
	margin-top: 3px;
	color: white;
}

.SendPopup .header:hover
{
	background-color: #808080;
}

.SendPopup .header:active
{
	background-color: #1a1a1a;
}

.SendPopup .header-disabled
{
	background-color: #2a2a2a;
}

.SendPopup .header-item{
	display: inline-block;
	vertical-align: middle;
}

.SendPopup .header-item-right{
	display: inline-block;
	position:absolute;
    right:0;
    margin-right: 20px;
}

.SendPopup img{
	width: 15px;
	height: 15px;
}

.SendPopup .send-to-body{
	padding: 10px;
}

.SendPopup .info-container{
	padding: 10px;
}

.SendPopup .disabled{
	-webkit-filter: grayscale(100%);
}

.SendPopup .icon-send-to-active {
    background-image: url("../img/action_send_active.png");
    background-position: center center;
    width: 20px;
    height: 20px;
    
}

.SendPopup .icon-farmlock-active {
    background-image: url("../img/action_farmlock_active.png");
    background-position: center center;
    width: 20px;
    height: 20px;
}

.SendPopup .icon-triangle-down {
    background-image: url("../img/action_triangle_arrow_down.png");
    background-position: center center;
    width: 15px;
    height: 15px;
}

.SendPopup .icon-triangle-up {
    background-image: url("../img/action_triangle_arrow_up.png");
    background-position: center center;
    width: 15px;
    height: 15px;
}

/* - not currently changing the scroll bar look
.bootbox ::-webkit-scrollbar {
    width: 12px;
}
 
.bootbox ::-webkit-scrollbar-track {
	background: radial-gradient(rgb(77,77,77), rgb(60,60,60), rgb(77,77,77));
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
.bootbox ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: white;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/

.bootbox .send-hidden{
	display: none;
}