input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #656d78;
    border-color: #59606a;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #4e545c;
    border-color: #1f2225;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #4e545c;
    border-color: #3d4249;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #4e545c;
    border-color: #3d4249;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #3d4249;
    border-color: #1f2225;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #656d78;
    border-color: #59606a;
}

.btn-primary .badge {
    color: #656d78;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #43b3ae;
    border-color: #3ca09c;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #358e8a;
    border-color: #194442;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #358e8a;
    border-color: #2b7471;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #358e8a;
    border-color: #2b7471;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #2b7471;
    border-color: #194442;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #43b3ae;
    border-color: #3ca09c;
}

.btn-success .badge {
    color: #43b3ae;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #56a0d3;
    border-color: #4295ce;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #3388c3;
    border-color: #1e5072;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #3388c3;
    border-color: #2b75a7;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #3388c3;
    border-color: #2b75a7;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #2b75a7;
    border-color: #1e5072;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #56a0d3;
    border-color: #4295ce;
}

.btn-info .badge {
    color: #56a0d3;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffce54;
    border-color: #ffc73a;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #ffffff;
    background-color: #ffbf21;
    border-color: #ba8500;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ffbf21;
    border-color: #fcb400;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ffbf21;
    border-color: #fcb400;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #fcb400;
    border-color: #ba8500;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #ffce54;
    border-color: #ffc73a;
}

.btn-warning .badge {
    color: #ffce54;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #ed5565;
    border-color: #eb3e50;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #e8273b;
    border-color: #99101f;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #e8273b;
    border-color: #d5172b;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #e8273b;
    border-color: #d5172b;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #d5172b;
    border-color: #99101f;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #ed5565;
    border-color: #eb3e50;
}

.btn-danger .badge {
    color: #ed5565;
    background-color: #ffffff;
}

.form-group {
    margin-bottom: 15px;
}

select {
    width: auto !important;
}

label.control-label.required:after, .form-group.required .control-label:after {
    content: url(../images/asterisk.png);
    color: #D9534F;
}

.form * {
    box-sizing: border-box;
}

.ul-msg {
    color: red;
    padding-left: 20px;
}

.result-container td {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

/*background size styles*/
.bg-size-auto {
    background-size: auto !important;
}

.bg-size-contain {
    background-size: contain !important;
}

.bg-size-cover {
    background-size: cover !important;
}

/*background repeat styles*/
.bg-repeat-repeat {
    background-repeat: repeat !important;
}

.bg-repeat-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-repeat-repeat-x {
    background-repeat: repeat-x !important;
}

.bg-repeat-repeat-y {
    background-repeat: repeat-y !important;
}

.bg-repeat-round {
    background-repeat: round !important;
}

.bg-repeat-space {
    background-repeat: space !important;
}

#layout .h-captcha {
    margin-bottom: 15px;
}

.swal2-popup { font-size: 1.6rem !important; }

.form-horizontal .control-label {
    text-align: left;
}

.lp-form .form-group.required .checkboxElement:after {
    content: '*';
    color: #D9534F;
}

.lp-form[sd-form-style="FW"] .form-group.required .checkboxElement {
    padding-left: 0px;
}

.lp-form[sd-form-style="FW"] .form-group .checkboxElement {
    font-weight: bold;
}

.lp-form label.radio-inline.sd-cr.sd-cr-inline {
    font-weight: normal;
}

.lp-form textarea {
    min-height: 80px;
    resize: none;
}

.lp-form .radio-inline + .radio-inline, .lp-form .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px;
}