﻿#accordion-form {
    margin: 20px;
}

.accordion {
    padding: 10px;
}

.accordion .card-header {
    cursor: pointer;
    font-weight: bolder;
}

.accordion .card-header:not(.collapsed) {
    background-color: #075290;
    color: #fff;
}

.indicator-plus .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f142";
    float: right;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: black;
}

.indicator-plus .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f141";
    float: right;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #fff;
}

.card-block {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: 150px;
    margin-right: 150px;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.md-form, label.form-control-placeholder {
    cursor: pointer;
}

#mdForm {
    margin-top: 1.5rem;
}

.form-control {
    cursor: pointer;
    padding-left: 25px;
}

form input[type="text"] {
    padding-left: 25px;
    font-weight: bolder;
}

.custom-select {
    padding-left: 25px;
    font-weight: bolder;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 1px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

#keywordModal {
    padding: 10px;
}

#keywordModalHeader {
    background-color: #495057 !important;
}

#formRow {
    margin-bottom: 25px;
}

#infoBtn {
    margin-top: 25px;
}

.custom-select {
    border-top: none;
    border-left: none;
    border-right: none;
  
}

.custom-select:focus + .form-control-placeholder,
.custom-select:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    outline: none;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: gray;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: blue;
}

.inputfile + label {
    cursor: pointer; 
}

.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    pointer-events: none;
}



	