/* 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;
}
*/

.login{
    background-color: #f78f00;
    color:#000;
}

/*Alerts Styles*/

.myrheem-alert-title {
	padding: 0 500px 0 500px;
	background-color: #f9f0f0 !important;
	border-color: #e4b9c0 !important;
	color: black;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
}

.myrheem-alert-title h4 {
	margin: 0 0 0 0 !important;
}

.alert-body h4 {
	font-size: 15px !important;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0 0 0 0;
}

.alert-body {
	border-block: medium;
	opacity: .85;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: "Roboto", sans-serif;

}

.alert-body p {
	margin: 0 0 0 0;
	font-size: 13px !important;
}

	.alert-body:hover {
		opacity: 1;
	}

.btn-alert-dismiss {
	margin-left: 15px;
	font-weight: bold;
	float: right;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;
	border-radius: 3px;
	border: 1px solid #942911;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 20px;
	padding: 2px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
}

	.btn-alert-dismiss:hover {
		background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
		background-color: #f24437;
	}

	.btn-alert-dismiss:active {
		position: relative;
		top: 1px;
	}