/**--------------------------------------
 *
 *
 * Layout Styles
 *
 *
 *---------------------------------------*/


html, body {
	color: #222;
	font-family: 'Roboto', 'Helvetica', "Arial", sans-serif;
	font-size: 15px;
	height: 100%;
	line-height: 1.4;
}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	padding-top: 90px;
}

#page {
	
}

/**
* Set a min-width
*/

/*
body .container {
	min-width: 1200px;
}
*/

.container,
.container-fluid {
	min-width: 1200px;
	height: 100%;
}

.container-full-width {
	width: 100%;
}

a {
	color: #335092;
}

a:hover {
	color: #2078c6;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}





/*---------------------------------
* 
* Header
*
*---------------------------------*/
#header {
	background: #335092;
	min-height: 0;
	height: 86px;
	
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	
	-webkit-box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0 rgba(0,0,0,0.2);
}

#header .first-head-row {
	background: transparent !important;
    position: relative;
}

#header .first-head-row .mdl-grid {
	padding: 0;
}

#header .flex-row {
	display: flex;
	flex-direction: row;
	height: 100%;
	
	align-items: center;
}

#header .flex-row .flex-col {
}


#header .col-logo {

}

#header .col-stretch {
	flex-grow: 1;
}

#header .col-navigation {
	padding-right: 10px;
}

#header .col-account-name {
}


/**
KDT Logo 
*/
#header #kdt-logo {
	margin: 0 0 0 20px;
	text-decoration: none;
}

#header #kdt-logo img {
	moz-border-radius: 50%;
	webkit-border-radius: 50%;
	border-radius: 50%;
	
	overflow: hidden;
	
	width: 42px;
	height: 42px;
}

#header #kdt-logo .title {
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0 6px;
	text-decoration: none;
}


/**
Account Name (User)
*/
#header .col-account-name {
	border-left: 1px solid #003986;
	
	display: flex;
	flex-direction: column;
	height: 100%;
	
	position: relative;
}

#header .col-account-name .title-wrapper {
	display: table;
	height: 100%;
	min-width: 180px;
	max-width: 240px;
}

#header .col-account-name .title-wrapper .title {
    display: table-cell;
    vertical-align: middle;
	
	/*color: #9cc7eb;*/
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

#header .col-account-name .title-wrapper .title i {
	color: #a9b8d9;
	font-size: 1.25em;
	margin-right: 5px;
}




/*---------------------------------
* 
* Content
*
*---------------------------------*/
#main {
    /*height: 100%;*/
	padding: 30px 0;
}

#main-content {
    min-height: 400px;
}

#content {
    height: auto;
    clear: both;
}

/*
#sidebar {
    border-right: 2px solid #666666;
    border-left: 2px solid #666666;
    width: 236px;
    left: 0;
    top: 202px;
    background-image: url(../images/columnLeftBG.png);
    float: left;
}
*/

.page-header {
	border-bottom: 1px solid #ddd;
	margin: 0 0 30px 0;
	padding: 5px 0 10px 0;
	position: relative;
	
	overflow: auto;
	overflow-x: hidden;
}

.page-header .page-title {
    color: #404040;
    font-size: 30px;
    font-weight: 500;
	margin: 0;
	padding: 0;
}

.page-header .page-title > .icon,
.page-header .page-title > .fa,
.page-header .page-title > .far,
.page-header .page-title > .fas,
.page-header .page-title > .row > .col > i {
	color: #868c93;
	font-size: 28px;
	margin-right: 0.1em;
}

.page-header .header-buttons {
	/*float: right;*/
}

.page-header .header-buttons.align-left {
	float: none;
	
	position: absolute;
	left: 0;
	top: 0;
	
	text-align: left;
	width: 40%;
}

.page-header .header-buttons.align-left .btn {
	margin-right: 30px;
}

.page-header .header-buttons.align-left .btn:last-child {
	margin-right: 0;
}

.page-header .header-buttons.align-right {
	float: none;
	
	position: absolute;
	right: 0;
	top: 0;
	
	text-align: right;
	width: 40%;
}

.page-header .header-buttons.align-right .btn {
	margin-left: 30px;
}

.page-header .header-buttons.align-right .btn:first-child {
	margin-left: 0;
}

.section-title {
	background: transparent;
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 24px;
	font-weight: 500;
	height: auto;
	margin: 15px 0 30px 0;
	padding: 0 0 10px 0;
	width: 100%;
}




/*---------------------------------
* 
* Footer
*
*---------------------------------*/
#footer {
	/*display: none;   hide footer on all pages */
	/*background: #f0f0f0;*/
	
	border-top: 1px solid #ddd;
	color: #999;
	font-size: 0.85em;
	line-height: 1.25em;
	margin: 30px 0;
	padding: 30px 0 0 0;
	text-align: center;
}

