﻿.form-control-inline {
    display: inline;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-inline-sm {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.844rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
}

/*.btn-xs, .btn-group-xs > .btn {
    padding: 1px 0.844rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.375rem 0.844rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 4px;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
}*/

.btn-md {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.47;
    border-radius: 4px;
}

.input-disabled {
    background-color: #f3f3f3;
    opacity: 1;
}

.input-enabled {
    background-color: #21d2f32b;
    opacity: 1;
}