/**
 *  MasterTrack 4
 *
 *  @copyright Copyright (c) 2012-2025 MasterTrack Solutions Inc.
 *  @author    jk
 *	@version   3.7.31
 *  @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;
}


/* ----------------------------------------------------------------------------+
 *  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: 20px;
	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;
}


/* ----------------------------------------------------------------------------+
 *  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-step-current
{
	color: #111;
}

.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;
}
