/*
| -----------------------------
| Global Replacement
| -----------------------------
*/
.alert-box .alert {
	font-size: 16px;
	color:#ffffff !important;
	border-radius: 0px;
	border:0;
	margin-bottom: 0px;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.alert-box .alert ul {
	padding-left: 20px;
}
.alert .close {
	color:#ffffff !important;
	margin: 0 0 0 0;
	font-size: 25px;
	opacity: 1 !important;
	text-shadow:none !important;
	font-weight: normal !important;
}
.alert-box .alert-success {
	background-color: #4CAF50;
}
.alert-box .alert-info {
	background-color: #03A9F4;
}
.alert-box .alert-warning {
	background-color: #FFC107;
}
.alert-box .alert-danger {
	background-color: #F44336;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.display-none {
	display: none;
}
.display-block {
	display: block;
}
.display-inline {
	display: inline;
}
.display-inline-block {
	display: inline-block;
}
.display-flex {
	display: flex;
}
.cursor-pointer {
	cursor: pointer;
}
.description-area {
	padding-bottom: 50px !important;
}
.description-area ul,description-area ol {
	padding-left: 20px;
}
.description-area li {
	margin-bottom: 10px;
}
.description-area label {
	color: #808080;
}
.description-area hr {
	border-color: #a5802e;
}
.description-area h6 {
	color: #808080;
}
.description-area .input-hint {
	background: none;
  border: 0;
	padding-left: 0px;
	color: #808080;
}
.description-area button {
	background-color: transparent;
	color:#a5802e;
	border:1px solid #a5802e;
}
.description-area button:hover,
.description-area button:focus {
	color:#808080;
	border:1px solid #808080;
}
/*
| -----------------------------
| Custom
| -----------------------------
*/
/* Small */
@media(min-width:768px) and (max-width:991px){

}
/* Extra Small */
@media(max-width:767px){

}
