/*
 *  adAS-SSO
 * ================================================
 *
 * Copyright (C) 2010 - 2021 by Auditoria y Consultoría de Privacidad y
 * Seguridad (PRiSE http://www.prise.es)
 *
 * *****************************************************************************
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 *
 * ************************************************************************** */

.text-field-centered,
.text-field,
.button-layout {
    border: 1px solid #001489;
}

#content h1 {
    border-bottom: solid 1px #001489;
}

#par {
    border-right: dotted 1px #001489;
}

#blue_bar,
#f_blue_bar {
    background-color: #001489;
}

#content h1,
h1 {
    color: #535e9d;
}


/*
#content h5,
.notification h2 {
    border-top: dotted 1px #535e9d;
}
*/

h2,
.exception_subtitle {
    color: #535e9d;
}

a,
#wayf_button_close,
#wayf_button_close2,
#qr_button_close2,
#notlogout,
.rowname {
    color: #001489;
}

#remember_button {
    color: #626265;
}

#copyright,
.notification .order {
    color: #041262;
}

.more_info_button_cl a {
    color: #1A7020;
}

.form-col1,
#submit_ok,
#status_close_session,
.button_class,
.own-button,
.button-layout {
    background: #001489;
    background: -moz-linear-gradient(top, #001489 50%, #041262 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #001489), color-stop(100%, #041262));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #001489 50%, #041262 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #001489 50%, #041262 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #001489 50%, #041262 100%);
    /* IE10+ */
    background: linear-gradient(top, #001489 50%, #041262 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#001489", endColorstr="#041262", GradientType=0);
    /* IE6-8 */
}

#submit_ok,
#status_close_session,
.button_class {
    border: 1px solid #001489;
}

#content {
    background-image: url("/themes/adas18/static/img/tab_login.png");
}

#content_bottom {
    background: url("/themes/adas18/static/img/tab_login_bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}

#content_middle {
    background: url("/themes/adas18/static/img/tab_login_middle.png") repeat-y scroll center center rgba(0, 0, 0, 0);
}