@charset "UTF-8";

body.container{
    background: transparent url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/seamless_paper_texture.png") repeat scroll 0 0;
    font-family: 'Hind Siliguri', sans-serif;
    margin-top: 60px;
    margin-bottom: 80px;
}

.nav{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/dark_embroidery.png") repeat scroll 0 0;
    background-color: gray;
    z-index: 100;
}

.page-title{
    font-size:30px;
    line-height: 40px;
    padding: 10px;
}

.pricelist-item-group, .page-title, .printable-print-preview{

    margin-top:20px;
    background-color: white;
    opacity: 0.8;
}

.printable-print-preview-button{
    margin-top:20px;
    background-color: white;
    opacity: 0.8;
    padding: 15px 10px 15px 10px;
    text-align: center;
}

.printable-print-preview img{
    width: 100%;
}


.pricelist-item-group-title{
    width: 100%;
    padding: 5px 5px 5px 15px;
}

.pricelist-item-group-title input[disabled]{
    background-color: white;
    border: none;
}

.pricelist-item-group-title a{
    float: right;
    color: #929191;
    font-size: 16px;
    margin-top: 8px;
}

.pricelist-item-group-title .sort-holder-big{
    margin-right: 10px;
    cursor:grab;
}

.pricelist-item-group input{
    border: none;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    width: 80%;
}

.pricelist-item-group .pricelist-add-new-item{
    clear: both;
    color: #929191;
    padding: 15px;
}

.pricelist-item-group .pricelist-add-new-item:hover{
    color:black;
}

.pricelist-item-group-item input, .pricelist-item-group-item select{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
}

.pricelist-item-group-item{
    margin-bottom: 5px;
}

.pricelist-item-group-item a{
    color:#dbdbdb;
    margin-left: 3px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}

.pricelist-item-group-item .pricelist-item-data{
    width: 85%;
    float: right;
}

.pricelist-item-group-item a:hover{
    color:#929191;
}

.pricelist-item-group-item .sort-holder{
    margin-left:30px;
    cursor:grab;
}

.pricelist-item-group-item .long{
    width:45%;
}

.pricelist-item-group-item .short{
    width:15%;
    text-align: right;
    background-color: white;
}

.pricelist-item-group-item select.short{
    width: 20%;
    padding: 0px;
    padding-bottom: 1px;
}

/* posebni maraska proizvodi */

.pricelist-item-group-special-items{
    padding-bottom: 15px;
}

.pricelist-item-group-special-items .printable-item-title{
    color: rgb(229, 35, 17);
}

.bottom-toolbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 0;
}

.bottom-toolbar .toolbar{
    background-color: white;
    height: 60px;
}

.bottom-toolbar .toolbar a{
    padding: 10px 30px 10px 30px;
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: black;
    border: 4px solid #d8d8d8;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.printable-refresh{
    padding: 2px 5px 2px 5px;
    margin-right: 10px;
    font-size: 16px;
    color: black;
    border: 4px solid #d8d8d8;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: center;
}

