.panel-hayamax-bgcolor {
    background-color: #DB001A;
    color: #ffffff;
}

.panel-hayonik-bgcolor {
    background-color: #EC6306;
    color: #ffffff;
}

#tpl-text {
    margin-top: 8px;
}

#tpl-text img,
.footer-logo-company {
	width: 130px;
}

body * {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

#module-selector {
    width: 60%;
}

#panel-footer h6 {
    font-weight: 600;
}

.notifyjs-corner {
    z-index: 99999 !important;
}

#panel-footer {
    left: 0;
	bottom: 0;
}

#panel-menu-button {
    position: fixed;
    top: 20%;
}

#panel-menu-button:hover {
	background: #eee;
}

.panel-menu {
	margin-left: -250px;
	width: 250px;
	border: 1px solid #eee;
	z-index: 10000;
	position: fixed; 
	top: 0;
	bottom: 0;
	left: 0;
	background: #F6F6F6;
	overflow: auto;
}

.panel-menu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.panel-menu ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.panel-menu ul li a {
	display: block;
	margin: 0;
	padding:10px;
	width: 100%;
	background: #fff;
	color: #333;
	text-decoration: none;
}

.panel-menu ul li a:hover {
	background: #ccc;	
}

#cssmenu > ul > li > a {
    background: #F6F6F6 !important;
    color: #000000 !important;
}

#cssmenu > ul > li > a:hover {
	color: #3f3f3f !important;
	background: #eee !important;
}

#cssmenu > ul > li:hover {
	background: #eee !important;
}

.panel-breadcrumb {
	background: #e9ecef;
}

.panel-breadcrumb > ol {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.panel-row {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

#cssmenu ul > li.has-sub > a:before,
#cssmenu ul > li.has-sub > a:after {
	color: #000000 !important;
	background: #000000 !important;
}

#cssmenu ul ul li a {
	background: #4f5f5a !important;
}

.modal {
	z-index: 10050;
}