@import url("StandardButton.css");

:root {
    --theme-primary: #AED570;
    --theme-secondary: white;
    --theme-selected: #b7dd89;
    --theme-standardButton: #9aca4c;
    --theme-standardButtonHighlight: #c5ee93;
    --theme-standardButtonText: #213b00;
    --theme-reportingCenterPrimary: #0B74BC;
    --theme-reportTableHeaderForeColor: #0B74BC;
    --theme-primary-textContrast: #3f4648;
}

/*

    ------------------- Default settings for the page content area. These should override all the CSS that has been pulled in
                        from the marketing site.

*/

/*#region baseObjects*/
table {
    border-collapse: collapse;
    background-color: Transparent;
}

body {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

    td, th, table th, table td {
    line-height: normal;
    padding: 0px;
    margin: 0px;
}

input {
    padding-left: 3px;
}

a:link {
    text-decoration: none;
    color: Black;

}

#ttcontent label {
    margin-bottom:unset;
}

a:visited
{
	text-decoration: none;
	color: Black;
}
a:hover
{
	text-decoration: underline;
	color: Black;
}

input 
{   
    border-width: 1px;
}

/*#endregion baseObjects*/


/*#region themeDependentClasses*/
.appColor {
    color: var(--theme-primary);
}

.table > .appBackColor > * > *,
.appBackColor {
    background-color: var(--theme-primary);
    color: var(--theme-primary-textContrast);
}

  #ttcontent  .appBackColor  a {
        color: var(--theme-primary-textContrast);
    }

.appBorderColor {
    border-color: var(--theme-primary);
}

#reportCenterDiv .reportingCenterBackColor {
    background-color: var(--theme-reportingCenterPrimary);
}

#reportCenterDiv .reportingCenterBorderColor {
    border-color: var(--theme-reportingCenterPrimary);
}

#reportCenterDiv .selectedListItemColor {
    background-color: var(--theme-reportingCenterPrimary);
}

.highlightBorderOnHover:hover {
    border-color: var(--theme-primary);
}
.roundedPanelsWithColoredBorder {
    border-color: var(--theme-primary);
    border-width: 3px;
    border-style: solid;
    background-color: white;
    border-radius: 25px;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
}

#report .radiobuttonRow input[type="radio"]:checked + label {
    border-color: var(--theme-primary);
}

.featherlight_reportpopup iframe {
    background-color: var(--theme-reportingCenterPrimary);
    border-radius: 15px;
    border: solid var(--theme-reportingCenterPrimary) 4px;
}

.spinner {
    position: fixed;
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
}

/*#region themeDependentClasses*/

/*#region AppOverrideProperties*/
.teachTownAppLogo {
    font-family: arial,sans-serif;
    color: #1596D4;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin-top: -5px;
}

/*#endregion AppOverrideProperties*/

/* Set overall content width for different devices */
.contentBrowser {
    margin-right: auto;
    margin-left: auto;
}
.contentTablet {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}

#clickthisheader {
    color:white;
}



.tableColumnHeaderBackColor {
    background-color: var(--theme-selected);
}

.tableColumnSubHeaderBackColor {
    background-color: #e2f1d1;
}

/*#region ttcontent*/

#ttcontent {
    font-size: 15px;
}

#ttcontent td,
#ttcontent th,
#ttcontent table td,
#ttcontent table th
{
     line-height: normal;
     padding: 0px;
     margin: 0px;
}


#ttcontent a {
	color: #1f85d0;
    text-decoration: none;
}

#ttcontent a:hover 
{
    text-decoration: underline;
}

#ttcontent a.StudentLink
{
	text-align: center;
}

#ttcontent a.StdButtonLink
{
    text-decoration: none; 
    color:#0d74bb; 
    padding: 0 0 0 0; 
    margin: auto;
}

    #ttcontent a.InactiveAccount {
        text-align: center;
        color: #9B0000;
    }


#ttcontent a.StudentLink_Restricted
{
	text-align: center;
	color: #5400FF;
}

#ttcontent a.StudentLink_Unpaid
{
	text-align: center;
	color: #9B0000;
}

#ttcontent a.StudentLink_Hidden
{
	text-align: center;
	color: white;
    background-color:gray;
}

#ttcontent ol {
	list-style-type: decimal;
	margin-left: 2em;
}

#ttcontent ul {
	list-style-type: circle;
	margin-left: 2em;
}

#ttcontent li 
{
    line-height: 1.5em;
}

    
#ttcontent select,
#ttcontent input,
#ttcontent textarea
{
    margin: 3px;
}
    

