/*
 * file: goldrechner-public.css
 * package:    wp-content\plugins\goldrechner\public\css
 * created:    Fri Aug 02 2019
 * author:     oppo, webiprog.de
 * version:    1.0.0
 * modified:   Monday July 22nd 2019 12:05:26 pm
 * copyright   (c) 2008-2019 Webiprog GmbH, UA. All rights reserved.
 * license     GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.goldrechner-container:after,
.goldrechner-container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    display: table;
    content: ' ';
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.goldrechner-container:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.goldrechner-container {
    max-width: 100%;
}

.goldrechner-container {
    min-width: 320px;
}


/*CSS to Add BootStrap Grid to Elements on Page without requiring it to be on the actual page. */

@media (min-width: 750px) {
    .goldrechner-container {
        width: 750px;
    }
}

@media (min-width: 970px) {
    .goldrechner-container {
        width: 970px;
    }
}

@media (min-width: 1170px) {
    .goldrechner-container {
        width: 1170px;
    }
}

.goldrechner-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.purchase-left .goldrechner-container {
    padding: 0px;
    min-width: 0px;
}

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-5 {
        width: 41.66666667%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

@media (min-width: 768px) {
    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.wrapper.calc {
    padding: 30px 0px;
    background: #f4eed6;
}

.wrapper.calc .box .headline {
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.wrapper.calc .box .headline.palladium {
    border-bottom: 0px;
    line-height: 41px;
    margin-bottom: 10px;
}

.wrapper.calc .box .headline.coins {
    border-bottom: 0px;
    line-height: 41px;
    margin-bottom: 10px;
    /* margin-top: 46px; */
}

.wrapper.calc .col-gold .box {
    background-image: linear-gradient(#f0d86a, #ffffff, #f0d86a);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrapper.calc .col-silver .box {
    background-image: linear-gradient(#c2c1c0, #ffffff, #c2c1c0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrapper.calc .col-platinum .box {
    background-image: linear-gradient(#aeafaf, #ffffff, #aeafaf);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrapper.calc .col-palladium .box {
    background-image: linear-gradient(#d0ccc3, #f8f6ef, #b6b1a4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wrapper.calc .box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.wrapper.calc .box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.wrapper.calc .box .gold-input {
    display: block;
    /* clear: right; */
}

.wrapper.calc .col-platinum .gold-input input.value,
.wrapper.calc .col-silver .gold-input input.value {
    border-color: rgb(83, 83, 82);
}

.wrapper.calc .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#re_calc_button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    max-width: 270px;
    font-size: 20px;
    -webkit-appearance: button;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 58px;
    text-transform: none;
    letter-spacing: 0px;
}

#calc-form button {
    background: #2180d1;
}

#calc-form button.button-clear {
    background: #da8d49;
}

.calc-button-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    height: 60px;
    background: #d9c26c;
    padding-left: 15px;
}

.calc-button-2 .price {
    float: right;
    padding-right: 10px;
    font-size: 28px;
    line-height: 60px;
}

.calc-button-2 .gold,
.calc-button-2 .white {
    /* padding-top: 10px; */
    padding-top: 1rem;
}

.calc-button-2 .hint {
    font-size: 12px;
}

.wrapper.prices {
    margin: 20px 0px;
}

.wrapper.prices .prices-bottom {
    padding-top: 3px;
    position: relative;
    /* top: -3px; */
    z-index: 10;
    border: 1px solid #d1d1d1;
    border-top: 0px;
    line-height: 53px;
    background: #ded0be;
    padding-left: 15px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
}

.wrapper.prices .prices-bottom .box-countdown {
    display: inline-block;
    padding-left: 5px;
}

#calc-form .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.wrapper.calc .box .gold-input {
    padding: 0px 20px 2px 20px;
}

@media (min-width: 1170px) {
    .wrapper.calc .box .gold-input {
        padding: 0px 20px 2px 20px;
    }
    .wrapper.calc .form-control {
        padding: 0 12px;
        font-size: 14px;
    }
    #calc-form .rialto-price {
        width: 19.6%;
        font-size: 13px;
    }
}

@media (min-width: 970px) {
    .wrapper.calc .box .gold-input {
        padding: 0px 10px 2px 10px;
    }
    .wrapper.calc .form-control {
        padding: 6px 6px;
        font-size: 13px;
    }
    #calc-form .rialto-price {
        width: 19.7%;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .wrapper.calc .box .gold-input {
        padding: 0px 15px 2px 15px;
    }
    .wrapper.calc .form-control {
        padding: 0 12px;
        font-size: 14px;
    }
}

.wrapper.calc .box .gold-input label {
    float: left;
    width: 36%;
    padding-left: 0px;
    line-height: 30px;
}

.wrapper.calc .box .gold-input input.value {
    float: left;
    width: 38%;
    height: 32px;
    line-height: 36px;
    /* border: none; */
    text-align: right;
    border-color: #ffbd18;
}

#calc-form .rialto-price {
    float: left;
    margin-left: 10px;
    border: 1px solid #c0c0c0;
    max-width: 45px;
    text-align: center;
    width: 19.6%;
    height: 32px;
    line-height: 36px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 13px;
    padding: 0 3px;
}

