@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700&subset=latin,latin-ext);

/* FONT SIZE */
h1, .main > h1, .register-container > h1
{
	font-size: 38px;
}
.price-bar > .price
{
	font-size: 27px;
}
.register-container > form > .main-column-left > .shaddow-box > h1, .register-container > .main-column-left > .shaddow-box > h1
{
    font-size: 26px;
}
.image-browser > h1
{
    font-size: 24px;
}
h2, .main > p, .not-register-info-box > a
{
    font-size: 20px;
}
h3, .product-configure-box > .configure-box-title-bar > h3, .required-field
{
	font-size: 18px;
}
.button-tab, #button-moj-profil, .info-box > .title > h4, .end-button, .registration-done
{
    font-size: 16px;
}
.input-box, .black-button, .configure-box-button, .input-box-light, .light-button,
.user-area-shortcut > a, .main-column-left > p, .main-column-right > p, .not-register-info-box > p,
.styled-select select, .registration-error, .login-error
{
	font-size: 15px;
}
.price-bar > p, .login-container > p, .user-area-shortcut > a, .button-light-big,
.main > .finish-container > span, .input-box-light-big, .info-container > .box-info-column,
#button-zahvala-spremi, #button-zahvala-posalji-upit, .child-box-title-bar > h4, #kolicina-ukupno,
.info-box > span
{
	font-size: 14px;
}
.price-hint
{
    font-size: 13px;
}
.register-info-message, .password-reset-link, .remember-me > label, .terms-agree-section > label,
.legal-text, .remember-me > a, .input-hint
{
	font-size: 12px;
}

/* FONT COLOR */
.user-area-shortcut > a, .main > h1, .main > p, .main-column-left > h1,
.main-column-right > h1, .register-info-message, .password-reset-link, .product-configure-box,
.input-box-light, .login-container > h1, .required-field, .main > .finish-container > span,
.main > form > .login-container > p, .input-box-light-big, .button-tab, .box-info-column > p,
.terms-agree-section > label, .remember-me > label, .not-register-info-box, .legal-text,
.register-container > form > .main-column-left > .shaddow-box > h1, .register-container > h1,
.image-browser > h1, .main > .finish-container > h1, .main > .finish-container > span,
#kolicina-ukupno, .info-box > .title > h4, .remember-me > a, .register-container > .main-column-left > .shaddow-box > h1,
.registration-done, .registration-error, .login-error, .main > .login-container > p
{
	color: #686868;
}
.input-box, .black-button, .configure-box-button, .light-button, .dark-button, .selected-tab,
.box-info-button, .styled-select select, .child-box-title-bar > h4, .end-button:hover, .configure-box-button-active
{
	color: #ffffff;
}
.price-hint, .end-button
{
    color: #060606;
}
.info-box > span
{
    color: #999999;
}
.input-hint
{
    color: #cbcbcb;
}
/* FONT WEIGHT */
strong, .black-button, .button-light-big, .button-tab, .selected-tab, .main > .finish-container > span > a,
 .end-button, .price-bar > p:nth-child(3), .remember-me > a, .registration-error, .login-error
{
    font-weight: 700;
}
.main > form > .login-container > p, .main > .finish-container > span, .child-box-title-bar > h4, .main > p, .input-hint, .registration-done, .main > .login-container > p
{
    font-weight: 400;
}
.main > form > .login-container > .main-column-right > p, .price-bar > .price, .price-hint, .main > .login-container > .main-column-right > p
{
    font-weight: 300;
}

/* TEXT DECORATION: NONE*/
.user-area-shortcut > a, .password-reset-link, .configure-box-button, .button-tab, .box-info-button,
.not-register-info-box > a, .main > .finish-container > span > a, #button-moj-profil, #button-zahvala-spremi,
#button-zahvala-posalji-upit, .configure-box-button-active
{
    text-decoration: none;
}
/* TEXT DECORATION: UNDERLINE */
.user-area-shortcut > a:hover, .password-reset-link:hover, .box-info-column > p:hover,
.not-register-info-box > a:hover, .main > .finish-container > span > a:hover
{
    text-decoration: underline;
}

html
{
	background: #ececec;
}

