/* CSS Document */
.hidden {
	display: none;
	transition: all .6s;
}

.rtl{
	direction: rtl !important;
}
.ltr{
	direction: ltr !important;
}
.right-text{
	text-align: right;
}
.left-text{
	text-align: left;
}
.center-text{
	text-align: center;
}
.justify-text{
	text-align: justify;
}
.right{
	float: right;
}
.left{
	float: left;
}
.right-clear{
	clear: right;
}
.left-clear{
	clear: left;
}
body {
	background-color: #fff;
	direction:rtl;
}
a {
	text-decoration:none;
	color: #fff;
}

.title-horse {
	color: #ffffff;
	padding-top: 30px;
}

.form-control {
	padding: .5rem .8rem .8rem 0;
}

.md-form label {
	right: 0;
}

.msg {
	font-size: 10px;
}

.margin20 {
	top: 20px;
}