@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

/*.material-icons {*/
	/*font-family: 'Material Icons';*/
	/*font-weight: normal;*/
	/*font-style: normal;*/
	/*font-size: 24px;*/
	/*line-height: 1;*/
	/*letter-spacing: normal;*/
	/*text-transform: none;*/
	/*display: inline-block;*/
	/*white-space: nowrap;*/
	/*word-wrap: normal;*/
	/*direction: ltr;*/
	/*-webkit-font-feature-settings: 'liga';*/
	/*-webkit-font-smoothing: antialiased;*/

/*}*/

.newRecordDiv{
	position: absolute;
	top: 14px;
	right: 0px;
	margin-right: 260px;
}
.formButton{
	float: right;
	margin-right: 16px;
}

.detailPanel .detailPanelClose{
	float: right;
	right: 20px;
	position: relative;
	top: -20px;
	cursor: pointer;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	transform: scale(2, 2);
}

.detailPanel .detailPanelName{
	font-weight: bold
}

.detailPanel .modalUpdate{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.editable-controls{
	width: 100%;
}

.editable-wrap{
	width: 100%;
}

.show{
	display: block !important;
}

.dashboard_menu_items{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.50)
}

.dashboard_user_custom{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.50)
}

#profilePanel .btn-update{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#passwordPanel .btn-update{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

.selected-language{
	background-color: #23B7E5;
}

.app-modal-window .modal-dialog {
	width: 80%;
}

.red {
	color: red;
}

.green {
	color: green;
}

.input-group .chosen-container {
	width: 100% !important;
}

.input-group .search-field input{
	width: 100% !important;
}

.addDetailPanel .addDetailPanelClose{
	float: right;
	right: 20px;
	position: relative;
	top: -20px;
	cursor: pointer;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(2, 2);
	-o-transform: scale(2, 2);
	transform: scale(2, 2);
}

.addDetailPanel .addDetailPanelName{
	font-weight: bold
}

