﻿/*override material design*/
.form-control-wrapper {
    border: 1px solid #f5f5f5;
    border-bottom: 0 none;
}

    .form-control-wrapper .floating-label {
        right: 0 !important;
        left: auto !important;
    }


/*end of override material design*/

span.validation {
    position: absolute;
    left: 13px;
    top: 0;
    visibility: visible;
    display: inline-block;
    height: 98%;
    width: 2px;
    background-color: red;
}

.farafeedbackform-cn {
    max-width: 500px;
    margin-top: 20px;
}

    .farafeedbackform-cn .btn-warning {
        padding: 8px 20px;
    }

/*#region settings */


.frm-farafeedback-settings {
    list-style: none;
}

    .frm-farafeedback-settings li {
        list-style: none;
    }

.gv-receivers {
    width: 100%;
}

    .gv-receivers tr:nth-child(2n+1) {
        background: whitesmoke;
    }

    .gv-receivers tr:first-child {
        background: linear-gradient(whitesmoke,silver);
    }

    .gv-receivers td, .gv-receivers th {
        padding: 4px;
    }

/*#endregion settings*/
