﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* ====================== RESET ====================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #edeef0;
}
strong{
	font-weight: bold;
}
h4{
	font-weight: bold;
}
/* ====================== LAYOUT ====================== */

/* HEADER */
.btn-public-login {
	border: 0;
	border-radius: unset;
	padding: 20px 50px;
	color: #fff;
	background-color: #63a2f9;
}
img.logo {
	width: 70%;
	margin-top: 5px;
}
.logo-in {
	margin-top: 10px;
}
.cover{
	position: relative;
}
.cover-title{
	z-index: 1;
	position: absolute;
	text-align: center;
	width: 100%;
}
.cover-title h1{
	font-size: 40px;
	color: #0067f4;
	text-transform: uppercase;
	margin-top: 260px;
}
.cover-subtitle {
	font-size: 30px;
	color: #5cb85c;
}
/* USER LOGIN */
#user-login .modal-dialog {
  width: 340px;
}
#user-login input {
  width: 300px;
}
#user-login button.kirjaudu {
	width: 300px;
	background-color: #63a2f9; 
	border: 0;
	padding: 20px 30px;
	color: #FFFFFF;
}
.checkbox{
	margin-bottom: 15px !important;
}


.error
{color: red;}

.valid
{color: green;}

.clickable-row
{cursor: pointer;}

.loki
{display: none;}

button.linkki {
	background-color: #5cb85c; 
	border: 0;
	padding: 15px;
	color: #FFFFFF;
}
	

.footer{
	border-top: solid 1px #CCC;
}

/* ====================== HALLINTAPANEELI ====================== */

.kirjaudu-admin {
	background-color: #fff;
	padding: 31px;
	width: 370px;
	margin: 15px auto 0;
}
.kirjaudu-admin input {
	margin-bottom: 10px;
}
.kirjaudu-admin h2 {
	margin-bottom: 30px;
	font-size: 20px;
}
.kirjaudu-admin button{
	border: 0;
	color: #FFF;
	background-color: #63a2f9;
	padding: 15px;
	border-radius: unset;
	width: 100%;
	margin-top: 15px;
}
.other-content th {
	font-weight: bold;
}
.logo-admin {
	margin-top: 10px;
}
/* PÄÄVALIKKO */

.navbar{
	background-color: #FFF;
	border: 0;
	border-radius: unset;
	margin-top: 15px;
}
.nav li a:hover{
	background-color: #FFF !important;
}
.nav .open>a{
	background: unset !important;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: unset !important;
}

/* TOPMENU */
.topmenu-wrapper
{background: #61a2f9; padding-bottom: 10px;}

.topmenu-wrapper ul
{padding-right: 15px;}

.topmenu-wrapper li, .valikko li, .frontpage-title li, .order-steps li
{display: inline-block;}

.orders-title {
	background-color: #ccc;
}
/*GALLERY*/
.gallery-nav {
	margin-top: 15px;
}
.gallery-button .fa{
	font-size: 22px !important;
}
.gallery-nav .fa-chevron-right, .gallery-nav .fa-chevron-left {
	float: left;
	width: 50%;
}
#pic {
	margin-top: 15px;
	position: relative;
}

