@font-face {
  font-family: 'fontello';
  src: url('Font/fontello.eot?7845334');
  src: url('Font/fontello.eot?7845334#iefix') format('embedded-opentype'),
       url('Font/fontello.woff2?7845334') format('woff2'),
       url('Font/fontello.woff?7845334') format('woff'),
       url('Font/fontello.ttf?7845334') format('truetype'),
       url('Font/fontello.svg?7845334#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('Font/Heebo-Regular.woff2') format('woff2'),
        url('Font/Heebo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('Font/Heebo-Bold.woff2') format('woff2'),
        url('Font/Heebo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
 font-family: "fontello";
 font-style: normal;
 font-weight: normal;
 speak: none;

 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: .2em;
 text-align: center;
 /* opacity: .8; */

 /* For safety - reset parent styles, that can break glyph codes*/
 font-variant: normal;
 text-transform: none;

 /* fix buttons height, for twitter bootstrap */
 line-height: 1em;

 /* Animation center compensation - margins should be symmetric */
 /* remove if not needed */
 margin-left: .2em;

 /* you can be more comfortable with increased icons size */
 /* font-size: 120%; */

 /* Font smoothing. That was taken from TWBS */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;

 /* Uncomment for 3D effect */
 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-download:before { content: '\e802'; } /* '' */
.icon-plus:before { content: '\e803'; } /* '' */
.icon-minus:before { content: '\e804'; } /* '' */
.icon-arrows-ccw:before { content: '\e805'; } /* '' */
.icon-print:before { content: '\e806'; } /* '' */
.icon-resize-full-alt:before { content: '\f0b2'; } /* '' */

body {
    font-family: Heebo, tahoma, arial;
    font-size: 13px;
    color: #353535;
    margin: 0;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: black;
}
label {
    margin: 10px 0 10px 0;
    display: block;
}
h2.title {
    font-size: 20px;
    color: black;
    font-weight: normal;
    margin: 0 !important;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}
.clear-r {
	clear: both;
}
#wrapper {
    /*padding: 10px 20px;*/
}
#content {
    /*max-width: 960px;*/
    margin: auto;
}
#tool {

}
#blend {
    width: 608px;
    position: relative;
    float: left;
    margin-right: 15px;
}
#blend .images {
    position: relative;
    border: 2px solid #b2b2b2;
}
#blend img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}
#loading {
    position: absolute;
    z-index: 101;
    right: 0;
    bottom: 0;
    text-align: right;
    color: white;
    font-size: 14px;
    padding: 0 15px 10px 0;
}
.loading {
    background: white url("loading.gif") center center no-repeat;
    opacity: 0.5;
}
#blend img.origin {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 0;
}
#tiles {
	float: left;
	width: 337px;
}
#tiles label {
	font-weight: bold;
	margin-top: 0;
}
#deck_type {
    font-size: 12px;
}
#blend-tiles {
	margin-top: 15px;
	font-size: 12px;
    clear: both;
}
#blend-tiles a {
    display: block;
    padding: 4px;
}
#blend-tiles label a {
  padding: 0;
}
#blend-tiles ul {
    width: 100%;
}
#blend-tiles ul li {
	display: block;
	float: left;
    width: 20%;
    text-align: center;
	margin-bottom: 5px;
}
#blend-tiles ul li.clear {
	clear: both;
	float: none;
	width: 0;
}
#blend-tiles ul li a.selected {
    border-radius: 3px;
	border: 1px solid #44697d;
    box-shadow: 3px 3px 3px #44697d;
}
#blend-tiles ul li span {

}
#pan-tiles {
	font-size: 12px;
}
#pan-tiles ul li {
    display: block;
	float: left;
    width: 20%;
    text-align: center;
}
#pan-tiles ul li.clear {
	clear: both;
	float: none;
	width: 0;
}
#pan-tiles ul li a {
    display: block;
    padding: 4px;
}
#pan-tiles ul li a.selected {
    border-radius: 3px;
	border: 1px solid #44697d;
    box-shadow: 3px 3px 3px #44697d;
}
#instruction {
	padding-top: 15px;
}
#instruction h4.title {
    line-height: 20px;
    margin: 0 0 10px 0;
}

#instruction ul {
    padding: 0;
    margin-left: 20px;
    margin-bottom: 15px;
}
#instruction ul li {
    list-style: disc;
    margin-bottom: 5px;
}
.left {
    float: left;
}
.right {
    float: left;
}
#popup-overlay {
	position: fixed;
	background: black;
	opacity: 0.8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}
#popup {
	position: fixed;
	z-index: -10;
	background: white;
	border-radius: 5px;
  display: none;
}
#popup .view {
	float: left;
	width: 50%;
	position: relative;
}
#popup .view img {
	width: 100%;
    height: auto;
}
.popup-content {
	padding: 10px;
}
#popup .clear {
	float: none;
	clear: both;
}

#popup a {
	font-size: 13px;
}
#deck_type ul {
  margin: 0 0 15px 0;
  padding: 0;
}
#deck_type ul li {
  display: inline-block;
  margin-right: 10px;
}
#deck_type ul li input, #deck_type ul li label {
  display: inline;
  font-weight: normal;
}
#view2, #view4 {
	margin-left: -1px;
}
#view3, #view4 {
	margin-top: -1px;
}
ul.collapse {
  overflow: hidden;
}
#calculation {
    margin: 15px 0 0 0;
}
#calculation .actions {
    float: right;
    text-align: right;
}
#pan_selection {
    margin-top: 10px;
}
#blend_selection {
    margin: 10px 0;
}
#email_popup_overlay {
	position: fixed;
	background: black;
	opacity: 0.8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}
#email_popup {
	position: fixed;
	z-index: 102;
	background: white;
	border-radius: 5px;
    display: none;
    max-width: 450px;
    height: auto;
    padding: 15px;
}
.form input {
    width: 100%;
    height: 30px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#email_popup button {
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.mobile {
    display: none;
    margin-bottom: 15px;
}
