
@media screen and (min-width: 610px) {
	.apply_new_table_style_in_mobiles table caption {
		display: none;
	}
	.apply_new_table_style_in_mobiles .hide_desktop_td{
		display: none;
	}
}
@media screen and (max-width: 600px) {
    .hide_mobile_td{
      display: none !important;
    }
    div.dataTables_wrapper div.dataTables_info {
        white-space: initial;
    }
td.actions{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
.apply_new_table_style_in_mobiles table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.apply_new_table_style_in_mobiles table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.apply_new_table_style_in_mobiles table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.apply_new_table_style_in_mobiles table th,
.apply_new_table_style_in_mobiles table td {
  padding: .825em .6em;
  text-align: center;
}

.apply_new_table_style_in_mobiles table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.apply_new_table_style_in_mobiles .nav-item{
    width: 100% !important;
    margin-bottom: 5px;
}

.apply_new_table_style_in_mobiles .nav-link,
.apply_new_table_style_in_mobiles .nav-link.active{
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border: 1px solid #f1f1;

}

.apply_new_table_style_in_mobiles .nav-link:hover{
    border: 1px solid #D3DEE8;
    background-color: #f5f9fd;
}
.apply_new_table_style_in_mobiles {
    padding-bottom: 10px;
}

.apply_new_table_style_in_mobiles table {
	border: 0 !important;
}

.apply_new_table_style_in_mobiles table caption {
	font-size: 1.3em !important;
	padding-top: inherit;
    padding-bottom: inherit;
    color: #6c757d;
    text-align: left;
    caption-side: top;
}

.apply_new_table_style_in_mobiles table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

.apply_new_table_style_in_mobiles table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    padding: 0;
  }

.apply_new_table_style_in_mobiles table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9rem;
    text-align: right;
    color: #2F5C79;
    min-height: 50px;
  }

.apply_new_table_style_in_mobiles table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .80em;
  }

.apply_new_table_style_in_mobiles table td:last-child {
    border-bottom: 0;
  }
.apply_new_table_style_in_mobiles table td:first-child {
    border-top: 0px solid #ddd;
    background-color: #D3DEE8;
    color: #2F5C79;
  }
.apply_new_table_style_in_mobiles td:nth-child(odd) {
    background-color: #F8F8F8;
  }

  .folders .apply_new_table_style_in_mobiles table tr {
    margin-bottom: 0;
  }

  .folders .apply_new_table_style_in_mobiles table td:first-child {
    background-color: #fff;
  }
  .folders .apply_new_table_style_in_mobiles table td {
    border-bottom: 1px solid #fff;
    color: #2F5C79;
    background-color: #fff;
  }
   .folders .apply_new_table_style_in_mobiles table tr {
        border: 1px solid #f1f1f1;
    }
   .folders .apply_new_table_style_in_mobiles table tr {
        border-bottom: 1px solid #f1f1;
   }
   .apply_new_table_style_in_mobiles .birth_name,
   .apply_new_table_style_in_mobiles .birth_job_name,
   .apply_new_table_style_in_mobiles .birth_photo {
        width: 100% !important;
        font-size: 12px;
   }
   .apply_new_table_style_in_mobiles .count_birthday {
        right: 5px;
        top: 4px;
        padding: 1px;
        width: 30px;
        z-index: 1;
        background-color: rgba(0,0,0,.4);
    }
    .border_birthday{
        border-bottom: 1px #ccc solid;
    }
}

.div_full_name_contacts{
  position: absolute;
    padding-top: 17px;
    padding-left: 13px;
    height: 58px;
    font-size: 1.1em;
    margin-right:35px;
}

table.dataTable thead .sorting {
    background-image: none !important;
}
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
table.dataTable thead .sorting_desc {
    background-image: none !important;
}

.dt-search {
  float: inline-end !important;
}


.rotate_wall_photo{
    float: right;
    position: absolute;
    bottom: 10px;
    right: 42px;
    padding: 3px;
    background-color: #99999920;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    color: #999;
}
.rotate_wall_photo_right{
    float: right;
    position: absolute;
    bottom: 10px;
    right: 16px;
    padding: 3px;
    background-color: #99999920;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    color: #999;
}
.rotate_wall_photo_right.loader_r, .rotate_wall_photo.loader_r{
    border-radius: 14px;
}
.rotate_wall_photo:hover{
    background-color: #ffffff;
}
.rotate_wall_photo_right:hover{
    background-color: #ffffff;
}
.rotate_loading{
    opacity: .5;
}

