@charset "utf-8";
.glyphicon {
	cursor:pointer;
	color:#555;
}
.glyphicon:hover {
	cursor:pointer;
	color:#333;
}

.search_tr {
	cursor:pointer;
}
.search_tr:hover {
  background-color: #eeeeee!important;
}

/* Style the Image Used to Trigger the Modal */
.myImg_class {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg_class:hover {border:1px solid #990000;}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999!important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal1-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.img_caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal1-content, .img_caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close1 {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close1:hover,
.close1:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal1-content {
	width: 100%;
  }
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none!important;
}

.m_modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.m_modal-content {
  margin: auto!important;
  display: block!important;
  width: 80%!important;
  max-width: 700px!important;
  top: 50%;
  text-align: center;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#m_caption {
  margin: auto;
  display: block;
  width: 80%;
  top: 50%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.m_modal-content, #m_caption { 
  animation-name: m_zoom;
  animation-duration: 0.6s;
}

@keyframes m_zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.m_close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.m_close:hover,
.m_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.search_tr label {
	background-color:#c6e6ff;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .m_modal-content {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px){
  .col-xs-4{
    display: none;
  }
}