﻿div#ExploreContainerBackground div.contentWell:nth-child(1), div#ExploreContainerBackground div.contentWell:nth-child(2), div#ExploreContainerBackground div.contentWell:nth-child(3) {
    padding-bottom: 50px !important;
}

div#ExploreContainerBackground div.contentWell:nth-child(4), div#ExploreContainerBackground div.contentWell:nth-child(5), div#ExploreContainerBackground div.contentWell:nth-child(6) {
    padding-bottom: 25px !important;
}

div#ExploreContainerBackground .contentWellDetails {
    height: 150px;
    width: 100%;
}

div#ExploreContainerBackground .contentWell:nth-child(3) div.contentWellInner, div#ExploreContainerBackground .contentWell:nth-child(6) div.contentWellInner {
    margin-left: 10%;
}

.contentWell:nth-child(2) div, .contentWell:nth-child(5) div {
    margin: auto;
}



div.contentWellWrapper div.contentWell div#pnlContentWellInner:hover{
    cursor: pointer;
}



@media only screen and (min-width: 768px) and (max-width: 1430px) {
    div#ExploreContainerBackground div.contentWellDetails {
        height: 140px;
    }
}

@media only screen and (min-width: 1430px) and (max-width: 2000px) {
    div#ExploreContainerBackground div.contentWellDetails {
        height: 180px;
    }
}

div#ExploreContainerBackground h3 {
    font-size: 21px !important;
}

@media only screen and (max-width: 425px) {
    div#ExploreContainerBackground h3 {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1300px) {
    div#ExploreContainerBackground .contentWellLink {
        padding-top: 25px !important;
    }
}

@media only screen and (min-width: 1048px) and (max-width: 1300px) {
    div#ExploreContainerBackground .contentWellLink {
        padding-top: 50px !important;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1048px) {
    div#ExploreContainerBackground .contentWellLink {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 400px) {
    div#ExploreContainerBackground .contentWellLink {
        padding-top: 25px !important;
    }
}

li.liFlex{
    padding-top: 15px !important; 
}


/**
 * Admin
 */

#contentWellAdminWrapper {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 14px;
}

    #contentWellAdminWrapper h1 {
        font-size: 36px;
    }

    #contentWellAdminWrapper .button {
        margin-bottom: 0 !important;
    }

        #contentWellAdminWrapper .button.upload {
            margin-top: 20px;
        }

    #contentWellAdminWrapper .contentWellImage .uploadImage {
        width: 83%;
    }

    #contentWellAdminWrapper .requiredLegend {
        float: right;
    }

    #contentWellAdminWrapper .contentWellImage {
        /*overflow: hidden;*/
    }

    #contentWellAdminWrapper .contentWellProperties {
        border-top: 1px solid #EEE;
        margin-top: 40px;
        padding-top: 5px;
    }

        #contentWellAdminWrapper .contentWellProperties ul {
            display: inline-block;
            margin: 0 0 30px 0;
            padding: 0;
            width: 75%;
        }

            #contentWellAdminWrapper .contentWellProperties ul li {
                display: inline-block;
                width: 100%;
                padding: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #contentWellAdminWrapper .contentWellProperties ul li table {
                    width: 100%;
                }

                    #contentWellAdminWrapper .contentWellProperties ul li table td:nth-child(1n) {
                        width: 20%;
                        vertical-align: top;
                    }

                    #contentWellAdminWrapper .contentWellProperties ul li table td:nth-child(2n) {
                        width: 5%;
                    }

                    #contentWellAdminWrapper .contentWellProperties ul li table td:nth-child(3n) {
                        width: 75%;
                    }

                    #contentWellAdminWrapper .contentWellProperties ul li table .fieldTitle {
                        text-align: right;
                    }

        /*input fields*/
        /*#contentWellAdminWrapper .contentWellProperties input[type="text"],
        #contentWellAdminWrapper .contentWellProperties textarea {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #C9C9C9;
            border-radius: 3px;
            box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
            font-family: 'Arial',sans-serif;
            color: #333333;
            font-size: 12px;
            margin-bottom: 0;
            padding: 6px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }*/

        #contentWellAdminWrapper .contentWellProperties .toolTip {
            float: left;
            margin-top: 5px;
        }

    #contentWellAdminWrapper .imageActions {
        margin: 30px 0;
    }

    /* radGrid */
    #contentWellAdminWrapper .RadGrid_Default .rgHeader a {
        color: #0997be;
    }

        #contentWellAdminWrapper .RadGrid_Default .rgHeader a:hover {
            color: #45c2c6;
            text-decoration: underline;
        }

    #contentWellAdminWrapper .iconImage {
        max-width: 100px;
    }



