/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2019, 11:45:58 AM
    Author     : gasper
*/

button{
    font-size: 14px;
    text-align: center;
    transition: all .4s;
    letter-spacing: 1px;
    height: 40px;
}

.btn-header{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    width: 300px;
    color: #292929;
    margin-top:30px;
}
.btn-header:hover{
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}
.btn-header:hover svg path{
    fill: #edb780;
}

.btn-header-stock{
    background-image: linear-gradient(to right, #6d6d6d, #bbbbbb 50%, #efddcc);
    border: 2px solid #303030;
    width: 300px;
    color: #292929;
    margin-top:30px;
}
.btn-header-stock:hover{
    color:black;
    background: #efddcc;
    border-color:#6d6d6d;
}

.btn-header-stock:hover svg path{
    fill: black;
}

.btn-file-upload{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    color: #292929;
}
.btn-file-upload:hover{
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}

.cartButton1{
    width: 100%;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    color: #292929;
    border: 2px solid #303030;
    margin-top: 20px;
}
.cartButton1:hover{
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}

.cartButton3{
    width: 100%;
    color:#edb780;
    background: #303030;
    border-color:transparent;
    margin-top: 20px;
}

.cartButton3:hover{
    color:#fff;
}

.btn-next{
    color:#edb780;
    background: #272727;
    border: 2px solid #edb780;
    margin-top: 20px;
    float: right;
    height: 53px;
    width: 33.3%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.btn-next:hover{
    color: #292929;
    border: none;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
}

.btn-next1{
    color:#edb780;
    background: #272727;
    border: 2px solid #edb780;
    margin-top: 20px;
    float: right;
    height: 53px;
    width: 33.3%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    border-radius: 30px;
}

.btn-next1:hover{
    color: #292929;
    border: none;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
}

.btn-previous{
    color:#edb780;
    background: #272727;
    border: 2px solid #edb780;
    margin-top: 20px;
    float: left;
    height: 53px;
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    border-radius: 30px;
}

.btn-previous:hover{
    color: #292929;
    border: none;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
}

.btn-ghost{
    background:transparent;
    border: 2px solid #464646;
    color: white;
    padding: 1px 12px;
    font-size:12px;
    height:auto;
    padding-top:2px;
    padding-bottom:1px;
}
.btn-ghost:hover{
    color:white;
}

.btn-document{
    background:transparent;
    border: 2px solid #edb780;
    color: white;
    padding: 1px 12px;
    font-size:12px;
    height:auto;
    padding-top:2px;
    padding-bottom:1px;
}
.btn-document:hover{
    color:white;
    background:#edb780;
    border-color:#edb780;
}
.btn-document:hover svg path{
    fill: #edb780;
}

.btn-close{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    color: #292929;
    width: 100%;
}
.btn-choice{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    color: #292929;
    width: 100%;
}
.btn-choice:hover, .btn-close:hover{
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}
.btn-choice svg{
    width: 20px;
    display: inline-block;
    float: left;
}
.btn-choice:hover svg{
    fill:#edb780;
}
.modal-footer .btn+.btn{
    margin-left:0px;
}

.btn-profile{
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    width: 300px;
    color: #292929;
}
.btn-profile:hover{
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}

.btn-profile:hover svg path{
    fill: #edb780;
}

.btn-sepa{
    background:transparent;
    border: 2px solid #edb780;
    color: white;
    padding: 1px 5px;
    font-size:12px;
    height:auto;
}
.btn-sepa:hover{
    color:white;
    background:#edb780;
    border-color:#edb780;
}
.btn-sepa:hover svg path {
    fill: #edb780;
}

.btn-sepa-form {
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
    width: calc(100% / 3.1);
    color: #292929;
    margin-top:10px;
}
.btn-sepa-form:hover {
    color:#edb780;
    background: #303030;
    border-color:#edb780;
}
.btn-sepa-form-inverse {
    color:#edb780;
    background: #303030;
    border-color:#edb780;
    width: calc(100% / 3.1);
    margin-top:10px;
}
.btn-sepa-form-inverse:hover {
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    color: #292929;
    border: 2px solid #303030;
}

.btn-upn {
    background: #303030;
    border-color:#edb780;
    width: 300px;
    color:#edb780;
    height:30px;
    line-height: 0.428571;
    position:absolute;
    right:calc(50% - 150px);
    bottom:25px;
}
.btn-upn:hover {
    color: #292929;
    background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
    border: 2px solid #303030;
}
