/*
Skin Stylesheet for customizing colours
*/

/* =====================================================================================
Global Styles
===================================================================================== */

body, html {
	background-image: url("../skin/images/main-background.png");
	background-position: center top;
	background-repeat: repeat-x;
	height: 100%;
}

/* ==================== Header ==================== */
#header {
	width: 100%;
	margin: 0px auto;
	height: 50px;
}
.header {
	max-width: 980px;
	margin: 0px auto;
	background-image: url("../skin/images/logo.png");
	background-position: left top !important;
	background-repeat: no-repeat;
	background-size: auto auto;	
}
#mobile_top_bar {
	background-color: #002549;
}
#mobile_top_bar a {
	color: #fff;
	text-decoration:none;
}
.headerMenu {
	float:right;
	margin-top: 14px;
}
.headerMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	margin-left: 20px;
}

@media (max-width:600px) {
	#header {
	height: 50px;
	display: block;
	}
	.header {
	/* background-image: url("../skin/images/logo-beta.png"); */
    background-position: left center !important;
    background-repeat: no-repeat;
	background-size: 80% auto !important;
    height: 100%;
    margin-right: 50px;
    max-width: 425px;
	padding:0;
	}
	.headerMenu {
		float: none;
		text-align:center;
		position: relative;
   		top: 32px;
		margin-top: 0px;
	}
	
		
}
@media (max-width:974px) {
	#mobile_top_bar { top: 50px !important;}
	#card_selector.visible { top: 85px !important; height: calc(100vh - 152px) !important;}
	#preview_wrapper.visible, { top: 85px !important; height: calc(100vh - 131px) !important;}
	#image_archive_key {
		margin-top: 50px;
	}
}

@media (max-width: 420px) {
	.headerMenu a {
		font-size: 3.2vw;
		background-position: top center !important;
	}
}	

h1.creatorHead {
	font-size:  12px;
	color: #1B75BB;
	font-style: italic;
}

/* ==================== Buttons ==================== */
a.mainButton span {
	font-size: 18px;
	font-weight: bold;
}
a.mainButton,
a.smallButton {
	background-color: #1B75BB;
	color: #fff !important;
}
a.smallButton span {
	font-size: 12px;
	font-weight: bold;
}
a.mainButton:hover,
a.smallButton:hover {
	background-color: #144B7D;
	color: #fff;
}



/* =====================================================================================
Playing Card Creator Styles
===================================================================================== */

/* ==================== Image Styles - rotate, delete etc button ==================== */
.rotate_aintclockwise,
.rotate_clockwise,
.image_delete,
.image_confirm,
#image_archive_key .key_rotate_aintclockwise,
#image_archive_key .key_rotate_clockwise,
#image_archive_key .key_image_delete,
#image_archive_key .key_image_confirm {
	background-image:url("images/imageControlButtons.png");
}

div.colorPicker-picker,
.textAlignButton,
.textRotateButton,
.textMoveButton {
	background-image:url("images/textEditButtons.png") !important;	
}

/* ==================== Images on Card ==================== */
.personalisation-button {
	background:url("images/personalisationButtons.png");
}
.layout-selector {
	background-image: url("images/layoutButtons.png");
}

/* ==================== Tab ==================== */
/* Background tab colour */
.ui-tabs-nav.ui-widget-header {

}
/* Other colouring and styling of tab section */
.ui-widget-content .ui-state-default, .ui-widget-header {
	background-color: #1B75BB !important;
	border: 1px solid #fff;
	color:#FFFFFF !important;
	font-weight:bold;
}
/* Active background colour */
.ui-widget-content .ui-tabs-active {
	background-color: #fff;
	border: 1px solid #000 !important;
}

.ui-widget-content .ui-tabs-active a {
	color: #fff !important;
	background-color: #144B7D;
}

ul.ui-widget-header {
	border: 1px solid #1b75bb;	
}

/* ==================== Slider - Left side ==================== */
#slider_up_button,
#slider_down_button {
	background-color: #144B7D;
}

/* ==================== Buttons ==================== */
.browseButton {
	background-color: #000 !important;	
}

/* ==================== Price Box ==================== */
#overlay .close {
	background-color: #144B7D;
    color: #fff;
}
#overlay #message {
	background-color: #fff;
	border: 3px solid #000;
}
.bottomIconBar {
	background-color: #002549;
}


/* =====================================================================================
Basket Styles
===================================================================================== */
.spaceLineTop {
	border-top: 2px solid #144b7d;	
}
.spaceLineBottom {
	border-bottom: 2px solid #144b7d;
}

.categoryHeader {
	background:#144B7D;
	font-size: 12px !important;
	padding: 2px;
}

.basketDeliveryQuote {
	background: #144B7D;
	color: #fff;
	text-align: center;
}

/* =====================================================================================
Review Page Styles
===================================================================================== */
.reviewBillingAddressText {
	color: #000;
	font-size: 16px !important;
	font-weight: bold;
}