.form-control {
    font-size: 14px;
    line-height: 40px !important;
    background-color: hsl(0, 0%, 100%);
    background-image: none;
    border: 1px solid hsl(0, 0%, 80%);
    border-radius: 4px;
    box-shadow: none;
    color: hsl(0, 0%, 33%);
    display: block;
    height: 40px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

textarea.form-control {
    line-height: 1.42857143 !important;
}

.form-group label {
    color: hsl(0, 0%, 35%);
    font-size: 14px;
    font-weight: 500;
}

.select2-container--krajee .select2-selection--single {
    line-height: 26px;
    height: 40px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 14px;
    color: #585858;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-results__option {
    font-size: 14px;
}

.map-container #map-canvas {
    height: 400px;
}

.file-input .input-group-btn .btn {
    line-height: 22px;
}

.file-input .file-caption {
    line-height: 30px !important;
}

.file-input .file-caption:focus {
    outline: none;
}

.file-input .file-caption-name {
    height: 25px;
}

.file-input .file-preview-image {
    max-width: 160px;
    max-height: 160px;
}

.file-input .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    background: none repeat scroll 0 0 #0000;
    cursor: inherit;
    display: block;
}

.hint-block {
    color: hsl(0, 0%, 55%);
    font-size: 12px;
    padding-bottom: 10px;
}

.help-block {
    font-size: 12px;
    color: #f3a529;
}

.error-summary {
    color: #595959;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    border-left: 3px solid #8e0707;
    background: rgba(142, 7, 7, 0.10);
}

@media (max-width: 1200px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 568px) {

}

@media (max-width: 480px) {

}

@media (max-width: 380px) {

}

@media (max-width: 320px) {

}