html, body, .container
{
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */
	width: 100%;
	height: 100%;
	font-family: 'Roboto Slab', serif;
    /* overflow: auto; */
}
html > body, html > body .container
{
	height: auto;
}
body
{
	margin: 0;
}
/*.container
{
	position: absolute;
	top: 0;
	left: 0;
	background: #ececec;  For browsers that do not support gradients 
	background: -webkit-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  Safari 5.1 to 6.0 
	background: -o-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  For Opera 11.6 to 12.0 
	background: -moz-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  For Firefox 3.6 to 15 
	background: radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1));  Standard syntax 
	 padding-bottom: 100px; 
}*/
.container2
{
	position: absolute;
	top: 0;
	left: 0;
	background: #ececec; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, rgba(255,255,255,0.1), rgba(0,0,0,0.1)); /* Standard syntax */
	/* padding-bottom: 100px; */
}
.content
{
    margin: 50px 30px 0px;
    overflow: auto;
    padding-bottom: 30px;
}
.header
{
	height: 31px;
}
.logo
{
    float: left;
    display: block;
    width: 137px;
    height: 30px;
    background-image: url("../images/logo.svg");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
}
.logo.no_svg
{
    float: left;
    display: block;
    width: 137px;
    height: 30px;
    background-image: url("../images/logo.png");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
}
.user-area-shortcut
{
	float: right;
    display: flex;
    padding-top: 7px;
}
.user-area-shortcut > a
{
	display: block;
}
.user-area-shortcut > a:first-child {
    padding-right: 5px;
}
.user-area-shortcut > a:last-child {
    padding-left: 5px;
}
#index-main
{
    width: 780px;
}
.main
{
	margin: 0 auto;
}
.main > h1
{
	margin-top: 55px;
	text-align: center;

}
.main > p
{
	text-align: center;
	padding: 16.5px;
	border-top: 1px solid rgb(168, 168, 168);
	border-bottom: 1px solid rgb(168, 168, 168);
	margin-top: 36px;
}
.main > .login-container > h1
{
	text-align: center;
}
.main > .login-container > p
{
	text-align: center;
	padding: 16px 82px;
	margin-top: 35px;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
    line-height: 1.3;
}
.main > .login-container > .main-column-right
{
	float: right;
	width: 473px;
	height: 945px;
}
.main > .login-container > .main-column-right > h1
{
	text-align: center;
}
.main > .login-container > .main-column-right > p
{
	text-align: center;
	padding: 16.5px 50px;
	margin-top: 35px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #a8a8a8;
}
.login-container > .shaddow-box > .input-box
{
    width: 303px;
}
.main > form > .login-container > h1
{
	text-align: center;
}
.main > form > .login-container > p
{
	text-align: center;
	padding: 16px 82px;
	margin-top: 35px;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
    line-height: 1.3;
}
.main > form > .login-container > .main-column-right
{
	float: right;
	width: 473px;
	height: 945px;
}
.main > form > .login-container > .main-column-right > h1
{
	text-align: center;
}
.main > form > .login-container > .main-column-right > p
{
	text-align: center;
	padding: 16.5px 50px;
	margin-top: 35px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #a8a8a8;
}
.login-container > .shaddow-box > .input-box
{
    width: 303px;
}
.shaddow-box
{
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	background: #ffffff;
	padding: 40px 60px 36px;
	margin-top: 23px;
}
.main > .main-select-container
{
	margin: 40px auto;
	width: 780px;
	height: 352px;
}
.main > .main-select-container > a
{
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.main > .main-select-container > a:hover div
{
    background-color: rgba(0,0,0,0.1);
    background: radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,0.05));
    background: -webkit-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,0.05)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,0.05)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,0.05)); /* For Firefox 3.6 to 15 */
}
.main > .main-select-container > a > .select-shirt-container
{
	float: right;
	width: 380px;
	height: 362px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	background: #fefefe; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(circle, #f3f3f3, #fefefe); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #f3f3f3, #fefefe); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #f3f3f3, #fefefe); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #f3f3f3, #fefefe); /* Standard syntax */
}
.main > .main-select-container > a > .select-bag-container
{
	float: left;
	width: 380px;
	height: 362px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	background: #fefefe; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(circle, #f3f3f3, #fefefe); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle, #f3f3f3, #fefefe); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle, #f3f3f3, #fefefe); /* For Firefox 3.6 to 15 */
	background: radial-gradient(circle, #f3f3f3, #fefefe); /* Standard syntax */
}
.main > .main-select-container > a > .select-bag-container > img
{
	display: block;
    margin: 40px auto 0px;
    width: 196px;
    height: 279px;
}
.main > .main-select-container > a > .select-shirt-container > img
{
	width: 246px;
    height: 277px;
    display: block;
    margin: 40px auto 0px;
}
.main > .login-container
{
    display: block;
    width: 460px;
    margin: 35px auto 0;
}
.main > .login-container > .shaddow-box > input:first-child
{
    margin-bottom: 12px;
}
.main > .login-container > .shaddow-box > input:nth-child(2)
{
    margin-bottom: 22px;
}
.main > form > .login-container
{
    display: block;
    width: 460px;
    margin: 35px auto 0;
}
.main > form > .login-container > .shaddow-box > input:first-child
{
    margin-bottom: 12px;
}
.main > form > .login-container > .shaddow-box > input:nth-child(2)
{
    margin-bottom: 22px;
}
.main > .info-container
{
    /*width: 376px;*/
    width: 500px;
    margin: 0px auto;
    padding: 35px 42px 35px 42px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    background: #ffffff;
}

#box-spremljeno {
    width: 800px;
}

