﻿#divPortalName {
    /*margin-bottom: 5px;*/
    font-size: 1.2em;
}

    #divPortalName a, #divPortalName a:visited {
        color: #013d83;
        text-decoration: none !important;
    }

        #divPortalName a:hover {
            color: #439539;
        }

        /*    #divPortalName a.cur, #divPortalName a.cur:visited {
        color: #013d83;        
    }*/

        #divPortalName a.cur {
            font-weight: 600;
        }




.cart-icon {
    background-image: url('icons/cartgrey.png');
    background-position: 2px 2px;
    background-repeat: no-repeat;
    padding-left: 20px !important;
    text-decoration: none;
}

.cart-icon-cur {
    background-image: url('icons/cartblue.png');
    background-position: 2px 3px;
    background-repeat: no-repeat;
    padding-left: 20px !important;
    text-decoration: none;
}

.HelpBox {
    padding: 8px;
    position: absolute;
    border: 1px solid #ccc;
    background-color: rgb(250, 242, 202);
    z-index: 2;
}

.LabelRequired {
 /*   background-image: url(../content/required.gif);
    background-repeat: no-repeat;
    background-position-x: 6px;
    padding-left: 15px;*/
}

.borderTableWhite > table > thead > tr > th, .borderTableWhite > table > tbody > tr > td {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: white;
}

.borderTableYellow table > thead > tr > th, .borderTableYellow > table > tbody > tr > td {
    border: 1px solid #ccc;
    padding: 5px;
    background-color: rgb(250, 242, 202);
}

a.ToggleAgent, a.ToggleAgent:focus {
    text-decoration: none;
}

a.SubToggleAgent, a.SubToggleAgent:focus {
    text-decoration: none;
}

#divPleaseWaitBG {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.btn-primary:hover, a.btn-primary:active {
    text-decoration: none;
}

.panel-info > .panel-heading {
    color: #013d83;
    background-color: #bcd2e8;
    padding: 6px 15px;
    border: none;
}

.panel-info > .panel-heading > .panel-title{
    font-size:20px;
    font-weight:500;
} 
/*.panel {
    -webkit-box-shadow: none;
    box-shadow:none;
}*/
.panel-info {
    border: none

}

.panel.panel-info.ownershiptype {
    border-color: unset;
    border: none;
}

    .panel.panel-info.ownershiptype #OwnershipType {
        font-weight: 500;
        font-size: 20px;
        background-color: #bcd2e8;
        color: #013d83;
    }

    .panel.panel-info.ownershiptype .editor-label {
        margin: 6px 0;
    }

    .panel.panel-info.ownershiptype .dataField {
        font-weight: 600;
        font-size: 16px;
        color: #013d83;
        padding-top: 4px;
    }

button [disabled], html input[disabled] {
    cursor: not-allowed;
}

.btn-exit {
    background-color: #333;
    color: #fff;
    border: none;
}

    .btn-exit:hover, .btn-exit:active {
        background-color: #666 !important;
    }

/* button right arrows */
.forwardButton, .ContinueBusReg, #SubmitBtn, input[value="Continue"] {
    background-image: url(/content/caret-right-solid.svg) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 7px;
    padding-right: 24px !important;
    background-position-x: 91%;
    background-position-y: 6px;
}

/* button left arrows */
.backButton, #CancelBtn, #backBtn {
    background-image: url(/content/caret-left-solid.svg) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 7px;
    padding-left: 24px !important;
    background-position-x: 9px;
    background-position-y: 6px;
}

#removeBtnContainer {
    width: 100%;
    display: block;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
    text-align: right;
    clear: both;
    position: relative;
}