.blockInfo {
    background-color: #EFEFEF;
    border: 1px solid #F15C3B;
    padding: 1%;
}

.rowInfo {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 1%;
    margin-top: 0;
}

.title_blockInfo {
    display: block;
    width: 140px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.title_column {
    color: #F15C3B;
}

.row.firstRow {
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.row.SecondRow {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.buttonCLick {
    border: 1px solid #F15C3B;
    margin-left: 2px;
    font-size: 30px;
    height: 50px;
    width: 50px;
    display: inline-block;
    cursor: pointer;
    color: #F15C3B !important;
}

.iconButtonClick {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttonCLick.edit {
    color: #EFEFEF !important;
    background-color: #F15C3B !important;
}

.btn-primary {
    color: #fff;
    background-color: #F15C3B;
    border-color: #F15C3B;
}

.form-control.btn.btn-primary:hover {
    color: #F15C3B;
    background-color: #ffffff;
    border-color: #F15C3B;
}

.btn-left {
    position: absolute;
    right: 0;
    bottom: 0;
}

.buttonHidden {
    display: none;
}