.my-label{
    margin: 0px !important;
    padding: 6px;
    width: 185px;
    text-align: left;
}

.my-label2 {
    margin: 0px !important;
    padding: 6px;
    width: 250px;
    text-align: left;
}

.my-label3 {
    margin: 0px !important;
    padding: 6px;
    width: 155px;
    text-align: left;
}

.darkrow {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom-color:#DDDDDD;
    border-bottom-width:1px;
    border-bottom-style: solid;
}

.darkrow2 {
    background-color: rgba(0, 0, 0, 0.05);
    border-top-color:#DDDDDD;
    border-top-width:1px;
    border-top-style: solid;
    border-bottom-color:#DDDDDD;
    border-bottom-width:1px;
    border-bottom-style: solid;
}

.brightrow {
    border-bottom-color:#DDDDDD;
    border-bottom-width:1px;
    border-bottom-style: solid;
}

.brightrow2 {
    border-top-color:#DDDDDD;
    border-top-width:1px;
    border-top-style: solid;
    border-bottom-color:#DDDDDD;
    border-bottom-width:1px;
    border-bottom-style: solid;
}

.controls{
    display: inline-flex !important;
    text-align: right;
}

.controls input {
    width: 235px;
}

.form-control[disabled], fieldset[disabled] .form-control {
color: black;
}


/*.collapse {
display: inline;
color: azure;
background-color: rgb(74, 171, 255);
}*/

.collapse-err {
display: inline;
color: azure;
background-color: rgb(74, 171, 255);
}

a.disabled {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
}
