html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px; 
}

#wrap{
	position: relative;
	backface-visibility: hidden;
	min-height: 100%;
	min-width: 100%;
	z-index: 1030;
	background-color: #FFF;
	top: 0;
	bottom: 100%;
	left: 0;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header {
  background-color: #00859B;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* centerLayout */
.centerLayout {
	width: 100%;
	background-color: #ececec;
	text-align: center;
	padding-top: 80px;
    padding-bottom: 15px;
}

.centerLayout div.shirt {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
	padding: 0 15px;
}

.centerLayout div.shirt img {
    width: 100%;
}

.cvtoolbox {
	position: absolute;
    left: 0;
    right: 0;
	top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	padding: 0 15px;
	display: none;
}

.cvtoolbox_2nd {
    top: 41px;
}

.cvtoolbox_3rd {
    top: 77px;
}

.cvtoolbox .btn-group {
    background-color: #e8e8e8;
}

.cvtoolbox .btn {
    margin: 2px 2px 2px 0;
	width: 38px;
    padding: 6px;
}

.cvtoolbox .btn.nobtn {
    visibility: hidden;
}

.cvtoolbox .btn-group > .btn:first-child {
    margin-left: 2px;
}

.cvtoolbox .btn-group > .btn:last-child {
    margin-left: 20px;
}

.cvtoolbox_info {
	position: absolute;
    width: 250px;
    top: 45px;
	height: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cvtoolbox_info div {
    margin-left: 117px;
	height: 64px;
	line-height: 64px;
}

.cvtoolbox_info div span {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
}

.cvtoolbox_info.warning_msg {
    color: #ff8d00;
}

.cvtoolbox #toolbox_remove {
    color: #ff0000;
}

.twosides {
	position: absolute;
    bottom: 0;
    left: 0;
    margin: 6px 20px;
}

.twosides .btn {
    padding: 2px 5px;
	border: 1px solid #d2d2d2;
}

.twosides .btn.active {
	background-color: #000000;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.div_reviewbtn {
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 6px 20px;
}

.div_reviewbtn .btn {
    padding: 2px 10px;
}

.modal-header button.close {
    font-size: 40px;
	margin-top: -10px;
}

#reviewModal div.shirt {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
}

#reviewModal div.shirt img {
    width: 100%;
}

#reviewModal .shirtdesign {
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
}

#reviewModal .shirtdesign img {
    width: 100%;
}

#reviewModal .modal-body {
    margin-left: -200px;
    margin-right: -200px;
}
#reviewModal .modal-header {
    border-bottom: none;
}

#albumModal .album-item div {
	width: 31%;
	float: left;
	border: 1px solid #e5e5e5;
    margin: 1%;
	text-align: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#albumModal .album-item  img{
	width: 100%;
}
#albumModal .album-item div:hover, #albumModal .album-item div:focus, #albumModal .album-item div:active {
	background-color: #efefef;
}
#albumModal .modal-body {
	overflow: hidden;
}

#orderModal .modal-body {
	font-size: 16px;
}
#orderModal .modal-body span.code {
	font-size: 20px;
    color: #0000ff;
    font-weight: bold;
}
#orderModal .modal-body a {
	color: #405d9b;
}
#orderModal .modal-body a span {
    text-decoration: underline;
    font-size: 20px;
}

/* leftLayout */
.leftLayout {
	width: 100%;
	padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.leftLayout .colorButton {
    border: solid 1px #000;
	width: 30px;
	height: 30px;
    padding: 2px;
	margin: 6px !important;
    border-radius: 0 !important;
	background-clip: content-box;
}

.leftLayout .colorButton.active, .leftLayout .typeButton.active {
    border: dotted 2px #ff0000;
}

.leftLayout .typeButton {
    border: solid 2px #ececec;
	width: 60px;
	height: 75px;
    padding: 4px;
	margin: 3px !important;
    border-radius: 0 !important;
	background-color: #ececec;
}

.leftLayout .typeButton img {
	width: 100%;
}

.leftLayout .typeButton .typename {
	position: absolute;
	bottom: 0;
	text-align: center;
    width: 100%;
    margin-left: -4px;
	white-space: normal;
	line-height: normal;
}

.leftLayout .btn-group {
    margin-bottom: 10px;
}

.leftLayout .message {
	color: #ff0000;
}

.add_image {
	margin-bottom: 10px;
}

.add_image .btn {
	width: 110px;
}

.add_image input {
	display: none;
}

.add_text, .add_album {
	margin-bottom: 10px;
}

.add_text .btn, .add_album .btn {
	width: 110px;
}

#ifr_upload {
	display: none;
}

/* rightLayout */
.rightLayout {
	width: 100%;
	padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.rightLayout #div_selectsize {
	overflow: hidden;
}

.rightLayout .sizeblock {
	float: left;
	margin: 5px;
	width: 120px;
	border: 1px solid #e6e6e6;
    padding: 2px;
}

.rightLayout .sizeblock input {
	text-align: center;
	padding-left: 6px;
    padding-right: 6px;
}

.rightLayout .submitblock {
	margin: 5px;
}

.rightLayout .message {
	color: #ff0000;
}

#div_canvas_back {
	display: none;
}

.shirt_canvas {
	border: dashed 2px #B5B5B5;
}

.canvas-container {
	margin-right: auto;
	margin-left: auto;
}

.texttoolbox {
	padding-bottom: 15px;
	display: none;
}

.texttoolbox .btn-group .btn {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
	width: 38px;
    padding: 6px;
    border-radius: 0 !important;
}

.texttoolbox .input-group {
    margin: 3px;
}

/* ------------------------------ media -------------------------- */

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	#reviewModal .modal-body {
		background-color: #ffffff;
	}
	#reviewModal .modal-content {
		background-color: transparent;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#reviewModal button.close {
		color: #ffffff;
		opacity: 0.8;
	}
}