.printable-refresh:hover{
    background-color: #53bf6b;
    border: 4px solid #53bf6b;
    color: white;
    animation-name: change-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

@keyframes change-button {
    from {background-color: white; border: 4px solid #d8d8d8;}
    to {background-color: #53bf6b; border: 4px solid #53bf6b; color: white}
}

@keyframes change-menu-button {
    from {background-color: rgba(83,191,107,0.2); }
    to {background-color: #53bf6b; color: white}
}

.bottom-toolbar .toolbar a:hover{
    background-color: #53bf6b;
    border: 4px solid #53bf6b;
    color: white;
    animation-name: change-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

.bottom-toolbar span{
    line-height: 60px;
    padding-left: 600px;
    font-size: 20px;
    text-align: right;
    color: #53bf6b;
    display: none;
}

a.pricelist-add-category{
    padding: 5px 10px;
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: black;
    border: 4px solid rgb(216, 216, 216);
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: white;
}

a.pricelist-add-category:hover{
    background-color: #53bf6b;
    border: 4px solid #53bf6b;
    color: white;
    animation-name: change-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

/* Dropdown Button */
.dropbtn {
    background-color: rgba(83,191,107,0.2);
    color: white;
    padding: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    display: inline-block;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown.user{
    float: right;
}

.dropdown.user .dropdown-content{
    width: 200px;
    right: 0px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #53bf6b;
    color: white;
    animation-name: change-menu-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

div.login{
    width: 320px;
    margin: 50px auto;
    background-color: white;
    border-radius: 4px;
    padding: 10px 10px;
}

div.login input{
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

div.login h3{
    text-align: center;
}

div.login button{
    padding: 5px 10px;
    font-size: 14px;
    color: black;
    border: 4px solid rgb(216, 216, 216);
    margin: 5px auto 5px auto;
    text-transform: uppercase;
    font-weight: 500;
    background-color: white;
    display: block;
}

div.login button:hover{
    background-color: #53bf6b;
    border: 4px solid #53bf6b;
    color: white;
    animation-name: change-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

div.login .login-error, .login-forgot-error{
    text-align: center;
    color: red;
}

/* dashboard */
.printable-my-pricelists, .printable-new{
    background-color: white;
    padding-bottom: 10px;
}
.printable-my-pricelists h3, .printable-new h3{
    font-size:30px;
    line-height: 40px;
    padding: 10px;
    margin-top: 20px;
    background-color: white;
    opacity: 0.8;
}

.printable-my-pricelists .printable-my-pricelist{
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin: 5px;
}

.printable-my-pricelists .printable-my-pricelist h4,
{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 2px;
}
.printable-new h4{
    padding: 10px;
}

.printable-my-pricelists .printable-my-pricelist span{
    font-style: italic;
    opacity: 0.8;
}

.printable-my-pricelists .printable-my-pricelist a,
.printable-new button, .dropdown-content button{
    padding: 5px 10px;
    float: right;
    margin-right: 10px;
    font-size: 14px;
    color: black;
    border: 4px solid rgb(216, 216, 216);
    margin-top: -15px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: white;
}

.printable-my-pricelists .printable-my-pricelist a:hover,
.printable-new button:hover, .dropdown-content button:hover{
    background-color: #53bf6b;
    border: 4px solid #53bf6b;
    color: white;
    animation-name: change-button;
    animation-duration: 0.3s;
    text-decoration: none;
}

.dropdown-content{
    width: 350px;
    padding: 10px;
}

.printable-new input, .dropdown-content input{
    border: none;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
    width: 95%;
    display: block;
    margin-left: 10px;
    padding-left: 10px;
    margin-bottom: 6px;
}

.printable-new label, .dropdown-content label{
    margin-left: 10px;
    opacity: 0.8;
    margin-bottom: 0px;
    font-style: italic;
}

.printable-new button, .dropdown-content button{
    margin-top: 10px;
}

br.clear{
    clear: both;
}

/* izbor pozadine */
.background-select{
    margin-left: 1.2%;
    margin-bottom: 10px;
    float: left;
    min-width: 260px;
    width: 48%;
    opacity: 0.8;
    cursor: pointer;
}

.background-select:hover{
    opacity: 1;
}

.background-select img{
    width: 100%;
}

/* završavanje */
.printable-my-pricelists-finish{
    margin-top: 20px;
}

.printable-my-pricelists-finish img{
    width: 100%;
}

/* password change */

#printable-password-modal input, #printable-useradd-modal input{
    color: white;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background: transparent none repeat scroll 0% 0%;
    border: none;
    border-bottom: 1px solid #bababa;
    text-align: center;
}

#printable-password-modal .error, #printable-useradd-modal .error{
    color: rgb(254, 25, 25);
    text-align: center;
}

#printable-password-modal .success, #printable-useradd-modal .success{
    color: rgb(0, 188, 55);
    text-align: center;
}