#ttcontent a.SmallButtonLink
{
    text-decoration: none; 
    color:#0d74bb; 
    padding: 0 0 0 0; 
    margin: 0 0 0 0;   
    text-align:center; 
}



    #ttcontent p {
        margin-top: 0;
        margin-bottom: 0;
        line-break:unset;
    }
    #ttcontent a.OrganizationLink_CannotAddStudents {
        text-align: center;
        color: #9B0000;
    }

    #ttcontent .dhx_list .dhx_list_default_item,
    #ttcontent .dhx_list .dhx_list_default_item_selected {
        border-right: none;
        border-bottom: none;
        border-left: none;
    }

   


/*#endregion ttcontent*/




.roundedCornerPanel {
    background-color: white;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #ddd;
    border-radius: 8px;
    padding: 8px 10px 8px 10px;
}


.panelHeader {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: inherit;
    color: black;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}

.inactiveRoundedCornerPanel {
    background-color: white;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px 8px 10px;
    color: lightgray;
}

.inactivePanelHeader {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: inherit;
    color: lightgray;
    border-radius: 0px;
    padding: 0px;
    text-align: left;
    font-family: Roboto,"Helvetica Neue",sans-serif;
}


.EulaFrameBox {
    width: 100%;
    border: #928885 1px solid;
    height: 300px;
}

.FrameBox {
    width: 100%;
    border: #928885 1px solid;
    height: 95%;
}

.dhtmlxListItemTemplate {
    background-color: #f1f1f1;
    margin: 1px;
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
}

    .dhtmlxListItemTemplate:hover {
        background-color: #ddd;
        font-size: 45px;
    }

#ttcontent .cellData {
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}

#ttcontent .cellDataUnaligned {
    padding-left: 3px;
    padding-right: 3px;
}

#ttcontent .alignLeft {
    text-align: left;
}

#ttcontent .alignCenter {
    text-align: center;
}

#ttcontent .alignRight {
   
    text-align: right;
}

.columnDivision {
    border-right: 1px solid gray;
}

    .thickBorderDivTable {
        border-width: 5px;
        border-style: solid;
    }

.thinBorderDivTable {
    border-width: 2px;
    border-style: solid;
}

.coloredHeader {
    color:white;
}



.RoundedTab_Selected div {
    background-color: white;

}



.ttDataTable {
    width: 100%;
    border: 1px solid #928885;
    background-color: white;
    background-color: #ffffff;
    box-sizing: border-box;
}

#ttcontent .ttDataTable .whiteText {
    color:white;
}

#ttcontent .ttDataTable .tableHeader,
#ttcontent .ttDataTable .tableHeader td {
    font-size: 15px;
    border-top: 1px solid #928885;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    vertical-align: bottom;
    box-sizing: border-box;
}

.alternatingTableRow:nth-child(even) {
    background-color: #EEEEEE;
}

.oddAlternatingTableRow:nth-child(odd) {
    background-color: #EEEEEE;
}

#ttcontent .ttDataTable .columnHeader,
#ttcontent .ttDataTable .columnHeader td,
#ttcontent .ttDataTable .columnHeader th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    text-align: center;
    vertical-align: bottom;
    background-color: #C1C1C1;
    box-sizing: border-box;
}


.ttTabbedTable {
    width: 100%;
    border: 1px solid #928885;
    border-top: none;
    background-color: white;
    box-sizing: border-box;
}

#ttcontent .ttTabbedTable .tableHeader,
#ttcontent .ttTabbedTable .tableHeader td {
    font-size: 15px;
    border-top: 1px solid #928885;
    text-align: center;
    font-weight: bold;
    padding: 3px;
    vertical-align: bottom;
    box-sizing: border-box;
}


#ttcontent .ttTabbedTable .columnHeader,
#ttcontent .ttTabbedTable .columnHeader td,
#ttcontent .ttTabbedTable .columnHeader th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    text-align: center;
    vertical-align: bottom;
    background-color: white;
    box-sizing: border-box;
}


/*
    --------------------------------------------------------------
    ------------------- Report Params Formats --------------------
    --------------------------------------------------------------

*/

.reportTitleOnParamPopup {
    font-family: 'gill-sans-nova';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}


#reportParamPleaseWait {
    font-weight: bold;
    display: inline-block;
    height: 100%;
    border-color: white;
    text-align: center;
    background-color: white !important;
    width: 200px
}