.addDetailPanel .modalUpdate{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
._md-select-menu-container{
	z-index: 1000;
}

._md-select-backdrop {
	z-index: 999 !important;
}

.control-label{
	text-align: left !important;
}

._md-dialog-container{
	z-index: 99999999999;
}
._md-dialog-backdrop {
	z-index: 999 !important;
}

.menu-div {
	position: absolute;
	top: 6px;
	right: 203px;
	z-index: 19;
	width: 56px;
	height: 56px;
	color: white;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s ;
	border-radius: 50px;
	transition-property: width border-radius ;
	overflow-x: auto;
	display: none;
	background-color: #777777;
	background: linear-gradient(#777777, #555555);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777777), color-stop(1, #555555));
	background: -webkit-linear-gradient(top, #777777 0%, #555555 100%);
	background: -moz-linear-gradient(top, #777777 0%, #555555 100%);
	background: linear-gradient(top, #777777 0%, #555555 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555', GradientType=1);
}

.menu-div-opened {
	width: 100%;
	border-radius: 0px;
	top: 0;
	right: 0;
	height: 65px;
}

.custom-menu-bar{
	color: white;
	margin-top: 39px;
	margin-left: 40px;
	float: left;
}

#menu md-menu-bar button{
	font-size: 15px;
	padding: 0 10px;
}

.navbar-menu-button{
	float: right;
	background-color: #f7f7f7;
	position: absolute;
	float: right;
	right: 195px;
	width: 48px !important;
	height: 48px !important;
}

.navbar-menu-button md-icon{
	margin-top: -8px;
}

.navbar-toolbar-button{
	float: right;
	background-color: #f7f7f7;
	position: absolute;
	float: right;
	right: 130px;
	width: 48px !important;
	height: 48px !important;
}

.navbar-toolbar-button md-icon{
	margin-top: -8px;
}

.toolbar-div {
	position: absolute;
	top: 6px;
	right: 138px;
	z-index: 20;
	width: 56px;
	height: 56px;
	color: white;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s ;
	border-radius: 50px;
	transition-property: width border-radius ;
	overflow-x: auto;
	display: none;
	background-color: white;
	-webkit-box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
	-moz-box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
	box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
}

.toolbar-div-opened {
	width: 100%;
	border-radius: 0px;
	top: 0;
	right: 0;
	height: 65px;
}

.map-toolbar{
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	height: 65px;
	background-color: white;
	padding: 5px 16px;
	-webkit-box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
	-moz-box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
	box-shadow: inset 0px 0px 72px 4px rgba(170,170,170,0.19);
}

.map-toolbar .toolbar-buttons{
	width: 56px;
	height: 56px;
	border:1px solid lightgrey;
	float: left;
}

._md-fab-toolbar-wrapper{
	min-height: 55px;
	height: 55px;
}

.toolbar-divider{
	width: 1px;
	background-color: lightgrey;
	height: 56px;
	position: absolute;
	display: inline-table;
}

.account{
	float: right;
	background-color: #f7f7f7;
	position: absolute;
	float: right;
	right: 0;
	width: 48px !important;
	height: 48px !important;
}

.account md-icon{
	margin-top: -8px;
}

.account:hover{
	background-color: #f7f7f7;
}

.account:active{
	background-color: #f7f7f7;
}


.apps{
	float: right;
	width: 40px;
	height: 40px;
	background-color: #f7f7f7;
	position: absolute;
	float: right;
	right: 65px;
	width: 48px !important;
	height: 48px !important;
}

.apps md-icon{
	margin-top: -8px;
}

.apps-panel{
	width: 260px;
	height: 320px;
	position: absolute;
	top: 75px;
	right: 60px;
	background-color: white;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	overflow-y: auto;
}

.apps-panel:before {
	content:'';
	position: absolute;
	top: -10px;
	right: 29px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-bottom: solid 10px #c7c7c7;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.apps-panel .app-button{
	width: 56px;
	height: 56px;
	border:1px solid lightgrey;
	margin-left: 17px;
	margin-top: 15px;
}


.account-panel{
	width: 250px;
	height: 140px;
	position: absolute;
	top: 75px;
	right: 10px;
	background-color: white;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
}

.account-panel:before {
	content:'';
	position: absolute;
	top: -10px;
	right: 14px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-bottom: solid 10px #c7c7c7;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.account-panel .toolbar-button{
	width: 56px;
	height: 56px;
	margin-top: 4px;
	border:1px solid lightgrey;
	margin-left: 17px;
	margin-top: 15px;
}

.map-panel{
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 1200px) {
	.map-panel{
		min-width: 680px;
	}
}

.window-popup{
	display: none;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	z-index: 121;
	background-color: white;
	border-left: 1px solid gray;
}

@media only screen and (min-width: 1200px) {
	.window-popup {
		min-width: 600px;
	}
}

@media only screen and (max-width: 1200px) {
	.window-popup{
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#top-navbar{
		top: 60px;
	}
}

.window-popup .window-header{
	height: 45px;
	width: 100%;
	background-color: #002b36;
	position: absolute;
	left: 0;
	top: 0;
}

.window-popup .view-part{
	margin-top: 45px;
	overflow-y: auto !important;
	margin-left: 18px;
}

.apps-panel .app-image{
	top: 10px;
	left: 10px;
	position: absolute;
	width: 36px;
	height: 36px;
}

.minimize-icon{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.maximize-icon{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 32px;
	height: 32px;
	margin-top: 11px;
}

.minimized-div{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #555555;
	display: none;
	z-index: 1001;
}

.minimized-span{
	color: white;
	font-size: 18px;
	position: relative;
	top: 9px;
}

.minimized-div .minimized-listener-div{
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 50px;
}

@media only screen and (min-width: 1200px) {
	.minimized-div{
		width: 400px;
	}
}


.minimized-close-icon{
	margin-top: 6px !important;
	float: right;
}

.section-down{
	margin-top: 65px;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
	transition: 0.2s ;
	transition-property: margin-top ;
}

.section-up{
	margin-top: 0;
	-webkit-transition: 0.2s; /* For Safari 3.1 to 6.0 */
	transition: 0.2s ;
	transition-property: margin-top ;
}

.componentTable {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	margin: 15px;
}

.componentTr:nth-child(even) {
	background-color: #bbbbbb;
}

.componentTd {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 2px;
}

.componentTh {
	border: 1px solid #dddddd;
	padding: 2px;
}

.componentTd1Width {
	width: 16%;
	min-width: 100px;
	text-align: center;
}

ul.menu {
	position: absolute;
	list-style-type: none;
	background-color: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	width: 150px;
	border: 1px solid rgba(0, 0, 0, .15);
	top: -70px !important;
	left: 0;
	z-index: 9999;
	padding-left: 0;

}

ul.menu li.title {
	padding: 5px 10px;
	font-size: 11px;
	color: rgba(0, 0, 0, .5);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
}

ul.menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin: 0;
	cursor: pointer;
	position: relative;
	transition: background-color .25s;
	font-size: 12px;
	height: 30px;
	width: 150px;
	overflow: hidden;
}

ul.menu li:last-of-type {
	border-bottom: 0;
}

ul.menu li a {
	padding: 8px 12px 0 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: dodgerblue;
	transition: color .25s;
	text-decoration: none;
}

ul.menu li:hover a {
	color: black;
}

ul.menu li:hover img {
	opacity: 1;
}

.detailPanel{
	margin-bottom: 20px;
}

.detailPanel .md-sidenav-right {
	max-width: 1920px !important;
	width: 80% !important;
}

.form-group{
	margin: 10px !important;
}

.content-max-height{
	max-height: 500px !important;
}

/**  **/

.hoverSecondTab md-tab-item:nth-child(2)   {
	animation: colorchange 3s;
	animation-iteration-count:infinite;
}

@keyframes colorchange {
	50% {
		background: white;
	}
    100% {
        background: red;
    }
    /*50% {
        background: blue;
    }
    75% {
        background: green;
    }
    100% {
        background: red;
    }*/
}

@-webkit-keyframes colorchange
	/* Safari and Chrome - necessary duplicate */

{
    50% {
        background: white;
    }
    100% {
        background: red;
    }
}