#footer-content {
	padding: 15px;
}

#footer-content .row {
	margin-bottom: 0;
}

#footer a {
	color: #666;
}

#footer a:hover {
	color: #777;
}

/*
#footer-about {
    background: #f0f0f0;
    color: #999;
    font-size: 0.75em;
    line-height: 1.2em;
    text-align: center;
}
*/

#footer #kdt-copyright {
	display: none;
}





/*---------------------------------
* 
* .two-column-layout
*
*---------------------------------*/
.two-column-layout {
	background: #bbb;
}

.two-column-layout #page {
	/*height: calc(100% - 80px);*/
	height: 100%;
}

.two-column-layout #header .col-logo {
	text-align: center;
}

.two-column-layout #header > .container {
    width: 100%;
    max-width: 1520px;
	padding: 0;
}

.two-column-layout #footer {
	display: none; /* hide footer on two-column pages */
}

.two-column-layout #main {
	height: 100%;
	padding: 0;
}

.two-column-layout #main > .container,
.two-column-layout #main > .container-fluid {
    width: 100%;
    max-width: 1520px;
	padding: 0;
}

.two-column-layout #page #main > .container-fluid #bg-backdrop {
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1525px;
    position: fixed;
    left: auto;
    bottom: 0;
    z-index: 1;
}

.two-column-layout #main #main-content > .container,
.two-column-layout #main #main-content > .container-fluid {
    width: 100%;
	min-width: 940px;
}


/**
* #sidebarPanel
*/
#sidebarPanel {
	background-color: #e6e6e6 !important;
	float: left;
	padding-top: 6px;
	position: relative;
	
	width: 320px;
	z-index: 2; 
	height: calc(100% - 88px);
	
	
	position: fixed;
	top: 88px;
	z-index: 3;
}

#sidebarPanel #toggle {
	vertical-align: top; 
	text-align: right; 
	margin-top: 5px; 
	margin-right: 12px;
}

#sidebarPanel #menu-toggle {
	/*
	background: #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #999;
	*/
	
	background: transparent;
	border: none;
	color: #999;
	
	font-size: 20px;
	outline: none;
	padding: 0;
	
	min-height: 32px;
	max-height: 32px;
	height: 32px;
	
	/*
	max-width: 36px;
	min-width: 36px;
	width: 40px;
	*/
	
	width: 30px;
	
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#sidebarPanel #menu-toggle:hover,
#sidebarPanel #menu-toggle:focus {
	background: #aaa;
	
	background: transparent;
	border: none;
	color: #999;
}


#sidebarPanel .icon-collapse {
	display: none;
}

#sidebarPanel .icon-open {
	display: inline-block;
}


#sidebarPanel.show .icon-collapse {
	display: inline-block;
}

#sidebarPanel.show .icon-open {
	display: none;
}

#sidebarPanel .left-column-content {
	padding: 12px;
}


/* 
Left column scroll 
*/
#sidebarPanel .sideTable {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	
	bottom: 10px;
	left: 0;
	
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	
	height: calc(100% - 200px);
	width: 100%;
}

body.teams-page #sidebarPanel .sideTable {
	height: calc(100% - 200px);
}

body.subjects-page #sidebarPanel .sideTable {
	height: calc(100% - 285px);
}

body.users-page #sidebarPanel .sideTable {
	height: calc(100% - 200px);
}




/**
* #mainPanel
*/
.two-column-layout #mainPanel {
	background-color: #fff !important;
	
	position: relative;
	height: 100%;
	
	float: right;
	width: calc(100% - 320px);
	z-index: 3;
}

.two-column-layout #mainPanel #main-content {
	padding: 20px 0 40px 0;
}

.two-column-layout #mainPanel #main-content .container-fluid {
	padding: 0 25px;
}

.two-column-layout #mainPanel .breadcrumbs {
	background: #f0f0f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #888;
	display: block;
	font-size: 0.95em;
	margin: 0 0 30px 0;
	max-height: 34px;
	padding: 6px 12px;
	text-align: left;
}

.two-column-layout #mainPanel .breadcrumbs .current {
	color: #888;
}

.two-column-layout #mainPanel #main-content .page-header .page-title {
	text-align: left;
}


/* Content Card */

/*
.two-column-layout #mainPanel .demo-updates .mdl-card__supporting-text {
	color: #444;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
}

.two-column-layout #mainPanel .demo-updates .mdl-card__supporting-text .section-title {
	border: none;
	font-size: 38px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
*/

.mdl-layout #footer {
	position: relative;
	bottom: 0;
	width: 100%;
	
	text-align: center;
}

.mdl-layout #footer #footer-content {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center;
}
/*
END: Main Content
*/

/*---------------------------------
* 
* END: .two-column-layout
*
*---------------------------------*/









