﻿.breadcrumb{
  background-color: #a64686;
}
.breadcrumb-item {
    float: right;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height:inherit;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 0 4px 4px 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius: 4px 0 0 4px;	
}
.input-group-addon:last-child {
    border-right: 0;
    border-left:1px solid #ccc!important;
}
.input-group-addon:first-child {
    border-left: 0;
    border-right: 1px solid #ccc;
}
.text-rtl{
	direction:rtl;
}
.text-ltr{
	direction:ltr;
}
.form-group {
    margin-bottom: 10px;
    margin-top: 10px;
}