﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.site-bg {
    background: url("/images/bg.jpg") no-repeat;
    background-size: cover;
    width:100vw;
    height:100vh;
    position:fixed;
    z-index:-1;
}
form
{
    margin: 0 auto 0;
    padding: 12px 0 30px 0;
    top: 0;
}

a:link, a:visited
{
    color: black;
}

a:hover
{
    color: black;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 2.2em;
}

.to_left{
    float:left;
}
.to_right{
    float:right;
}
hr {
    border: solid 2px #c4037e;
    margin: 20px 0px 20px 0px;
    opacity:0.5;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    font-weight: 200;
    margin:1px 0 5px;
}

h1
{
    font-variant: small-caps;
    font-size: 2.3em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-variant: small-caps;
    font-size: 1.7em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight:900;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.center{
    text-align:center;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.cambox_right
{
    padding-top:150px;
    float:right;
    
}
.page {
    width: 1200px;
    margin: 0px auto 5px;
    background: #fff;
    box-shadow: #00000026 3px 0px 17px 7px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 50px;
    background-color: black;
}

div#navigation {
    height: 25px;
    margin: 26px 10px 0px 30px;
    float: left;
}
div#navigation ul.rmHorizontal
{
    border:none;
}
div#navigation ul.rmHorizontal ul
{
    border-top:none;
}

div#season
{
    float:right;
    margin-top:0px;
    text-align:right;
    color:#FFFFFF;
}
div#season.label
{
   color:#FFFFFF;
}
.header, .header a, .header a:link, .header a:visited{
    color:white;
}
.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
    float: left;
}
.header a.scan {
    background: url("../images/barcode-reader-small.png") no-repeat scroll left top transparent;
    display: block;
    height: 35px;
    width: 35px;
    margin: 2px 24px 2px auto;
    float: right;
}
    .header a.logoff {
        display: block;
        float: right;
        margin: -12px 18px 2px 5px;
        height: 32px;
    }
        .header a.logoff img {
            height:32px;
        }
.header a.scan span
{
    position:absolute;
    top:-1000px;
}
.header_features {
    float: right;
    width: 250px;
    padding: 5px;
}
.ScanModeTitle {
    color:darkseagreen;
    font-weight:bold;
    font-size:24px;
    float:left;
}
.ScanModeTitle.off {
    color:palevioletred;
}
.main {
    margin: 0;
    min-height: 80vh;
    padding: 10px 12px 8px;
    position:relative;
}

.footer
{
    color: #4E5766;
    line-height: normal;
    margin: 0 auto;
    padding: 8px 0 5px 0;
    text-align: center;
}
.footer a.top
{
    background: url("/images/top_page_arrow.gif") no-repeat scroll left 30% transparent;
    padding: 0 0 0 20px;
}
/* PAGE LAYOUTS
----------------------------------------------------------*/
.MyImageButton
{
   cursor: hand;
}
.MyImageButton input
{
  height:10px;
}

div#PageTitle
{
    width: 100%
}
div#FormLabels
{
    float: left;
    width: 150px;
    padding-left: 15px;
}
div#FormFields, div.formsFields {
    padding: 5px 5px 5px 32px;
}
    div#FormFields label, div.formsFields label{
        display: block;
        float: left;
        margin-right: 15px;
        width: 150px;
    }
    div#FormFields.popup label, div.formsFields.popup label {
        width: 40px;
    }
    div #FormFields .radiobuttonlist label, div.formsFields .radiobuttonlist label{
        display: inline;
        width: auto;
        float: none;
    }
    div#FormFields input.textEntry, div.formsFields input.textEntry{
        margin: 0px;
    }

    div#FormFields > div, div.formsFields div.formrows{
        margin-top: 10px;
    }
    div#FormFields .RadPicker, div.formsFields .RadPicker{
        position: relative;
    }
    div#FormFields .DateTimePicker, div.formsFields .DateTimePicker {
        margin: 5px 0px 5px 165px;
        position: relative;
    }
    div#FormFields .TimePicker, div.formsFields .TimePicker {
        height: 20px;
        width: 60px;
        position: absolute;
        left: 100px;
        top: 0px;
        display: block;
        margin: 0px;
    }
    div#FormButtons, div.formsbuttons {
        float: left;
        width: 100%;
        padding: 30px 15px;
    }
