.error_list {
    font-size: 12px;
    font-style: italic;
    margin-left: 0px;
    color: #b81900;
}

.navbar-nav-right {
    float: right;
    margin: 0px;
}
.navbar-nav-right {
    margin: 7.5px -15px;
}

.error_list {
    font-size: 12px;
    font-style: italic;
    margin-left: 0px;
    color: #b81900;
}

.lamm-form-control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.lamm-alert-danger-strong {
    background-color:#FF0000;
    border-color:#D80000;
    color:#fff;
}


/*Static Modal - Processing...*/
.modal-static,
.modal-static .modal-dialog,
.modal-static .modal-content {
    width: 200px; 
    height: 200px; 
}
.modal-static .modal-dialog,
.modal-static .modal-content {
    padding: 0 !important; 
    margin: 0 !important;
}
.modal-static .modal-content .icon {
}

/* ECT */

.panel-ect {
    border-color: #00146A;
}

.panel-ect>.panel-heading {
    color: #fff;
    background-color: #16417C;
    border-color: #00146A;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}

.panel {
    background-color: #D3F1F7 !Important;
}