﻿#api .divider { display: none; }

#api .intro { display: none; }

#api div, p, label {
    color: #FFF;
}

.display-4 {
    text-transform: capitalize;
}

.widget-body a {
    color: #cc992b;
    font-weight: bolder;
    margin-left: 10px;
}

a#createAccount {
    margin-left: 5px;
}

.create p {
    font-size: 1.25rem;
}

.entry .entry-item > label {
    display: none !important;
    color: white;
    text-align: left;
    margin-top: 10px;
}

.entry .entry-item .password-label label {
    display: none;
    color: white;
    text-align: left;
    margin-top: 10px;
}

.entry .entry-item input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    outline: none;
}

.entry input:focus, .entry select:focus{
    border: 1px solid #cc992b;
    outline: none;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/ 
}

#forgotPassword { float: right; }

.create p {
    margin-top: 10px;
    color: white;
}

body { background-color: #252525; }

body .login-page { background-color: #252525; }

#api .heading {
    display: none;
}

.attrEntry label {
    display: none;
    color: white;
    text-align: left;
    margin-top: 10px;
}

.attrEntry input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    outline: none;
}

.attrEntry select {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    outline: none;
}

.attrEntry input:focus, .attrEntry select:focus{
    border: 1px solid #cc992b;
    outline: none;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);*/ 
}

#api .error,
#api .error div {
    display: none;
    color: #d97657;
    font-weight: 400;
    text-align: left;
    padding: 6px 12px 0px 0px;
}

#api div.error p {
    color: #d97657;
}

#api .error.verificationErrorText {
    display: inline;
    padding: inherit;
}

#api .error p {
    margin: 0;
}

#api #requiredFieldMissing {
    display: none!important;
}

#api .itemLevel { display: none !important; }

#api .attrEntry {
    text-align: left;
}

#api .buttons {
    text-align: center;
}

#api.sign-up .buttons {
    text-align: left;
}

#api .buttons .changeClaims {
    display: none!important;
}

#api .itemLevel.show { display: inline-block !important; }

#attributeList ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.helpLink { display: none; }

.verify { text-align: left; }

.buttons button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    color: rgb(255, 255, 255);
    background-color: rgb(93, 143, 194);
    box-shadow: rgba(255, 255, 255, 0.15) 0px 1px 0px inset, rgba(0, 0, 0, 0.075) 0px 1px 1px;
    background-color: #cc992b;
    border-color: #cc992b;
    text-transform: uppercase;
}

.buttons .sendNewCode {
    margin-left: 0.25em;
}

button:hover {
    color: white;
    background-color: #6f5317;
    border-color: #6f5317;
}

button:focus, button.focus {
    color: white;
    background-color: #a27922;
    border-color: #6f5317;
    outline: none;
}

button:active, button.active,
.open > button.dropdown-toggle {
    color: white;
    background-color: #a27922;
    border-color: #6f5317;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

button:active:hover, button:active:focus, button:active.focus, button.active:hover, button.active:focus, button.active.focus,
.open > button.dropdown-toggle:hover,
.open > button.dropdown-toggle:focus,
.open > button.dropdown-toggle.focus {
    color: white;
    background-color: #84631c;
    border-color: #392a0c;
}

button.disabled:focus, button.disabled.focus, button:disabled:focus, button:disabled.focus {
    background-color: gray;
    border-color: gray;
}

button.disabled, button:disabled, button.disabled:hover, button:disabled:hover {
    background-color: gray;
    border-color: gray;
}


.buttons #next { width: 100%; }

.buttons #continue { width: 100%; }

.buttons #cancel {
    display: none;
    width: 49%;
}

input::-webkit-input-placeholder {
    color: #BBBBBB !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
    color: #BBBBBB !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
    color: #BBBBBB !important;  
}
 
input:-ms-input-placeholder {  
    color: #BBBBBB !important;  
}

/*button[disabled] { background-color: gray }

button .disabled { background-color: gray }*/

.hidden {
    display: none !important;
}

#api .reenterPassword_li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 2px solid #cc992b;
}