﻿* {
    box-sizing: border-box;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

.has-error {
    border: 1px solid rgb(185, 74, 72) !important;
}

.fa-trash-can{
    color: #404040;
}

label {
    font-family: 'Merriweather Sans', serif;
}

select {
    font-family: 'Roboto Slab', sans-serif;
}

body {
    font: 16px Arial;
}

input {
    background-color: #f1f1f1;
    font-family: 'Roboto Slab', sans-serif;
}

    input[type=text],
    input[type=tel]{
        /*background-color: #f1f1f1;*/
        width: 100%;/*
        margin: 10px !important;
        margin-right: 15px !important;*/
        font: 24px;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }



.remove_button {
    margin-left: 15px;
    margin-right: 15px;
}

.btn-big {
    height: 5rem;
}

.select2-container {
    min-width: 80%;
}

/*PRETTY FORM STYLES*/
textarea {
    resize: none;
}

.form-label {
    font-size: 12px;
    color: #5e9bfc;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none;
        border-color: #5e9bfc;
    }

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: #999
}
