﻿html {
    min-height: 100%;
}

html,
body {
    min-width: 460px;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

    body.bg {
        background-color: rgb(37, 150, 190);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        margin-top: 50px;
    }

.container-body {
    padding: 15px 15px 0 15px;
}

.container-error .alert {
    display: block;
    bottom: 10px;
}

.logo {
    /*height:60px;*/
    text-align: center;
    margin: 10px;
    vertical-align: middle;
    /*background-color: #fff;*/
    border-radius: 5px;
}

    .logo img {
        height: 80px;
    }

.login-footer {
}

    .login-footer span:first-child {
        float: left;
    }

    .login-footer span:last-child {
        float: right;
    }

.register-panel {
    display: block;
    overflow: hidden;
    min-height: 500px;
    padding: 20px;
}

    .register-panel form {
        height: 80%;
        width: 100%;
    }

    .register-panel h3 {
        text-align: center;
        font-weight: 200;
        clear: both;
    }

.required {
    color: #b94a48;
    margin-left: 5px;
    margin-right: 5px;
}

.loading {
    float: right;
    clear: both;
    display: none;
}

.register-panel {
    height: 100%;
}

    .register-panel .text-info {
        text-align: center;
        font-weight: 200;
        margin: 10px 0px 10px;
    }

    .register-panel .tabbable {
        height: 90%;
    }

    .register-panel .nav-pills li {
        background-color: #f5f5f5;
    }

.wizard-card-content {
    margin: 10px;
    padding-bottom: 30px;
}

    .wizard-card-content .checkbox {
        padding-left: 8px;
    }

.wizard-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 10px;
}

/*.register-panel table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.register-panel thead th {
    background-color: #006DCC;
    color: white;
}

.register-panel tbody td {
  background-color: #EEEEEE;
}

.register-panel tbody td span {
	padding:6px 12px;
	display:block;
}

.register-panel tbody td .btn {
	margin-right:5px;
}

.register-panel tr td:first-child,
.register-panel tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.register-panel tr td:last-child,
.register-panel tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}*/

/*
 * Buttons
 */
.btn-wide {
    width: 100%;
}

.btn-w50 {
    width: 50px;
}

.btn-w100 {
    width: 104px;
}

.btn-w150 {
    width: 158px;
}

.btn-w200 {
    width: 212px;
}

.btn-group .btn-w50 {
    width: 50px;
}

.btn-group .btn-w100 {
    width: 100px;
}

.btn-group .btn-w150 {
    width: 150px;
}

.btn-group .btn-w200 {
    width: 200px;
}

.btn-label {
    left: -15px;
}

.form-group .btn {
    margin: 0px 2px;
}

    .form-group .btn:first-child {
        margin-left: 0;
    }

/*
 * Validation
 */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

    .validation-summary-errors ul li {
        padding: 10px 0px;
        border-top: 1px solid #ebccd1;
    }

        .validation-summary-errors ul li:first-child {
            padding-top: 0;
            border-top: none;
        }

        .validation-summary-errors ul li:last-child {
            padding-bottom: 0;
        }

.validation-summary-valid {
    display: none;
}

.panel-heading-right {
    float: right;
}

.the-legend {
    border-style: none;
    border-width: 0;
    line-height: 20px;
    margin-bottom: 0;
}

.register-well {
    background: none;
    background-color: #f5f5f5 !important;
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.the-fieldset {
    background-color: #f5f5f5;
    border: 2px groove threedface #444 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000 !important;
    box-shadow: 0px 0px 0px 0px #000 !important;
}

.register-well .btn-group {
    margin-bottom: 5px;
}

.m-r-5 {
    margin-right: 5px !important;
}

.footer p {
    color: #eee;
}