span.logo-lg {
    width: 100% !important;
    display: block;
}
span.logo-lg img {
    width: 100% !important;
    height: 100%;
}
a.logo.logo-light {
    width: 120px;
}
th.sorting {
    width: auto !important;
}
.table-responsive-new tr td .edit button {
    margin-right: 5px;
}
.table-responsive-new tr td .edit {
    margin-bottom: 7px;
}

div#card-none2 ul {
    padding: 0;
}
div#card-none2 ul li{
	padding:10px;
}
.disabled{
	 pointer-events: none;
}

img.applicant-img {
    width: 150px;
    height: 150px;
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.manager-item {
    padding: 40px;
}

.tab-content>.tab-pane{
	
}

@media only screen and (max-width: 992px) {
  .table-responsive-new {
   overflow:auto;
  }
   .table-responsive-new table tr td{
	   min-width:150px;
   }
}

@media only screen and (max-width: 768px) {
.application-tabs {
    padding: 1rem 0px;
}
.application-tabs .nav-link {
    padding: 1rem 13px !important;
}
}