div.pageform {
    padding:20px;
}
.tableform{
    display:table;
}
.tableform .rows{
    display:table-row;
}

.tableform .cells {
    display: table-cell;
    padding:10px;
}

div#ErrorSummary {
    width: 100%;
    color: Red;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
input
{
    height: 20px;
}
input.textEntry 
{
    width: 320px;
    border: 1.5px solid #ababab;
    margin:0 5px;

}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ababab;
    margin:0 15px;
}
div.addintegratebox
{
    background: url("../images/add.gif") no-repeat scroll left 35% transparent;
    padding: 3px 0 5px 17px;
}
div.accountInfo
{
    width: 42%;
}

.FormValidator
{
    width: 1px;
    padding: 0px 5px;
    color:Red;
}
a.button {
    color: white;
    padding: 3px 8px;
    margin-right: 10px;
    text-decoration: none;
    background-color: #485275;
    font-size: 12px;
    text-transform: uppercase;
}

a.okbutton {
    color: dimgray;
    padding: 3px 8px;
    margin-right: 10px;
    text-decoration: none;
    background-color: lightgreen;
    font-size: 12px;
    text-transform: uppercase;
}

a.scanbuttonoff {
    color: white;
    padding: 3px 8px;
    margin-right: 10px;
    text-decoration: none;
    background-color: palevioletred;
    font-size: 12px;
    text-transform: uppercase;
}
.multipleRowsColumns .rcbItem, .multipleRowsColumns .rcbHovered
{
    float:left;
    margin:0 1px;
    min-height:13px;
    overflow:hidden;
    padding:2px 19px 2px 6px;
    width:125px;
} 
.rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.col1, .col2
{
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}
.col1
{
    width:200px;
}
.dateinput
{
    padding:0px;
}

html body .RadInput .riTextBox, html body .RadInputMgr {
border-width: 1px;
border-style: solid;
padding: 0px;
vertical-align: middle;
}

RadSubscriptions
{
    display:inline-block;
}

div#paymenttypes 
{
    font-size:0.85em;
    text-align:left;
    vertical-align: middle;
    display:inline-block;
}

div#paymenttypes input
{
    height:11px;
    margin:0px 0px 0px 5px;
}
div#paymentbox
{
    vertical-align: middle;
    text-align:left;
    display:inline-block;
}
div#paymentbox input
{
    height:15px;
    padding:1px;
    margin-left:5px;
}

div#paymentcomment 
{
    margin-bottom: 10px;
}

div#paymentregtypes 
{
    font-size:0.85em;
    text-align:left;
    vertical-align: middle;
    display:inline-block;
}

div#paymentregtypes input
{
    height:11px;
    margin:0px 0px 0px 5px;
}
div#paymentregbox
{
    vertical-align: middle;
    text-align:left;
    display:inline-block;
}
div#paymentregbox input
{
    height:15px;
    padding:1px;
    margin-left:5px;
}

div#paymentregcomment 
{
    margin-bottom: 10px;
}
/* Pages
----------------------------------------------------------*/

/* Scan
----------------------------------------------------------*/

.mainscan p 
{
   
}
.Scan_Comment 
{
    Font-Size:0.8em;
    color: royalblue;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:0px;
}
div#scan_header {
    padding: 10px 0;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 500px;
    left: 0;
    right: 0;
}
div#scan_header div{
    padding: 10px 0;
    text-align: center;
}
div#scan_header table {
        width: 100%;
    }
div#scan_header td{
    width:50%;
    }
div#scan_mode {
    float: right;
    margin-top: -35px;
    position: absolute;
    left: 12px;
    top: 84px;
}

div#Member_Details div {
    display: inline-block;
    padding-bottom: 0px;
}
div#Member_Details div#toggleText
{
    display:none;
}
div#Member_Details .name{
    font-weight:bold;
    font-size:20px;
}

div#toggleText div
{
    display:block;
    padding-bottom:5px;
    font-size:0.9em;
}
div#toggleText label
{
    display: block;
    float: left;
    margin-right: 15px;
    width: 150px;
}

div#Member_Infos {
    position: relative;
    margin-top: 68px;
}


