
/*
 *  adAS-SSO
 * ================================================
 *
 * Copyright (C) 2010 - 2024 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 #007BC0;}
    #content h1 { border-bottom: solid 1px #007BC0;}
    #par { border-right: dotted 1px #007BC0; }
    #blue_bar, #f_blue_bar{ background-color: #878787;}
    #content h1, h1 { color:  #0282C1;}
    #content h5,.notification h2 { border-top: dotted 1px #0282C1;}
    h2, .exception_subtitle { color: #0282C1;}
    a,#wayf_button_close, #wayf_button_close2, #qr_button_close2,#notlogout,.rowname { color: #0282C1;}
    #remember_button{  color:#878787;}
    #copyright,  .notification .order{ color: #0282C1;}
    .more_info_button_cl a{ color:#1A7020;}
    .form-col1, #submit_ok, #status_close_session, .button_class, .own-button,.button-layout{
        background: #007BC0;
        background: -moz-linear-gradient(top, #007BC0 50%, #0282C1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#007BC0), color-stop(100%,#0282C1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #007BC0 50%,#0282C1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #007BC0 50%,#0282C1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #007BC0 50%,#0282C1 100%); /* IE10+ */
        background: linear-gradient(top,  #007BC0 50%,#0282C1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007BC0", endColorstr="#0282C1",GradientType=0 ); /* IE6-8 */
    }
    #submit_ok, #status_close_session, .button_class{ border: 1px solid #007BC0;}
    #content {
        background-image:
            url("/themes/upc/static/img/tab_login_top_no_shadow.png"),
            url("/themes/upc/static/img/tab_login_middle.png");
    }
    #content_bottom{
        background:
            url("/themes/upc/static/img/tab_login_bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    }
    #content_middle{
        background:
            url("/themes/upc/static/img/tab_login_middle.png") repeat-y scroll center center rgba(0, 0, 0, 0);
    }