﻿/* Alert Override for ASP.NET Validation Controls */
.alert.alert-danger {
    color: #a94442 !important; /* Override Control Validator Red Inline Style */
}

.alert-color {
    color: #a94442 !important; /* Override Control Validator Red Inline Style */
}
/****************/

#content a {
    /*color: #e47347!important;*/
    color: #a55d35 !important;
}

/*body margins*/
body {
    /*padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;*/
}


/*menu styles*/
@media (min-width: 768px) {
    #mo-menu .mo-navbar-nav > li a:hover,
    #mo-menu .mo-navbar-nav > li a:focus {
        text-decoration: underline !important;
        background-color: transparent;
        color: white !important;
    }
}

.dropdown-menu li a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: #002b40 !important;
}



/****************/

/*homepage styles*/
.links {
    display: none;
}

.picture {
}
/*.pictureText 
{
    position: relative;
    bottom: 68px;
    background-color: #111;
    opacity: .85;
    filter:alpha(opacity=85);
    border: 2px solid red;
}
.pictureText h2 
{
    font-size: 24px!important; 
    color: white!important; 
    padding: 20px 0px 10px 20px!important; 
}*/

.property-search-instruct {
    margin-bottom: 5px;
    box-shadow: 0px 0px 5px #666;
    background-color: #f0f8fc;
    padding: 5px;
    min-height: 291px;
    border-top: 10px solid #7b8891;
}

    .property-search-instruct .panel-body {
        padding-bottom: 15px;
        padding-top: 10px;
        box-shadow: 0px 0px 5px #666;
        background-color: #F0F8FB;
    }

    .property-search-instruct h2 {
        font-size: 22px;
        margin-top: 10px;
        text-align: center;
    }

    .property-search-instruct h3 {
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }

    .property-search-instruct .media {
        margin-top: 6px;
    }

    .property-search-instruct .searchtext {
        color: #e47347 !important;
    }

    .property-search-instruct .fineprint {
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        margin-top: 7px;
    }

    .property-search-instruct .instruction {
        border-radius: 5px;
        vertical-align: middle;
        background-color: #6d7b84;
        float: left;
        color: #fff;
        font-size: 22px;
        text-align: center;
        width: 40px;
        margin-right: 10px;
        font-weight: bold;
        padding: 4px 10px;
    }

.buttons {
    width: 100%;
    margin: 15px auto;
}

.contentInfo {
    background: #f0f8fc;
    display: block;
    position: relative;
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin-bottom: 25px;
    min-height: 225px;
    width: 100%;
}

    .contentInfo h2 {
        font-size: 24px;
        border-bottom: 3px solid #7b8891;
        margin-bottom: 10px;
    }

    .contentInfo img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contentInfo ul li {
        margin-bottom: 10px;
        margin-left: 3px;
    }

    .contentInfo .sourceName {
        font-style: italic;
    }

