.patients_hide {
	display: none;	
}

.patients_show {
	display: block;	
}

.patients_container_on {
	position: absolute;
	width: 100%;
	/*height: 1px;*/
	z-index: 1;
	margin-top: 30px;
}
.patients_bottom_on {
	position: relative;
	z-index: 2;
	top: -1px;
}

div#data-table-basic-header {
	padding-top: 30px;
	width:25%;
	margin-left:0;
	margin-right:0;
}

.bootgrid-header .actionBar {
	width:100%;
	text-align: left;
}

.tagger {
    border: none;
}

.tagger > ul {
	padding: 0px;
	padding-bottom:4px;
    justify-content: space-between;
    box-sizing: border-box;
    height: 38px;
}

.tagger .tagger-new input {
	border-bottom:1px solid  #e0e0e0;
	padding: 9px 0;
} 

.tagger > ul > li:not(.tagger-new) > a, .tagger li:not(.tagger-new) > span, .tagger .tagger-new ul {
	background-color:#edecec;
	border-color:#e0e0e0;
	
}

.tagger .label {
	color:#607D8B;
	vertical-align: middle;
}


#data-table-basic tr th{ font-size:12px !important; padding:15px 10px !important; }
#data-table-basic tr td{ font-size:12px !important; padding:10px !important; }
#data-table-basic tr th a{ font-size:12px !important; }
#data-table-basic tr td a{ font-size:12px !important; }
#data-table-basic tr td .btn-solo-icon{ margin:0; }



.fixed-width{
	min-width:200px;
}
@media (min-width: 480px) {
	.bootgrid-header .search {
	    max-width: 300px;
	}
}
@media (max-width:767px) {
	.moveContainer, .moveBottom {
	    position: static;
	    height: auto;
	    margin-top: 0px;
	}
	div#data-table-basic-header {
	    padding-top: 0px;
	}
	/*
	#patients_table{ margin-top:100px !important; }
	*/
	
	#data-table-basic tr th{ font-size:11px !important; }
	#data-table-basic tr td{ font-size:11px !important; }
	#data-table-basic tr th a{ font-size:11px !important; }
	#data-table-basic tr td a{ font-size:11px !important; }
	
	#data-table-basic tr th:nth-child(3){ display:none; }
	#data-table-basic tr td:nth-child(3){ display:none; }
	#data-table-basic tr th:nth-child(4){ display:none; }
	#data-table-basic tr td:nth-child(4){ display:none; }
	#data-table-basic tr th:nth-child(6){ display:none; }
	#data-table-basic tr td:nth-child(6){ display:none; }
	#data-table-basic tr th:nth-child(7){ display:none; }
	#data-table-basic tr td:nth-child(7){ display:none; }
	#data-table-basic tr th:nth-child(8){ display:none; }
	#data-table-basic tr td:nth-child(8){ display:none; }
}

.bootgrid-footer .infoBar{ width:50%; text-align:left; }


	












@media (max-width:767px) {
	.bootgrid-footer .infoBar, .bootgrid-header .actionBar{ width:100%; }

	div#data-table-basic-header{width:100%;}
}

tbody{ display:none; }













/* Tablet */
@media (max-width: 992px)
{
	div.col-sm-12.pull-right.nosmartphone{ display:none; }
	div.col-sm-2.pull-right.nosmartphone{ display:none; }
	.bootgrid-footer .infoBar, .bootgrid-header .actionBar{ width:100%; }
}