@media only screen and (max-width: 799px) {
    #re_calc_button {
        font-size: 1.3rem !important;
        display: block;
        padding: 6px 15px;
        height: 38px;
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .calc-button-2 .price {
        float: right;
        padding-right: 7px;
        font-size: 1.9rem;
        line-height: 60px;
    }
    .calc-button-2 .gold,
    .calc-button-2 .white {
        padding-top: 1rem;
    }
}


/* progress bar container */

.progressbar-gold {
    width: 100%;
    margin: 15px auto;
    height: 40px;
    margin-bottom: 0;
    /* border: solid 1px rgb(165, 152, 135);
    background-color: #f4eed7; */
}

.progressbar-gold .innersalo {
    height: 7px;
    animation: progressbar-countdown;
    /* Placeholder, this will be updated using javascript */
    animation-duration: 40s;
    /* We stop in the end */
    animation-iteration-count: 1;
    /* Stay on pause when the animation is finished finished */
    animation-fill-mode: forwards;
    /* We start paused, we start the animation using javascript */
    animation-play-state: paused;
    /* We want a linear animation, ease-out is standard */
    animation-timing-function: linear;
    box-sizing: border-box;
}

@-webkit-keyframes progressbar-countdown {
    0% {
        width: 100%;
        background-color: #cbea00;
    }
    100% {
        width: 0%;
        background: #f00;
    }
}

@keyframes progressbar-countdown {
    0% {
        width: 100%;
        background-color: #cbea00;
    }
    100% {
        width: 0%;
        background: #f00;
    }
}


/* add 08.08.2019 14:38 */

.wrapper.prices table {
    width: 100%;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    background: #fff;
    margin: 0;
    border: none;
}

.wrapper.prices .tbl-left table {
    border-left: 1px solid #e8e8e8;
}

.wrapper.prices .tbl-right table {
    border-right: 1px solid #e8e8e8;
}

@media only screen and (max-width: 799px) {
    .wrapper.prices table {
        border: 1px solid #e8e8e8;
        margin-bottom: 10px;
    }
    .purchase-prices h2 {
        text-align: center;
    }
}

.wrapper.prices table th {
    line-height: 38px;
    padding: 0px 20px;
    font-size: 18px;
    color: #383737;
}

