/**
 *  MasterTrack 4
 *
 *  @copyright Copyright (c) 2012-2026 MasterTrack Solutions Inc.
 *  @author    jk
 *	@version   3.7.34
 *  @since     3.7.0
 *
 */

/**
 *  css for client
 *
 */


/* ----------------------------------------------------------------------------+
 *  Flexbox container
 *
 */

#flex-container
{
	display: flex;
	flex-direction: column;

	/* fallback height */
	min-height: 100vh;
}

#flex-container > footer
{
	margin-top: auto;
}

/* ----------------------------------------------------------------------------+
 *  header
 *
 */

header
{
	min-width: 1280px;
}


/* ----------------------------------------------------------------------------+
 *  logo bar in header and its contents
 *
 */

#info-band
{
	height: 100px;
	background-color: #2D2D2D;
}

#info-band .hdr-mt-logo
{
	margin-left: 24px;
	margin-top: 18px;
}

.hdr-icon-line
{
	margin-top: 17px;
	margin-right: 24px;
	color: #fff;
}

.hdr-icon-line a
{
	margin-left: 20px;
	color: #fff;
}

.hdr-class
{
	width: 270px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

.hdr-school-name
{
	margin-top: 10px;
	margin-right: 7px;
	color: #4a4a4a;
	font-size: 14px;
	letter-spacing: 1px;
}

.hdr-class-name
{
	margin-top: 10px;
	margin-right: 7px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.hdr-school-year
{
	margin-top: 22px;
	margin-right: 24px;
	color: #fff;
	text-align: right;
}

.hdr-user-name
{
	margin-top: 3px;
	font-size: 14px;
}

.hdr-text-line
{
	margin-top: 18px;
	margin-right: 24px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
}

.hdr-text-line a
{
	color: #fff;
}


/* ----------------------------------------------------------------------------+
 *  menu bars
 *
 */

#menu-bar-mta, #menu-bar-mta .dropdown-content
{
	background-color: #aeaeae;
}
#menu-bar-mta a, #menu-bar-mta button
{
	color: #000;
}
#menu-bar-mta .dropdown-content a:hover
{
  text-decoration: underline;
}
#menu-bar-mta .navbar .item
{
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 40px 9px 0;
}


#menu-bar-dst, #menu-bar-dst .dropdown-content
{
	background-color: #ADE0EF;
}
#menu-bar-dst a, #menu-bar-dst button
{
	color: #4a4a4a;
}
#menu-bar-dst .dropdown-content a:hover
{
  text-decoration: underline;
}
#menu-bar-dst .navbar .item
{
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 40px 9px 0;
}


#menu-bar-sch, #menu-bar-sch .dropdown-content
{
	background-color: #016678;
}
#menu-bar-sch a, #menu-bar-sch button
{
	color: #fff;
}
#menu-bar-sch .dropdown-content a:hover
{
  text-decoration: underline;
}
#menu-bar-sch .navbar .item
{
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 40px 9px 0;
}

#menu-bar-cls, #menu-bar-cls .dropdown-content
{
	background-color: #08b0cf;
}
#menu-bar-cls a, #menu-bar-cls button
{
	color: #fff;
}
#menu-bar-cls .dropdown-content a:hover
{
  text-decoration: underline;
}
#menu-bar-cls .navbar .item
{
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 10px 30px 9px 0;
}

#menu-bar-dst .am-om-link
{
	background-color: #016678;
	color: #fff;
	padding: 10px 15px 0 15px;
	height: 40px;
	font-weight: 500;
	box-sizing: border-box;
}

#menu-bar-sch .am-dm-link
{
	background-color: #ADE0EF;
	color: #4a4a4a;
	padding: 10px 15px 0 15px;
	height: 40px;
	font-weight: 500;
	box-sizing: border-box;
}

.navbar
{
  margin-left: 30px;
}
.dropdown
{
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn
{
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown-content
{
  display: none;
  position: absolute;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  margin-top: 40px;
  padding-bottom: 10px;
}
.dropdown-content a
{
  float: none;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropdown-content
{
  display: block;
}

#default-bar
{
	height: 40px;
	font-family: Arial, sans-serif;
}

#default-bar
{
	background-color: #08b0cf;
}

.am-cm-link
{
	background-color: #08b0cf;
	color: #fff;
	padding: 10px 15px 0 15px;
	height: 40px;
	font-weight: 500;
	box-sizing: border-box;
}

.am-sm-link
{
	background-color: #016678;
	color: #fff;
	padding: 10px 15px 0 15px;
	height: 40px;
	font-weight: 500;
	box-sizing: border-box;
}

.am-dm-link, .am-sm-link
{
	margin-right: 25px;
}

.am-cm-link:hover
{
	color: #fff;
}

.am-om-link:hover, .am-sm-link:hover
{
	color: #fff;
}

.am-dm-link:hover
{
	color: #4a4a4a;
}

.admin-line
{
	margin-top: 7px;
	margin-right: 24px;
	height: 25px;
	color: #000000;
}

.admin-line a
{
	margin-left: 20px;
	color: #000000;
}

.admin-line .txt:hover
{
	text-decoration: underline;
}

.admin-line .lo-icon
{
	margin-left: 20px;
	padding-right: 6px;
}


/* ----------------------------------------------------------------------------+
 *  css for the footer
 *
 */

footer
{
	min-width: 1280px;
	color: #fff;
}

footer .top-spacer
{
	height: 50px;
}

footer .content
{
	background-color: #373938;
}

footer .contact
{
	margin: 10px 0 0 24px;;
}

footer .contact a
{
	color: #fff;
}

footer .server-text
{
	color: white;
	margin: 30px;
	font-weight: 500;
	font-size: 18px;
}

footer .info
{
	margin: 0 24px 14px 0;
	font-size: 11px;
	line-height: 15px;
	color: #D4D3D5;
}

footer .links
{
	margin: 10px 24px 4px 0;
}

footer .links a
{
	color: #fff;
}


/* ----------------------------------------------------------------------------+
 *  css for the message space under the navigation bar
 *
 */

#message-box
{
	margin: 0 auto;
	padding-top: 15px;
	height: 65px;
	width: 700px;
}

#message-box .uk-alert
{
	padding-left: 29px;
}


/* ----------------------------------------------------------------------------+
 *  css for the message space under the navigation bar
 *
 */

.minimum-wrapper
{
	min-height: 400px;
}


/* ----------------------------------------------------------------------------+
 *  css for system pages
 *
 */

#system-wrapper
{
	margin: 0 auto;
	width: 500px;
	min-height: 400px;
}

#system-spacer
{
	height: 80px;
}


/* ----------------------------------------------------------------------------+
 *  all pages
 *
 */

.h-3
{
	font-size: 20px;
	letter-spacing: 1px;
}

.h-4
{
	font-weight: bold;
	letter-spacing: 1px;
}

.mt-hdr
{
	background-color: #f7f7f7;
}

.mt-border
{
	border: 1px solid #C0C0C0;
}

.mt-border-3
{
	border-right: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.mt-highlight
{
	background-color: #ADE0EF;
}

.hide-it
{
	display: none;
}

.mt-error-red
{
	background-color: #ffc0cb;
}

.mt-current
{
	padding: 5px 15px;
}

/* ----------------------------------------------------------------------------+
 *  data tables
 *
 */

.mt-table
{
	border-collapse: collapse;
}

.mt-table th
{
	background-color: #f7f7f7;
	border: 1px solid #C0C0C0;
	padding: 2px 7px;
	text-align: left;
}

.mt-table td
{
	border: 1px solid #C0C0C0;
	padding: 2px 7px;
}

.mt-table .ctr
{
	text-align: center;
}

.mt-table .icn
{
	width: 20px;
	background-color: #f7f7f7;
	text-align: right;
}

.mt-table .ich
{
	width: 20px;
	text-align: right;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled
{
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}
table.dataTable thead .sorting
{
	background-image: url('../images/sort_both.png');
	padding: 7px 19px 7px 7px;
}
table.dataTable thead .sorting_asc
{
	background-image: url('../images/sort_asc.png');
	padding: 7px 19px 7px 7px;
}
table.dataTable thead .sorting_desc
{
	background-image: url('../images/sort_desc.png');
	padding: 7px 19px 7px 7px;
}
table.dataTable thead .sorting_asc_disabled
{
	background-image: url('../images/sort_asc_disabled.png');
	padding: 7px 19px 7px 7px;
}
table.dataTable thead .sorting_desc_disabled
{
	background-image: url('../images/sort_desc_disabled.png');
	padding: 7px 19px 7px 7px;
}


/* ----------------------------------------------------------------------------+
 *  data tables scroll boxes
 *
 *	height: should be \App\Libraries\Support::SCROLL_BOX_HEIGHT
 */

/*	css for scrolling DataTable tables  */
.table-scroll-css
{
	border: 1px solid #c0c0c0;
	padding: 2px;
	height: 320px;
	overflow-y: auto;
}

/*	css for scrolling other tables  */
.scroll-box-css
{
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	height: 320px;
	overflow-y: auto;
}

.scroll-box-css th
{
	border-top: 0;
}

.scroll-box-css td
{
	border-bottom: 0;
}


/* ----------------------------------------------------------------------------+
 *  paging buttons
 *
 */

.mt-paging
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	padding: 0;
	list-style: none;
}

.mt-paging span
{
	color: #333;
}

.mt-paging li
{
	margin-left: 15px;
}


/* ----------------------------------------------------------------------------+
 *  dialog boxes
 *
 */

.mt-dia-box
{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.mt-dia-header
{
	padding: 20px;
	border-bottom: 1px solid #c0c0c0;
}

.mt-dia-body
{
	padding: 30px;
}

.mt-dia-body table
{
	margin: 0 auto;
	border-collapse: collapse
}

.mt-dia-body td
{
	height: 36px;
}

.mt-dia-body .col-1
{
	text-align: right;
	padding-right: 7px;
}

.mt-dia-body .col-1n
{
	text-align: right;
	padding-right: 4px;
	vertical-align: top;
}

.mt-dia-footer
{
	padding: 15px 20px 15px 20px;
	background-color: #f4f4f4;
}


/* ----------------------------------------------------------------------------+
 *  tab/switcher overrides
 *
 */

.uk-tab-override
{
	margin-bottom: 0!important;
}

.uk-switcher-override
{
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding-top: 20px;
}


/* ----------------------------------------------------------------------------+
 *  report pages stuff
 *
 */

#highlight-floor, #highlight-ceiling
{
	width: 60px;
}

.highlight-red
{
	color: red;
}

.highlight-green
{
	color: green;
}

.highlight-blue
{
	color: blue;
}

#decimal-dd
{
	width: 70px;
}

#highlight-floor-dd, #highlight-ceiling-dd
{
	width: 60px;
}


/* ----------------------------------------------------------------------------+
 *  growth report nav stuff
 *
 */

#gr-wrapper
{
	margin: 0 auto;
	width: 1035px;
}

#gr-container
{
	width: 1000px;
	margin-left: 35px;
}

.gr-steps
{
	float: left;
	width: 250px;
}

.gr-steps ul
{
	margin: 0;
	list-style-position: inside;
	padding: 0;
}

.gr-steps li
{
	list-style-type: none;
	line-height: 20px;
}

.gr-content
{
	float: left;
	width: 700px;
	padding-left: 30px;
	border-left: thin solid #a0a0a0;

}

.gr-btn-bar
{
	border-top: 1px solid #c0c0c0;
	margin-top: 30px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.gr-btn-bar .uk-button-link
{
	margin-right: 20px;
}

.gr-title-box
{
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 6px;
	font-size: 20px;
}


/* ----------------------------------------------------------------------------+
 *  score box color css stuff
 *
 */

.g_color_1
{
	background-color: rgb(239, 133, 125);	/*	red #ef857d */
	border-top: 1px solid rgb(239, 133, 125);
	border-bottom: 1px solid rgb(239, 133, 125);
}
.g_color_2
{
	background-color: rgb(201, 218, 240);	/*	blue #c9daf0 */
	border-top: 1px solid rgb(201, 218, 240);
	border-bottom: 1px solid rgb(201, 218, 240);
}
.g_color_3
{
	background-color: rgb(177, 207, 149);	/*	green #b1cf95 */
	border-top: 1px solid rgb(177, 207, 149);
	border-bottom: 1px solid rgb(177, 207, 149);
}
.g_color_4
{
	background-color: rgb(254, 238, 157);	/*	yellow #feee9d; */
	border-top: 1px solid rgb(254, 238, 157);
	border-bottom: 1px solid rgb(254, 238, 157);
}
.g_color_5
{
	background-color: rgb(244, 180, 103);	/*	orange #f4b467; */
	border-top: 1px solid rgb(244, 180, 103);
	border-bottom: 1px solid rgb(244, 180, 103);
}
.g_color_6
{
	background-color: rgb(180, 154, 213);	/*	purple #b49ad5; */
	border-top: 1px solid rgb(180, 154, 213);
	border-bottom: 1px solid rgb(180, 154, 213);
}
.g_color_7
{
	background-color: rgb(186, 255, 41);	/*	neongreen #baff29 */
	border-top: 1px solid rgb(186, 255, 41);
	border-bottom: 1px solid rgb(186, 255, 41);
}
.g_color_8
{
	background-color: rgb(236, 5, 142);	/*	pink #ec058e */
	border-top: 1px solid rgb(236, 5, 142);
	border-bottom: 1px solid rgb(236, 5, 142);
}
.no_color_1
{
	background-color: rgb(255, 255, 255);
	border: 1px solid #c0c0c0;
}
.no_color_2
{
	background-color: rgb(255, 255, 255);
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
.color-btn
{
	padding: 0;
}
.m_box
{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.a_box
{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-left: 30px;
	margin-right: 10px;
}
.b_box
{
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin-left: 30px;
	margin-right: 10px;
}
.n_box
{
	width: 19px;
	height: 19px;
	background-color: rgb(255, 255, 255);
	margin-right: 10px;
	border: 1px solid #c0c0c0;
	margin-left: 30px;
	margin-right: 10px;
}

.sg_color_1
{
	background-color: rgb(239, 133, 125);	/*	red #ef857d */
}
.sg_color_2
{
	background-color: rgb(201, 218, 240);	/*	blue #c9daf0 */
}
.sg_color_3
{
	background-color: rgb(177, 207, 149);	/*	green #b1cf95 */
}
.sg_color_4
{
	background-color: rgb(254, 238, 157);	/*	yellow #feee9d; */
}
.sg_color_5
{
	background-color: rgb(244, 180, 103);	/*	orange #f4b467; */
}
.sg_color_6
{
	background-color: rgb(180, 154, 213);	/*	purple #b49ad5; */
}
.sg_color_7
{
	background-color: rgb(186, 255, 41);	/*	neongreen #baff29 */
}
.sg_color_8
{
	background-color: rgb(236, 5, 142);	/*	pink #ec058e */
}

.sgl_color_1
{
	background-color: rgb(239, 133, 125);	/*	red #ef857d */
	color: rgb(239, 133, 125);
}
.sgl_color_2
{
	background-color: rgb(201, 218, 240);	/*	blue #c9daf0 */
	color: rgb(201, 218, 240);
}
.sgl_color_3
{
	background-color: rgb(177, 207, 149);	/*	green #b1cf95 */
	color: rgb(177, 207, 149);
}
.sgl_color_4
{
	background-color: rgb(254, 238, 157);	/*	yellow #feee9d; */
	color: rgb(254, 238, 157);
}
.sgl_color_5
{
	background-color: rgb(244, 180, 103);	/*	orange #f4b467; */
	color: rgb(244, 180, 103);
}
.sgl_color_6
{
	background-color: rgb(180, 154, 213);	/*	purple #b49ad5; */
	color: rgb(180, 154, 213);
}
.sgl_color_7
{
	background-color: rgb(186, 255, 41);	/*	neongreen #baff29 */
	color: rgb(186, 255, 41);
}
.sgl_color_8
{
	background-color: rgb(236, 5, 142);	/*	pink #ec058e */
	color: rgb(236, 5, 142);
}

.cc-box
{
	width: 20px;
	height: 20px;
}

