﻿.cssServiceOptions {
    position: absolute;
    top: calc(50% - 190px);
    left: calc(50% - 465px);
    width: 930px;
    height: 500px;
    background-color: transparent;
    border: 0px none transparent;

}

.cssOptionSelfServiceBooking {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    height: 100%;
    background-color: #ffffffec;
    border: 0px none transparent;
    border-radius: 10px;
}

.cssOptionRequestABooking {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 450px;
    height: 100%;
    background-color: #ffffffec;
    border: 0px none transparent;
    border-radius: 10px;
}

.cssOptionImage {
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 90px);
    width: 180px;
    height: 180px;
    background-color: transparent;
    border: 0px none transparent;
}
.cssOptionLabel {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    color: #185886;
    background-color: transparent;
    border: 0px none transparent;
    text-align: center;
}
.cssOptionLabel_ShortDesc {
    position: absolute;
    top: calc(50% - 20px);
    left: 80px;
    width: calc(100% - 160px);
    color: #185886;
    background-color: transparent;
    border: 0px none transparent;
    text-align: center;
}
.cssOptionButton {
    position: absolute;
    top: calc(50% + 125px);
    left: calc(50% - 90px);
    width: 180px;
    height: 60px;
    color: white;
    background-color: #185886;
    border: 0px none transparent;
    border-radius: 10px;
    font-size: 18px;
}

    .cssOptionButton:hover {
        color: white;
        background-color: #2f6e9c;
        border: 0px none transparent;
    }

    .cssOptionButton:active {
        color: #eda730;
        background-color: #2f6e9c;
        border: 0px none transparent;
    }