* {
    font-family: "Vazir";
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum"
}

div[class*="disabled"] {
    z-index: 1000;
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

label {
    /* margin-bottom: 15px; */
}

.red {
    color: red !important;
}

.mediumseagreen {
    color: mediumseagreen;
}

.form-group > div[class^="col-"] {
    margin-top: 5px;
}

caption {
    font-size: large;
}

.table {
    font-size: inherit;
    margin-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 2px;
    direction: ltr;
}

table.sortable span.sign {
    top: 3px;
}

.table.sortable th {
    padding: 5px;
}

.midle {
    font-size: 22px;
    text-align: left;
}

.form-control {
    /* direction: rtl; */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: none;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu.open > .dropdown-menu {
    display: block;
}

.box-v1,
.box-v2,
.box-v3,
.box-v4,
.box-v5,
.box-v6 {
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -ms-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.24);
}

/*start: box v-1*/

.box-v1 {
}

.box-v1 .panel-body {
    padding-top: 40px;
}

.box-v1 .panel-body h1 {
    line-height: .5;
}

.box-v1 .panel-body hr {
    width: 60%;
}

/*start: box v-2*/

.box-v2 {
}

.box-v2 .panel-heading {
}

.box-v2 .panel-heading .box-v2-cover {
    width: 100%;
}

.box-v2 .panel-heading .box-v2-detail {
    position: absolute;
    z-index: 9;
    margin-top: -100px;
    margin-left: 10px;
    color: #fff;
    font-weight: 400;
}

.box-v2 .panel-heading .box-v2-detail img {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
}

.box-v2 .panel-body {
    background: #E30049;
    color: #fff;
    line-height: 0;
    padding-bottom: 30px;
}

/*start: box v-3*/

.box-v3 {
    padding: 30px;
}

/*start: box v-4*/

.box-v4 {
}

.box-v4 .panel-heading {
    padding: 20px;
}

.box-v4 .panel-body {
}

.box-v4 .panel-body .box-v4-alert {
    width: 100%;
    padding: 30px;
    background-color: #F9F9F9;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    margin-bottom: 10px;
}

/*start: box v-5*/

.box-v5 {
}

.box-v5 .panel-heading textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 5px;
    margin: 15px 0 0;
    border-bottom: 1px solid #eee;
}

.box-v5 .panel-heading {
    padding-bottom: 5px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.box-v5 .content {
    white-space: pre-wrap;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2;
    /*max-height: 10;*/

    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.box-v5 .tool a {
    padding: 10px;
}

.box-v5 .page-header {
    padding-bottom: 5px;
    margin: 15px 0 0;
    border-bottom: 1px solid #eee;
}

.box-v5 .panel-body {
    padding: 5px 15px 15px 15px;
}

.box-v5 .panel-body .img-thumbnail {
    width: 100%;
    height: 170px;
    float: right;
    margin-left: 10px;
}

/*start: box v-6*/

.box-v6 img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.box-v6 p {
    margin-top: -10px;
}

.box-v6 .box-v6-content-bg {
    position: absolute;
    background-color: #FBF9F9;
    height: 127px;
}

.box-v6 .box-v6-content {
    padding-top: 20px;
}

.box-v6 .box-v6-progress {
    padding: 20px;
}

/*start box v7*/

.box-v7 {
    color: #747373;
}

.box-v7 .box-v7-avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 100%;
}

.box-v7 .box-v7-header {
    padding: 10px
}

.box-v7 .box-v7-header p {
    line-height: 1px;
}

.box-v7 .box-v7-text {
    padding: 10px;
}

.box-v7 .box-v7-header .box-v7-menu {
    font-size: 20px;
    cursor: pointer;
    color: #747373 !important;
}

.box-v7 .box-v7-comment {
    background: #f4f4f4;
    margin-top: 20px;
    padding: 20px;
}

.box-v7 .box-v7-comment:after {
    position: absolute;
    top: -10px;
    left: 4px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-left: 10px solid transparent;
    content: '';
}

.box-v7 .box-v7-comment .media-left {
    padding-right: 0px;
}

.box-v7 .box-v7-comment .box-v7-avatar {
    width: 40px !important;
    height: 40px !important;
}

.box-v7 .box-v7-commenttextbox {
    height: 60px;
    width: 100% !important;
    padding: 10px;
    border-radius: 0px !important;
    border: 1px solid #ddd;
}

.badge {
    padding: 3px 7px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-error {
    background-color: #b94a48;
}

.badge-error:hover {
    background-color: #953b39;
}

.badge-warning {
    background-color: #f89406;
}

.badge-warning:hover {
    background-color: #c67605;
}

.badge-success {
    background-color: #468847;
}

.badge-success:hover {
    background-color: #356635;
}

.badge-info {
    background-color: #3a87ad;
}

.badge-info:hover {
    background-color: #2d6987;
}

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
    background-color: #1a1a1a;
}

.cards {
    margin: auto;
    text-align: center;
}

.card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    /*max-width: 250px;*/
    margin: 5px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 5px;
}

.card > button {
    background-color: #fff;
    /* border-color: #ccc; */
    border: 1px solid #ccc;
    border-radius: 2px;
    height: auto;
    float: left;
}

.card > button:hover {
    background-color: #fff;
    /* border-color: #ccc; */
    border: 1px solid #ccc;
    border-radius: 2px;
    height: auto;
    float: left;
}

.card:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.close_btn {
    background-color: #fff;
    color: red;
    border: 1px solid #ccc;
    border-radius: 2px;
    height: auto;
    float: left;
    padding: 5px;
    text-decoration: none !important;
    cursor: pointer;
}

.form-control, .btn, .dropdown-menu, .panel, .nav-pills > li > a {
    border-radius: 1px;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #367fa9;
    color: white;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #367fa9;
    color: white;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #dcdcdcd6;
}
.panel{
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}
/*.panel-default {*/
     /*border-color: #ddd;*/
/*}*/