﻿@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,700);
@import url(normalize.css);
@import url(responsive.css);

@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(-60px);
    }
    100% {
        -moz-transform: translateY(0);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(-60px);
    }
    100% {
        -webkit-transform: translateY(0);
    }
}
@keyframes dropHeader {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0);
    }
    }
    
    #tblForm
    {
        padding:30px;
    }
    
html
{
    background-color: Red;
    background-repeat: no-repeat;
}




body
{
    font-family: 'Roboto' , sans-serif;
    font-size: 15px;
    margin: 10px auto;
    max-width: 1260px;
    min-width: 0px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 5px #888888;
    min-height: 900px;
    padding: 0 15px;
}


body table
{
    background-color: #FFFFFF;
}

#btnGoBack1,#btnGoBack2
{
    background-color:#009DDC !important;
}

#news_tblOuter
{
    padding: 10px;
    border: none !important;
    text-align:left;
}

#bldgInfo_tblOuter
{
    text-align: left;
    background-color:#686F75;
    padding:20px;
}

.tableBG
{
    background-color: #FFFFE1;
    padding: 15px 0px;
}

/* ALEX II STYLES */
footer
{
    padding: 20px 0;
    text-align:center;
}
.alexII-container
{
    max-width:1280px;
    width:100%;
    margin:0 auto;
    padding:0 15px;
    position:relative;
    display: table;
}
.text-center
{
    text-align:center;
}
.clearfix:after, .clearfix:before
{
    display:table;
    content:"";
    clear:both;
}
h1.loginHeader
{
    font-family: 'Roboto' , sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: White;
    padding:20px;
    text-align:center;
    margin:0;
    margin-bottom:50px;
    background: #232323;
    line-height:1.1;
}
.ip-container
{
    padding-bottom:15px;
}
body.no-bg
{
    background-color:Transparent;
    box-shadow:none;
    width:100%;
    height:100%;
    max-width:none;
    margin:0;
    padding:0;
    line-height:1.6;
}
.header-image
{
    max-width:100%;
}
.header-button-container
{
    float:right;
}
.header-button
{
    background-color: #fff;
    border: 2px solid #ccc;
    color: #333;
    border-radius: 10px;
    padding: 10px;
    display: block;
    font-family: Montserrat;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    font-weight:normal;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom:10px;
}
.header-button:last-child
{
    margin-bottom:0px;
}
.header-button:hover
{
    background:#efefef;
}
.headernomargin
{
    margin: 0 !important;
}
@media (max-width: 991px) /* Tablet */
{
    .header-image
    {
        display:block;
        margin:0 auto;
    }
    .header-button-container
    {
        float:none;
        text-align:center;
    }
    .header-button
    {
        display:inline-block;
    }
    .loginHeader
    {
        padding: 10px;
    }
    
}
@media screen and (max-width:530px) /* Smartphone */
{
    h1.loginHeader
    {
        margin-bottom:15px;
    }
}
/* END ALEX II STYLES */

#footer
{
    background-color: transparent;
    padding-top: 70px;
    margin: 0 auto;
    color: #888888 !important;
    max-width: 900px;
    display:block;
}

.headertext, #tdSingleSignOn1, #events_lblUpcomingEvents
{
    font-size: 25px;
    color: #333333;
    font-weight: normal;
    font-family: 'Roboto' , sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin: 40px 2px;
}

#lblThisFormTitle
{
        font-size: 15px;
    color: #009DDC;
    font-weight: normal;
    font-family: 'Roboto' , sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin: 50px 2px;
}


#lblThisFormTitle::after
{
 content: " form";
}

.headertextLarge
{
    font-size: 35px;
    color: #333333;
    font-weight: normal;
    font-family: 'Roboto' , sans-serif;
    text-decoration: none;
    font-weight: 500;
    margin: 50px 20px;
    
}

#ddlStudentList
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #696969 #000 #696969 #696969;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px 1px 1px;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 5px;
    padding: 5px 5px 5px 8px;
    display: block;
}

li [id^="rptFormGroupList_rptFormList"]
{
    font-size:15px !important;
}


[id^="ddl"]
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #696969 #000 #696969 #696969;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px 1px 1px;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 5px;
    padding: 5px 5px 5px 8px;
    background-color:#FFFDEF;
}

#tblRegistrationPanel td
{
    padding:0px 10px;
}

[id^="rptMyStudents_lbRemove"]
{
    background-color: #D04251;
    padding: 2px;
    border-radius: 4px;
    display: block;
    font-family: 'Roboto' , sans-serif;
    color: White !important;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
}

[id^="rptMyStudents_lbRemove"]::before
{
    content: "x   ";
}

