/*** PRIMARY SPOT COLOR ********/
/** (Use to search/replace)   **/
/**                           **/
/**    #698D9F                **/
/**    #698D9F                **/
/**                           **/
/*******************************/

/****** BASE STYLES ******/
BODY {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

div {
    outline: 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

a:link, a:active, a:visited {
	color: #000000;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #698D9F;
	text-decoration: none;
}

a img { border: 0px; }

.button {
    background-color: #698D9F;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    border-width: 1px;
    border-style: Solid;
    border-color: White;
    padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin: 1px;
}
.button:hover {
    background-color: #799DAF;
}
input[type="button"]:disabled  {
	background-color: #BBBBBB !important
}
.input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    border-width: 1px;
    border-style: Solid;
    border-color: Black;
    padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	margin: 1px;
	padding-top: 1px;
}

.disabled-inline {
    padding: 2px 4px;
    font-size: 10px;
    margin: 1px;
    border: 1px solid #bbb;
}

/****** FREQ USED STYLES ******/

.alert-text {
     color: #D33030;
}
.banner {
    background-color: #698D9F;
}
.tborder {
    background-color: #D1D1E1;
	color: #000000;
	border: 1px solid #0B198C;
}
.thead {
    background: #005469; /** url(images/gradient_thead.gif) repeat-x top left; **/
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link {
    color: #FFFFFF;
}
.thead a:visited {
    color: #FFFFFF;
}
.thead a:hover, .thead a:active {
    color: #EEEE77;
}
.alt1, .alt1Active {
    background-color: #F5F5FF;
	color: #000000;
}
.alt2, .alt2Active {
    background-color: #EDECD1;
	background-image: -moz-linear-gradient(-90deg, #F9F8ED , #EDECD1 );
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( #F9F8ED ), to( #EDECD1 ));
    color: #000000;
}
.inlineimg {
    vertical-align: middle;
}
.edit_table {
    border-width: 1px;
    border-style: Solid;
    border-color: Black;
    padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
.edit_form_header_row {
    background-color: #698D9F;
}
.edit_form_header_cell {
    font-weight: bold;
    font-size: 11px;
    color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.edit_form_button_row {
    background-color: #D3D3D3;
}
.edit_form_cell {
    background-color: #EAEAEA;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.edit_form_cell_visibility_note {
  padding-left:10px;
  padding-right:10px;
  color: #888888;
}
.header-gray {
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #EAEAEA;
}
.page_header_row {
    background-color: #EAEAEA;
}
.page_header_cell {
    font-size: 10px;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #698D9F;
	/*background-color: #ffffff;*/
	text-align: center;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
.info_panel {
    position: absolute;
    width: 40em;
    min-height: 10em;
    padding: 2em;
    border: 2px solid black;
    background-color: #EDECD1;
    color: #000000;
    z-index: 90;
}
.error {
    color: #ff0000;
}
label.error {
    padding-left: 5px;
}

.fa.migration-icon {
    float: right;
    margin: 1px 2px 0 6px;
    font-size: 14px;
    color: #656565;
}

/****** LIST STYLES ******/

.list_header_row {
    background-color: #D3D3D3;
}
.list_header_cell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}
.list_row_alt {
    background-color: #EAEAEA;
}
.list-cell {}

/****** NAV ******/

.nav-path-cell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #ffffff;
}
.nav-path-cell a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
.nav-path-cell a:hover {
    color: #698D9F;
}
.nav-path-cell a:active {
    color: #FFFFFF;
}
.nav-path-cell a:visited {
    color: #FFFFFF;
}



/****** ADMIN-TAB ******/

.admin-tab-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	border-top: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-bottom: 0px none #D5D291;
	background-color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
    white-space: nowrap;
}
.admin-tab-inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #EDECD1;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
    white-space: nowrap;
}
.admin-tab-right {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #D5D291;
}
.admin-tan-border {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}
.admin-tab-inactive a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.admin-tab-inactive a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.admin-tab-inactive a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.admin-tab-inactive a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}



/****** TAB, STUDENT-TABLE, INFO-CELL ******/
.tab-active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #698D9F;
	border-top: 0px none #EDECD1;
	border-right: 1px solid #EDECD1;
	border-left: 1px solid #EDECD1;
	border-bottom: 0px none #EDECD1;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.student-tab-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #698D9F;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px none #000000;
	background-color: #ffffff;
	text-align: center;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.student-table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.info-cell-top-left {
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.info-cell-top-right {
    border-bottom: 1px solid #D3D3D3;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.info-cell-bottom-left {
    border-right: 1px solid #D3D3D3;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.info-cell-bottom-right {
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.info-cell-left {
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.info-cell-right {
    border-bottom: 1px solid #D3D3D3;
    padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* added to center the notify fa icon */
.info-cell-text-center {
    text-align: center;
}

.tab-inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	background-color: #797979;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.tan-border {
	border-top: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}
.tab-inactive a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-inactive a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.tab-inactive a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFC453;
	text-decoration: none;
}
.tab-inactive a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DDEEFF;
	text-decoration: none;
}



/****** CALENDAR (not Event Calendar) *******/

.calendar {
    border-top: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
.cal_title {
    background-color: #F5F5FF;
	color: #000000;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.cal_nextprev {
    background-color: #F5F5FF;
	color: #000000;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.cal_dayheader {
    background: #005469; /** url(images/gradient_thead.gif) repeat-x top left; **/
	color: #FFFFFF;
	font: bold 9px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.cal_day {
    background-color: #F5F5FF;
	color: #000000;
}
.cal_othermonthday {
    background-color: #EDECD1;
    color: #000000;
}
.cal_today {
    background-color: #F5F5FF;
	color: #000000;
    font-weight: bold;
}
.cal_selectedday {
    background-color: #005469;
	color: #FFFFFF;
    font-weight: bold;
}
.cal_selectedday a:active {
    background-color: #005469;
	color: #FFFFFF;
    font-weight: bold;
}



/****** ACTIVITIES *******/

.activity_header1 {
    background-color: #999999;
    font-size:11px;
    font-weight:bold;
    padding: .25em;

}
.activity_header2 {
    background-color: #F5F5FF;
    padding: .25em;
    color: #666666;
}
.activity_body {
    background-color: #EAEAEA;
}
div.todo {
    border: 2px solid #AAAAAA;
    background-color: #F5F5FF;
    padding: .3em;
    color: #666666;
    clear: both;
    margin: .25em;
}
.act_action_menu_icon {
    display:block;
    position:relative;
    float:right;
    margin-left:.5em;
    z-index: 11;
}
.act_action_menu_icon img {
    border:0px;
}
.activity_action_menu {
    display:none;
    position:absolute;
    right: 0px; /*-.2em;*/
    top: 0px; /*13px;*/
    margin:0px;
    padding: .5em 1.2em .5em 1em;
    border:1px solid #000;
    background-color:#EDECD1;
    color:#000000;
    z-index:10;
    font-weight:normal;
    font-size:10px;
    white-space:nowrap;
}
.activity_action_menu a {
    display:block;
    margin-bottom:.2em;
}
.activity_tutor_point_meter {
    width: 18px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: inherit;
    background-image: url(../images/icons-thumbs-16.gif);
    background-repeat: no-repeat;
    background-position: left -16px;
}


/****** SUPPORTER *******/

.parent_support_meter {
    width: 18px;
    height: 16px;
    margin: 0;
    padding: 0;
    background-color: inherit;
    background-image: url(../images/icon-faces-16.gif);
    background-repeat: no-repeat;
    background-position: left -16px;
}

/** notify link and link color helpers **/
.score-report-modal-notify-aspx-link {
    font-size: 16px;
}

/** just to be able to style icon links the same as the others are from react widgets. **/
.bs-react-link-color,
.bs-react-link-color:link, 
.bs-react-link-color:active, 
.bs-react-link-color:visited {
  color: #5d9cec;
  outline: none;
}

.bs-react-link-color:hover {
    color: #1b72e2;
}

a.answer:active, a.answer:focus,
a.multiple:active, a.multiple:focus {
  outline: none;
}

/* auto grader specifics for essay found, atg prefix is so there is no conflicts with other classes */
.atg-hidden {
  display: none;
  visibility: hidden;
}

.atg-ml {
  margin-left: 15px;
}

.atg-content {
  margin-top: 15px;
  margin-bottom: 10px;
}

.atg-danger-btn,
a.atg-danger-btn,
a:link.atg-danger-btn,
a:active.atg-danger-btn,
a:visited.atg-danger-btn{
  color: #FFFFFF;
  padding: 2px 8px;
  border: 1px solid #ffffff;
  background: #ff6666;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}

/* loading view overlay used for when auto grade button is clicked */
.atg-grading-loader {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.atg-grading-loader-dialog {
  position: relative;
  width: auto;
  width: 600px;
  margin: 30px auto;
}

.atg-grading-loader-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; 
}

.atg-grading-loader-content-body {
  position: relative;
  padding: 15px; 
}

.atg-loader-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; 
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.atg-loading-text-title,
.atg-loading-text {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  color: #7266ba;
}

.atg-loading-text-title {
  font-size: 18px;
}

.atg-loading-spinner {
  margin: 10px 0;
  text-align: center;
  font-size: 30px;
  color: #7266ba;
}

/* used on load of step 2 to cover page while js loads in. */
#gradePageOverlay {
  background-color: #d0c9c9;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}

#gradePageLoadingText {
  text-align: center;
  display: block;
  font-size: 20px;
  margin-top: 40px;
}
