/*!
 * Copyright (c) 2017. Drydock B.V. (founded in The Netherlands) All rights reserved.
 */

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -webkit-appearance: none;

    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
}

select {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    -webkit-appearance: none;
    background-color: white;
    width:100%;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
}

select.form-control , select {
    background-image:
            linear-gradient(45deg, transparent 50%, #4c555a 50%),
            linear-gradient(135deg, #4c555a 50%, transparent 50%);
    background-position:
            calc(100% - 15px) calc(14px),
            calc(100% - 10px) calc(14px);

    background-size:
            5px 5px,
            5px 5px;
    background-repeat: no-repeat;
    padding-right:40px;
}



.form-control:focus {
    outline: 0;

    border-color: #000;
    box-shadow: inset 0 1px 1px rgba(139,216,255,.2);
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>select.input-group-addon:not([size]):not([multiple]), .input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: 1.9925rem;
}

.form-group-inline {
    margin-right:40px;
}

label {
    text-transform:uppercase;
    font-weight:700;
    margin-bottom: .2rem;
    font-size:12px;
    color:#4c4b49;
}

.form-check-label {
    text-transform:none;
    font-weight:normal;
    font-size:16px;
    color:#4c4b49;
}

.form-control:disabled {
    background-color: transparent;
}

.form-control:disabled::-ms-expand {
    display: none;
}

.form-check.disabled .form-check-label {
    cursor:default;
}

.form-confirm-buttons .btn {
    margin-right:20px;
}

.form-control[readonly] {
    background-color:#fff;
}

.form-check-label small {
    display:block;
}

#gform_wrapper_3 .gform_fields li:last-child {
    position: relative;
}

#gform_wrapper_3 .gform_button {
    margin-top: 40px;
    /* margin-right: 40px; */
    cursor: pointer;
     float: none;
    margin: 40px auto;
    display: block;
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.validation_error, .validation_message {
	color:red;
}