.box-info-column > .box-info-button:last-child {
    margin-right: 0;
}

.remember-me > label
{
    float: left;
}
.remember-me > a
{
    float: right;
    text-decoration: none;
}
.remember-me > a:hover
{
    text-decoration: underline;
}
#box-moji-podaci
{
    width: 340px;
    margin: 0px auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    background: #FFF none repeat scroll 0% 0%;
    padding: 35px 60px;
}
#box-promijeni-lozinku
{
    width: 340px;
    margin: 0px auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.75);
    background: #FFF none repeat scroll 0% 0%;
    padding: 35px 60px;
}
#box-promijeni-lozinku > .input-hint
{
    margin-top: -14px;
}
#index-container
{
    min-width: 842px;
}
#login-container
{
    min-width: 520px;
}
#registration-container
{
    min-width: 1000px;
}
#zahvala-container
{
    min-width: 520px;    
}
#registration-container > .content
{
    overflow: auto;
}
#majica-container
{
    min-width: 1260px;
}
#torba-container
{
    min-width: 1260px;
}
#profile-container
{
    min-width: 1260px;
}
.input-box
{
	background-color: #bdbdbd !important;
	border-bottom: 1px solid #737373 !important;
	border: 0;
	padding: 8px 18px;
	width: 289px;
	margin-bottom: 18px;
	font-family: 'Roboto Slab', serif;
}
.input-box-light
{
	background: #ffffff;
	border: 1px solid #999999;
	font-family: 'Roboto Slab', serif;
	padding: 1px 0 1px 8px;
}
.input-box-light-big
{
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #999;
    font-family: "Roboto Slab",serif;
    padding: 10.5px 25px;
    width: 289px;
    margin-bottom: 18px;
}
.register-container > form > .main-column-right > .shaddow-box  > .input-box
{
    margin-bottom: 25px !important;
}
.configure-child-box
{
    width: 230px;
}
.child-box-title-bar
{
    height: 25px;
    background: rgb(189, 189, 189) none repeat scroll 0% 0%;
    border-bottom: 1px solid #737373;
    margin-bottom: 9px;
}
.child-box-title-bar > h4
{
    float: left;
    margin: 5px 0 0 9px;
}
.child-box-title-bar > .minimize-icon
{
    width: 15px;
    height: 10px;
    display: block;
    float: right;
    border-top: 1px solid #686868;
    margin: 13px 10px 0 0;
}
#box-moji-podaci > .input-box-light-big:last-child
{
    margin-bottom: 0px;
}
#box-promijeni-lozinku > .input-box-light-big:last-child
{
    margin-bottom: 0px;
}
#box-unisex-container > span
{
    width: 68px;
    display: inline-block;
    font-size: 14px;
}
#box-unisex-container > input
{
    width: 148px;
    height: 21px;
    margin-bottom: 9px;
}
#box-zenska-container > span
{
    width: 68px;
    display: inline-block;
    font-size: 14px;
}
#box-zenska-container > input
{
    width: 148px;
    height: 21px;
    margin-bottom: 9px;
}
#box-djecja-container > span
{
    width: 68px;
    display: inline-block;
    font-size: 14px;
}
#box-djecja-container > input
{
    width: 148px;
    height: 21px;
    margin-bottom: 9px;
}
#box-ukupno 
{
    line-height: 30px;
    margin-top: 10px;
}
#box-ukupno > span
{
    width: 68px;
    display: inline-block;
    font-size: 14px;
}
#box-ukupno > input
{
    width: 158px;
    height: 21px;
    margin-bottom: 9px;
}
.black-button
{
	background-color: #bdbdbd;
	margin: 0px auto;
	display: block;
	font-family: 'Roboto Slab', serif;
	border: 0;
	padding: 8px 34px;
	cursor: pointer;
    border-bottom: 1px solid  #383838 !important;
    transition: all ease 0.3s;
}
.black-button:hover
{
    background-color: #060606;
}
.light-button
{
	background-color: #bdbdbd;
	border-bottom: 1px solid #737373 !important;
	border: 0;
	font-family: 'Roboto Slab', serif;
    cursor: pointer;
}
.light-button:hover
{
    background: #060606;
}
.dark-button
{
    background: #060606;
    transition: all ease 0.3s;
}
.dark-button:hover
{
    background-color: #bdbdbd;
}
.button-light-big
{
    font-family: 'Roboto Slab', serif;
    margin: 30px auto 0;
    display: block;
    width: 140px;
    height: 38px;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #6a6a6a;
    cursor: pointer;
    transition: all ease 0.2s;
}
.button-light-big:hover
{
    background: #060606;
    color: #ffffff;
}
.register-info-message
{
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 12px;
}
.password-reset-link
{
	display: block;
	text-align: center;
}
.main-toolbar
{
	float: left;
	width: 252px;
	margin-top: 23px;
}
.product-type-select-bar
{
	display: flex;
}
.product-type-select-bar > a
{
	margin-right: 14px;
}
.product-type-select-bag-button
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-bag.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #ffffff;
    transition: all ease 0.2s;
}
.product-type-select-bag-button:hover
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-bag-active.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #000000;    
}
.product-type-select-bag-button-active
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-bag-active.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #000000;
}
.product-type-select-shirt-button
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-shirt.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #ffffff;
    transition: all ease 0.2s;
}
.product-type-select-shirt-button:hover
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-shirt-active.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #000000;    
}
.product-type-select-shirt-button-active
{
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/product-type-select-shirt-active.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	background-color: #000000;
}
.configure-box-container
{
	margin-top: 13px;
}
.product-configure-box
{
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	width: 232px;
	display: block;
	background-color: #ffffff;
	padding: 10px 9px 10px 9px;
	margin-bottom: 9px;
}
.product-configure-box > .configure-box-title-bar > h3
{
	margin-bottom: 8px;
	float: left;
}
.configure-box-button
{
	background-color: #bdbdbd;
	display: block;
	margin-bottom: 9px;
	padding: 5px 9px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.configure-box-button:hover
{
	background-color: #000000;
}
.configure-box-button-active
{
	background-color: #000000;
    display: block;
	margin-bottom: 9px;
	padding: 5px 9px;
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
.product-configure-box > .configure-box-button:last-child
{
	margin-bottom: 0;
}
.configure-box-color-button {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0px 9px 9px 0px;
}
.configure-box-color-button:nth-child(7n+7) {
	margin-right: 0px;
}
.configure-box-title-bar
{
	display: block;
	height: 26px;
}
.configure-box-title-bar > .minimize-icon
{
	width: 15px;
	height: 15px;
	display: block;
	float: right;
	border-top: 1px solid #686868;
	margin-top: 2px;
    cursor: pointer;
}
.price-bar
{
	width: 247px;
	display: block;
	float: right;
	margin-top: 85px;
}
.price-bar > h3
{
	padding-bottom: 15px;
	border-bottom: 1px solid #000000;
}
.price-bar > .price
{
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}
.main-product-view
{
	float: left;
    margin-top: 76px;
    width: 58%;
}
.product-image
{
	background-position: top left;
    background-repeat: no-repeat;
	display: block;
	width: 600px;
    height: 600px;
    float: right;
}
.product-majica
{
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    background-image: url("../images/majica.png");
    width: 681px;
    height: 641px;
    margin-left: 10px;
}
.product-torba
{
    background-image: url("../images/torba-2.png");
}
.info-box 
{
    width: 215px;
    height: 185px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
    display: block;
    background-color: #FFF;
    position: absolute;
    left: 290px;
    padding: 20px 16px 21px 19px;
}
.info-box .info-box-close
{
   float: right;
   cursor: pointer;
}

/* DEFINICIJE BOJA */
.color-white
{
	background-color: #ffffff;
	border: 1px solid #999999 !important;
	width: 23px;
	height: 23px;
}
.color-yellow
{
	background-color: #fffc00;
}
.color-cyan
{
	background-color: #00ffe4;
}
.color-red
{
	background-color: #ff0000;
}
.color-dark-blue
{
	background-color: #2a00ff;
}
.color-purple
{
	background-color: #d800ff;
}
.color-magenta
{
	background-color: #ff008a;
	margin-right: 0;
}
.color-orange
{
	background-color: #ff7800;
}
.color-dark-yellow
{
	background-color: #ffe400;
}
.color-green
{
	background-color: #66ff00;
}
.color-light-green
{
	background-color: #00ff90;
}
.color-light-blue
{
	background-color: #00f0ff;
}
.color-pink
{
	background-color: #fd4fff;
}
.color-black
{
	background-color: #000000;
	margin-right: 0;
}
.color-sand
{
    background-color: #fff8ca;
}
.color-light-purple
{
    background-color: #af69a3;
}
.color-teal
{
    background-color: #1aa2d6;
}
.color-dark-purple
{
    background-color: #312e7f;
}
.color-light-pink
{
    background-color: #e01980;
}
#tb-kolicina
{
	width: 120px;
	box-sizing: border-box;
}
#button-kolicina
{
	margin-left: 5px;
}
#button-browse
{
	width: 116px;
	text-align: left;
}
#kolicina-ukupno
{
    /*margin: 0 12px;*/
    font-weight: bold;
}
#tb-majica-kolicina
{
    box-sizing: border-box;
}
.remove-item-button
{
	display: block;
	width: 26px;
	background-image: url("../images/button_x.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	margin-right: 55px;
    cursor: pointer;
}
#button-posalji
{
	margin: 0;
	padding: 5px 19px;
    margin-bottom: 39px;
}
.info-box > .title
{
    margin-bottom: 15px;
}
.button-tab
{
	background-color: #FFF;
	width: 240px;
	height: 26px;
	display: block;
	margin-bottom: 10px;
	padding: 8px 0 0 10px;
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.5);
    transition: all ease 0.2s;
}
.button-tab:hover
{
	background-color: #000000;
	width: 240px;
	height: 26px;
	display: block;
	margin-bottom: 10px;
	padding: 8px 0 0 10px;
    color: #ffffff;
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.5);
}
.selected-tab
{
	background-color: #000000;
}
.info-container > .box-info-column
{
    display: flex;
    margin-bottom: 19px;
}
.info-container > .box-info-column:last-child {
    margin-bottom: 0px;
}
.box-info-column > p {
    width: 54%;
    display: inline-block;
    padding-top: 10px;
    cursor: pointer;
}
.box-info-button
{
    padding: 10px 36px 10px 36px;
    margin-right: 10px;
    background: #bdbdbd;
    border-bottom: 1px solid #737373;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.box-info-button:hover
{
    background: #000000;
}
#data-change-container
{
    margin-top: 23px;
    float: left;
    margin-left: 7.3%;
}
.login-container > .shaddow-box > form > .input-box
{
    width: 303px;
}
.remember-me
{
    margin: 17px auto 0;
    display: block;
    width: 460px;
}
.terms-agree-section
{
    margin: 17px auto 0;
    display: block;
}
input[type="checkbox"]
{
    display: none;
}
input[type="checkbox"] + label span
{
    display:inline-block;
    width:16px;
    height:16px;
    margin: -3px 8px 0px 0px;
    vertical-align:middle;
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.5);
    cursor: pointer;
}
input[type="checkbox"]:checked + label span
{
    background-image: url("../images/check-box.png");
    background-position: center;
    background-repeat: no-repeat;
}
.not-register-info-box
{
    margin: 70px auto 0;
    display: block;
    width: 340px;
    text-align: center;
    line-height: 1.3;
}
.not-register-info-box > a
{
    margin-bottom: 17px;
    display: block;
}
.input-box::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
.input-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
.input-box::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
.input-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
.input-hint
{
    margin-top: -21px;
    display: block;
    margin-bottom: 9px;
    margin-left: 19px;
    margin-right: 45px;
}
.legal-text
{
    display: block;
    line-height: 1.3;
    height: 229px;
    overflow: auto;
    width: 370px;
}
.legal-text > span
{
    width: 93%;
    display: block;
}
.registration-error
{
    line-height: 18px;
    margin-bottom: 12px;
}
.login-error
{
    margin-bottom: 12px;
    line-height: 18px;
    text-align: center;
}
.main-column-left
{
    float: left;
    width: 460px;
    height: 370px;
    display: block;
}
.main-column-left > .shaddow-box
{
    height: 309px;
}
.register-container > form > .main-column-left > .shaddow-box
{
    margin-top: 0px;
    padding: 44px 30px 45px 60px;
    height: auto;
}
.register-container  > .main-column-left > .shaddow-box
{
    margin-top: 0px;
    padding: 44px 30px 45px 60px;
    height: auto;
}
.main-column-right
{
    width: 460px;
    float: right;
}
.register-container > form > .main-column-right > .shaddow-box
{
    margin-top: 0px;
    padding: 40px 60px 36px 60px;
    height: auto;
}
.register-container > .main-column-right > .shaddow-box
{
    margin-top: 0px;
    padding: 40px 60px 36px 60px;
    height: auto;
}
.register-container > form > .main-column-right > .shaddow-box > .input-box
{
    width: 303px;
    height: 30px;
    margin-bottom: 12px;
}
.register-container > form > .main-column-right > .shaddow-box > .black-button
{
    margin-top: 7px;
    margin-left: 100px;
    width: 140px;
    height: 39px;
    padding: 0;
}
.register-container > .main-column-right > .shaddow-box > .black-button
{
    margin-top: 7px;
    margin-left: 100px;
    width: 140px;
    height: 39px;
    padding: 0;
}
.register-container
{
    width: 940px;
    margin: 0px auto;
    display: block;
}
.register-container > h1
{
    text-align: center;
    margin: 35px 0px 35px;
}
.register-container > form > .main-column-left > .shaddow-box > h1
{
    margin-bottom: 30px;
}
.register-container > .main-column-left > .shaddow-box > h1
{
    margin-bottom: 30px;
}
.required-field
{
    vertical-align: top;
    margin-left: 15px;
}
.registration-done
{
    line-height: 1.6;
}
#button-i-prsa {
    margin-top: 2px;
}
.main-column-right > .shaddow-box > .input-box
{
    width: 304px;
}
.main-column-right > .shaddow-box > .black-button
{
    margin-left: 86px;
}
.styled-select
{
    width: 230px;
    height: 25px;
    overflow: hidden;
    background: url("../images/select-box-triangle.png") no-repeat right #bdbdbd;
    border-bottom: 1px solid #737373;
    -webkit-appearance: none;
}
.styled-select select
{
   background: transparent;
   width: 268px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 25px;
   -webkit-appearance: none;
   font-family: 'Roboto Slab', serif;
   padding-left: 5px;
}
select > option
{
    background-color: #BDBDBD;
}
.image-browser
{
    position: absolute;
    width: 624px;
    height: 464px;
    top: 13.36%;
    background: #ffffff;
    left: 32.42%;
    box-shadow: 0 3px 3px 0px rgba(0,0,0,0.5);
    display: block;
}
.image-browser > h1
{
    margin: 16px 16px 10px 16px;
}
.browser-container
{
    width: 589px;
    height: 357px;
    margin: 0px auto;
    display: block;
    border: 1px solid rgba(0,0,0,0.4);
}
.image-markers
{
    display: block;
    width: 386px;
    height: 335px;
    margin: 9px auto 0;
    background: url("../images/image-markers.png") no-repeat center;
    position: relative;
}
.image-container
{
    display: block;
    width: 374px;
    height: 323px;
    margin: 0px auto;
    background: rgb(0, 255, 228) none repeat scroll 0% 0%;
    position: absolute;
    top: 6px;
    left: 6px;
}
.image-container > img
{
    margin: 125px auto;
    display: block;
}
.image-browser > .black-button
{
    float: left;
    margin-top: 12px;
    padding: 0px 31px;
    margin-left: 17px;
    height: 32px;
}
#box-tisak-prsa-container > .styled-select:nth-child(1)
{
    margin-top: 0;
    margin-bottom: 10px;
}
#box-tisak-prsa-container > .styled-select:nth-child(2)
{
    margin-bottom: 10px;
}
#box-tisak-rukav-container > .styled-select:nth-child(1)
{
    margin-top: 0;
    margin-bottom: 10px;
    
}
#box-tisak-rukav-container > .styled-select:nth-child(2)
{
    margin-bottom: 10px;
}
#box-tisak-ledja-container > .styled-select:nth-child(1)
{
    margin-top: 0;
    margin-bottom: 10px;
}
#box-tisak-ledja-container > .styled-select:nth-child(2)
{
    margin-bottom: 10px;
}
.price-hint
{
    width: 200px;
    margin-top: 3px;
    line-height: 1.3;
}
.majica-logo
{
    background: url("../images/majica_primjer_logo.png") no-repeat center;
    display: block;
    padding: 150px 0px 0px;
    min-height: 200px;
}
.finish-container
{
    width: 460px;
    margin: 55px auto 0;
}
.main > .finish-container > h1
{
	text-align: center;
}
.main > .finish-container > span
{
	text-align: center;
	padding: 28px 42px;
	margin-top: 35px;
	border-top: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
    display: block;
    line-height: 1.2;
}
.end-button
{
    background-color: #ffffff;
    color: #000000;
    margin: 0px auto;
    display: block;
    font-family: "Roboto Slab",serif;
    border-top: 0px none;
    border-right: 0px none;
    border-left: 0px none;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 8px 34px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
    border-bottom: 0;
}
.end-button:hover
{
    background: #000000;
    color: #ffffff;
}
.eu-info {
    display: block;
    border-top: 1px solid #a8a8a8;
    margin-top: 50px;
}
.eu-info > span {
    float: left;
    display: block;
    width: 380px;
    font-size: 12px;
    color: #686868;
    line-height: 1.3;
    margin-top: 20px;
}
.eu-info > span > a {
    text-decoration: none;
}
.eu-info > span > a:hover {
    text-decoration: underline;
}
.eu_lg_w {
    float: right;
    width: 380px;
    margin-top: 9px;
}
.eu_lg_w > img:nth-child(1) {
    width: 56px;
    height: 36px;
    margin-right: 14px;
}
.eu_lg_w > img:nth-child(2) {
    height: 36px;
    margin-right: 15px;
}
.eu_lg_w > img:nth-child(3) {
    height: 52px;
}
#button-moj-profil
{
    margin: 26px auto;
    padding: 17px 0px;
    width: 229px;
    display: block;
    text-align: center;
}
#button-zahvala-spremi
{
    margin: 56px auto 0;
    padding: 11px 0px;
    width: 140px;
    display: block;
    text-align: center;
}
#button-zahvala-posalji-upit
{
    margin: 12px auto 0;
    padding: 11px 0px;
    width: 140px;
    display: block;
    text-align: center;
}
@media all and (max-width: 842px)
{
    .content { margin: 50px 30px 0; }
}
@media all and (min-width: 1200px)
{
    #data-change-container
    {
        float: unset;
        /*margin-left: 0;*/
    }
}

/* HTML5 Validator */
input:required, textarea:required {
	background: url(../images/validator/red_asterisk.png) no-repeat 98% center;
}

input:focus:invalid, textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: url(../images/validator/invalid.png) no-repeat 98% center;
}

input:required:valid, textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../images/validator/valid.png) no-repeat 98% center;
}

#sbtbtn {
	display: none;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 5px;
    width: 190px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    
}

