.form-section {
    padding-left: 15px;
    border-left: 2px solid #FF851B;
    display: none;
    /*background-color: rgba(39, 41, 43, 0.03);*/
}
.form-section.current {
    display: inherit;
}



.btn {
    max-height: 38px;
}

.btn-info, .btn-default {
    margin-top: 10px;
}


.submit-hidden {
    visibility: hidden;
}

.submit-display-block {
    display: block !important;
}

.btn {
    width: 120px !important;
}

.higher {
    /*top: -50px;*/
    position: relative;
/* right: 10px; */
}


.form-hidden {
    position: relative !important;
    display: inline !important;
    left: -22px !important;
    top: 2px !important;
}


.form-group{
    position: relative;
    /*width: 50%; !* <-- just for demo *!*/
    overflow:hidden;
}

.form-group > .toggleMask{
    position: absolute;
    top: 0;
    right: -20px;
    text-indent: -30px;
    height:100%;
    line-height: 2;
    pointer-events: auto;
    z-index: 5;
    cursor: pointer;
}

.form-group > .toggleMask ~ input{
    padding-right: 30px;
}

.form-group > .toggleMask:checked::before{
    content:"\e105";
}

.select-lists {
    appearance: auto !important;
}

.bd-example {
    border: none !important;

}

.header {
    text-decoration: underline 3px;
}



label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.row {
    background-color: rgba(39, 41, 43, 0.03);
}

input[type=checkbox] {
    height: 20px !important;
    width: 20px !important;
    vertical-align: middle !important;
    /* margin-left: 10px !important; */
    margin-right: 10px !important;
    display: inline;
    appearance: auto;
}

.inline {
    display: inline !important;
}

i {
    margin-left: -30px;
    /* margin: auto; */
    cursor: pointer;
}

#btn-add-owner {
    /*margin-left: 10px;*/
}

.btn-save {
    margin-top: 0px !important;
}

.uploaded {
    height: auto;
    width: 100%;
}

i.upload {
    margin-left: unset;
}

label.upload {
    width: auto !important;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #212529;
}


.acctauth {
    color: white;
    font-size: larger;
}

.auto-width {
    width: auto !important;
}


button, [type=submit] {
    background-color: #007bff !important;
    color: white !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body.login .card-body form > .input-group:nth-child(1) {
    margin-bottom: .75rem !important;
}

body.login .card-body form > .input-group:nth-child(2) {
    margin-bottom: .75rem !important;
}
body.login .card-body form > .input-group:nth-child(3) {
    margin-bottom: 1rem !important;
}

.card-header {
    padding: 0.25rem 1.25rem !important; 
}