﻿.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

.agreement {
    background: rgb(239, 247, 246);
    overflow: auto;
    border: 1px solid #d5d5d5;
    border-top-color: rgb(213, 213, 213);
    border-top-style: solid;
    border-top-width: 1.5px;
    border-right-color: rgb(213, 213, 213);
    border-right-style: solid;
    border-right-width: 1.5px;
    border-bottom-color: rgb(213, 213, 213);
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-left-color: rgb(213, 213, 213);
    border-left-style: solid;
    border-left-width: 1.5px;
    border-radius: 5px;
}
.ui-dialog-titlebar-close {
    display: none;
}
.paddingTopBottom {
    padding-top: 5px;
    padding-bottom: 5px;
}
.paddingLeft {
    padding-left: 5px;
}
.checkBoxBig {
    width:15px;
    height:15px;
}

.paddingLargeTop {
    padding-top: 8px !important;
}

.closeFloatRight {
    float: right;
}

.ddlSignup {
    border: 1px solid #d5d5d5;
    height: 26px;
}

.lockButtonAccept {
    position: absolute;
    top: 1.5em;
    right: 7em;
}

.lockButtonDecline {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}
.paddingDialog {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.g-recaptcha
{
    margin:0 auto;
    display: none;
}

.g-recaptcha-response
{
    display:none;
    visibility:hidden !important;
}
