.table_content_text tr td a.btn_view_application.focus, .table_content_text tr td a.btn_view_application:focus, .table_content_text tr td a.btn_view_application:hover{outline: none!important;
color: #87BE3C!important;
text-decoration: none!important;
-moz-box-shadow: #87BE3C!important;
-webkit-box-shadow: #87BE3C!important;
box-shadow: none!important;
}
.table>tbody>tr>td{padding: 15px 15px 12px 15px;line-height: 1.42857143;vertical-align: top;border-top: 1px solid #ddd;font-family:metropolis medium;color: #9b9a9a !important;text-transform: capitalize;
}
	
	 /* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
width: 160px;
background-color: #fff;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 23px 0;
position: absolute;
z-index: 1;
bottom: -249%;
left: 309%;
margin-left: -80px;
}
#myPopup button.view, #myPopup button.remove{background: none;
color: #000;
font-size: 10px;
padding: 0;
width: 100%;}
#myPopup button.view:hover,#myPopup button.remove:hover{-webkit-box-shadow:none;box-shadow:none;}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display:none;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} 
button.view:hover, button.remove:hover{ background: none !important;color:#4aaffd !important;-webkit-box-shadow: inone !important;
box-shadow: none !important}
button.worksheet-btn:hover{-webkit-box-shadow: none !important;box-shadow: none !important;outline:none!important;}
.worksheet-btn:focus{outline:none !important;}
.body-backg{background:#f1f1f1;}
	
	

		  
table tr th{text-align: left;}
		  
		  
        .main-body{width:80%;background-color:#F1F1F1;}
        .body{width:92%; text-align: center; background-color: #fff; margin-left:5%;margin-bottom:5%;font-family: metropolis medium;}
        .head_row{color:#5393C4;background-color:#D3ECFF;font-family: metropolis medium;font-size: 15px;}
        .table-striped tbody tr:nth-of-type(odd){background-color:#fff;}
        .table-striped tbody tr:hover{background-color:#ffffff;}
        .table-striped tbody tr:focus{background-color:#ffffff;}
        .btn_view_application {width:100%;color: #87BE3C !important;background-color: #E2F8D4 !important;border-radius:16px !important;font-weight: bold; font-size: 15px !important;letter-spacing: 0.02em;}
        footer#colophon {margin-top: 0;}
        .back-to-homescreen_text{color: #9b9a9a !important;font-weight: 600;font-size: 15px;position: relative;bottom: 2px;}
        .back_icon{color: #9b9a9a;font-size: 20px;margin-right: 5px;margin-top: 10px;}
        .Main_body_text{text-align: left;margin-left: 10%;margin-top: 5%!important;margin-bottom: 1% !important;}
        .home_proper_text{font-size: 21px;font-family: metropolis medium; margin-top: 0;font-weight: bold;color: #696969;}
        .table_content_text{font-size:15px;color:#828080 !important;}
        .dataTables_info{display:none;}
        .dataTables_paginate{display:none;}
        .table>thead>tr>th {vertical-align: bottom;border-bottom: 0px solid #ddd;}
        .dataTables_length{display:none;}
        .dataTables_filter{display:none;}
        .mid-body{padding:2%;}
        .worksheet-btn{width: 180px !important;
    padding: 10px 0;
    font-size: 15px;
    border-radius: 9px !important;
    background-color: #FD8E72 !important;
    background-image: linear-gradient(to top, #FD8E72,#FDC588) !important;
    color: #fff;
    font-family: metropolis medium;
    float: right;
    position: relative;
    right: 1em;
    bottom: 0.5em;}
  
    .name,.email,.status,.upload_date{padding: 12px 25px !important;}
	body.is-desktop.left-menu-open[data-logo="1"] #right-panel{margin-top:0px!impotant;}
	table.dataTable thead th.status.sorting::before,table.dataTable thead th.status.sorting::after{display:none!important;}
	table.dataTable thead th.email.sorting::before,table.dataTable thead th.email.sorting::after{display:none!important;}
	#right-panel{margin-top:0px!important;}
	header#masthead{display:none!important;}
	.view{background: none;padding: 0px;width: 50px;margin-left: 15px;color: #4aaffd;float:right;}
  .remove{background: none;padding: 0px;width: 50px;color: #4aaffd;float:right;}
  .table-striped tbody tr:nth-of-type(odd){background-color: #fff !important;}
  .view:focus{outline:none;}
  .remove:focus{outline:none;}
  @media only screen and (max-width: 1320px) and (min-width: 1260px){
    .table>tbody>tr>td{padding: 15px 8px;}
  }