/*!
 * Application global styles
 *
 * Copyright 2016
 */

body {
	font-family: Helvetica, Arial, sans-serif;
}

.fa-btn {
	margin-right: 6px;
}

.btn a {
	text-decoration: none;
}

div.btn-primary:hover,
div.btn-primary:hover a {
	background-color: #286090;
}

.table > thead > tr > th {
	vertical-align:top;
}

ul#tabs {
    margin-bottom: 6px;
}

.navbar-padding-right {
	margin-right: 6px;
}

.page-footer form {
	float: right;
	margin-top: 20px;
}

.input-group.datetimepicker {
	padding-left: 15px;
	padding-right: 15px;
}

#set-photos .modal-dialog {
	max-width: 75%;
}

.product .foto {
    margin: 0 15px;
    padding: 0;
	height: 320px;
	width: 320px;
}

.foto {
   position: relative;
   overflow: hidden;
}

.foto ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.foto li {
    /* Required only for block elements like <li>'s */
    float: left;
}
a.produkt-foto{
    cursor: pointer;
}

.photos {
	padding-top: 20px;
}

button.save {
    background: #e30301 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}

a.save {
    background: #e30301 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}

.photos .choose-photo {
    background: transparent;
    color: #fff;
    font-size: 15px;
	height: 100%;
    margin-left: 15px;
}

.choose-photo label {
    background: #e30301 none repeat scroll 0 0;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    margin: 0;
    padding: 6px 0;
    font-size: 15px;
	width: 100%;
    cursor: pointer;
}

.choose-photo input[type='file'] {
    position: absolute;
    display: none;
	width: 100%;
}

.photos input#filename {
    border: none;
    padding: 6px 0;
}
.photos .save-photo {
    padding: 0;
    margin-right: 15px;
}

.photo-add {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 50px;
}

.product-attribute {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	margin-right: 30px;
	position: relative;
}

.announcement-photo {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
}

div.check-cover [type="checkbox"]:not(:checked),
div.check-cover [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

div.check-cover [type="checkbox"]:not(:checked) + label,
div.check-cover [type="checkbox"]:checked + label {
  position: relative;
    left: 25px;
    bottom: -5px;
  cursor: pointer;
  font-weight: normal;
}

div.check-cover [type="checkbox"]:not(:checked) + label:before,
div.check-cover [type="checkbox"]:checked + label:before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #e30301;
    cursor: pointer;
    height: 20px;
    opacity: 1;
    padding: 0;
    position: absolute;
    left: -25px;
/*    bottom: -10px;*/
    width: 20px;
    content: "";
}

div.check-cover [type="checkbox"]:not(:checked) + label:after,
div.check-cover [type="checkbox"]:checked + label:after {
  content: url(../images/bg_check.png);
  position: absolute;
    left: -22px;
/*    bottom: -10px;*/
  font-size: 18px;
  line-height: 0.8;
  color: #e30301;
  transition: all .2s;
}

div.check-cover [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
div.check-cover [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
