﻿.CEBrokerSection {
    background-color: lightyellow;
    border: solid;
    margin: 15px;
}

.CEBrokerSectionConfirmInfo {
    background-color: lightyellow;
    border: solid;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .form-check-input input[type=checkbox] {
        border-radius: .25em;
        height: 25px;
        width: 25px;
    }

.form-check-input label {
    vertical-align: super;
}

.titleBar {
    background-color: #9C9CB3;
}
.content {
    margin: 0 10px;
}

.logoutControl {
    float:right;
}

.options {
    list-style:none;
}

.options li {
    padding: 5px 0;
}
        
@media (max-width:608px) {
    .logoutControl {
        float:none;
    }
    .logoutControl div {
        float:none !important;
        margin-top: 0px !important;
        width:auto !important;
    }
}

.popoverContainer {
    cursor:pointer;
}

.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.td-right {
	text-align: right;
}

.btnRightAlign {
    float:right;
    margin-right:10px;
}

.alert{margin-top:10px;}


.Header3 {
    color: White;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
}

#creditCardDDL, #creditCardDDL option {
    color: #555;
}

#creditCardDDL.valid, #creditCardDDL option.valid {
    color:green;
}

#creditCardDDL.warning, #creditCardDDL option.warning {
    color:orange;
}

#creditCardDDL.expired, #creditCardDDL option.expired {
    color:red;
}