#reportParamDiv label {
    padding-left: 5px;
    display: unset;
}

#reportParamDiv .SeperatorDiv {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #0B74BC;
    margin-top: 16px;
    margin-bottom: 16px;
}


.paramHeader {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#reportParamDiv .currentSelection {
    font-weight: bold;
    padding-bottom: 5px;
}


/*
	----------------------------- Datagrid styles ----------------------------------------
*/


.DataGridTable
{
	border: solid 0px #FFFFFF;
	width:100%;
	border-collapse: collapse;
    margin:0px;
}

.ListAlternatingItem > td, .ListAlternatingItem
{
	border: solid 1px #928885;
    padding: 2px 3px 3px 2px;
	border-color: #928885;
	background-color: #EEEEEE;

    vertical-align: middle;
}

.ListItem > td, .ListItem {
    border: solid 1px #928885;
    padding: 2px 3px 3px 2px;
	color: #333;
    background-color: Transparent;
    vertical-align: middle;
}

.ListHeaderItem > td, .ListHeaderItem {
    border: solid 1px #928885;
    padding: 2px 3px 3px 2px;
    border-color: #928885;
    background-color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}

.NoListItemsFound
{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #333;
}


.orgfilterbox {
    font-size: 14px;
    border: 1px solid #928885;
    border-bottom: 0px;
    padding: 4px;
    background-color: #EEEEEE;
}
/*
	---------------------------------------------------------------------
*/
.BodyStyle {
    padding: 0px;
    background-color: #FFFFFF;
    margin: 0 0 0 0;
}

.errorGridBorder {
    border: solid red 1px;
}

table.NoBorder td
{
	border-style: none;
}

.PageHeader
{
	font-weight: bold;
	font-size: 20px;
	color: #1F85D0;	
	border: Black 0px solid;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.PageAreaTable
{
	height: 0px;	
	color: #333;
}

.SectionHeader
{
	padding: 0px 2px 2px 0px;
	font-weight: bold;
	font-size: 15px;
	font-variant: small-caps;
	color: #333;	
}

.DefaultPageBulletDescription
{
	font-weight: normal;	
	color: #333;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 20px;
}

.CaptionText
{
	font-weight: normal;
	color: #333;
}


/* For general name-value pairs, i.e. Address: Blah */
.GeneralValueText
{
	font-weight: normal;
	
	color: #333;
}

.BoldValueText
{
	border: solid 0px #FFFFFF;
	font-weight: bold;
	
	color: #333;
}


.CheckBoxCaptionText
{
	font-weight: normal;
	
	color: #333;
}

.DropDownMenuText
{
	font-weight: normal;
	background-color: #FFFFFF;
	color: #333;
}

.TextBoxText
{
	background-color: #FFFFFF;
	color: #333;
}

.PasswordTextBox
{	
	background-color: #FFFFFF;
	color: #333;
}

.ButtonText
{
	font-weight: normal;
	color: #333;
}

.BigCheckBox {
    width: 18px;
    height: 18px;
}

.UtilityBox
{
	border:#928885 1px solid;
	padding: 5px;
}

.ProgressBox
{
	border: black 1px solid;
	padding: 0px;
}


.PagerText
{
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: normal;	
	text-decoration: none;
	color: #333;
	vertical-align: middle;
}

.PagingArea
{
	font-weight: normal;
	color: #333;
}

a.GeneralLink
{
	text-align: center;
	color: #5BB8FF;
	text-decoration: none;
}

a.GeneralLink:hover
{
	text-decoration: none;
	color: Black;
}

a.OrganizationLink
{
	text-align: center;
	color: Blue;
}

a.PaymentLink
{
	text-align: center;
	color: Blue;
}

a.AlertGeneralLink
{
	text-align: center;
	color: #333;
}

.ErrorGrid_Error
{
	padding: 2px 2px 5px 2px;
	font-weight: normal;
	font-size: 10pt;
	color: #333;
}

.ErrorGrid_Message
{
	padding: 2px 2px 5px 2px;
	font-weight: normal;
	color: black;
}

.MessageGrid
{
	padding: 2px 2px 2px 2px;
	font-weight: bold;	
	border: 0px solid;
}

.MessageRow
{
	padding: 2px 2px 5px 2px;
	color: #333;
	vertical-align: text-bottom;
	background-color: #FFFFFF;
	text-align: left;	
}

/* For creating an area on a page that becomes visible upon clicking 
an ImageButton that has been configured to cause a submit message to appear */
.CollapsibleArea
{
	display: block;
}

/* For creating an area on a page that becomes visible upon clicking 
an ImageButton that has been configured to cause a submit message to appear */
.SubmitMessageArea
{
	display: none;
}

#ttcontent .NeedsHelp {
    color: red;
}

