/*-------------Calculate---------------*/
.bet-calc {
	max-width: 600px;
	margin: auto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
	overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bc-input {
    width: 48%;
    margin: 1%;
}
@media screen and (max-width:425px) {
    .bc-input {
        width: 100%;
    }
} 
label.a_lot_kfs {
    position: absolute;
    padding-left: 20px;	
}
.bc-input.a_lot_kfs {
	width: 40%;
}
.bc-input.bci-second {
	width: 50%;
	padding-top: 28px;
}
.bc-input.bci-second input {
	cursor: pointer;
}
.bc-input.bci-second input.active {
	border-color: #afafaf;
    background-color: #fffbea;
}
.bc-input.fw {
	width: 100%;
}
.bc-input label {
	padding-left: 15px;
    font-weight: bold;
}
.bc-button {
    width: 100%;
    margin: 0 1%;
}
.bet-calc input {
	width: 100%;
    border: 1px #c3c3c3 solid !important;
    border-radius: 20px;
    padding: 12px 20px !important;	
	font-size: 16px;
    margin-bottom: 0;
}
@media screen and (max-width:425px) {
    .bet-calc input {
        padding: 8px 20px !important;	
    }
}
#calculate-bet {
    display: block;
    text-align: center;
    margin: 10px 0;	
	color: #191925;
	border-bottom: 1px #00e676 solid;
}
#calculate-bet:hover {
	border: 1px #00e676 solid;
}
.bet-calc input.not-valid {
	border-color: #ff0000;
}

.bet-calc input.not-valid::-webkit-input-placeholder {color:#ff0000; !important}
.bet-calc input.not-valid::-moz-placeholder {color:#ff0000; !important}         
.bet-calc input.not-valid:-moz-placeholder {color:#ff0000; !important}           
.bet-calc input.not-valid:-ms-input-placeholder {color:#ff0000;}

.sbi-bet .btn {
    color: #191a26;
    display: block;
    padding: 5px;
    text-align: center;
    line-height: normal;
    font-size: 11px;	
}

.sbi-bet .btn:hover {
	color:#00e676;
}
.bci-bk-lot .bci-bk-logo {
	width:50%;
	float: left;
    padding-left: 20px;
}
.bci-bk-lot .bci-bk-button {
	max-width: 100%;
    margin: auto;
    margin-top: 8px;
}
.bci-bk-button {
	max-width: 150px;
    margin: auto;
	clear: both;
}
.bci-bk-button .btn {
    display: block;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    line-height: normal;	
}
.bci-bk-logo {
    width: 130px;
    margin: auto;
	margin-bottom: 5px;
}
.bci-bk-logo img {
	width: 100%;
 	border-radius: 5px;
}
.bci-bk-marja {
    float: left;
    line-height: 0.78;
    text-align: center;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    height: 47px;
    padding-top: 5px;	
}
.bci-bk-marja span {
    line-height: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #ff4545;
}
#bet-calc-result {
    font-weight: 600 !important;
    color: #ff4545;
    font-size: 18px;
    text-align: center;	
}
label[for=bet-calc-result]{
	padding-bottom: 5px;
    padding-top: 10px;
    width: 100%;
    padding-left: 20px;	
}
.teams-title {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px #ccc dashed;
    border-top: 1px #ccc dashed;
}

.bc-ish-btns {
}
.bet-calc .bc-input.bci-hide {
	opacity: 0;
	position: absolute;
	left: -500px;
}
.bet-calc .bc-input {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
	opacity: 1;
	position: relative;
	left: auto;
    margin: auto;
    margin-bottom: 0;
}
.bet-calc .btn.btn-white {
    display: block;
    text-align: center;
    background-color: #3c3e5a;
    color: #ffffff;
    line-height: normal;
    padding: 9px;
    border-color: transparent;
}
.bet-calc .btn.btn-white:visited {
    color:#ffffff;
}
.bet-calc .btn.btn-white:hover, .bet-calc .btn.btn-white.active {
    border: 1px #00e676 solid;
    background-color: #00e676;
    color: #191a26;	
}
.bci-hide.bci-show {
	opacity: 1;
}
.bc-input.marja-calc {
	width: 100%;
	padding-bottom: 30px;
}
.bc-input.marja-calc .bci-bk-marja {
    width: 100%;
    float: none;
    font-size: 28px;
}
@media screen and (max-width:425px) {
    .bci-bk-marja {
        line-height: normal;
        height: auto;
        padding-top: 0;
    }
}