* {
    font-family: Arial, Helvetica, sans-serif;
}
.input-wrapper {
    padding: 5px;
}
.input-wrapper > label.input-desc {
    margin-bottom: 4px;
    display: block;
}
.input {
    padding: 5px 10px 5px 10px;
    border: 1px solid !important;
    border-radius: 0px;
    font-size: 16px;
    width: 100%;
}
.input:focus {
    outline: none;
}
.input.bg-light {
    background: #ffffff !important; /*eaeaea*/
    border-color: #cccccc !important;
}
.input.bg-light:focus, .input.bg-light:hover{
    border-color: #ffffff !important;
    box-shadow: 0px 0px 1px 3px #dddddd !important;
}
.input-desc {
    font-size: 14px;
    color: #777777;
    pointer-events: none;
}
select.input {
    border-top-right-radius: 3px;    
    border-bottom-right-radius: 3px;
}
textarea.input {
    border-bottom-right-radius: 3px;
    resize: vertical;
    font-family: Arial, Helvetica, sans-serif;
    height: 120px;
}
.input:focus {
    outline: none;
}
.btn.bg-light:hover,
.input.bg-light:focus {
    box-shadow: 0 0 0 3px rgba(187, 187, 187, 0.8);
}
.btn.bg-dark:hover,
.input.bg-dark:focus {
    box-shadow: 0 0 0 3px rgba(153, 153, 153, 0.8);
}
.btn.bg-lightblue:hover,
.input[type=text].bg-lightblue:focus {
    box-shadow: 0 0 0 3px rgba(0, 191, 255, 0.8);
}
.btn {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .01em;
    line-height: normal;
    border: none;
    border-radius: 2px;
    padding: .7em .57em;
    color: #000000;
    background: transparent !important;
}
.btn:hover, .btn:focus {
    cursor: pointer;
    background: rgba(150, 150, 150, 0.2) !important;
    box-shadow: none !important;
    outline: none;
    transition: box-shadow 150ms;
}
.btn.bg-green {
    color: #004e00 !important;
    background: transparent !important;
}
.btn.bg-green:hover, .btn.bg-green:focus {
    background: rgba(0, 76, 0, 0.2) !important;
    border: none !important;
}
.btn.bg-red {
    color: #ff3838 !important;
    background: transparent !important;
}
.btn.bg-red:hover, .btn.bg-red:focus {
    background: rgba(255, 56, 56, 0.2) !important;
    border: none !important;
}

.sm-info {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
#x { 
    display: none; 
}