/*
 * 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.
 */


/* content-wrapper */
/*
#cas #content-wrapper { padding: 10px; overflow: hidden; width: 90%; }
*/
#cas #content-wrapper { width: 96%; margin: 1em auto 0 auto;}
#cas #content-wrapper #msg { padding: 20px; margin-bottom: 10px; }
#cas #content-wrapper #msg h2 { font-size: 1.4em; margin-bottom: 0.5em; }
#cas #content-wrapper #msg.errors { border: 1px dotted #BB0000; color: #BB0000; padding-left: 100px; background: url(../images/error.gif) no-repeat 20px center; }
#cas #content-wrapper #msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/confirm.gif) no-repeat 20px center; }
#cas #content-wrapper #msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.gif) no-repeat 20px center; }
#cas #content-wrapper #login { width: 320px; float: left; margin-right: 20px; }
#cas #content-wrapper #login #fm1 { padding: 20px; background: #eee; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#cas #content-wrapper #login #fm1 h2 { font-size: 1.4em; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; }
#cas #content-wrapper #login #fm1 .row { margin-bottom: 10px; }
#cas #content-wrapper #login #fm1 .row .fl-label { display: block; color: #777777; }
#cas #content-wrapper #login #fm1 .row input[type=text], #cas #content-wrapper #login #fm1 .row input[type=password] { padding: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #DDDDDD; background: #FFFFDD; }
#cas #content-wrapper #login #fm1 .row.check { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; color: #777; font-size: 11px; }
#cas #content-wrapper #login #fm1 .row .btn-submit { border-width: 2px; padding: 3px; margin-right: 4px; }
#cas #content-wrapper #login #fm1 .row .btn-reset { border: 0; background: none; color: #777; text-transform: lowercase; border-left: 1px solid #ddd; }
#cas #content-wrapper #login #fm1 .row .btn-submit:hover, #cas #content-wrapper #login #fm1 .row .btn-reset:hover { cursor: pointer; }
#cas #content-wrapper #sidebar { width: auto; }
#cas #content-wrapper #sidebar .sidebar-content-wrapper { padding-left: 20px; }
#cas #content-wrapper #sidebar .sidebar-content-wrapper p { margin-bottom: 1.4em; }


/* < 960 */
@media only screen and (max-width: 960px) { #cas #footer { padding-left: 10px; } }
/* < 799 */
@media only screen and (max-width: 799px) { #cas #header #app-name { font-size: 1em; }
  #cas #content-wrapper #login { float: none; width: 100%; }
  #cas #content-wrapper #login #fm1 .row .fl-label { margin-left: -10px; }
  #cas #content-wrapper #login #fm1 .row input[type=text], #cas #content-wrapper #login #fm1 .row input[type=password] { width: 100%; margin-left: -10px; padding: 10px; }
  #cas #content-wrapper #login #fm1 .row .btn-submit { outline: none; -webkit-appearance: none; -webkit-border-radius: 0; border: 0; background: #210F7A; color: white; font-weight: bold; width: 100%; padding: 10px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  #cas #content-wrapper #login #fm1 .row .btn-reset { display: none; }
  #cas #content-wrapper #sidebar { margin-top: 20px; }
  #cas #content-wrapper #sidebar .sidebar-content-wrapper { padding: 0; } }

#cas #content-wrapper #security { color:#336699; font-size:1.2em; padding-top:2em; line-height: 1.5em;}

