.md-content {
	background-color: #FAFAFA;
}
.md-sidenav.md-default-theme, md-sidenav, md-sidenav.md-default-theme md-content, md-sidenav md-content {
    background-color: #FAFAFA;
}
md-list-item.ng-scope._md.md-clickable.layout-align-space-around-start.layout-column{
    height: 120px;
}
md-list-item.md-clickable:hover {
    cursor: default;
}
.center {
	text-align: center;
}
.container-div {
	padding-top: 0px;
    padding-bottom: 0px;
}
.circle {
	border-radius: 50%;
}
.clickable {
	cursor: pointer;
	cursor: hand;
}
.PreviewContent{
	padding: 0%;
	position: relative;
}
.PreviewIFrame{
	border: none;
	min-width: 100%;
	height: 100%;
}

.BlockPreviewButton{
	background: black;
	position: absolute;
	top: -4px;
	right: -1px;
	width: 67px;
	height: 51px;
	opacity: 0;
	transition: opacity 500ms;
}

.BlockPreviewButton:hover{
	opacity: 0.5
}

.SubOption{
    margin-left: 15px;
    border-left: #ddd solid 1px;
}

.SearchContent{
	padding: 55px 0px 0px 0px;
}

.SearchContentBig{
	margin: 60px 0px 0px 0px;
}
/********************SYS STYLES********************/
.sys-floating-button{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.sys-floating-left-button{
	position: fixed;
	bottom: 20px;
	right: 100px;
}
.sys-list-border{
	border-left: double 4px #aaa;
}
.sys-virtual-content{
	height: 76vh;
}
.sys-virtual-content-medium{
	height: 50vh;
}
.sys-virtual-content-small{
	height: 44vh;
}

.logo {
	cursor: pointer;
	width: 100%;
	text-align: center;
}
.logo:focus {
	border: 0;
	border-style: none;
	text-decoration: none;
	outline: 0;
}
/********************ANGULAR MATERIAL STYLES********************/
md-tooltip {
	font-size: 15px !important;
	padding: 3px;
}
md-input-container {
    padding: 2px;
    margin: 10px 0;
}
.toolbar-color {
  color: #fff !important;
}
#progress-bar-background{
	border-radius: 5px;
	width: 100%;
	background-color: #d5d5d5;
}
#progress-bar{
	border-radius: 5px;
	height: 10px;
}
.md-search {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
.hour{
	font-size: 4em;
}
.min{
	font-size: 2em;
}
.center-chart{
    margin: 0 auto;
}
/*::-webkit-scrollbar {
    display: none;
}*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-thumb {
	background: #154765;
	border: 0px none #ffffff;
	border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
	background: #154765;
}
::-webkit-scrollbar-thumb:active {
	background: #154765;
}
::-webkit-scrollbar-track {
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}
::-webkit-scrollbar-track:hover {
	background: #FFFFFF;
}
::-webkit-scrollbar-track:active {
	background: #FFFFFF;
}
::-webkit-scrollbar-corner {
	background: transparent;
}

/* .md-dialog-content{
	width: 270px;
} */