div[class*="disabled"] {
	z-index: 1000;
    opacity: 0.6;
    pointer-events: none;
	cursor: not-allowed;
}

.form-group>div[class^="col-"] {
    margin-top: 5px;
}
.table {
    font-size: small;
}
.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: 5px;
    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;
}