
.pagination > li.myclass {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination > li a {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    cursor: default;
    background-color: transparent;
}

.pagination > li.myclass:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination > li.myclass:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    border: none;
}
.carousel-control.left {margin-left: -45px; color: black;}
.carousel-control.right {margin-right: -45px; color: black;}

/* print sales receipt */
.a0 {
    width:70mm;
    font-size:8pt;
    margin-left:auto;
    border:1px solid Black;
    margin-right:auto;
    padding-right:10px;
    margin-top: 20px;
}

.effect {
    -webkit-box-shadow: 2px 1px 7px 0 #777;
    -moz-box-shadow: 2px 1px 7px 0 #777;
    box-shadow: 2px 1px 7px 0 #777;
}

.btn {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    outline: 1px dotted white !important;
}
/*
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);
body {font-weight:100; font-family: 'Roboto', sans-serif !important;}
th {font-weight: 100;}
.btn {font-weight: 100;}
h2 {font-weight: 100;}*/

.actions {
    white-space: nowrap !important;
    width: 1% !important;
}


.fa-stacks[data-count]:after{
    position:absolute;
    right:0%;
    top:1%;
    content: attr(data-count);
    font-size:30%;
    padding:.6em;
    border-radius:999px;
    line-height:.75em;
    color: white;
    background:rgba(255,0,0,.85);
    text-align:center;
    min-width:2em;
    font-weight:bold;
}

.badges{
    position: relative;
    margin-left: 60%;
    margin-top: -60%;
}

/* na sale strani kada klikne na promociju */
.discount {
    margin-left:0;
    padding-left:0;
    padding-bottom: 10px;
    min-height: 70px;
}
.discount li {
    float: left;
    width: 100px;
    list-style-type: none;
    padding-bottom:10px;
}

.discount li .panel {
    border: 1px solid #AAAAAA;
    background: #DEDEDE;
    padding: 10px;
    height: 70px;
    margin-right:10px;
    -moz-box-shadow:    0 5px 6 2 #ccc;
    -webkit-box-shadow: 0 5px 6 2 #ccc;
    box-shadow:         0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.force-to-bottom {
    position:absolute;
    bottom: 5%;
    width: 100%;
}


.print-sales-info {
    text-align: center;
    padding: 10px;
}