.wrapper.prices table th.gold {
    background-image: linear-gradient(#edda82, #e2c55c, #edda82);
    line-height: 38px;
    padding: 0px 20px;
}

.wrapper.prices table th.silver {
    background-image: linear-gradient(#e1e1e1, #d6cfcf, #e1e1e1);
    line-height: 38px;
    padding: 0px 20px;
}

.wrapper.prices table th.platinum,
.wrapper.prices table th.palladium {
    background-image: linear-gradient(#e9e6dd, #cac6bc, #e9e6dd);
    line-height: 38px;
    padding: 0px 20px;
}

.wrapper.prices table th.palladium {
    background-image: linear-gradient(#d2cec5, #e9e4d2, #e9e3d0);
    line-height: 35px;
    padding: 0px 16px;
    font-size: 17px;
}

.tabl-palladium {
    margin-top: -1px;
}

.wrapper.prices table tbody tr:nth-child(even) {
    background: #fdfdfd;
}

.wrapper.prices table .even {
    background: #f4eed6;
}

.wrapper.prices table td {
    line-height: 35px;
    padding: 0px 20px;
}

.wrapper.prices table td.tbl-price {
    text-align: right;
}

.unit-price {
    margin-left: 2px;
}


/**  @FIX by oppo (webiprog.de) * @Date: 2020-07-20 12:38:34
 * @Desc: select form inline
 */


/* Style the form - display items horizontally */

.form-inline {
    /* display: -ms-flexbox;
    display: flex; */
    /* -ms-flex-wrap: wrap; */
    /* flex-flow: row wrap; */
    /* align-items: center; */
    width: 100%;
    /* justify-content: flex-start; */
    background: #d9c26c;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}


/* Add some margins for each label */

.form-inline label {
    margin: 5px 10px 5px 0!important;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    margin: 0;
}

.col-sflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (max-width: 992px) {
    .col-sflex {
        margin-bottom: 15px;
    }
    .form-inline label {
        flex-basis: 80px;
        width: 80px;
    }
}

@media all and (max-width: 767px) {
    .form-inline select,
    .form-inline input.sel-form-control {
        width: 100%!important;
    }
    .purchase-result {
        margin-bottom: 15px;
        /* background: #2180d1; */
        background-color: #DA8D49;
        color: #ffffff !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .purchase-result .intro {
        font-size: 13px;
    }
    .purchase-result .hint {
        font-size: 11px;
        color: #ffffff;
    }
    .purchase-result .price {
        font-size: 14px;
    }
}


/* Style the input fields */

.form-inline select,
.form-inline input.sel-form-control {
    vertical-align: middle;
    /* margin: 5px 10px 5px 0!important; */
    /* padding: 10px; */
    margin: 0 0 0 0!important;
    background-color: #fff;
    /* width: auto !important; */
    /* -webkit-box-flex: 1;
    flex: 1 0 220px; */
    display: inline-block!important;
    /* width: calc(100% - 80px) !important; */
    /* width: auto; */
    vertical-align: middle;
    height: 50px;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #ffbd18;
}


/* Style the submit button */

#btn-select-calc {
    background-color: #c39f76;
    background-image: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 15px !important;
    height: 40px;
    line-height: 1 !important;
    width: 100%;
    letter-spacing: .02;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    margin: 0;
    margin-top: 3px;
    vertical-align: middle;
}

#btn-select-calc:hover,
#btn-select-calc:focus {
    background-color: #292929 !important;
    color: #FFF !important;
}

@media only screen and (max-width: 799px) and (min-width: 480px) {
    #btn-select-calc {
        font-size: 13px!important;
    }
}

.purchase-result {
    margin-bottom: 15px;
    /* background: #2180d1; */
    background-color: #DA8D49;
    color: #ffffff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.purchase-result .intro {
    font-size: 15px;
    background: none;
    color: #ffffff;
    padding: 5px 0px 5px 5px;
    line-height: 27.5px;
}

.purchase-result .hint {
    font-size: 12px;
    color: #ffffff;
}

.purchase-result .price {
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}

#purchase-result {
    display: none;
}


/**  @FIX by oppo (webiprog.de) * @Date: 2020-08-06 13:40:37
 * @Desc:  iframe
 */

.form-iframe {
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd7d7;
    margin-bottom: 15px;
    background-color: #EEEEEE;
    line-height: 1.428571429;
}

#calc_code_resp:hover,
#calc_code_resp:focus {
    background-color: #292929 !important;
    color: #FFF !important;
}

#calc_code_resp {
    background-color: #c39f76;
    background-image: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 15px !important;
    height: 40px;
    line-height: 1 !important;
    letter-spacing: .02;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: inherit;
    margin: 0;
    margin-top: 3px;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

.mt5 {
    margin-top: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.pd20 {
    padding: 20px;
}

.pd10 {
    padding: 10px;
}

.r4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.r5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bg_weiss {
    background-color: #FFF;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.zag-iframe,
.form-iframe h4 {
    font-weight: bold;
    font-size: 18px;
    color: #ad8957;
}

.clr-iframe20 {
    clear: both;
    height: 20px;
}

.clr-iframe10 {
    clear: both;
    height: 10px;
}


/* input[type="color" i] {} */

#iframe_calc_color,
#iframe_calc_bgcolor {
    appearance: square-button;
    width: 44px;
    height: 23px;
    background-color: -internal-light-dark(rgb(239, 239, 239), rgb(74, 74, 74));
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    padding: 1px 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}