﻿.Login {
    padding: 5%;
    width: 80%;
    margin: 30px auto;
}

.Login .fields > .input{
	color:#485A72;
    border: none;
    background-color: #FFF;
    box-shadow: inset 5px 5px 6px -4px rgba(0, 0, 0, .5);
    padding:2px 10px!important;
    margin-bottom: 10px;
}


.Login .fields  input{
	font-size:16px;
    font-weight: bold;
    padding:11px 0 8px 0 !important;
    background-color: transparent;
    color:#485A72;
    border: none;
    outline: none;
    width: 100%;
}


.Login input[type="checkbox"] {

    position: absolute;
    left: -1000px;
}

.Login input[type="checkbox"] + label {
    font-size: 16px;
    text-indent: 26px;
    color: #ffffff;
    display: inline-block;
    margin: 10px 0;
    padding: 4px 0;
    background-image: url(image/boxes.png);
    background-repeat: no-repeat;
    background-position: left -80px;
}
.Login input[type="checkbox"]:checked + label {
    background-position: left -117px;
}

.Login a[data-role="button"] {
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    height: inherit;
}
.registration.icon:before {
    background-position: -37px -176px;
}
.password.icon:before {
    background-position: -71px -141px;
}

.Login a[data-role="item"] {
    color: #485A72;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    padding: 12px 0;
    text-align: left;
    min-height: inherit;
    text-indent: 46px;
}
.Login [data-role="item"].icon:before {
    content: '';
    position: absolute;
    background-color: #485A72;
	background-image: url(image/icons-light-48.png),url('image/gradients.png'),url('image/gradients-gray.png');
	background-repeat:no-repeat, repeat-x;
    width: 42px;
    height: 42px;
    top: 0px;
    left: 0;
}
.Login [data-role="item"].icon.registration:before {
    background-position:-54px -254px, center top;
}
.Login [data-role="item"].icon.password:before {
    background-position: -154px -105px, center top;
    
}


/* Module icon on Home page */
.-module {
    width:95%;
    margin: 0 auto;
    margin-top:20px;
}
.-module [data-role="item"] {
    margin-bottom: 3px;   
}
.-module [data-role="item"] .text {
    padding-left: 55px;
}
.-module [data-role="item"] .icon{
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #485A72;
    background-image:url('image/gradients.png'), url('image/gradients-gray.png');
	background-position:center top, center 95%;
	background-repeat:repeat-x, repeat-x;

}
.-module [data-role="item"] .icon:before{
	background-image: url(image/icons-light-48.png);
    background-position:-52px -156px;
    width: 48px;
    height: 40px;
    top: 5px;
}
.-module .teetimes .icon:before {
    background-position:-1px -307px;
}
.-module .courts .icon:before {
    background-position:-303px -307px;
}
.-module .events .icon:before {
    background-position:-103px -307px;
}
.-module .statements .icon:before {
    background-position:-202px -307px;
}
.-module .dining .icon:before {
    background-position:-53px -307px;
}
.-module .roster .icon:before {
   background-position:-153px -307px;
}
.-module .lessons .icon:before ,
.-module .mySchedule .icon:before ,
.-module .bookSearch .icon:before 
{
   background-position:-100px -359px;
}

.-module .mybookings .icon:before {
    background-position:-153px -157px;
}
.-module .members .icon:before {
    background-position:-203px -256px
}
.-module .buddies .icon:before {
    background-position:-203px -256px
}
.-module .statementsummary .icon:before {
    background-position:-202px -307px;
}
.-module .aging .icon:before {
    background-position:-202px -307px;
}
.-module .creditbook .icon:before {
    background-position:-202px -307px;
}
.-module .minimus .icon:before {
    background-position:-202px -307px;
}

.-module .-link .-info{
    position: absolute;
    background-color: #70849A;
    color: #FFF;
    top: 10px;
    right: 30px;
    padding: 0 5px;    
    font-size: 18px;
    min-width: 16px;
    text-align: center;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    border-radius: 20px;
}

.-module .-link.separate {
    margin-top: 10px;
}
.-module .chevron{
    background-image: url(image/chevron.png);
    background-repeat:no-repeat; 
    background-position:right center; 
}

/* Module Icons */
.-module .teetimes .-icon .-image{
    background-position: center -1124px;
}
.-module .events .-icon .-image{
    background-position: center -1214px;
}
.-module .dining .-icon .-image{
    background-position: center -1168px;
}
.-module .roster .-icon .-image{
    background-position: center -1259px;
}
.-module .statements .-icon .-image{
    background-position: center -1303px;
}
.-module .courts .-icon .-image{
    background-position: center -1393px;
}
.-module .star .-icon .-image{
    background-position: center -354px;
}
/* Module Sub-pages*/

.-module .mybookings .-icon .-image{
    background-position: center -761px;
}
.-module .buddies .-icon .-image{
    background-position: center -987px;
}


.Login a.registration,
.Login a.password {
    display: inline-block;
    margin-top:5px;
}


