@charset "utf-8";
/* CSS Document */

/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){


.previous_next{
	display:none;
}
.mobile_icon{
	display:block;
}
	
.previous_button {
    padding: 10px 17px;
	margin-left:17px;
}
.next_button {
    padding: 10px 17px;
	margin-left:0px;
}
.admin_document_table td{
	min-width:195px;
	
}
.content_scetion{
	margin-bottom:80px;
}
.navbar-nav>li>a {
    padding: 24px 20px;
}
	
}


/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
	
.wrapper{
	margin-top:125px;
}
.filter_button{
	margin-bottom:25px;
	
}
.navbar-nav>li>a {
    padding: 24px 20px;
}
.company_name h3{
	margin-bottom:25px;
}
.status{
	margin-bottom:25px;
}	
.line{
	margin-top:20px;
	margin-bottom:7px;
}

.previous_next{
	display:none;
}
.mobile_icon{
	display:block;
}
	
.previous_button {
    padding: 10px 17px;
	margin-left:17px;
}
.next_button {
    padding: 10px 17px;
	margin-left:0px;
}


.sidebar{
	margin-bottom:35px;
}

.admin_document_table td{
	min-width:195px;
	
}

.action {
    margin-top: 15px;
    margin-bottom: 30px;
}

.content_scetion{
	margin-bottom:80px;
}

	
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){

.profile_pic img{
	height:38px;
	width:38px;
	border-radius:50px;
	margin-top:15px;
	float:left;
	margin-right:15px;
	margin-left:15px;
}	
	
	
.filter_button{
	margin-bottom:25px;
	
}	
.profile_dropdown{
	padding-bottom:80px;
}
.company_name h3{
	margin-bottom:25px;
}
.status{
	margin-bottom:25px;
}
.section_green_text{
	text-align:left;
}
.section_yellow_text{
	text-align:left;
}	
.line{
	margin-top:20px;
	margin-bottom:7px;
}
.previous_next{
	display:none;
}
.mobile_icon{
	display:block;
}
	
.previous_button {
    padding: 10px 17px;
	margin-left:17px;
}
.next_button {
    padding: 10px 17px;
	margin-left:0px;
}
.action {
    margin-top: 15px;
    margin-bottom: 30px;
}
.content_scetion{
	margin-bottom:80px;
}	
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
	
.safaty_table td{
	min-width:150px;
	
}
.profile_pic img{
	height:38px;
	width:38px;
	border-radius:50px;
	margin-top:15px;
	float:left;
	margin-right:10px;
	margin-left:10px;
}	
	
.card{
	min-width:250px;
}
.filter_button{
	margin-right:15px;
	text-align:right;
	margin-bottom:25px;
	
}
button.btn.btn-primary.filter_button{
	background-color:#29888e;
	padding:5px 16px;
	border:none;
}
button.btn.btn-secondary.filter_button_close{
	background-color:#222;
	padding:5px 16px;
	border:none;
	color:#fff;
}
.profile_dropdown{
	padding-bottom:20px;
}

.admin_document_table td{
	min-width:200px;	
}
.view_document_table td{
		min-width:150px;
}
	
.sidebar{
	margin-bottom:35px;
}
	
.previous_button {
    padding: 10px 17px;
	margin-left:17px;
}
.next_button {
    padding: 10px 17px;
	margin-left:0px;
}
.company_name h3{
	margin-bottom:25px;
}
.section_green_text{
	text-align:left;
}
.section_yellow_text{
	text-align:left;
}
.line{
	margin-top:20px;
	margin-bottom:7px;
}
.previous_next{
	display:none;
}
.mobile_icon{
	display:block;
}
.action {
    margin-top: 15px;
    margin-bottom: 30px;
}
.content_scetion{
	margin-bottom:80px;
}


/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
.page-notfound{
    margin-top:100px;
}
}
/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
.page-notfound{
    margin-top:180px;
}
.error-template h1 {
    font-size:75px;
    color:#29888e;
}
.error-template h2 {
    font-size:50px;
}
.error-details{
    font-size:18px;
}
}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
.page-notfound{
    margin-top:0px;
}
.error-template h1 {
    font-size:45px;
    color:#29888e;
}
.error-template h2 {
    font-size:30px;
}
.error-details{
    font-size:15px;
}
.error-template {padding: 0px 15px;text-align: center;}
}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
.page-notfound{
    margin-top:0px;
}
.error-template h1 {
    font-size:50px;
    color:#29888e;
}
.error-template h2 {
    font-size:40px;
}
.error-details{
    font-size:16px;
}
}