#pic img{ 
	display: inline-block;
}
.alennus
{margin-top: 15px; background-color: #FFFFFF;}

.alennus .entry-title{
	background-color: #5cb85c;
}

.alennus .entry-content{
	padding: 30px;
}

#mygallery{margin-top: 15px;}

.btn-primary
{background-color: #63a2f9; padding: 15px;}

.suosikki, .ostoskori, .ulos, .conf, .helpdesk
{width: 120px; height: 60px;}

.suosikki, .conf, .helpdesk
{padding-top: 27px;}

.ostoskori
{padding: 23px 0px 0px 7px;}

.suosikki{
	background: url('icon/icon_menu_suosikki.png') no-repeat center 16px;
}
.ostoskori{
	background: url('icon/icon_menu_ostoskori.png') no-repeat center 16px;
}
.ulos{
	background: url('icon/icon_menu_ulos.png') no-repeat center 20px;
}


.frontpage-title li, .order-steps li
{margin-right: 15px;}

.valikko{
	background: #FFFFFF; 
	margin-top: 15px;
	padding: 15px;
	}

.main-valikko li
{padding-right: 15px;}

.main-valikko li a
{text-decoration: none; font-size: 18px;}

.main-content
{margin-top: 15px; overflow: hidden; margin-left: -15px; margin-right: -15px;}

.box-1, .box-2, .box-3
{background-color: #FFFFFF; min-height: 250px;}

.entry-title{
	background-color: #0067f4; padding: 15px;
}

.entry-content{
	padding: 10px; line-height: 1.4;
}

.entry-title h3
{color: #FFFFFF; font-size: 22px;}

.box-3 li
{line-height: 1.8;}

.box-3 li a
{color: #000000;}

.fa
{color: #CCC; padding-right: 15px; font-size: 20px !important;}

.suosikki-small-wrapper, .nelivari-wrapper, .mustavalko-wrapper, .seepia-wrapper, .ostoskori-small-wrapper
{width: 150px; float: left; height: 50px; }

.gallery-menu
{background-color: #CCC; overflow: hidden; padding: 15px; margin-top: 15px;}

.gallery-suosikki{width: 20%;}

.gallery-menu li {display: inline-block; padding: 0px 10px; cursor: pointer;}

.gallery-menu img {margin-bottom: 10px;}

.color{width: 40%;}

.gallery-ostoskori{width: 20%;}

#login-popup
{color: #FFFFFF; font-size: 18px; font-weight: bold;}

header{
	float: left;
	background-color: #0067f4;
	width: 100%;
}

header a{
	color: #FFF;
}

.ostoskori-wrapper
{overflow: hidden;}

.lomake-control
{
	width: auto;
	border: 1px solid #CCC;
	padding: 15px;
	text-transform: uppercase;
}

.alert
{overflow: hidden; margin-top: 15px;}

.main-wrapper
{overflow: hidden; margin-bottom: 15px;}

.main-info
{width: 100%; background-color: #FFF; margin-bottom: 15px;}

/*CP*/
.conf{
	background: url('icon/controlpanel/icon_asetukset_big.png') no-repeat center 16px;
}

.helpdesk{
	background: url('icon/controlpanel/icon_helpdesk.png') no-repeat center 16px;
}

.user, .muu, .lisatila{display: none;}

.asetukset-title{
	text-transform: uppercase;
}

.topmenu-wrapper a:hover, .topmenu-wrapper a:focus {
	text-decoration: none;
	color: #FFF;
}

.frontpage-title{
	background-color: #cccccc; padding: 15px;
}

.frontpage-content, .other-content{
	padding: 30px; line-height: 1.4; overflow: hidden;
}

.frontpage-title h3
{color: #000; font-size: 22px;}

.frontpage-content li
{display: inline-block;  background-color: #e9e9e9; margin-right: 15px; padding: 60px; height: 160px;}

.menu-icon
{background-color: #e9e9e9; height: 160px; padding: 40px;}

.menu-thumbs a:hover
{text-decoration: none;}

.menu-thumbs img
{margin-bottom: 10px;}

.frontpage-content li a:hover
{text-decoration: none;}

.asiakkaat, .kuvaukset, .kuvaustyypit
{width: 180px; height: 160px;}

.asiakkaat {background: url('icon/controlpanel/icon_asiakkaat.png') no-repeat center 35px;}
.kuvaukset {background: url('icon/controlpanel/icon_kuvaukset.png') no-repeat center 35px;}
.kuvaustyypit {background: url('icon/controlpanel/icon_kuvaustyypit.png') no-repeat center 35px;}
.levytila h5{font-size: 20px; margin-bottom: 10px;}
button.tilastot {background-color: #CCC; width: 100%; height: 121px; border: 0; text-transform: uppercase; color: #FFF; font-size: 20px;}
tr.tilaukset {border-bottom: solid 2px #f5f5f5;}
.levytila {padding: 30px; background-color: #ace5c4; margin-bottom: 15px;}
pre{background-color: #FFF !important; overflow: hidden !important;}
.dropdown-menu{
	border-radius: 0 !important; 
	background-color: #63a2f9 !important;
	border: 0 !important;
	box-shadow: unset !important;
}

.dropdown-menu li a{
	line-height: 1.6 !important;
	color: #FFF !important;
}

.dropdown-menu li a:hover{
	color: #000 !important;
	background-color: #63a2f9 !important;
}
.hinnasto-title h4{
	font-size: 18px;
}

.showfavorite{
	display: none !important;
	position: absolute;
	top: 5px;
	left: 5px;
}

.showfavorite.visible{
	display: block !important;
}

.tuote-button button {
	white-space: unset;
	
}

.tuote-info{
	margin-bottom: 15px;
	border-bottom: solid 2px #EDEEF0;
	overflow: hidden;
	padding: 0px;
}

.modal-body{
	overflow: hidden !important;
}

.tuote-alert.success{
	background-color: #EDEEF0;
	padding: 15px;
	margin-bottom: 15px;
}

.ostoskori-wrapper button{
	margin-top: 5px;
	margin-bottom: 30px;
}

.kategoria-title h1{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
}

.tuote-menu li {
	background-color: #63a2f9;
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #FFF;
}

.tuote-menu li.active{
	border-right: solid 10px #0067f4;
}

.tilausehdot{
	font-size: 12px;
	margin-bottom: 15px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 2px #CCC;
	padding: 15px;
}

.order-steps li.active{
	font-weight: bold;
}

.order-steps{
	background-color: #CCC;
	padding: 15px;
}

.order-steps .fa{
	color: #EFEEF0;
	vertical-align: middle;
	padding-left: 15px;
}

.statistics {
	margin-bottom: 15px;
}

#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    padding:30px;
    border-radius:3px;

    margin:30px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{
	display: inline-block;
    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: unset;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: unset;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


#suosikki
{
	border: solid 20px green;
}

.popover{
	display: inline-table !important;
	
}

.nav-tabs
{margin-bottom: 15px !important;}

.btn-numero{
	width: 120px;
	margin-left: 15px;
}

.content-tuote{
	overflow: hidden;
	margin-bottom: 10px;
	
}
.content-subtuote{
	overflow: hidden;
}

/* ====================== COOKIE ====================== */
.cookie-message {
	position:fixed;
	bottom: 0;
	left:0;right:0;
	padding:0 85px 0 20px;
	background:#fff;
	z-index: 99;
	padding: 30px;
	border-top: 1px solid #ccc;
	
}
.cookie-message .btn {
	margin-left: 15px;
}

/* ====================== MEDIA ====================== */

@media (max-width: 980px) {
	
	.cover-title h1 {
		margin-top: 170px;
		font-size: 30px;
	}
	.cover-subtitle {
		font-size: 25px;
	}
	.box-1, .box-2, .box-3 {
		padding-bottom: 30px;
		margin-bottom: 15px;
	}
	.menu-icon img {
		width: 100%;
	}
	.btn-numero{
	margin-left: 0px;
	margin-top: 10px;
	}
}
@media(max-width: 780px) {
	.menu-icon img {
		width: unset;
	}
	.menu-icon {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media(max-width: 600px) {
	.cover-title h1 {
		margin-top: 130px;
	}
}

@media(max-width: 400px) {
	.cover-title h1 {
		margin-top: 80px;
		font-size: 20px;
	}
	.cover-subtitle {
		font-size: 18px;
	}
}

@media print{
	header {display: none;}
	.frontpage-title {display: none;}
	body {font-size: 12px;}
	.ready {display: none;}
	.tilastot {display: none;}
}