﻿.casino-header {
    display: block;
    width: auto;
    padding: 30px 0;
    border-bottom: 1px dotted #7c7c7c;
}

.casino-form {
    padding: 30px 0;
}

    .casino-form .fieldset-group {
        display: block;
        width: auto;
    }

        .casino-form .fieldset-group:not(:last-child) {
            margin-bottom: 30px;
        }

        .casino-form .fieldset-group .fieldset-title {
            display: block;
            width: auto;
            font-size: 18px;
            line-height: 1;
            font-weight: 300;
            color: #323232;
            vertical-align: middle;
            margin-bottom: 15px;
        }

        .casino-form .fieldset-group .form-group {
            margin-bottom: 15px;
        }

            .casino-form .fieldset-group .form-group .control-label {
                display: block;
                width: auto;
                font-size: 12px;
                line-height: 1;
                margin-bottom: 5px;
            }

            .casino-form .fieldset-group .form-group .form-control {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border-radius: 0px;
                padding: .375rem .75rem !important;
                height: auto !important;
                line-height: 1.5 !important;
            }

                .casino-form .fieldset-group .form-group .form-control:not(:last-child) {
                    margin-bottom: 10px;
                }

            .casino-form .fieldset-group .form-group .required,
            .casino-form .fieldset-group .form-group .note {
                display: block;
                width: auto;
                font-size: 12px;
                line-height: 1;
            }

                .casino-form .fieldset-group .form-group .required:not(:last-child),
                .casino-form .fieldset-group .form-group .note:not(:last-child) {
                    margin-bottom: 10px;
                }

            .casino-form .fieldset-group .form-group .required {
                color: red;
            }


.wrapper {
    margin: 0;
}

.big-content {
    padding: 10px;
    background-color: #fff;
    display: block;
    float: left;
    width: 100%;
}

.centered-content {
    text-align: center;
}

    .centered-content .wrapper {
        padding: 20px 10px;
        background-color: #fff;
    }

.alert-error {
    display: none;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 8px 35px 8px 14px;
    font-size: 12px;
    line-height: 18px;
    margin-top: -10px;
}

.has-error .alert-error {
    display: block;
}

.has-error .form-control {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.radio-form-control {
    border: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    box-shadow: none !important;
}
