﻿/* Login / Change Password page styles */
#loginFooter
{
    margin-top: 20px;
    text-align: center;
}

#loginProductID,
#loginCopyright,
#loginSupportedBrowsers 
{
    margin-top: 10px;
}

.cssT1SmBasicFormProductName 
{
    font-weight: bold;
    display: block;
}

/* 
 * Styles taken from bootstrap.css
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
*/
.cssT1SmBasicFormHeader 
{
    max-width: 458px;
    padding: 0;
    background: #ef182f url("Images/Master/StudentManagement2/bannerBGGradient_swin.png") repeat-x scroll left top;
	height: 72px;
    margin: 0 auto;
    text-align: center;
    /*-webkit-border-top-right-radius: 5px;
       -moz-border-top-right-radius: 5px;
            border-top-right-radius: 5px;*/
    -webkit-border-top-left-radius: 5px;
       -moz-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
}
.cssT1SmBasicFormHeader .cssT1SmBasicFormHeaderLogo
{
	/*margin-top: 5px;*/
    float:left;
	max-width: 100%;
	height: 72px;
}
.cssT1SmBasicForm {
    max-width: 400px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-bottom-right-radius: 5px;
        -moz-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.cssT1SmBasicForm h2 
{
    margin-top: 0px;
    margin-bottom: 10px;    
    font-size: 31.5px;
    line-height: 40px;    
}
.cssT1SmBasicForm .nowrap 
{
    display: block;
    margin-bottom: 9px;
    margin-right: 4px;
    float: left;
    white-space: normal;
}
.cssT1SmBasicForm .nowrap .fieldLabel
{
    width: 120px;
    margin-bottom: 4px;
    margin-top: 4px;
}
.cssT1SmBasicForm .cssT1SmBasicFormValidationContainer 
{
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-top: 5px;
}
.cssT1SmBasicForm .cssT1SmBasicFormValidationError 
{
    color: red;
    background: url(Images/Error.gif) no-repeat;
}
.cssT1SmBasicForm .cssT1SmBasicFormValidationError .validatorText 
{
    display: inline-block;
    width: 15px;
}
.cssT1SmBasicForm input[type="text"],
.cssT1SmBasicForm input[type="password"],
.cssT1SmBasicForm select
 {
    width: auto;
    font-size: 16px;
    height: auto;
    padding: 4px 9px;
    display: inline-block;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
        -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
}
.cssT1SmBasicForm .cssT1SmBasicFormValidationSummary 
{
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
    font-weight: bold;
}
.cssT1SmBasicForm .cssT1SmBasicFormValidationSummary ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 100;
    margin-top: 5px;
}
.cssT1SmBasicForm .cssT1SmBasicFormInformationHeader 
{
    color: #77585c;/* #3a87ad; */
    background-color: whiteSmoke;
    border: 1px solid #e0b1b7;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
}
.cssT1SmBasicFormActions 
{
    clear: both;
    width: 100%;
}
.cssT1SmBasicForm input[type="submit"] {
    cursor: pointer;
}
.cssT1SmBasicForm button, 
.cssT1SmBasicForm input, 
.cssT1SmBasicForm select, 
.cssT1SmBasicForm textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
.cssT1SmBasicForm .btn {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #B3B3B3;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: whiteSmoke;
        background-repeat: repeat-x;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, white, #E6E6E6);
}
.cssT1SmBasicForm .btn:hover, 
.cssT1SmBasicForm .btn:focus, 
.cssT1SmBasicForm .btn:active,
.cssT1SmBasicForm .btn[disabled] {
    color: #333;
    background-color: #E6E6E6;
}
.cssT1SmBasicForm .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ef182f;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #ef182f, #ef182f);
    border-left-color: #ef182f;
    border-right-color: #ef182f;
    border-top-color: #ef182f;
    border-bottom-color: #ef182f;
}
.cssT1SmBasicForm .btn:hover, 
.cssT1SmBasicForm .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}
.cssT1SmBasicForm .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}
.cssT1SmBasicForm .btn[disabled] {
    color: #333;
    background-color: #E6E6E6;
}
.cssT1SmBasicForm .btn-primary:hover, 
.cssT1SmBasicForm .btn-primary:focus, 
.cssT1SmBasicForm .btn-primary:active, 
.cssT1SmBasicForm .btn-primary[disabled] {
    color: white;
    background-color: #ef182f;
}
