﻿@import "variables.css";


input, select, textarea {
    max-width: 280px;
    max-width: 100% !important;
}

textarea {
    border: 1px solid #cccccc;
    padding: 5px 15px 5px 18px;
}

/*DropDown Buttons*/
.dxeButtonEditButton {
    background: none !important;
    border: none !important;
}

.dxeButtonEditSys {
    width: 100%;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

a {
    color: #0097A8;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #008190;
    text-decoration: none;
    background-color: transparent;
}


/*Klasse von Bootstrap*/
.form-control {
    color: #000000 !important;
    padding: 10px 15px 10px 13px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0097A8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

.input-onfocus {
    color: #495057;
    background-color: #fff;
    border-color: #0097A8 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}
