﻿.commonSpaceSeprator {
    height: 20px;
}

.defaultContentFrame {
    width: 100%;
    height: 465px;
}

.defCol {
    text-decoration: none;
    color: #a00000;
}

.genralTextBox {
    width: 165px;
    border: 1px solid #a00000;
    border-radius: 3px;
    padding: 3px;
}

.genralDropdown {
    width: 173px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.mobileNumberCounryCodeTextBox {
    width: 30px;
    border: 1px solid #a00000;
    border-radius: 3px;
    padding: 3px;
}

.yearDropdown {
    width: 53px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.monthDropdown {
    width: 62px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.dayDropdown {
    width: 50px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.houreDropdown {
    width: 85px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.minuteDropdown {
    width: 85px;
    border: 1px solid #a00000;
    border-radius: 3px;
}

.mobileNumberTextBox {
    width: 122px;
    border: 1px solid #a00000;
    border-radius: 3px;
    padding: 3px;
}

.defaultLableAlign {
    text-align: right;
    color: #a00000;
    padding-right: 25px;
}

.defaultTileLable {
    font-weight: bold;
    text-align: center;
    color: #a00000;
    height: 85px;
}

.defaultLinkbutton {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 12px;
    /*background-color: rgba(160, 0, 0, 0.75);*/
    background-image: url(../../Images/DefaultHeaderBackground.png);
    border-style: none;
    border-radius: 10px 0px 10px 0px;
    box-shadow: #808080 0px 0px 1px;
    text-decoration: none;
    cursor: pointer;
}

    .defaultLinkbutton:hover {
        /*background-color: rgba(160, 0, 0, 0.75);*/
        background-image: url(../../Images/DefaultHeaderBackground.png);
        box-shadow: #808080 0px 0px 8px;
    }

.defaultPannel {
    color: #a00000;
}
/* --- Default Page (inside cast) */
.castSearchLableAlign {
    text-align: right;
    color: #a00000;
}

.castSearchDropDown {
    width: 170px;
}

/* --- Login Page (inside cast) */

.castLoginLableAlign {
    text-align: right;
}

.castLoginTextBox {
    width: 165px;
}

/* --- Advertisment Page ---  */

.defaultAdvertismentLableAlign {
    text-align: left;
}

/* --- Contact Us Page ---  */

.defaultContactUsLableAlign {
    text-align: right;
}

/* --- --- */

.gridDisplay {
    border: 1px solid #a00000;
    /*height:150px;*/
    /*width:320px;*/
    height: 320px;
    width: 200px;
    font-size: 14px;
    /*background-color:rgba(178,0,0,0.0);*/
    background-image: url(../../Images/Transparent.png);
    cursor: pointer;
    border-radius: 5px;
}

    .gridDisplay:hover {
        border: 0px solid #a00000;
        box-shadow: rgb(0, 0, 0) 0px 0px 5px;
        background-image: url(../../Images/DefaultHeaderBackground.png);
        /*background-color: rgba(160, 0, 0, 0.75);*/
        color: #ffffff;
    }

        .gridDisplay:hover .gridDisplayMoreButton {
            color: #a00000;
            /*background-color:#ffffff;*/
            /*background-image:url(../../Images/Transparent.png);*/
            background-image: url(../../Images/WhiteImg.png);
        }

.gridDisplayProfileImage {
    margin: 10px;
    height: 100px;
    width: 80px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gridDisplayMoreButton {
    width: 60px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 12px;
    /*background-color: rgba(160, 0, 0, 0.75);*/
    background-image: url(../../Images/DefaultHeaderBackground.png);
    border-style: none;
    border-radius: 10px 0px 10px 0px;
    box-shadow: #808080 0px 0px 1px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .gridDisplayMoreButton:hover {
        box-shadow: rgb(0, 0, 0) 0px 0px 3px;
    }

.moreDetailContainer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    /*background-color:rgba(255, 255, 255, 0.5);*/
    background-image: url(../../Images/Transparent.png);
    border-radius: 5px;
}

.moreDetailTbl {
    color: #a00000;
    font-size: 14px;
}

.moreDetailProfilePic {
    height: 250px;
    width: 180px;
    margin: 10px;
}

.moreDetailsTitle {
    font-size: 18px;
    text-decoration: underline;
}

.moreDetailsCol {
    width: 400px;
}

.moreDetailsLeftCol {
    padding-right: 20px;
    text-align: right;
    font-weight: bold;
}


/* -------- */



/* --- DEFAULT PAGE / HOME PAGE --- */
.homePageLeftSideImage {
    height: 500px;
    background-image: url(../../Images/bride2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-bottom: 15px;
    position: relative;
}

/* --- LOGIN PAGE --- */
.loginPageBackground {
    background-image: url(../../Images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 565px;
    border-radius: 5px;
}

/* --- smallProfileRowSpace --- */
.smallProfileRowSpace {
    height: 30px;
}

.smallProfileBackground {
    background-color: #fff;
    border: 1px solid #a00000;
    padding: 15px;
    width: 650px;
    cursor: pointer;
    color: #a00000;
    font-size: 12px;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px;
}

.smallProfileBackgroundAdmin {
    background-color: #fff;
    border: 1px solid #a00000;
    padding: 15px;
    width: 800px;
    cursor: pointer;
    color: #a00000;
    font-size: 12px;
    box-shadow: rgb(0, 0, 0) 0px 0px 8px;
}

    .smallProfileBackground:hover {
        background-color: #a00000;
        color: #fff;
    }

.fullnameTitleBar {
    font-size: 18px;
    background-color: #a00000;
    color: #ffffff;
}

.smallProfileBackground:hover .fullnameTitleBar {
    background-color: #fff;
    color: #a00000;
}

.smallProfileVerticalLine {
    border-left: 1px solid #a00000;
}

.smallProfileHorizontalLine {
    border-top: 1px solid #a00000;
}

.smallProfileBackground:hover .smallProfileVerticalLine {
    border-left: 1px solid #fff;
}

.smallProfileBackground:hover .smallProfileHorizontalLine {
    border-top: 1px solid #fff;
}

.smallProfileButton {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 12px;
    background-color: #a00000;
    border-style: none;
    border-radius: 10px 0px 10px 0px;
    box-shadow: #808080 0px 0px 0px;
    text-decoration: none;
    cursor: pointer;
}

.smallProfileBackground:hover .smallProfileButton {
    color: #a00000;
    background-color: #ffffff;
}

.smallProfileButton:hover {
    box-shadow: #808080 0px 0px 8px;
}


.gridHeader {
    background-color: #a00000;
    border: none;
    border-color: transparent;
    color: #fff;
    height: 27px;
}

.gridClass {
    border-color: transparent;
    color: #a00000;
}

.gridItemStyle {
    height: 27px;
    width: 380px;
}
