/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you 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 the following location:
 *
 *   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.
 */

/* reset */


article, aside, details, figcaption, figure, footer, header, hgroup, menu,  section { display: block; }



blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { 
    vertical-align: middle; 

}

/* general page */
body { font-family: Verdana, sans-serif; font-size: 10px; line-height: 1.4em; }

#cas { background: #eee; }
#cas .flc-screenNavigator-view-container { 
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border: 1px solid #A8A8A8;
    max-width:95%;


    background: #FFF;
    border-radius: 10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.28);
    background-color: #ffffff;}


@media only screen and (max-width: 960px) { #cas .flc-screenNavigator-view-container { width: 100%; }
                                            #cas .flc-screenNavigator-view-container #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;} }

#content {
    padding: 0 0px 10px;
    border-top: 1px solid #A8A8A8;
}
/* header */
#cas #header #responsive {
    width: 100%;
    height: auto;
}
#cas #header {
    height: 140px
}

 #cas #header #company-name {
    min-height: 140px;
    width: 100%;
    background: url('../img/banner.jpg') no-repeat left center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
    overflow: hidden; /* Evitar que la imagen sobresalga del contenedor */
}

#cas #header #company-name img {
    width: 100%;
    height: auto;
    display: block;
}



#cas #header #app-name { background: #210F7A; color: white; padding: 1.4em 1.4em; font-size: 2em; font-weight: normal; }

/* content */

#cas #content #login { width: 100%; float: left;}
#cas #content #login #fm1 { }
#cas #content #login #fm1 .row { margin-bottom: 10px; }
#cas #content #login #fm1 .row .fl-label { 
    display: block;
    float: left;
    width: 80px;
}
#cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password] {  
    background-color: #FFFFFF;

    background-position: 1px 1px;
    background-repeat: no-repeat;
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
}
#cas #content #login #fm1 .row.check { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; color: #777; font-size: 11px; }
#cas #content #login #fm1 .row .btn-submit { border-width: 1px; margin-right: 4px; }
#cas #content #login #fm1 .row .btn-reset { border: 0; background: none; color: #777; text-transform: lowercase; border-left: 1px solid #ddd; }
#cas #content #login #fm1 .row .btn-submit:hover, #cas #content #login #fm1 .row .btn-reset:hover { cursor: pointer; }
#cas #content #sidebar { width: auto;}
#cas #content #sidebar .sidebar-content { padding-left: 20px; }
#cas #content #sidebar .sidebar-content p { margin-bottom: 1.4em; }
#cas #content #sidebar .sidebar-content #list-languages ul { list-style: none;}
#cas #content #sidebar .sidebar-content #list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
#cas #content #sidebar .sidebar-content #list-languages ul li:last-child { border: 0; line-height: 1.4em; }

/* footer */
#cas #footer { 
    border-top: 1px solid #A8A8A8;
    color: #616161;
    padding-top: 5px;
    text-align: center;
}

/* < 960 */
@media only screen and (max-width: 960px) { #cas #footer { padding-left: 10px; border-top: 1px solid #A8A8A8;} }
/* < 799 */
@media only screen and (max-width: 799px) { #cas #header #app-name { font-size: 1em; }
                                            #cas #content #login { float: none; width: 100%; }
                                            #cas #content #login #fm1 .row .fl-label { margin-left: -10px; }
                                            #cas #content #login #fm1 .row input[type=text], #cas #content #login #fm1 .row input[type=password] {  }
                                            #cas #content #login #fm1 .row .btn-submit {  }
                                            #cas #content #login #fm1 .row .btn-reset { display: none; }
                                            #cas #content #sidebar { margin-top: 20px; }
                                            #cas #content #sidebar .sidebar-content { padding: 0; } }

.panel-login {
    width: 380px; 
    background-color: #F3F2F2;
    border: 1px solid #C0C0C0;
    padding: 1px; 
    margin: 50px auto 30px;
}

.login-header {
    background-color: #4A75B5;

    background-position: left top;
    background-repeat: repeat-x;
    border-color: #4A75B5;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px;
}

.login-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 25px 60px;
    border-top: 1px solid #A8A8A8;
}

.titulo-login {
    margin: 0.1em 16px 0.2em 0;
    color: #FFFFFF;
}

.required {

}

.required:focus {

}





/** ***************************************** */
/* All form elements are within the definition list for this example */
dl {
    font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */



.hplnk-forgot{
    text-decoration:none;
    color: #8F8F8F;
}

.links-login {
    margin: 0 auto;
}


