.login-form {
    margin: 100px;
    width: 600px;
}

.container {
    margin-top: 100px;
}

.container h2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
}

.form-group-formats,
.form-group-events,
.form-group-endpoints {
    margin-left: 1.5rem;
}

.endpointTemplateContainer,
.nameTemplate {
    width: 400px;
    margin-left: 1.8rem;
    margin-bottom: 2rem;
}

.activeFlagTemplateContainer {
    margin-left: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

form {
    background-color: #eee;
    padding: 1rem 2rem;
}

.saveConfiguration {
    margin-left: .2rem;
}

#showWorkflowForm {
    background-color: #E18484;
    margin: auto 50%;
}

#workflowsHeader {
    border-bottom: 1px solid #ccc;
    padding-bottom: .3rem;
    width: 80%;
    text-align: center;
    display: block;
    margin: 2rem auto;
}

.workflowForm {
    width: 80%;
    margin: 0 auto;
    margin-top: 1.8rem;
}

.workflowForm:last-child {
    margin-bottom: 1.8rem;
}

#company-name {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
    color: white;
}

.nav-item.dropdown .dropdown-menu {
    overflow-y: scroll;
    max-height: 577px;
}
.nav-item.dropdown .dropdown-menu .mappings-menu-item a:hover {
    color: #00b0ff !important;
}

#loadDeliveryPointMapping:hover {
    color: #00b0ff !important;
}

#deliveryPointMappingTable td:first-child {
    border: none;
}

table thead th {
    position: sticky;
    top: 50px;
    background-color: #00b0ff;
}

#deliveryPointMappingTable td,
#tradingFeesTable td,
#standardGASMappings td,
#standardPOWERMappings td {
    border: 1px black solid;
}

#deliveryPointMappingTable input,
#tradingFeesTable input,
#standardGASMappings input,
#standardPOWERMappings input {
    border: none;
    background: transparent none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.load-type-mapping-container,
#preiseFieldPowerMapping,
#preiseFieldGasMapping {
    margin-bottom: 1.5rem;
}

.load-type-mapping-container button,
#preiseFieldPowerMapping button,
#preiseFieldGasMapping button {
   margin-top: 10px;
}

.load-type-mapping-container th,
#tradingFeesTable th,
#preiseFieldPowerMapping th,
#preiseFieldGasMapping th {
    font-size: .9rem;
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

#preiseFieldGasMapping td {
    padding-right: 1em;
}
