﻿.HelperBox_Wrapper {
    padding: 10px 0 10px 25px;
    position: relative;
    
}

.HelperBox_Wrapper.IsCentered {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.HelperBox_Box {
    background-color: #fff;
    border: solid 2px #fff;
    border-radius: 4px;
    min-height: 80px;
    padding: 10px 10px 10px 35px;
    position: relative;
    vertical-align: middle;
}

.HelperBox_Photo {
    background-color: #fff;
    color: orange;
    height: 50px;
    left: 0;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}

.HelperBox_Photo img {
    height: 100%;
    width: 100%;
}

.HelperBox_Photo .fa {
    background-color: #F4BA29;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.HelperBox_Text {
    color: #696868;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    width: 100%;
}

.Warning .HelperBox_Box {
    border: 2px solid #F4BA29;
    
    
}

@media screen and (max-width: 991px) {
    .HelperBox_Wrapper.IsCentered {
        width: auto;
    }
}