.TTImageButton
{
	padding: 5px 5px 5px 5px;
}

.ImageSortButton
{
	padding: 0px 0px 0px 0px;
}

.ImageSortButton:hover
{
	padding: 0px 0px 0px 0px;
    -webkit-box-shadow: 0 0 .3125rem .0625rem rgba(154,222,71,1);
    -moz-box-shadow: 0 0 .3125rem .0625rem rgba(154,222,71,1);
    box-shadow: 0 0 .3125rem .0625rem rgba(154,222,71,1);
}

.PageAreaPadding
{
	padding: 0px 0px 0px 0px;	
}

.epd_pageTitle 
{
    line-height: normal;
    color:#1F85D0;
    font-size: 33px;
    font-weight:bold;
}



/*  TABS   */
.SelectedTab {
    color: #333;
    font-weight: bold;
    background-color: #DFDFDF;
    border-color: #116798 #116798 White #116798;
    text-align: center;
    vertical-align: middle;
}

.NonSelectedTab
{
    color: White;
    font-weight: normal;
    background-color: #C1C1C1; 
    border-color: #6FB1CD; 
    text-align: center;
    vertical-align:middle;
}
a.NonSelectedTab
{
    margin-left: 0px;
}

.RoundedTab_Selected {
    color: #333;
    font-weight: bold;
    border-color: #116798 #116798 White #116798;
    text-align: center;
}

.RoundedTab_Selected div {
    border-radius: 18px 18px 0px 0px;    
    border: 1px solid gray;
    border-bottom-width: 0px;
    vertical-align: bottom; 
    height: 100%;
    text-align: center;
    font-size:16px;
}

.RoundedTab_NonSelected
{
    color: White;
    font-weight: normal;
    border-color: #6FB1CD; 
    text-align: center;
    vertical-align:middle;
}

.RoundedTab_NonSelected div {
    border-radius: 18px 18px 0px 0px;
    background-color: #c8c8c8;
    vertical-align: bottom;
    height: 100%;
    text-align: center;
}

.RoundedTab_NonSelected a {
    font-size:16px !important; 
    text-align: center;
}


a.RoundedTab_NonSelected
{
    margin-left: 0px;
}


/*************************/
/*   Org Management CSS  */

.OrgHeader {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.orgNameRow {
    width: 100%;
    padding: 0px 0px 15px 0px; 
    text-align: center;
    vertical-align: text-top;
    padding-bottom: 30px;
}

.crumbTrailDiv {
    padding: 0px 0px 10px 0px;
}



@media only screen and (min-width: 0px) and (max-width: 991px) { 
    div#side-nav-container {
        display: none;
    }

    div#side-nav-alternate {
        display: block;
    }

}
@media only screen and (min-width: 992px) and (max-width: 2000px) { 
    div#side-nav-container {
        display: block;
    }
    div#side-nav-alternate {
        display: none;
    }

}

.box-shadow-menu {
  position: relative;
  padding-left: 1.25em;
}
.box-shadow-menu:before {
  color: #959595;
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 0.15em;
  background: #959595;
  box-shadow: 
    0 0.25em 0 0 #959595,
    0 0.5em 0 0 #959595;
}



.grips {
    background-image: url('../images/grips.png');
    background-repeat: repeat-y;
}


#ttcontent .main-unlicensed-app-link {

    color: gray ;
}


a.GeneralLink,
a.GeneralLink:hover,
a.GeneralLink:visited
{
    text-decoration: none; 
}

.hideOnWeb {
    visibility: hidden;
    height: 0px;
    width:0px;
}


/*************************/
/* Report Parameter CSS  */
/*************************/

html {
    overflow-y: auto;
}


