﻿/******************** Save Button ********************/
.euroPredCnts .predictionCnts .saveHint { position: fixed; width: 1282px; height: 90px; border-top: 2px solid #45B3EB; bottom: -90px; z-index: 5; left: 50%; transform: translateX(-50%); background: #000; transition: all .2s ease-in-out 0s; -webkit-transition: all .2s ease-in-out 0s; -moz-transition: all .2s ease-in-out 0s; -ms-transition: all .2s ease-in-out 0s; -o-transition: all .2s ease-in-out 0s; }
.euroPredCnts .predictionCnts .saveHint .cnts { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 750px }
.euroPredCnts .predictionCnts .saveHint .cnts p { display: inline-block; float: right; font-family: droidLight,Arial; font-size: 14px; line-height: 3; text-align: right; color: #fff }
.euroPredCnts .predictionCnts .saveHint .cnts .icon-atn:before { content: "S"; float: right; font-size: 18px; color: #45B3EB; margin-left: 16px; line-height: 2.2 }
.euroPredCnts .predictionCnts .saveBtn { display: inline-block; float: left; width: 150px; height: 40px; background: #45B3EB; color: #fff; font-family: droidLight,Arial; font-size: 14px; line-height: 3; text-align: center; border-radius: 4px; }
.showPredHint .euroPredCnts .predictionCnts .saveHint { bottom: 0px }

@media screen and (min-width:1360px) and (max-width:1919px) {
        .euroPredCnts .predictionCnts .saveHint { width: 1100px }

}

@media screen and (min-width:1280px) and (max-width:1359px) {
    .euroPredCnts .predictionCnts .saveHint { width: 1000px }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .euroPredCnts .predictionCnts .saveHint { width: 800px }
}

@media only screen and (max-width: 1023px) {
       .euroPredCnts .predictionCnts .saveHint { width: 100% }
    .euroPredCnts .predictionCnts .saveHint .cnts { width: 700px }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
     .euroPredCnts .predictionCnts .saveHint { height: 130px; bottom: -120px }
    .euroPredCnts .predictionCnts .saveHint .cnts { width: 100%; ;padding:10px;top: 10px; left: 50%; transform: translateX(-50%); }
    .euroPredCnts .predictionCnts .saveHint .cnts .icon-atn:before { line-height: 1.5; height: 50px; margin-left: 10px }
    .euroPredCnts .predictionCnts .saveHint .cnts p { font-size: 13px; line-height: 2; width: 100%; margin-bottom: 10px; }
    .euroPredCnts .predictionCnts .saveBtn { width: 100px; height: 28px; display: inline-block; line-height: 2.4; font-size: 12px; margin: 0; }
}