/* here you can put your own css to customize and override the theme */



/***

Rounded Portlets

***/
/*.portlet {
	border-radius: 4px !important;
}
.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}
.portlet .portlet-body,  .portlet .portlet-body .form-actions {
	border-radius: 0px 0px 4px 4px !important;
}*/

.page-bar .page-toolbar .btn-fit-height {
	padding-bottom: 10px;
}
.fc-sun, .fc-sat {
	background-color: #f7f7f7;
}
.has-error .error {
	color: #a94442;
}
label.required::after {
	content: ' *';
}
.fixed-tools {
	position: fixed;
	right: 0px;
	z-index: 10000;
	bottom: 50%;
	background-color: #fff;
	padding: 10px;
	box-shadow: -2px 2px 6px #ccc;
}
.portlet.light.affix {
	top: 0px;
	z-index: 30000;
	margin-right: 10px;
	border-bottom: 1px solid #eee;
	box-shadow: -2px 2px 6px #ccc;
}
.portlet-title.affix {
	top: 0px;
	right: 0px;
	z-index: 30000;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: -1px 1px 2px #ccc;
	padding: 0 15px 0 15px !important;
}
.portlet.light > .portlet-title.affix > .caption {
	padding: 24px 0;
}
.portlet.light > .portlet-title.affix > .tools {
    margin-top: 6px;
}
.dropdown-list-group {
	list-style: none;
	padding-left: 0;
	overflow-y: auto;
}
@media (min-width: 768px) {
	.portlet.light.affix {
		margin-right: 20px;
	}
}
@media (min-width: 992px) {
	.portlet-title.affix {
		top: 0px;
	}
}
