﻿/* Default */
button::-moz-focus-inner { border: 0; }
.btn-group {align-items: center; }
button,
input[type=button],
.btn { height: 3.249rem; padding: 1rem; text-shadow: 0 0.021rem 0.036rem rgba(0,0,0,.3); font-size: 1rem; border-radius: 0.21rem; border: 0.071rem solid rgba(0,0,0,.1); background: #555; color: #fff; cursor: pointer; font-weight: 400; font-family: Roboto; box-sizing: border-box; }
a.btn {justify-content: center; align-items: center; text-align: center; }
a.btn:hover { color: #fff; }
.btn-link { background: transparent; border: 0; }
label { text-transform: uppercase; font-weight: 700; font-size: 80%; margin: 0.21rem 0; display: block; }

input[type="radio"] { margin: 5px; }
input[type='text'],
input[type='email'],
input[type='password'],
textarea,
select { width: 100%; height: 3.249rem; padding: 1rem; font-size: 1rem; resize: none; border: 0.071rem solid #ccc; border-radius: 0.21rem; box-shadow: inset 0 0.071rem 0.071rem rgba(0,0,0,.075); font-weight: 400; font-family: Roboto; }
textarea { height: 6rem; overflow: auto; }
input:focus, textarea:focus, select:focus { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.50s ease-in-out; -ms-transition: all 0.50s ease-in-out; -o-transition: all 0.50s ease-in-out; transition: all 0.30s ease-in-out; outline: none; box-shadow: inset 0 0 2.5px #66b361; }
input[disabled], select[disabled] { background: #f9f9f9; color: #999; }
.validationMessage { position: absolute; bottom: 0; left: 0; font-size: 0.643em; text-transform: uppercase; font-weight: 600; padding: 3px; border-top: 1px solid #eee; color: #CD072F; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-shadow: none; width: calc(100% - 6px); }

/* Medium */
.btn-md,
input.input-md,
textarea.input-md,
select.input-md { height: 4.152rem; font-size: 1.286rem; }

.btn-md { font-weight: 500; }
textarea.input-md { height: 8rem; }

/* Large */
.btn-lg,
input.input-lg,
select.input-lg,
textarea.input-lg { height: 6rem; font-size: 2.5rem; }
.btn-lg { font-weight: 700; }
textarea.input-lg { height: 10rem; }

/* Block */
.btn-block { display: block; width: 100%; }

/* Groups */
.input-group, .checkbox-group, .btn-group, .checkbox-group { margin-bottom: 1rem; position: relative; }

.checkbox-group .validationMessage { top: 1.42rem; border-top: 0; }
.checkbox-group label { display: inline; }

.has-error { -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.50s ease-in-out; -ms-transition: all 0.50s ease-in-out; -o-transition: all 0.50s ease-in-out; transition: all 0.30s ease-in-out; outline: none; -moz-box-shadow: inset 0 0 2.5px #d9534f!important; -webkit-box-shadow: inset 0 0 2.5px #d9534f!important; box-shadow: inset 0 0 2.5px #d9534f!important; }
.text-danger { bottom: 0; font-size: 8px; text-transform: uppercase; font-weight: 600; color: #d9534f; }

.form-horizontal .form-group { margin: 0; }
.form-group { margin: 0; }


