.myordrlistdivhead {
    background: #FE0000;
    color: #fff;
    padding: 10px;
}

.changepassword legend{
	display:none;
}


.profile {
	width: 100%;
    background: #fff;
    margin: 0;
    padding: 10px 20px;
}
.profile_order{
	width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 10px 20px;
}
.dl-horizontal dt {
    text-align: right;
}

.com_virtuemart.view-user fieldset > legend ,.vm-orders-list h1 ,.com_virtuemart.view-user h1 ,.vm-orders-information h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.profile #users-profile-core {
    padding: 10px;
}

#users-profile-core .col , .wishlish-dashboard .col{
    border: 1px solid #eee;
    padding: 10px 5px;
}

.profile-edit legend, .profile legend {
    font-family: Vazir, tahoma;
    font-size: 18px;
}


.changepassword  .jform_name,
.changepassword .jform_username,
.changepassword .jform_email1,
.changepassword .jform_email2,
.changepassword .field-fields-0
{
	display:none;
}
.profile-edit {
    width: 700px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
}

.profile-edit .form-actions, .profile .form-actions {
    margin-top: 10px;
}


.wishlish-dashboard .col{
	padding:5px;
}
.wishlish-dashboard .col >div{
	display:inline-block;
}

.wishlish-dashboard .vme-list-image{
	width: 40px;
}
.wishlish-dashboard .vme-list-image img{
	width:100%;
	min-width: 40px;
}

.wishlish-dashboard .vme-list-info{
	margin-right:10px;
}

.wishlish-dashboard .vme-list-info >* {
	display:block;
}

.wishlish-dashboard .morewish{
	text-align:center;
}

.wishlish-dashboard .vme-list-remove button.btn-vme-text {
    width: 12px;
    background-image: url(../images/ico/Delete.png);
    height: 13px;
    font-size: 0;
    background-color: #F1F1F1;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border: 1px #EBEBEB solid;
}
.wishlish-dashboard .vme-list-remove {
	float: left;
}

#rsticketspro_dashboard_search .input-append{
	display:none !important;
}
.rst_dashboard_items img{
	margin-top:5px;
}
#rsticketspro_dashboard_tickets{
    background: #fff;
    padding: 10px;
}


.table-striped tbody>tr.tr_header>td {
    background-color: #fe0000;
	color:#fff;
}

.my_wallet thead {
    background-color: #fe0000;
	color:#fff;
}


.vm-orders-list,.vm_user_edit{
    background: #fff;
    padding:  10px;
}
.vm-orders-list table{
	width:100%;
}

.vm-orders-list table thead {
    background-color: #fe0000;
	color:#fff;
}
.vm-orders-list table thead th{
    padding: 5px;
}

.edit_profile_button{
	display:block;
}

.vm_user_edit .password , .vm_user_edit  .myfield_username  ,.vm_user_edit  .myfield_virtuemart_country_id {
	display:none;
}


.vm_user_edit table.user-details {
    width: 100% !important;
    margin-bottom: 10px;
}

.vm_user_edit table.user-details tr {
	width:32%;
    float: right;
}

.com_virtuemart.view-user .user-details tr td.key {
    width: 100%;
    float: right;
}

.vm_user_edit  .user-details label {
    text-align: right;
	margin-right: 10px;
}


.vm_user_edit  .myfield_address_1 {
	clear:both;
}

.vm_user_edit .chzn-container-single .chzn-single {
    height: 50px;
    padding: 15px 10px;
    border: 1px solid #efefef;
}

#com-rsticketspro-ticket .accordion-group{
    background: #fff;
    padding: 10px;
}

.accordion-inner .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
    background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}


.com_rsticketspro .checkbox input[type="checkbox"] {
	margin-right: -20px;
}

.dropdown .btn {
	padding: 10px 8px;
}

.vm-wrap .vm-orders-information , .vm-wrap .vm-orders-list {
    background: #fff;
    padding: 10px;
}


.myvmmenu .nav-pills.nav-stacked > li {
    margin-bottom: 10px;
}

.myvmmenu  .nav > li > a, .myvmmenu .nav > li > .separator {
    padding: 10px ;
    background: #fff;
    margin: 0 -17px;
}
.myvmmenu  .nav > li.active a {
    background: #FE0000;
	color:#fff;
}
.myvmmenu  .nav > li.active img {
	filter: brightness(0) invert(1);
}

.myvmmenuacl{
    margin-bottom: 10px;
}


.myvmmenu .nav > li > a > img {
    margin-left: 10px;
}



@media (max-width: 780px) {

	.vm_user_edit table.user-details tr {
		width:100%;
		float: right;
	}

}