@media (max-width:300px){
	.sidebar-menu {
		margin-top: 140px;
	}
	
	.context-wrapper {
		margin-top: 110px !important;
	}
}


@media (max-width: 767px){
		
	.wrapper {
	    height: auto;
	    position: relative;
	    overflow-x: auto;
	    overflow-y: hidden;
	}
}


.wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
	
.col-xs-12 {
	padding-bottom: 15px;
}

.model-content {
	text-align: center;
	font-weight: bold;
	margin-top: 200px;
	border-radius: 10px;  
}

.model-footer {
	text-align: center;
}

.content-header { 
	padding: 0px;
}

th, td {
	white-space: nowrap;
}


#head {
	margin: 15px; 
	background-color: #20257f;
	color:white;
	border-radius: 0.25rem;
}


.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 29%;
    padding-bottom: 10px;
}