﻿.btn-primary
{
	background-image: -webkit-linear-gradient(top,#808080  0,#757474  100%);
	background-image: -o-linear-gradient(top,#808080  0,#757474  100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#808080 ),to(#757474 ));
	background-image: linear-gradient(to bottom,#808080  0,#757474  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#757474', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #DDDDDD;
}

.btn-primary:focus, .btn-primary:hover {
background-image: -webkit-linear-gradient(top,#D27E1B  0,#757474  100%);
	background-image: -o-linear-gradient(top,#D27E1B  0,#757474  100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#D27E1B ),to(#757474 ));
	background-image: linear-gradient(to bottom,#D27E1B  0,#D27E1B  100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D27E1B', endColorstr='#ffD27E1B', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #DDDDDD;
    /*background-color: #D27E1B;*/
    /*background-position: 0 -15px;*/
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #D27E1B;
    border-color: #905612;
}

.bg-primary
{
	background-color: #F7931D;
}

.rtl .form-horizontal .control-label 
{
    text-align: right;
}

.ltr .form-horizontal .control-label
{
	text-align: left;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled]
{
	background-color: #e0e0e0;
	border-color: #ccc;
	color: black;
}