.readMore {
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.readMoreNews {
    text-align: right;
    margin-right: 270px;
    font-weight: bold;
}

.contentInfoNews {
    background: #f0f8fc;
    display: block;
    position: relative;
    border: 1px solid #cdcdcd;
    padding: 10px;
    margin-bottom: 25px;
    min-height: 280px;
    width: 100%;
}

    .contentInfoNews .treasurer {
        display: block;
        height: 238px;
        width: 270px;
        background: url("/Images/sfassets/img/seal_portrait.png") no-repeat;
        position: absolute;
        right: 0;
        top: 40px;
    }

    .contentInfoNews h2 {
        font-size: 24px;
        border-bottom: 3px solid #7b8891;
        margin-bottom: 10px;
    }

    .contentInfoNews img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .contentInfoNews .sfnewsListTitlesOnly .sfnewsListItem {
        margin-bottom: 20px;
        margin-left: 3px;
        float: right;
        margin-right: 240px;
        border-bottom: 1px solid #eeeeee;
    }

    .contentInfoNews .floatLeft {
        float: right;
        margin-right: 240px;
    }

/****************/

/*Content pages*/
.main-content {
    border-right: 1px solid #ccc;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sub-nav {
    border-left: 1px solid #ccc;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: -1px;
}

.mainText {
    padding-right: 15px !important;
}

    .mainText h1 {
        font-size: 28px;
        line-height: 1.3em;
        width: 100%;
        font-weight: normal;
        border-bottom: 3px solid #7b8891;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .mainText h2 {
        font-size: 28px;
        margin-top: 20px;
    }

    .mainText h3 {
        padding-left: 10px !important;
        font-size: 24px;
    }

    .mainText h4 {
        font-size: 20px;
        padding-left: 10px !important;
    }

    .mainText p {
        margin: 10px;
        font-size: 14px;
    }

    .mainText ul {
        margin-top: 10px;
        margin-left: 10px;
        font-size: 14px;
    }

        .mainText ul li {
            padding: 5px;
        }

.list-styled {
    margin-left: 50px !important;
    list-style: disc;
}

.mainText ol {
    margin-top: 10px;
    margin-left: 60px;
    font-size: 14px;
    list-style-type: decimal;
}

    .mainText ol li {
        padding: 5px;
    }

.subNav {
    margin-bottom: 20px;
    border-left: 1px solid #ccc;
}

    .subNav h2 {
        font-size: 28px;
        line-height: 1.3em;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .subNav h4 {
        font-size: 20px;
        line-height: 1.3em;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .subNav ul {
        padding-left: 20px !important;
        font-size: 14px;
        border-bottom: 2px solid #ccc;
    }

        .subNav ul li {
            margin-bottom: 10px;
        }

    .subNav img {
        margin-bottom: 10px;
        margin-left: 15px;
    }

#main-content table th {
    background: transparent !important;
}
/****************/



/* Styling Radio Buttons, Labels, and Alerts for UPC Search Details Pages */
.ucp-search-details .radio-inline input[type="radio"] {
    float: none !important;
}

.ucp-search-details .radio-inline label {
    margin-left: 5px;
    width: 50px;
}

.ucp-search-details .alert.alert-danger {
    display: block;
    margin-top: 15px;
}

#main-content .ucp-search-details .form-group label[class^="mo-col-sm"],
#main-content .ucp-search-details .form-group label[class^="mo-col-md"],
#main-content .ucp-search-details .form-group label[class^="mo-col-lg"] {
    padding-left: 0px !important;
}

.ucp-search-details .control-label {
    padding-left: 0px !important;
    font-weight: bold !important;
}

.inline {
    display: inline;
}
/****************/

/* UPC Search Results Page */
.btnDeleteItem {
    margin-bottom: 3px;
    background-color: #a55d35 !important;
    color: #ffffff !important;
}

/* Charity Table in PClaims and Perfect Claims */
#sub-nav table th {
    background: #002d52;
    border: 1px solid #d6d6d6;
    color: #fff;
    vertical-align: middle;
}

#sub-nav table td {
    background: #FFF;
}

/* UCP Postcard Changes */
.ucp-postcard-recipients hr {
    color: gray;
    background-color: gray;
    height: 1px;
}

.ucp-postcard-recipients .thumbnail {
    margin-bottom: 6px;
}

.ucp-postcard-recipients .postcard-img {
    max-width: 385px;
}
/****************/

/* UCP Add Info Changes */
.ucp-add-safe-deposit div.alert {
    margin-left: 10px;
}
/****************/

/* UCP Add Info Changes */
.ucp-holder-id-lookup {
    min-height: 300px;
}

/****************/


input[type="submit"].btn.btn-default.next-btn {
    width: 175px;
}

.no-pad-left {
    padding-left: 0px !important;
}
/****************/

/* Footer Changes */
/*footer p {
    margin-top: 30px;
}

footer #site-info {
    margin-top: 35px;
}

footer #site-info ul li {
    padding: 0 12px;
}

footer a,
footer p {
    font-size: 16px;
    letter-spacing: 0.5px;
}*/
/****************/

/* Sticky Footer */
html {
    position: relative;
    min-height: 100%;
}

