/* clay (bootstrap) fixes */

label {
    margin-bottom: 0;
}

.row {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

.ml25 {
    margin-left: 25px;
}

.alert {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    font-size: 1.13em;
    padding: 10px 10px 10px 25px;
    z-index: 10000;
    border-bottom: 1px solid;
}

.alert .lead {
    font-size: 1.0em;
}

.alert-danger .lead {
    font-weight: 700;
}

.alert-danger {
    font-weight: 700;
}

.alert .lead a, .alert .alert-link {
    background: #003781 url(../images/sprite_button_backgrounds.png) repeat-x;
    border: 1px solid #003781;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    text-align: left;
    /*min-width: 155px;*/
    width: 115px;
}

.alert .lead a:hover, .alert .alert-link:hover {
    color: #fff !important;
    background-position: 0 -30px;
    text-decoration: none;
}

.alert > .close {
    display: none;
}

.lead .lexicon-icon {
    display: none;
}

.ecs_process_form pre {
    overflow: visible; /* ie11 support */
    font-size: 100%;
}

.instalments table {
    width: 100% !important;
}

.instalments table tr td {
    box-sizing: content-box !important;
}

#frameworkMenu .container {
    display: inline-block;
    max-width: unset;
}

@media (min-width: 1200px) {
    #frameworkMenu-wrap .container {
        width: 1245px !important;
    }
}

@media (min-width: 992px) {
    #frameworkMenu-wrap .navbar-nav.navbar-right:last-child {
        margin-right: 0 !important;
    }
}

#frameworkMenu .navbar-brand {
    height: 56px;
    margin-top: -16px;
}
