/*Profile setting*/
li {
    list-style: none;
}
/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    /*background-color: #ffffff;*/
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #6f6d6d;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: content-box;
    clear: both;
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #2782A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    color: #000;
    border-color: rgba(0,0,0,0.75);
    text-shadow:none;
}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #eee;
}

div.bhoechie-tab-menu div.list-group > a.active:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    border-left: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 11px solid #333;
}

div.bhoechie-tab-content {
    /*background-color: #FDFDFD;*/
    box-sizing: border-box;
    padding: 20px 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

textarea, input {
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

textarea:focus {
    border: 1px solid #bbb;
}

.summary_info {
    text-align: right;
}

.profile_menu {
    display: inline-block;
    /*width: 100%;
    max-width: 100%;*/
    direction: rtl;
    text-align: right;
    margin-top: 10px;
}

.profile_parent {
    background-color: #fff;
    /*color: #eee;*/
    margin-top: 50px;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 1px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.75);
    border-radius: 20px;
}

#profile_container {
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    direction: rtl;
}

#profile_container .panel-default {
    border-color: #1a1a1a;
}

#profile_container .panel {
    margin-bottom: 20px;
    background-color: #212020;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}



/*#profile_container input[type=button] {
    font-size: 16px;
    height: 44px;
}*/



#profile_container .panel-default > .panel-heading {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #343434;
}

.profile_innerContainer {
    margin: 15px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

list-group-item .panel1 > i {
    font-size: 20px;
    float: right;
    line-height: 25px;
    padding-left: 7px;
}

.panel1 {
    text-align: right;
}

.profile_image {
    width: 160px;
    text-align: center;
    margin: 0 auto;
}

.profile_image img {
    width: 150px;
    margin: 0 auto 10px auto;
}

.field-control,
.field-control input {
    max-width: 100%;
}

.textarea-mini {
    width: 500px;
    max-width: 100%;
    resize: vertical;
    min-height: 220px;
}

@media only screen and (max-width: 768px) {
    .textarea-mini {
        min-height: 150px;
    }
}

@media only screen and (min-width:768px) {
    .pad1 {
        padding: 0 5px;
    }
}

.button_container {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #EAEAEA;
    margin-top: 20px;
    padding-top: 15px;
}

.bhoechie-tab-content h3,
.header1 {

    font-size: 14px;
    font-weight: normal;
    text-shadow: 0 0 1px #fff;
    direction: rtl;
    border-bottom: 2px solid #4b4b4b;
    margin-bottom: 25px;
}

label {
    font-family: tahoma;
    font-size: 12px;
    direction: rtl;
}

.sidebar {
    position: relative;
    top: -3px;
    min-height: 40px;
}
/*sidebar*/
.mini-submenu {
    display: none;
    background-color: rgba(2, 156, 234, 1);
    border: 1px solid rgba(176, 176, 176, 0.9);
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
    width: 120px;
    box-shadow: 0 0 2px #B6B6B6;
    color: #fff;
    -webkit-transition: color .7s ease;
    -moz-transition: color .7s ease;
    -ms-transition: color .7s ease;
    -o-transition: color .7s ease;
    transition: color .7s ease;
}

.mini-submenu:hover {
    cursor: pointer;
    background-color: rgba(12, 126, 184, 1);
}

.mini-submenu .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 18px;
    margin-top: 3px;
    background-color: #F0F0F0;
}

.mini-submenu .iconbar_container {
    float: right;
    display: inline-block;
    padding-left: 7px;
    margin-top: 4px;
}

.mini-submenu .text_container {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #F7F7F7;

    text-shadow: 0 0 1px #777;
}

#slide-submenu {
    background: rgba(6, 123, 182, 1);
    display: inline-block;
    padding: 0 8px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #036394;
}

.list-group:not(.profileSetting):not(.package) {
    position: absolute;
    z-index: 999;
    width: 250px;
    max-width: 90%;
}
/*sidebar*/

/*top menu*/
.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}

.toppad {
    margin-top: 10px;
}