/*footer{
 margin-top: 50px;
}*/

body {
    margin-bottom: 175px;
}

.floatLeft {
    float: left;
    margin: 0 10px 24px 0
}

.floatRight {
    float: right;
    margin: 0 15px 24px 0;
}

@media (min-width: 300px) and (max-width: 768px) {
    body {
        margin-bottom: 285px; /* Override that fixes footer spacing in sm and xs screens */
    }
}
/****************/

/* DataPager */
.nextPreviousButtonCSS {
    display: none;
}
/****************/

/* For Validators */
.validator {
    position: absolute;
    left: 0;
    top: -2px;
    z-index: 100;
    font-size: 25px;
    color: #a94442 !important;
}

.val {
    position: relative;
}
/****************/

@media (max-width: 768px) {
    .mo-container_12 .grid_4 {
        width: 100% !important;
    }

    .rotator {
        height: auto !important;
    }

    .main-content {
        border-right: none;
    }

    .sub-nav {
        border-left: none;
    }

    .pictureText {
        position: relative;
        top: 0 !important;
        bottom: 68px !important;
        background-color: #111;
        opacity: .85;
        filter: alpha(opacity=85);
        height: 1000px !important;
    }

    .flexsliderLogo .slides > li {
        width: 77px !important;
    }

    .RadRotator .RadRotator_Default .rrNoBorder {
        display: none !important;
    }

    .RadRotator .rrClipRegion .rrItemsList .rrItem {
        height: auto !important;
    }

    .rotator {
        height: 125px !important;
        border: none !important;
        margin-bottom: 10px !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .sf_2cols_2_33 {
        width: 100% !important;
        margin-top: 15px !important;
    }

        .sf_2cols_2_33 .sf_2cols_2in_33 {
            float: none;
        }

    .sf_cols {
        width: auto !important;
    }

    .sf_colsOut .sf_2cols_2_33 {
        float: none !important;
    }

    .sf_2cols_1_25 {
        width: 100% !important;
    }

    .sf_2cols_2_75 {
        float: right;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_1_33 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_2_67 {
        float: right;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_1_50 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_2_50 {
        float: right;
        width: 100% !important;
        margin: 0
    }

    .sf_colsOut sf_2cols_1_67 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_1_75 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_2_25 {
        float: right;
        width: 100% !important;
        margin: 0
    }

    .sf_3cols_1_33 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_3cols_2_34 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_3cols_3_33 {
        float: left;
        width: 100% !important;
        margin: 0;
        _margin-left: -1px !important
    }

    .sf_3cols_1_25 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_3cols_2_50 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_3cols_3_25 {
        float: left;
        width: 100% !important;
        margin: 0;
        _margin-left: -1px !important
    }

    .sf_colsIn .sf_5cols_1in_20 {
        margin-left: 12px;
    }

    .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_2cols_1_67 {
        width: 100% !important;
    }

    .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20 {
        float: left;
        width: 100% !important;
        margin: 0
    }

    .sf_4cols_1_25 {
        margin-left: 0px !important;
    }

    .sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25 {
        margin-left: 0px !important;
    }

    #main-content .col-md-8 {
        width: 100% !important;
    }

    .col-xs-12 {
        width: 100% !important;
    }

    .contentInfoNews .treasurer {
        display: none !important;
    }

    .contentInfoNews {
        margin-top: 5px;
    }

        .contentInfoNews ul {
            margin-right: 5px !important;
        }

    .property-search-instruct {
        margin-bottom: 10px !important;
    }

    .contentInfoNews .sfnewsListTitlesOnly .sfnewsListItem {
        margin-right: 0px !important;
    }

    .readMoreNews {
        margin-right: 0px !important;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial,Verdana,Sans-serif;
    font-size: 12px;
    line-height: 1.5;
    min-width: 985px;
    background: #f2f2f2;
}

/*for udpSurvey radio buttons*/
.rbspace input[type="radio"] {
    margin: 0 10px 0 10px;
}
/*end udpSurvey radio buttons*/
