.width77{
	width: 77px;
}
.width80{
	width: 80px;
}
.width97{
	width: 97px;
}
.width167{
	width: 167px;
}
.width140{
	width: 140px;
}

.bg_niblue{
	background: #34495e;
	color: #fff !important;
}
.bg_orange{
	background: #e67e22;
	color: #fff !important;
}
.bg_purple{
	background: #9b59b6;
	color: #fff !important;
}

.form-group.has-error label{
	color: #333 !important;
}
.block_label{
	display: block;
}
.clearboth{
	clear: both;
}
/* .captcha_box #captImg{
	width: 140px;
	display: inline-block;
}
.captcha_box #captImg img{
	width: 100% !important;
}
.captcha_box input{
	height: 34px;
} */
table.table-bordered-grey{
    border:1px solid grey;
  }
table.table-bordered-grey > thead > tr > th{
    border:1px solid grey;
}
table.table-bordered-grey > tbody > tr > td{
    border:1px solid grey;
}
table.table-bordered-grey > tfoot > tr > th{
    border:1px solid grey;
}
.table-custom{
	border-right: 1px solid #000;
}
.table-custom thead{
	background: #006dad;
	border-top: 1px solid #000;
}
.table-custom tr th{
	color: #fff;
	border-color: #000 !important;
}
.table-custom tr .bb-none{
	border-bottom: none;
}
.table-custom tbody tr:nth-child(odd) {
   background: #c5dffb;
}

.table-custom tbody tr:nth-child(even) {
        background: #fff;
}
.table-custom tbody td{
	color: #000;
	border-color: #000 !important;
	 
}
.rotate{
	vertical-align: middle !important;
	text-align: center;
	height: 110px;
    width: 30px;
    padding: 0px !important;
}
.rotate span{
	display: inline-block;
	padding: 5px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#btn_cancle {
	background-color: #3c8dbc;
    opacity: 1;
    width: 50px;
	text-align:center;
	color:#fff;	
	position:relative;
}
#btn_cancle::before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f060";
    color: #fff;
    font-weight: 300;
    margin-top: -10px;
    display: inline-block;
    line-height: 30px;
}
#btn_cancle span{display:none;}

.member_stats .inner > h4{
    font-size: 14px;
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 5px;
}

.member_stats .text-center h3{
        margin-bottom: 0px;
}
.member_stats .text-center h4{
        margin-bottom: 0px;
        margin-top:5px; 
}
table.dataTable{
	text-align: left;
}
table.dataTable>tbody>tr.child ul{
	width: 100%;
	text-align: left;
}
table.dataTable>tbody>tr.child span.dtr-data{
	display: block;
}
table.dataTable>tbody>tr.child span.dtr-data .btn {
	margin: 2px;
}

.treeview-menu>li>a{
	    white-space: normal;
}
.form-group .btn{
	margin: 2px;
}
.box-header .btn{
	margin: 2px;
}
.input-group-btn .btn{
	margin: 0px;
}
#table .btn{
	margin: 2px;
}
.table .btn{
	margin: 2px;
}
.red{
    color:red;
}