.CancelDiv,
.SubmitDiv {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.hideMe {
    display: none;
}
/**
* Overrides for the featherlight popup
**/
@media all {
    .featherlight_reportpopup {
        display: none;
        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */
        /* position: centering content */
        text-align: center;
        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;
        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0.8);
    }


        .featherlight_reportpopup:before {
            /* position: trick to center content vertically */
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.25em;
            background: rgba(0, 0, 0, 0.8);
        }

        .featherlight_reportpopup .featherlight_reportpopup-content {
            /* make content container for positioned elements (close button) */
            position: relative;
            /* position: centering vertical and horizontal */
            text-align: left;
            vertical-align: middle;
            display: inline-block;
            /* dimensions: cut off images */
            overflow: auto;
            padding: 25px 25px 0;
            border-bottom: 25px solid transparent;
            /* dimensions: handling large content */
            margin-left: 5%;
            margin-right: 5%;
            max-height: 95%;
            /* styling */          
            cursor: auto;
            /* reset white-space wrapping */
            white-space: normal;
            background: rgba(0, 0, 0, 0.8);
        }

	/* contains the content */
        .featherlight_reportpopup .featherlight_reportpopup-inner {
            /* make sure its visible */
            display: block;
            padding: 0px;
        }

        .featherlight_reportpopup .featherlight_reportpopup-close-icon {
            /* position: centering vertical and horizontal */
            position: absolute;
            z-index: 9999;
            top: 0;
            right: 0;
            /* dimensions: 25px x 25px */
            line-height: 25px;
            width: 25px;
            /* styling */
            cursor: pointer;
            text-align: center;
            font-family: Arial, sans-serif;
            background: #fff; /* Set the background in case it overlaps the content */
            background: rgba(255, 255, 255, 0.3);
            color: #000;
        }

    /* Turn off the close icon. */
    .featherlight_reportpopup-close-icon {
        display: none;
    }

    .featherlight_reportpopup .featherlight_reportpopup-image {
        /* styling */
        width: 100%;
    }


    .featherlight_reportpopup-iframe .featherlight_reportpopup-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
        background-color: transparent;
    }


    .featherlight_reportpopup * { /* See https://github.com/noelboss/featherlight/issues/42 */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


    .tt-tooltip {
        position: relative;
        display: inline-block;
    }

    .tt-tooltip .tooltiptext {
        visibility: hidden;
        width: 200px;
        background-color: #1f85d0;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;

        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tt-tooltip:hover .tooltiptext {
        visibility: visible;
        z-index:100;
    }
         
}


/******** Help Center styles  ***************/

#helpCenterDiv .headerDivStyle {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    border-bottom: 5px solid #0B74BC;
}

#helpCenterDiv .coloredRoundedBox {
    background-color: #ecf7fc;
    
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 35px;
    margin: 4px;
    border-radius: 16px;
    box-sizing: unset;
}


#helpCenterDiv .largeLinkText,
#helpCenterDiv .largeLinkText a {
    font-weight: bold;
    color: #1f85d0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
    vertical-align: middle;
}



/******** Package Picker buttons  ***************/

.packagePicker_cancelSelectButton {
    color: unset;
    padding: 6px 20px;
    width: auto;
    font-size: 20px;
    display: inline-block;
    text-decoration: underline !important;
}

.packagePicker_selectButton {
    background-color: #1f85d0;
    color: white !important;
    padding: 6px 20px;
    width: auto;
    font-size: 20px;
    display: inline-block;
    border-radius: 10px;
    font-weight: unset;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/******** ViewMyGroups specific styles  ***************/
.viewMyGroupsHelpPopup {
    visibility: hidden;
    height: 0px;
}

.viewMyGroupsHelpText {
    display: normal;
}


/* Absolute Center Spinner */
#loadingspinny {
    visibility: visible;
}

.loading_overlay {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading_overlay:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading_overlay:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading_overlay:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* For placing a 'please wait the server is busy processing... modal dialog'
    upon a button click that processes a middle tier action for example, that might be a lengthy operation.
    The dialog is popped via client side javascript and remains visible unter the server is done processing,
    at which time a redirect is done to the next page.

    ManageStudents.aspx has an example of this in action.
*/
.modalpleasewait {
    text-align: center;
    vertical-align: middle;
    display: none; /* Hidden by default */
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 400px; /* override as desired*/
    height: 200px;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Black w/ opacity */
    border: 3px solid gray;
}

.modalpleasewait img {
    margin: 0 auto;
}

.standard-modal {
    display: flex;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 400px; /* override as desired*/
    height: 200px;
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    overflow: auto; /* Enable scroll if needed */
    background-color: white;
    border: 3px solid gray;
    margin: auto;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.3);
    z-index: 9998;
}

.modal-content {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    padding: 5px;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    padding: 5px;
    line-height: normal;
}

.modal-footer {
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Prevents popup dialog content (where this class is applied) from having an inner scrollbar resulting in 2 scrollbars */
.dialog-content {
    overflow: hidden;
}
