.site-menu{
    width: 272px;
    min-width: 272px;
    max-width: 272px;
    display: flex;
}
.site-menu > header{}
.site-menu > header h1 {
    font-weight: 400;
    padding: 11px 13px;
    height: 100%;
    font-size: 24px;
    margin: 0;
    box-sizing: border-box;
}

.nav-menu{
	list-style: none;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	margin:0;
	padding:0;
}
.nav-menu ul{
    padding: 0px;
    height: 0px;
    overflow: hidden;
	transition: 0.3s ease-in-out height;
}
.nav-menu .md-button{
    border-radius: 0;
    cursor: pointer;
    display: flex;
    margin: 0;
    overflow: hidden;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    font-size: 13px;
    padding: 13px;
    box-sizing: border-box;
    height: 30px;
    text-transform: initial;
}
.nav-menu .md-button.md-button-toggle{
	border-radius: 0;
	cursor: pointer;
	display: flex;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
	font-size: 13px;
	padding: 12px;
	box-sizing: border-box;
	border-right: 5px solid transparent;
	height: 48px;
	line-height: 24px;
	white-space: nowrap;
}
.nav-menu .md-button.md-button-toggle.active{
	text-shadow: rgba(0,0,0,0.25) 0 -1px 0;
    background: linear-gradient(#00000042, #00000012),#2a3f5400;
    box-shadow: rgba(0,0,0,0.25) 0 1px 0, inset rgba(255,255,255,0.16) 0 1px 0;
    border-right: 5px solid #1ABB9C;
}
.nav-menu .md-button.md-button-toggle md-icon{
	transform:rotate(0deg);
	transition: 0.3s ease-in-out all;
	color: white;
}
.nav-menu .md-button.md-button-toggle md-icon.toggled{
	transform:rotate(-180deg);
}
.nav-menu .md-button.md-button-toggle .button-icon{
	margin-right:12px;
}

.nav-menu .toggle-list .md-button{
	float: left;	
	width: 100%;	
	font-size: 12px;	
	color: white;	
	padding: 0px 0px 0px 43px;	
	box-sizing: border-box;	
	height: 35px;
	line-height: 35px;
}
.nav-menu .toggle-list .md-button:before {
    background: #78818a;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    position: absolute;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}
.nav-menu .toggle-list .md-button:after {
    border-left: 1px solid #78818a;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.site-menu footer{
	background:rgba(0, 0, 0, 0.3);
}
.site-menu footer .md-button{
	margin:0;
}
.site-menu footer md-icon{
	color:white;
}

.content-header {
    display: flex;
    height: 102px;
    flex: 0 0 102px;
}
.content-header md-toolbar{
    /* height: 53px; */
    /* min-height: 53px; */
    /* overflow: hidden; */
}
.content-title{
	border-bottom: 1px solid;
	overflow:hidden;
	position:relative;
}
.content-tools{
	overflow:hidden;
	position:relative;
}




.site-search {
    position: absolute;
    top: 0px;
    width: 44px;
    height: 100%;
    right: 0px;
	transition: 0s width;
	transition-delay:500ms;
}
.site-search.open{
	width: 87%;
}
.site-search .trigger {
    margin: 6px 8px;
    right: 0px;
    position: absolute;
    display: flex;
	outline:none;
}
.site-search-bg{
	display: block;
	position: absolute;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);
	transition: all .3s cubic-bezier(.55,0,.55,.2);
	border-radius: 1408px;
	width: 40px;
	height: 40px;
	transform: scale(0);
	transition-delay: 200ms;
	top: 0px;
	right: 0px;
	display: flex;
	pointer-events: none;
}

.site-search.open .site-search-bg{
	transform:scale(70.4);
	transition-delay:0;
}
.site-search .trigger md-icon{
	color: #617182;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	align-self: center;
}
.site-search .searcher {
    width: 100%;
    height: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
    display: flex;
    opacity: 0;
    position: relative;
    z-index: 1;
    pointer-events: none;
    transition: 0.3s ease-in-out opacity;
	transition-delay: 0ms;
    
}
.site-search.open .searcher{
	opacity:1;
	transition-delay: 500ms;
	pointer-events:all;
}
.site-search .searcher input {
    border: 0;
    width: 100%;
    font-size: 16px;
    outline: none;
}
.site-search .searcher input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: inherit;
    opacity: 1; /* Firefox */
}
.site-search .searcher input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: inherit;
}
.site-search .searcher input::-ms-input-placeholder { /* Microsoft Edge */
    color: inherit;
}


.md-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.md-list-header {
    min-height: 43px;
    float: left;
    width: 100%;
    border-bottom: 2px solid #D9DEE4;
    box-sizing: border-box;
    white-space: nowrap;
    color: #617182;
    flex: 0;
}
.md-list-body {
	background:white;
	color: black;
    overflow: scroll;
    overflow-x: hidden;
	height:100%;
}
.md-list-item {
    float: left;
    width: 100%;
    display: flex;
    color: #000000;
    font-size: 13px;
    fill: #617182;
	box-sizing:border-box;
	/*background:white;*/
}
.md-list-header .md-list-item{
	padding-right: 17px;
	color:#617182;
}
.md-list-body .md-list-item, .md-list-header .md-list-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.md-list-body .md-list-item:nth-child(2n) {
    background: #f0fcff;
}
.md-list-body .md-list-item.disabled {
    background: #f0f0f0;
}
.md-list-body .md-list-item.deleted {
    background: black;
    color: #ccc;
    fill: #ccc;
}
.md-list-item > *{
	padding: 13px;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.md-list-item > *:not(.fixed) {
    flex-shrink: 1;
	flex-grow:1;
	min-width: 1px;
    width: 100%;
}
.md-list-item > .md-toggle {
	flex-grow: 0;
	flex-shrink: 0;
	width: 53px;
	padding:13px;
	text-align: center;
	cursor: pointer;
	align-self: center;
}
.md-list-footer {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 11px;
    min-height: 43px;
    float: left;
    width: 100%;
    border-top: 1px solid #D9DEE4;
    box-sizing: border-box;
    white-space: nowrap;
    color: #617182;
    flex: 0;
    padding: 0px 12px;
}
.md-list-item a {
	cursor: pointer;
}
.md-list md-select-value {
    border: none !important;
    min-height: 1px;
}
.md-list md-select {
    margin: 20px 0 20px;
}
.md-list-item input[type='checkbox']{
	width: 63px;
	margin: 13px;
	display: block;
	flex: 1 1 61px;
}

@media(min-width: 800px){
    md-dialog._md.md-transition-in {
        width: 50%;
    }
}

md-input-container .md-char-counter{
    display: none;
}

md-input-container {
    margin: 18px 0 0 !important;
}

.flex-50, .layout-column>.flex-50, .layout-row>.flex-50, .layout-column>.flex-100, .layout-row>.flex-100 {
    padding-right: 20px;
}

button#loginButton {
    background: #319999;
}
button.md-button.md-ink-ripple {
    text-transform: none;
    margin: 0;
    color: #319999;
}

.select-header input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.content-header.ng-scope.layout-column {
    display: contents;
}

md-switch:last-of-type {
    display: contents;
    line-height: 32px;
}

md-switch .md-container {
    margin-top: 11px;
}



