﻿
/* style to control the CheckBoxList of the Meeting Purpose on the Meeting Notice page*/
.cblMtgP
{
    width: 350px;
    margin-left: 16px;
}

.cblMtgP input
{
    margin-left: -18px;
}

.aspCheckboxLabel
{
    margin-left: -3px;
}

/*
    ----------------------------------------------
        Student Dashboard
    ----------------------------------------------
*/
.hideColumn
{
    display: none;
}

.studentInfoLabels
{
    font-size: 14px;
}

.studentInfoTh
{
    font-size: 14px;
}

.studentOptions table td
{
    padding-left: 1px;
    padding-right: 1px;
    padding: 1px;
    width: auto;
    align-items: center;
}

.pnlCreateLinks
{
    border-left: 1px solid #CCCCCC; 
    border-right: 1px solid #CCCCCC; 
    border-bottom: 1px solid #CCCCCC; 
    width: 425px; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

.gridButtonAccordion
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    color: #003300;
    background-color: #E3E8FF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    text-decoration: none; 
    width: 425px; 
    line-height: 20px; 
    display: inline-block;
    font-weight: bold;
}

.lblAccordionDiv
{
    float: left;
    padding-left: 5px;
    width: 385px;
}

.imgAccordionDiv
{
    margin-top: 2px;
    margin-left: 385px;
}

.imgAccordion
{
    position: absolute;
    vertical-align: baseline;
}

.lnkCreate
{
    margin-left: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.lnkBtnBlock 
{
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    width: 225px;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #262961;
    border: solid 1px #CCCCCC;
    margin-bottom: 5px;
}

.lnkBtnTabsBlock 
{
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    width: 225px;
    text-align: center;
    font-family: Arial;
    font-size: 9pt;
    background-color: #E3E8FF;
    border: solid 1px #CCCCCC;
    margin-bottom: 5px;
}

/*
    ----------------------------------------------
        textboxes
    ----------------------------------------------
*/
.txtDate
{
    width: 100px;
}

.txtSingle
{
    width: 200px;
}

.txtMultiSmall
{
    width: 200px;
    height: 50px;
}

.txtMultiMedium
{
    width: 450px;
    height: 100px;
}

.txtMultiLarge
{
    width: 99%; 
    height: 100px;
}

.txtForBootstrap
{
    max-width: 75%;
    min-width: 100px;
    min-height: 7em;
    max-height: 30em;
}
/*
    ----------------------------------------------
        Hide Restore
    ----------------------------------------------
*/
.gridpager, .gridpager table
{
    padding-left: 1px;
    border-color: white;
    padding-right: 1px;
    padding: 1px;
    width: auto;
    align-items: center;
}

.docType
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    color: #003300;
    background-color: #E3E8FF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px; 
    padding: 5px;
}

/*
    ----------------------------------------------
        Misc
    ----------------------------------------------
*/
.caption
{
    font-size: 11pt;
    text-align: left;
    font-weight: bold;
    padding-bottom: 3px;
}

.blueLink 
{
 color:blue;
}

.hang
{ 
    text-indent: -20px; 
    margin-left: 20px; 
    display: block; 
}

.hangTxtBox
{ 
    margin-left: 20px; 
    display: block; 
}

.radio-right input[type="radio"]
{   
    margin-right: 3px;
}

.radio-left input[type="radio"]
{   
    margin-left: 3px;
}

/*
    ----------------------------------------------
        Admin Reports
    ----------------------------------------------
*/
.individualRptHeader
{
    font-size: large;
    font-weight: bold;
}

.rptDivs
{
    width: 100%;
    font-size: 10pt;
    padding-left: 20px;
}

.rptSpan
{
    font-size: 10pt;
    font-weight: bold;
}

.hide
{
    display: none;
}

.results th
{
    text-decoration: underline; 
    font-weight: bold; 
}

#tblFilters
{
    width:auto;
}

.hrGold
{
    border: solid 1px #DCAB27;
}

.dvBottomLine
{
    border-top: solid thin #DCAB27;
    margin: 15px 0px 10px 0px;
}

/*
    ----------------------------------------------
        Errors
    ----------------------------------------------
*/

.errorMsgTxt
{
    margin-top: -19px;
    float: left;
    padding-left: 5px;
}

.errorMsgDiv 
{
    display: none;
    color: red;
}

.errorMsgOther
{
    padding-left: 25px;
}