.hidden-xs{
    font-weight: normal;
    text-shadow: 0 1px 0 transparent;
}    
.pull-right{
    padding-left: 5px;
    padding-right: 5px;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 34px;
  min-width: 16px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
button[disabled],input[disabled], select[disabled], textarea[disabled], 
input[readonly], select[readonly], textarea[readonly]{
	cursor:not-allowed;
	background-color:#eee;
	opacity:1;
}
option{
    padding: 3px 6px;
}
.tab-content {
    padding-top: 0px !important;
}
.btn{
    *height: 34px;
}
form-control{
    margin-bottom: 10px;
}
.nav > li.divider{
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li.active{
    background-color:#e5e5e5;
}
h1, .h1, h2, .h2, h3, .h3{
  margin-top:5px;
  margin-bottom:10px;
}
@media (min-width: 300px) {
	.navbar {
		min-height: 50px;
	}
}
@media (min-width: 768px) {
	.navbar {
		min-height: 0px;
		height: 55px;
	}
}
@media (min-width: 992px) {
	.navbar {
		min-height: 0px;
		height: 52px;
	}
}
@media (min-width: 1200px) {
	.navbar {
		min-height: 0px;
		height: 52px;
	}
}

/*TODO:: change table css */
.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > th, 
.table > caption + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > td, 
.table > thead:first-child > tr:first-child > td{
	border-top:1px solid #ddd;
}
.table > thead > tr > th{
	border-bottom:0px;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td{
	border-top:0pc;
	border-bottom:1px solid #ddd;
}
.form-control{
    margin-bottom: 10px;
}

/*for icon all, ion, fa another*/
.box-header .ion{
  color:black;
}
.box-header i.ion{
  margin-rightx: 10px;

}

/*for alert*/
.alert{
  border-radius: 0px;
}
.alert-block{
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1 !important;
}


/*for dropdown*/
.dropdown-menu{
  min-width: 200px
}