.imgAvator_holder {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 auto;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.welcome_style {
    display: inline-block;
    color: #fff;

    font-size: 13px;
    direction: rtl;
    margin-bottom: 0;
    padding-bottom: 0;
    text-shadow: 0 0 1px #000000;
    line-height: 40px;
    padding-right: 10px;
}

.summary_profileInfo {
    font-family: tahoma;
    font-size: 12px;
    direction: rtl;
    width: 100%;
    display: block;
}

.userMoreInfo {
    padding: 0;
    margin: 0;
    list-style: none;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(to bottom,#029CEA 0,#036DA3 50%,#006DA6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

a {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.profile_menu > ul {
    direction: rtl;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.profile_menu > ul > li {
    float: right;
    display: inline-block;
    text-align: center;
    padding: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
}

@media only screen and (min-width: 1000px) {
    .profile_menu > ul > li:first-child {
        padding-right: 0;
    }

    .profile_menu > ul > li:last-child {
        padding-left: 0;
    }
}

.profile_menu > ul > li:hover a {
    background-color: #FFFFFF;
    color: #000;
    border: 1px solid #ddd;
}

.profile_menu > ul > li a {
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    width: 100%;
    min-height: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #F5F5F5;
    color: #333;

    font-size: 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 30px;
}

.profile_menu > ul > li a img {
    width: 30px;
    height: 30px;
    margin: 0;
    position: relative;
    top: 0;
    float: right;
}

.bhoechie-tab {
    min-height: 250px;
}

.panel1 {
    background-image: -webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));
    background-image: linear-gradient(to bottom,#029CEA 0,#036DA3 50%,#006DA6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
    z-index: 2;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: right;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #016DA5;
}

.profileSetting .list-group-item > i,
.profile-button1 i {
    font-size: 20px;
    float: right;
    line-height: 25px;
    padding-left: 7px;
}

.profileSetting .list-group-item {
    text-align: right;
}
/*top menu*/

/*profile setting (user)*/
label.profile_lbl {
    
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: right;
    direction: rtl;
}

.form-control {
    font-family: IRANYekan, tahoma;
    font-size: 16px;
    color: #555 !important;
}

.textarea_address,
.textarea_style {
    min-height: 120px !important;
    resize: vertical;
    font-family: tahoma;
    font-size: 13px;
    line-height: 1.7em;
    direction: rtl;
}
/*profile setting (user)*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



@media only screen and (min-width: 768px) {

    div.bhoechie-tab-content {
        padding: 20px 20px;
    }
}

@media only screen and (max-width: 960px) {

    .container-fluid {
        padding-right: 0;
        padding-left: 0;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }
}


input[type=text],
input[type=email] {
    border: 1px solid #ccc;
}

input.invalid,
textarea.invalid {
    border: 1px solid #f55b5b !important;
}

.profile_tabs {
    direction: rtl;
}

#profile_tabs > ul > li {
    direction: rtl;
    float: right;
}

#profile_tabs > ul > li > a {
    padding: 0 10px;
    line-height: 20px;
}

#profile_tabs > ul > li > a > h4 {
    padding: 0;
    margin: 0;

    font-size: 13px;
    color: #5F5F5F;
    font-weight: normal;
    line-height: 40px;
}

#profile_tabs .tab-content {
    padding: 30px 10px 10px;
}
.alert {
    margin-bottom: 5px;
}
.sweet-alert h2 {
    color: #575757;
    font-size: 20px;
    text-align: center;

    font-weight: normal;
    text-transform: none;
    position: relative;
    margin: 20px 0;
    padding: 0;
    line-height: 40px;
    display: block;
    direction: rtl;
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    position: relative;
    font-family: tahoma;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: rtl;
}

.table th {
    font-size: 13px;
    font-weight: normal !important;

    text-align: center;
    padding: 14px 8px !important;
    color: #4A4A4A;
    background-color: #CDCDCD;
    text-shadow: none;
    direction: rtl;
    border-color: #5F5F5F;
}

.table td {
    padding: 5px 8px !important;
    height: auto !important;
    vertical-align: middle !important;
}

.table .list_image {
    margin: 0 auto;
    height: 35px;
}

#profile_tabs i {
    font-size: 20px;
}

#profile_tabs i.edit_link {
    color: #161818;
}

#profile_tabs i.delete_link {
    color: rgb(129, 129, 129);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#profile_tabs i.edit_link:hover,
#profile_tabs i.delete_link:hover {
    color: #333;
}

.check_active {
    color: green;
}

.check_deactive {
    color: rgb(139, 84, 84);
}

a.btn.btn-link {
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    min-height: 0;
    border: 1px solid rgba(0, 0, 0, 0.49);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.mh200 {
    min-height: 200px !important;
}

.nopad {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.table tr {
    min-height: 40px;
}

.fileattach {
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fileattach legend {
    direction: rtl;

    text-align: right;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
}

a#lnkAttch1,
a#lnkAttch2 {
    padding: 0 8px;
    background-color: #ECECEC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bbb;
    text-decoration: none !important;
    color: #444;
    margin: 10px 0;
    display: inline-block;
}

a#lnkAttch1:hover,
a#lnkAttch2:hover {
    background-color: #F7F7F7;
}

.categoryInline label {
    float: right;
    display: inline-block;
    padding-left: 7px;
    width: auto;
}

.categoryInline .form-control {
    display: inline-block;
    width: 70%;
    /* float: right; */
}

.categoryInline {
    margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
    .btn-xs-block {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.color-gray {
    color: #555;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.color-gray:hover {
    color: #111;
}

.input-mini {
    width: 100%;
    max-width: 100px;
}

.fileattach_file {
    display: inline-block;
    margin-bottom: 7px;
    border: 1px solid #D0D0D0;
    background-color: rgb(237, 237, 237);
    color: #444;
    padding: 1px 3px;
    box-shadow: inset 0 0 1px #FFF;
}

span[id*='RequiredFieldValidator'] {
    color: #B33 !important;
    font-size: 12px;
    font-weight: bold;
    float: right;
    padding-left: 10px;
}

.form-group {
    position: relative;
}

.help_text {
    direction: rtl;
    font-family: Tahoma;
    display: inline-block;
}

.customfield_label {
    vertical-align: middle;
    text-align: center;
    direction: rtl;
    text-align: right;
    min-width: 40px;
    padding-left: 5px;
}

.input-url {
    direction: ltr;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: left;
    text-transform: lowercase;
    color: #515151 !important;
}

.input-url:focus,
.input-url:hover {
    color: #111 !important;
}

.w60 {
    width: 60px;
}

.menulist_inlineText {
    float: left;
    width: 500px;
    max-width: 50%;
}

.menulist_label {
    display: inline-block;
    float: right;
    height: 40px;
    line-height: 40px;
    padding-right: 5px;
    color: #333;
    width: 100%;
    max-width: 49%;
    text-align: right;
    direction: rtl;
}

.menulist_label a {
    color: #333;

    font-size: 13px;
}

tr.Gridview_rootRow td {
    background: rgba(242,242,242,1);
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(240,240,240,1) 48%, rgba(234,234,234,1) 76%, rgba(235,234,235,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(48%, rgba(240,240,240,1)), color-stop(76%, rgba(234,234,234,1)), color-stop(100%, rgba(235,234,235,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(240,240,240,1) 48%, rgba(234,234,234,1) 76%, rgba(235,234,235,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(240,240,240,1) 48%, rgba(234,234,234,1) 76%, rgba(235,234,235,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(240,240,240,1) 48%, rgba(234,234,234,1) 76%, rgba(235,234,235,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(240,240,240,1) 48%, rgba(234,234,234,1) 76%, rgba(235,234,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ebeaeb', GradientType=0 );
}

.Gridview_rootRow a {
    height: 30px;
    line-height: 30px;

    font-weight: bold;
    color: #545454 !important;
    text-shadow: 0 0 1px #fff;
    direction: rtl;
}

.Gridview_row td {
    height: 35px !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 0 7px !important;
    line-height: 1 !important;
    font-family: Tahoma;
}

.label-message {
    background-color: #ECF0F4;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    direction: rtl;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 7px;
    text-shadow: 0 0 1px #fff;
}

/* support */


label.info_lbl {
    display: inline-block;
    width: auto;
    direction: rtl;
    min-width: 150px;
    text-align: right;
    font-size: 13px;
}

@media only screen and (max-width: 480px) {
    label.info_lbl {
        display: block;
        width: 100% !important;
        min-width: 100%;
        text-align: right;
        background-color: #F4F4F4;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        padding: 0 10px;
    }
}


.ticketDetail {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.ticketDetail_row {
    border-bottom: 1px solid #eee;
    line-height: 30px;
    padding: 0 2px;
}

.ticketDetail_row:hover {
    background-color: #FAFAFA;
}

.ticket_item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    background-color: #F7F7F7;
    border: 1px solid #eee;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ticketItem_sender {
    line-height: 40px;
    height: 35px;
    padding-bottom: 7px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ticketItem_sender .sender {

    text-align: right;
    direction: rtl;
    float: right;
}

.ticketItem_sender .sender img {
    float: right;
    padding-left: 10px;
}

.ticketItem_sender .send_date {
    text-align: left;
    direction: rtl;
    font-family: tahoma;
    font-size: 11px;
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #F9F9F9;
    padding: 0 5px;
    border: 1px solid #EAEAEA;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ticketItem_sender .send_date > i {
    font-size: 16px !important;
    line-height: 7px;
    margin: 0;
    color: #888;
    padding-left: 1px;
}

.ticketItem_detail {
    border-top: 1px solid #eee;
    padding-top: 5px;
    direction: rtl;
    text-align: justify;
    font-family: tahoma;
    font-size: 13px;
    color: #222;
}

.fileattach_input {
    margin-bottom: 10px;
}
/* REQUIRED */
.page-alerts {
    margin: 0;
}

.page-alerts .page-alert {
    border-radius: 0;
    margin-bottom: 20px;
}

.ticketItem_files {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
    direction: rtl;
}

.ticketItem_files a.ticketItem_gallery,
.ticketItem_files a.ticketItem_file {
    display: inline-block !important;
    width: 45px;
    height: 45px;
    border: 1px solid #eee;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    float: right;
    margin-left: 10px;
}

.ticketItem_files a.ticketItem_gallery img,
.ticketItem_files a.ticketItem_file img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.header2 {

    font-size: 13px;
    font-weight: normal;
    text-shadow: 0 0 1px #fff;
    direction: rtl;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
    margin-top: 10px;
    background-color: #F9F9F9;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 0 1px #F7F7F7,0 0 1px #FFF;
}

.Gridview_rootRow a + span {
    color: #F0F0F0 !important;
    margin-right: 15px;
    background-color: rgba(224, 62, 57, 1);
    font-family: tahoma;
    padding: 3px 6px;
    border: 2px inset #E03E39;
    font-weight: bold;
    font-size: 9px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*float: left;*/
    margin-top: 4px;
}

.Gridview_rootRow td {
    text-align: right;
}
/* package */


.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

.panel-pricing .panel-heading .fa {
    margin-top: 10px;
    font-size: 58px;
}

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.panel-pricing .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-pricing .list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

img.package_img {
    padding-left: 10px;
    float: none !Important;
    margin: 0 auto;
    width: 100px;
}

.package_title {
    text-align: center;
    direction: rtl;

    width: 100%;
    display: block;
    clear: both;
    margin-top: 10px;
}

.package_title h3 {
    direction: rtl;
    font-family: Yekan !important;
    font-size: 20px;
    color: #CDD8DA;
    text-shadow: 0 0 1px #006DA6;
    padding-bottom: 0;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    text-align: center;
}

.package_title span {
    font-size: 12px;
    font-weight: bold;
    font-family: tahoma;
    color: #D5D5D5;
    float: none !important;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

p.package_credit {
    font-size: 18px;
    text-shadow: 0 0 1px #fff;

    direction: rtl;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.package_featuresTitle {

    font-size: 19px;
    color: #333;
    direction: rtl;
    text-align: center;
}

.package_feature {
    text-align: right;
    font-size: 13px;
    font-family: tahoma;
    direction: rtl;
}

.package_feature i {
    padding-left: 5px;
}

.alert-danger-alt {
    border-color: #B63E5A;
    background: #E26868;
    color: #fff;
}

fieldset#purchasePackage_fieldset {
    border: 1px solid #ddd;
    padding: 15px 20px;
    direction: rtl;
    font-family: tahoma;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 6px -1px #E0E0E0;
    box-shadow: 1px 1px 6px -1px #E0E0E0;
}

fieldset#purchasePackage_fieldset .header3 {
    background-color: #fff;
}

.header3 {
    display: inline-block;
    width: auto;
    padding: 0 10px;

    color: #595959;
}

.header4 {
    border-bottom: 2px solid #00A1DC;
    margin: 10px 0;

    font-size: 13px;
}

ul.purchasePackage_datainfo {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    direction: rtl;
    font-family: tahoma;
    padding-bottom: 10px;
    border-bottom: 4px solid #00A9E7;
}

ul.purchasePackage_datainfo li {
    border-bottom: 1px solid #eee;
    line-height: 35px;
    font-size: 12px;
}

ul.purchasePackage_datainfo li:last-child {
    border-bottom: none;
}

ul.purchasePackage_datainfo li.bold {
    font-weight: normal;
    font-size: 15px;
    padding-top: 5px;
}

ul.purchasePackage_datainfo li.bold > div {
    font-weight: normal;
    font-size: 13px;

    display: inline-block;
}

fieldset#purchasePackage_fieldset fieldset {
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

.purchase_price {
    margin: 15px auto 5px auto;
    display: inline-block;
    background-color: #00A1DC;
    color: #fff;
    padding: 0 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.purchase_price span {
    font-size: 13px;

}

.labelMessage {
    display: block;
    text-align: center;
    direction: rtl;
}

.purchase_radioList {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0px 16px 5px 6px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 15px 0;
    background-color: #FCFCFC;
}

.purchase_radioList > label {
    margin-left: 15px;

}

.purchase_banks {
    background-color: #F4F4F4;
    padding: 20px 20px 0;
    display: inline-block;
    max-width: 100%;
}

.purchase_banks:first-child {
    border: 1px solid #ddd;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.purchase_banks:last-child {
    padding-bottom: 20px;
    border: 1px solid #ddd;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.purchase_banks li {
    display: inline-block;
    border: 1px solid #D8D8D8;
    padding: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 225px;
    max-width: 95%;
}

@media only screen and (min-width:960px) {
    .purchase_banks li:first-child {
        margin-left: 7px;
    }

    .purchase_banks li:last-child {
        margin-right: 7px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 959px) {
    .purchase_banks li {
        border: 1px solid #bbb;
        clear: both;
        display: block;
        width: auto;
    }

    ul.purchase_banks {
        clear: both;
        display: block;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media only screen and (max-width: 959px) {
    ul.purchase_banks {
        padding-left: 3px;
        padding-right: 3px;
    }

    ul.purchase_banks:first-child {
        padding-top: 10px;
    }

    .purchase_banks li {
        border: 1px solid #bbb;
    }

    .purchase_banks li:first-child {
        margin-bottom: 10px;
    }

    ul.purchase_banks:last-child {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .form-group * {
        max-width: 100%;
    }
}

.purchase_paymentType {
    margin-top: 10px;
    display: inline-block;
}

.purchase_accounts {
}

.purchase_grid {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.purchase_grid th {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #C0C4C5 !important;
}

.purchase_fishLabel {
    display: inline-block;
    background-color: #00A4E2;
    margin-top: 10px;
    color: #fff;
    padding: 0 5px 2px !important;
    text-align: justify;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.7em;
}

.header1_link {
    float: left;
    font-size: 12px;

    color: #FFF;
    background-color: #00A9E7;
    display: inline-block;
    padding: 0 5px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #2B7590;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-shadow: 0 0 1px #1D708E;
}

.header1_link:hover {
    color: #eee;
    border-color: #666;
}

@media only screen and (max-width: 500px) {
    .header1 {
        text-align: center !important;
    }

    .header1_link {
        float: none !important;
        display: block;
        margin: 10px 0;
        height: 30px;
        line-height: 30px;
    }

    .header4 {
        text-align: center !important;
    }
}

.color-darkred {
    color: darkred;
}

.color-darkgreen {
    color: darkgreen;
}

.preOrders_fieldset {
    margin-top: 15px;
}

.preOrdersFieldset_dtLabel {
    display: inline-block;
    background-color: #FAF9F9;
    padding: 0 4px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #6E6A6A;
}

.profile_topicArchiveTitle img {
    float: right;
    max-height: 50px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ddd;
}

.profile_topicArchiveTitle span {
    vertical-align: bottom;
    display: inline-block;
}

.profile_topicArchiveTitle {
    vertical-align: text-bottom;
    line-height: 45px;
}

.paging {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    direction: ltr;
}

@media only screen and (max-width: 1000px) and (min-width:500px) {
    .profile_menu > ul > li {
        width: 33.3%;
    }

    .profile_menu > ul > li:nth-child(3n+1) {
        padding-right: 0;
    }

    .profile_menu > ul > li:nth-child(3n+3) {
        padding-left: 0;
    }
}

@media only screen and (max-width: 500px) {
    .profile_menu > ul > li {
        width: 100%;
        padding: 3px 0;
    }
}

.profile_header {
    background-color: #004a9b;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left:10px;
    padding-right:10px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.profile_details {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0 0;
    border: 1px solid #424242;
    /*color: #eee;*/
}

.profile_details .pic {
    float: right;
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.profile_details .pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.profiledetails_info {
    position: relative;
    padding: 10px;
}

.userlevel {
    position: absolute;
    top: -10px;
    left: -20px;
}

.unread_message {
    margin-left: 20px;
}

.usernameInfo {
    font-weight: bold;

    font-size: 12px;
    color: #2b2b2b;
    position: relative;
    display: inline-block;
}

.btnProfileMenu {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-appearance: none;
    overflow: visible;

    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 30px;
    min-height: 30px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    background-origin: border-box;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 10px;
    border: 1px solid #84BBD7;
}

.btnProfileMenu:hover {
    color: #eee;
}

.btnProfileMenu + ul {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#299a0b+0,299a0b+100;Green+Flat+%231 */
    background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top, #299a0b 0%, #299a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #299a0b 0%,#299a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #299a0b 0%,#299a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
    padding: 5px;
}

.btnProfileMenu + ul li {
}

.btnProfileMenu + ul li a {
    display: block;
    padding: 2px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: tahoma;
    direction: rtl;
    text-align: right;
    background-color: #F9F9F9;
    border: 2px inset #10e000;
    border-radius: 4px !important;
}

.profiledetails_info a.btn {
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .profiledetails_info:last-child {
        text-align: center !important;
        border-top: 1px solid #A3BFCA;
    }

    .profile_details {
        display: inline-block;
        width: 100%;
        margin: 5px 0 0;
        border: 1px solid #A3BFCA;
        border-radius: 5px;
        background-color: #F4F4F4;
        color: black;
        font-size:10px;
    }

    .btnProfileMenu + ul li a {
        background-color: #F9F9F9;
        border: 2px inset #00A5E0;
        border-radius: 4px !important;
    }

    div.bhoechie-tab-content {
        margin-left: 15px;
        margin-right: 15px;
    }

    .sidebar {
        padding: 10px;
    }
}

.label-info {
    background-color: #1AA6DB !important;
    font-size: 10px;
    font-family: tahoma;
    font-weight: normal;
}
/*
    loading
*/

div#loading {
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 60px;
    left: 0;
    text-align: center;
    z-index: 99999;
}

div#loading i {
    font-size: 25px;
}

.innerLoading {
    top: 50%;
    position: absolute;
    margin-top: -37px;
    z-index: 99999;
    color: #444;
    left: 50%;
    margin-left: -66px;
    padding: 10px;
    border: 1px solid #A5A5A5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #A0DAEC;
    box-shadow: 0px 0px 11px -3px #aaa;
}

.innerLoading p {

    direction: rtl;
    color: #444;
}

a {
    cursor: pointer;
}

.form-inline.lines input,
.form-inline.lines select {
    max-width: 100% !important;
    width: 100%;
}

/*input, select {
    font-family: Tahoma;
}*/

.form-inline.lines .form-group {
    padding: 3px;
    float: right;
}

#myModal .modal-dialog {
    width: 850px !important;
    max-width: 90% !important;
}

#myModal .modal-body {
    height: 400px;
    width: 100%;
    display: inline-block;
    direction: ltr;
}

#myModal .modal-footer {
    text-align: center !important;
}

#myModal .form-group:not(.date) {
    text-align: right;
    direction: rtl;
}

#myModal label {
    text-align: right;
    display: block;
}

#myModal textarea {
    max-width: 100%;
}

#myModal fieldset {
    border: 1px solid #ddd;
    direction: rtl;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px 0 15px 0;
}

#myModal legend {
    display: inline-block;
    width: auto;
    padding: 0 7px;

    font-size: 17px;
    direction: rtl;
}

#myModal .modal-header {
    min-height: 52px;
}

.remove_fields {
    text-align: center !important;
    line-height: 28px;
    padding-top: 3px !important;
}

.remove_fields a {
    color: #4D4D4D;
    border: 1px solid #E0E0E0;
    padding: 2px 5px 3px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.remove_fields a:hover {
    border-color: #bbb;
}

.remove_fields a > i {
    font-size: 14px !important;
    font-weight: normal !important;
}

.form-inline.lines:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.from-froup {
    margin-bottom: 5px;
}
.mygroup {
    background-color: #036DA3;
    border-radius: 9px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}
.myscore {
    background-color: #e4620b;
    border-radius: 9px;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.myscore_help {
    display: inline-block;
    font-family: Tahoma;
    font-size: 11px;
    color: #699add;
}

.profile-navbar .navbar {
    float: none;
    direction: rtl;
}

.profile-navbar .navbar-nav {
    float: none;
}

.profile-navbar .navbar-nav > li {
    float: none;
    display: inline-block;
    direction: rtl;
}

.profile-navbar .navbar-nav > li i {
    margin-left: 5px;
    font-size: 15px;
}

.profile-navbar .navbar-nav > li > a {
    padding: 9px 8px 9px 8px;
    font-size: 14px;
    font-weight: normal;
    background-color: #5cb85c;
    margin: 5px;
    
    border-radius: 10px;
}

.profile-navbar .navbar-nav > li > a:hover {
    background-color: #2d982d;
}

.profile-page-parent {
    background-color: #2a2929;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.09);
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.profile-page-title {
    text-align: right;
    
}

.announse-items {
    margin-bottom: 10px;
    border: 1px solid #333;
    padding: 10px;
    background-color: #575757;
}

.announse-items .pull-right {
    font-size: 14px;
}

.announse-items .pull-left {
    font-family: Tahoma;
    font-size: 12px;
}

.borderless td, .borderless th {
    border: none;
}
fieldset {
    margin-top:20px;
}
.btn i {
    margin-left:5px;
}


.new {
    background-color: red;
    color: #fff;
    font-size: 9px;
    border-radius: 6px;
    font-weight: 600;
    padding: 3px;
    padding-bottom: 0px;
    padding-top: 2px;
    position: absolute;
    top: -3px;
    left: 1px;
}

.panel-default > .panel-heading {
    background: rgb(96,108,136); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNmM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjRjNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(96,108,136,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,1)), color-stop(100%,rgba(63,76,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-8 */
    color: #fff;
    height: 42px;
     margin-top: 0px; 
     margin-bottom: 0px; 
}

.panel-default > .panel-heading > .nav-menu a {
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #9eadce;
}

.panel-default > .panel-heading > .nav-menu a:last-child {
    border-right: none;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#accordion .panel-title > a {
    display: block;
    padding: 0.7em 0.9em;
    outline: none;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\e113";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right: 1em;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\e114";
}
#accordion .panel-body .table > tbody > tr > td {
    border: medium none;
    font-size: 12px;
    padding: 25px 20px;
    vertical-align: middle;
}
legend {
    direction: rtl;
    text-align: right;
    display: block;
}