﻿
#mainContent_DetailsPopUp_LPV {
    display: none !important;
}

#mainContent_Popup2_PWC-1 {
    background: RGB(245,245,245) !important;
}

#mainContent_Popup2_DetailsPopUp_ASPxImage5 {
    margin-left: -3.43px;
    margin-right: -3.76px;
}

#mainContent_Popup2_DetailsPopUp_LPV {
    display: none !important;
}


#mainContent_BottomGraph {
    margin-top:-50px;
}

.ClickableRow {
   cursor:pointer !important;
}




/*.h-100.overflow-hidden.demo-area-highlight {
    display: none !important;
}*/




.guidelogo {
    width: 90px;
}

.guidebutton {
    border: 1px solid black;
    border-radius: 30px;
    height: 100px;
    width: 100%;
    max-width: 300px;
    background-color: #F5921B;
    cursor: pointer;
    margin: 0 auto;
}

    .guidebutton:hover {
        background-color: #F0592B;
    }

    .guidebutton:focus {
        background-color: #ED2024;
    }

.guidebuttonCONTENT {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    padding-top: 5px;
}


.AppBlock {
    width: 100%;
    min-height: 420px;
    min-width:408px;
    border: solid black 2px;
    border-radius: 10px;
    background-color: #FAC583;
    text-align: center;
    margin: 0 auto;
    padding: 3px;
    margin-bottom: 25px;
}

    .AppBlock .bulletts {
        text-align: left !important;
    }

    .AppBlock img {
        max-width: 200px;
        margin: 0 auto;
    }

.contenthold {
    width: 100%;
    margin: 0 auto;
}


@media (max-width: 1655px) {

    .col-3 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex: 0 0 60% !important;
        margin: 0 auto !important;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
    }

    .col-4 {
        width: 100% !important;
        max-width: 100% !important;
        -webkit-flex: 0 0 60% !important;
        margin: 0 auto !important;
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
    }


    .AppBlock {
        width: 100%;
        height: auto;
        min-height: 200px !important;
        min-width: 408px;
        max-width: 500px;
        border: solid black 2px;
        border-radius: 10px;
        background-color: #FAC583;
        text-align: center;
        margin: 0 auto;
        padding: 3px;
        margin-bottom: 25px;
    }

        .AppBlock .bulletts {
            text-align: left !important;
        }

        .AppBlock img {
            max-width: 300px;
            margin: 0 auto;
        }
}