input[type="text"], input[type="password"]
{
    border-color: #696969 #000 #696969 #696969;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    color: #000;
    font-size: 20px !important;
    min-height: 5px;
    padding: 2px 2px 2px 5x;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

input[type="text"]:focus, input[type="password"]:focus
{
    border-right: 1px solid #96181B;
    font-size: 20px !important;
    color: #009ddc;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

input[type="submit"]
{
    background-color: Red;
    padding: 5px;
    border-radius: 4px;
    
    font-family: 'Roboto' , sans-serif;
    font-size: 14px;
    color: White !important;
    text-decoration: none;
    border: 1px solid #adadad;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover
{
    background-color: Black;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.LinkStudentAccount
{
    padding: 10px;
    -webkit-box-shadow: 3px 3px 5px 1px #ccc;
    -moz-box-shadow: 3px 3px 5px 1px #ccc;
    box-shadow: 3px 3px 5px 1px #ccc;
}
#tblStudentList
{
   
    font-family: 'Montserrat' , sans-serif;
    color: #888888;
    width: 480px;
   
    
}
#lblParentName
{
    font-size: 20px;
}


#lnkDashboard, #lnkPortalForms, #lnkNewEnrollment,#lnkCommunications,#lbContentManagement,#lbEnrollment,#lbEnrolledStudents
{
    background-color: Red;
    color: White !important;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Montserrat' , sans-serif;
    font-size: 19px;
    text-decoration: none;
    border: 1px solid #adadad;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

#lnkHome
{
    display:none;
}

#lnkDashboard:hover, #lnkPortalForms:hover, #lnkNewEnrollment:hover,#lnkCommunications:hover,#lbContentManagement:hover,#lbEnrollment:hover,#lbEnrolledStudents:hover
{
    background-color: white;
    color: #f06913 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.MyAccount
{
    font-size: 19px;
    color: black;
    font-weight: normal;
    font-family: 'Roboto' , sans-serif;
    text-decoration: none;
    display: none;
}

.header
{
    margin: 0 auto;
    text-align: left;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff 0px, #fefefe 60%, #f2f2f2 91%, #e1e1e1 100%) repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    z-index: 10;
    font-size: 40px;
    font-weight: 300;
    font-family: Roboto;
    color: #009ddc;
    padding: 10px 0px;
}

#lnkSendMessage,#lbInvitations
{
 
    border: 2px solid #ccc;
    color: #333;
    border-radius: 14px;
    padding: 5px 5px;
    font-family: Montserrat;
    max-width:20%;
    text-decoration:none;
}

#divNav
{
  color:#96181B;
  font-family: Montserrat;
  text-decoration:none;
}

#lblParentPortal_PageTitle
{
    font-size:40px;
    width:100%;
    padding-left:20px;

}

#lblWelcomeMessage
{
    color:#C0C0C0;
    display:block;
    margin-left:20px;
}

#lnkChangePassword
{
   background-color: #fff;
    border: 2px solid #ccc;
    color: #333;
    border-radius: 14px;
    padding: 10px 25px;
    margin: 10px 60px 10px 10px;
    display: block;
    font-family: Montserrat;
   width:260px;
   position:absolute;
   top:8px;
   text-decoration:none;
}

.maintext
{
    font-size: 12pt;
    color: Black;
}
.maintext_bold
{
    font-size: 16px;
    color: Black;
    font-weight: bold;
}
.maintext_white
{
    font-size: 11pt;
    color: White;
}
.smalltext
{
    font-size: 15px;
    color: Black;
    font-family: Arial;
}
.smalltext_bold
{
    font-size: 13px;
    color: Black;
    font-weight: bold;
}

.titletext
{
    font-size: 22pt;
    color: Black;
    font-weight: bold;
}
.errormsg
{
    font-size: 10pt;
    color: Red;
    font-weight: normal;
}
.whitetext
{
    font-size: 16px;
    color: White;
}
.titletext_white
{
    font-size: 14pt;
    color: White;
    font-weight: bold;
}
.whitelink
{
    font-size: 16px;
    color: White;
    font-weight: normal;
    font-family: 'Roboto' , sans-serif;
    text-decoration: none;
}

.mainlink
{
    font-size: 12pt;
    color: #009ddc;
    font-weight: normal;
     font-family: 'Roboto' , sans-serif;
    
}

.smalllink
{
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    text-decoration:underline;
}


.tinytext
{
    font-size: 8pt;
    color: Black;
}
.newscomponent_thumbimage
{
    float: left;
    padding-right: 5px;
}
.verified
{
    color: #008000;
    font-size: 10pt;
    font-weight: bold;
}
.glow
{
    border: 2px solid #B80000 !important;
}
.formprompt
{
    font-size: 12pt;
    padding: 10px;
    color: Black;
    font-family: Arial;
    letter-spacing: normal;
}

.padding
{
    padding: 0 80px;
}

#loginHomepage_lblContent, #loginHomepage_lblHeader
{
    display: none;
}

[id^="formgroups_rptFormGroups_rptFormList"]
{
    font-size: 18px !important;
}

[id^="rptParentView_lbView"]
{
   
   background-color: #96181B;
    border: medium none;
    border-radius: 4px;
    color: White !important;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

#formgroups_tblOuter
{
    border: none !important;
}

#formgroups_trHeader1
{
    background-color: #009DDC;
}

#tblStatus
{
    background-color: #EEEEEE !important;
}
[class^="ajax__"]
{
    box-sizing: content-box;
}
.textright
{
    text-align: right;
}
.textcenter
{
    text-align: center;
}
.nopadding
{
    padding: 0;   
}
.InbetweenAdjust
{
    
}
@media (max-width: 1250px)
{
    .EarlyMobileAdjust
    {
        width: 95% !important;
    }
    .InbetweenAdjust
    {
        width: 95% !important;
    }
}
@media (max-width: 991px)
{
    .textright
    {
        text-align: left;
    }
    .hide2
    {
        display:block !important;
    }
    .hide3
    {
        display:none !important;
    }
    .MobileAdjust
    {
        width: 95% !important;
    }
    .textcenter
    {
        text-align: left;
    }
    .InbetweenAdjust
    {
        width: auto !important;
    }
}
.hide2
{
    display:none;
}
.hide3
{
    display:block;
}
.FormStatus
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004cb5+5,0059be+5,0066c7+95,0059be+95 */
    background: #004cb5; /* Old browsers */
    background: -moz-linear-gradient(45deg, #0066C7 5%, #0059BE 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,#0066C7 5%,#0059BE 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,#0066C7 5%,#0059BE 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004cb5', endColorstr='#0059be',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    padding: 7px;
    color: White;
    font-size: 18px;
}
.ajax__tab_header
{
    white-space: normal !important;   
}
form:after, form:before
{
    display:table;
    content:"";
    clear:both;
}
