fieldset {
    padding-bottom: 10px;
}

legend {
    font-size: 22.5px;
    margin-bottom: 20px;
}

.form-actions {
    background-color: transparent;
    border-top: none;
}

.form-actions .btn {
    float: left;
    margin-right: 3px;
}

/* static text for vertical forms */
.control-group .controls .text {
    padding-top: 5px;
}

/* fix for JSF <h:selectManyCheckbox> with bootstrap, misaligned the checkboxes */
table.checkbox label,
table.radio label {
    margin-left: 5px;
    margin-bottom: 0;
    padding-left: 10px;
}
table.checkbox input,
table.radio input {
    margin-left: 0px !important;
}
table.checkbox td:first-child,
table.radio td:first-child {
    padding-left: 0px;
    padding-top: 5px;
}
table.checkbox td,
table.radio td {
    padding-left: 10px;
    padding-top: 5px;
}

.control-label {
    font-weight: bolder;
}

.radioDisabled {
    color: lightgray;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-top-5 {
    padding-top: 10px;
}

.input-prepend .add-on [class^="icon-"], .input-prepend .add-on [class*=" icon-"] {
    line-height: 20px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 275px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

select.input-large {
    box-sizing:content-box;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    min-height: 20px;
    min-width: 210px;
    max-width: 210px;
}

select:focus,
.btn:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

@media (min-width: 768px) {
    .control-label.large {
        width: 280px;
    }
    .controls.large {
        margin-left: 300px;
    }
    .form-actions.large {
        padding-left: 300px;
    }
}

@media (max-width: 767px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

@media (max-width: 480px) {
    .dl-horizontal dt {
        float: none;
        width: auto;
        clear: none;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
}

.popover.accountDetails {
    width: auto;
    max-width: 500px;
}

.popover.receiptDetails {
    width: auto;
    max-width: 750px;
}

@media (min-width: 768px){
    .popover.accountDetails dt{
        float: left;
        width: 130px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .popover.accountDetails dd{
        margin-left: 138px;
        white-space: nowrap;
    }
}

@media (max-width: 767px){
    .popover.accountDetails dt{
        float: left;
        width: 110px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .popover.accountDetails dd{
        margin-left: 118px;
        white-space: nowrap;
    }
}

@media (max-width: 480px){
    .popover.accountDetails dt{
        float: none;
        width: auto;
        clear: none;
        text-align: left;
    }

    .popover.accountDetails dd{
        margin-left: 0;
    }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    margin-right: .3em;
    margin-left: .3em;
}

.balances-menu {
    font-weight: bold;
    font-size: larger;
    color: #EEE;
    text-decoration: none;
    text-shadow: none;
    line-height: 20px;
    padding-left: 13px;
}

.prepaidCardBalance {
    padding-top: 5px;
}
.prepaidCardBalance .prepaidCardDisplayName {
    display: none;
}

.prepaidCardBalance:hover .prepaidCardDisplayName {
    display: block;
}

textarea.input-large {
    width: 218px;
}

.dl-horizontal-large dt
{
    width:180px;
}
.dl-horizontal-large dd
{
    margin-left:200px
}

.lds-dual-ring {
    display: inline-block;
    width: 10px;
    height: 10px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.urlstatus-error-text {
    color: #b94a48 !important;
}

.urlstatus-success-text {
    color: #468847 !important;
}


.domainURLFormat {
    display: inline-flex;
    column-gap: 20px;
    align-items: center;
    width: 50%;
    padding-bottom: 80px;
    position: relative;
    left: -130px;
    top: 30px;
}

.radioButtonDomain{
    width: 150px;
}

.radioButtonDomain td {
    text-align: left;
    padding-bottom: 100px;
}
.radioButtonDomain td input {
    float: left;
    margin-right: 5px;
}

.floatLeft {
    float: left;
    max-width: 40%;
}

.domainURLLabel {
    display: inline-block;
    border-bottom: black solid 1px;
    text-decoration: underline;
    color: blue;
    text-transform: none;
}