div #Member_Details a#toggleLink {
    background: transparent url(../images/btbox_open.gif) no-repeat top left;
    padding-left: 20px;
    float: right;
    margin-top: 8px;
}
div#Member_Details a#toggleLink.open
{
    background:transparent url(../images/btbox_close.gif) no-repeat top left;
}
div#Member_Details div#toggleText.open
{
    display:block;
}
div#Member_Details p
{
    font-size:0.9em;
}
div#Member_Details_labels
{
   margin-right:35px;
}
div#memberlink
{
    width:100%;
    text-align:right;
}
div#ShowDetails
{
    padding-top:9px;
    text-align:right;
    overflow:hidden;
}

div#Member_top {
    display: inline-block;
}
div#Member_Details {
    padding-top:5px;
    float: left;
    min-height: 45px;
}
div#Member_Registration {
    margin-left: 585px;
    min-height: 45px;
}

div#Member_center {
    display: inline-block;
}
div#Member_Subscriptions {
    width: 740px;
    float:left;
    min-height:120px;
}
div#Member_Attendances {
    margin-left: 760px;
    width: 390px;
    min-height: 120px;
}

div#Member_bottom {
    display: inline-block;
}
div#Member_Courses {
    float: left;
    width: 740px;
}
div#Member_Events {
    margin-left: 760px;
    width:390px;
}

.Box_Title
{
    font-size:1.4em;
    font-weight:400;
}
.box {
    padding: 5px;
    padding-top: 5px;
    margin: 0 0 10px 0;
    text-align: left;
    vertical-align: top;
    width: 565px;
    background-color: #bec2c41f;
    border: 1px solid #c0c0c0;
}


/* Stats
----------------------------------------------------------*/
.courses_div
{
    width:290px;
    display:inline-block;
    padding:10px;
    vertical-align:top;
}

.courses_count
{
    font-weight:bold;
    font-size:1.3em;
    vertical-align:top;
    margin-right: 20px;
    float: right;
}

/* User Controls
----------------------------------------------------------*/
div#uc_Main
{
    padding-bottom:5px;  
}
div#uc_Main h1
{
    color: #666666;
    text-transform: none;
    font-weight: 400;
    font-variant: small-caps;
    font-size: 1.6em;
    padding: 0px;
    margin: 0px;
}


.box_header_okimage, .box_header_nokimage, .box_header_noimage
{
    font-size:1.2em;
    font-weight:400;
    min-height:20px;
    position:relative;
    padding-bottom:5px;
}
.box_header_okimage
{
    background: url("/images/ok.gif") no-repeat ;
    padding-left:25px;    
}
.box_header_nokimage
{
    background: url("/images/nok.gif") no-repeat;
    padding-left:25px;    
}

div#uc_link
{
    float:right;
    text-align:right;
    font-size:0.8em;
    /*padding-top:3px;*/
}


/* UC_Courses
----------------------------------------------------------*/
div#uc_courses_Courses div
{
    display:inline-block;
}
div#uc_courses_buttons
{
    width:20px;
    display:inline;
    text-align:center;
}
div#uc_courses_buttons p
{
   margin:0px;
   padding:0px;
}


/* UC_Subscriptions
----------------------------------------------------------*/
/*
div#Member_Subscriptions
{
    position:relative;
}
div#Member_Subscriptions div#uc_Main div 
{
    display: inline-block;
 
}*/
div#MainContent_msubscriptions_Subscriptions_AddPayments
{
    width:100%;
    text-align:left;
    vertical-align:top;
}

/* TOOLBAR  
----------------------------------------------------------*/
#toolbar {
    background: #201f24;
    height: 28px;
    margin: 0;
    padding: 6px 6px 4px 6px;
    color: White;
}
a#MainContent_mToolbar_hpBack{
    background: url("/images/arrow-back-previous.png") no-repeat scroll left top transparent;
    margin-bottom: 5px;
    padding: 0 0 0 21px;
}
div#MainContent_mToolbar_Back
{
    margin-bottom:5px;
} 
#toolbar ul.buttons
{
    margin:3px 0 0;
    list-style:none;
}
#toolbar ul.buttons li
{
    float:left;
    margin-right:5px;
}
    #toolbar ul.buttons a {
        background: #ab2cb5;
        color: White;
        font-weight: bold;
        padding: 4px 12px;
        text-decoration: none;
    }
