﻿.access-wrap {
        display: none;
    }

    .name-wrap {
        display: none;
    }

    .className-wrap {
        display: none;
    }

    .checker {
        margin-bottom:8px !important;
    }

    .radio {
        margin-bottom:8px !important;
    }

    /*.option-value {
        display: none;
    }*/

    .form-actions.btn-group {
        display: none;
    }

    .form-actions {
        float: left !important;
    }

    p {
        font-size: 20px;
    }

    .form-group > label {
        font-weight: 600;
    }

    .toggle-form {
        /*background-color: #28b779 !important;*/
        background-color: #368ee0 !important;
        color: white !important;
        border-radius: 0px !important;
    }

    textarea{
        border: 1px solid #ccc !important;
    }

    .maxlength-wrap {
        display: none;
    }

    .allow-multi {
        display: none;
    }

    .add-opt {
        float: left !important;
        margin-left: 30px !important;
    }

    .close-field {
        background-color: #368ee0 !important;
        color: white !important;
        padding: 4px 10px !important;
    }

    .del-button {
        background-color: #e7191b !important;
        color: white !important;
        border-radius: 0px !important;
    }

    #rendered-form h1{
        margin-left:-10px;
    }
    #rendered-form h2{
        margin-left:-10px;
    }
    #rendered-form h3{
        margin-left:-10px;
    }
    #rendered-form h4{
        margin-left:-10px;
    }
    #rendered-form p{
        margin-left:-10px !important;
    }

    .g-recaptcha{
        margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 10px;
    }

    .tenantLogo{
        margin-left:-10px;
    }

    .form-actions{
        margin-left:-15px !important;
    }