/* 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;
}
*/

@media screen {
	.printMessage {display: none;}
}

@media print {
	* {display: none!important;}
	html, body {display: block!important;}
	.printMessage {display: block!important;}
}

.page-quick-sidebar-open .page-header .top-menu .dropdown-quick-sidebar-toggler > .dropdown-toggle i:before {
	content: "\f059";
}

/*.portlet > .portlet-title > .actions {
	margin-right: 10px;
}
*/
.datepicker {
	z-index: 9999 !important;
}

legend {
	font-size: 18px;
}

.dropzone {
	min-height: 200px !important;
}

.big-font {
	font-size: 15px;
}

.table-vcenter td {
   vertical-align: middle!important;
}

.modal .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.backstretch {
	background-color: #000;
}

.backstretch img {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