#toolbar ul.buttons a:hover
{
    opacity:0.65;
}
/*search box */
#toolbar div.RadInput
{
    float:right;
}

#toolbar div.seasonSelector{
    float: left;
    margin-right: 8px;
}
#toolbar div.memberSelector
{
    float:left;
    margin:0 15px 0 5px;
}

#toolbar div.datesSelector {
    float: left;
    margin: 0 15px 0 5px;
    width: 290px;
}
    #toolbar div.datesSelector label {
        float: left;
        width: 30px;
        display: block;
        margin-left: 5px;
    }
.DateTimePicker {
    float: left;
}
#ctl00_MainContent_mToolbar_tbSearch_GoButton {
    background: url('/images/search-12-16.png') no-repeat;
}
/* SHORTCUTS  
----------------------------------------------------------*/
ul#shortcuts {
    background: #892a8f;
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 2px 5px 5px 10px;
    width: 260px;
}
    ul#shortcuts li a {
        background: url("../images/shortcut_120284-16.png") no-repeat scroll 0 40% transparent;
        padding-left: 17px;
        color: White;
        text-decoration: none;
    }
ul#shortcuts li a:hover
{
    text-decoration:underline;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}


/* SCHEDULER */
div.rsAdvancedEdit, .RadScheduler .rsAdvancedModal
{
    background: none repeat scroll 0 0 #ffffff;
    border:solid 1px #6B6B6B;
    padding:10px !important;
}

div.rsAdvancedEdit h3, .RadScheduler .rsAdvancedModal h3
{
    margin-bottom:5px;
}

div.rsAdvancedEdit div.rsAdvancedSubmitArea, .RadScheduler .rsAdvancedEdit .rsAdvancedSubmitArea
{
    text-align:center !important;
}
div.sched-begin, div.shed-end, div.sched-room, div.sched-course, div.sched-teacher
{
    padding:5px 0px 0px 0px;
}
.rblTeacher {
    width: 50px;
    text-align: left;
    vertical-align:bottom;
}
.rblTeacher .label{
    text-align: left;
    width: 50px;
}
.RadScheduler .rsAptOut
{
    cursor:pointer;
}
.RadScheduler div.subscribed, .RadScheduler div.subscribed .rsAptOut, .RadScheduler div.subscribed .rsAptMid, .RadScheduler div.subscribed .rsAptIn
{
    background:url('../images/ap-subscribed.gif');
}
.RadScheduler div.subscribed .rsAptContent
{
    background: url("../images/ap-subscribed.gif") repeat scroll -2px -3px transparent;
}
.RadToolTip .rsAptDelete
{
    display:none;
}

.RadScheduler .rsAptDescription
{
    display:none;
}
.RadScheduler .rsAptMain {
    -webkit-transform:rotate(70deg);
    -moz-transform:rotate(70deg);
	-o-transform: rotate(70deg); 
	white-space:nowrap;
	writing-mode:horizontal-tb;
    padding: 15px 0 0 5px;
}
.RadScheduler .rsAptMain_day{
    white-space:nowrap;
	padding: 5px 0 0;

}
.RadToolTip .rsAptDescription
{
    padding-top:10px;
   
}
.RadToolTip .rsAptMain
{
    padding:5px;
}
.RadToolTip .rsAptDescription label
{
    font-weight:bold;
    width:150px;
    display:block;
}
.RadScheduler .rsContent .rsSpacerCell div, .RadScheduler .rsContent .rsAllDayHeader div, .RadScheduler .rsContent .rsVerticalHeaderTable th, .RadScheduler .rsContent .rsVerticalHeaderTable th div
{
    min-width:30px !important;
}
.RadScheduler .rsVerticalHeaderWrapper
{
    width:30px;
}
.RadScheduler .rsHorizontalHeaderWrapper div
{
    margin-right:0px !important;
}
.RadScheduler .rsContentScrollArea
{
    overflow-y:auto !important;
    overflow-x:auto !important;
}
.RadScheduler tr.rsAlt td
{
    background-color:#f0f0f0 !important;
}
.RadScheduler .rsContent
{
    border-top:1px solid #929292 !important;
}
.RadScheduler .rsDateHeader 
{
    text-transform:uppercase;
    font-weight:bold;
}
.subscription_lessons_status {
    font-weight: bold;
    font-size: 1.4em;
}