.form-rc{
	height: 40px;font-size: 1.2em
}
.border
{
	padding:5px;
	border:1px;
	border-color: #fafafa;
	border-radius: 10px
}
.padding{
	padding: 15px
}
.thumbnailrc
{
	width:35px;height: 35px
}

.an-desc
{
	font-size: 0.9em
}
.btn-default
{
	color:#000000 !important;
	border-color: #000000 !important;
}

.text-black
{
	color: black !important;
}

.text-white
{
	color: white !important;
}

.text-bold
{
	font-weight: bold;
}

.navbar-toggle
{
	background-color: #eda221;
	border: 1px solid #eda221;
}

.shadow {
  
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*text-align: center;*/
}
.separator{
  height: 50px
}

.btn
{
	border-radius: 0px !important
}

.btn-warning
{
	background-color: #f5a214 !important;
}

a, a:hover{
	text-decoration: none !important;
	color : black;
}

.text-orange{
  color: #eda221 !important;
}


.btn-warning-outline
{
	border-color: #f5a214;
	color: #f5a214;
	background-color: #FFFFFF;
}
.btn-round
{
	border-radius: 20px !important;
}