@charset "utf-8";
table,th,td {

  table-layout:fixed;
}

table { border-spacing: 10px; border : 1px solid #bbb; border-collapse: separate; box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);}

th,td {
  border : 1px solid #BBB;
  padding: 5px ;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
}

table.empty { 
empty-cells: hide;
 }

.container2 {
  position: relative;
  width: 200px;
  height: 200px;
}

.bottom-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -110%);
  background:#FFF;
  color: #333;
  text-shadow: 2px 2px #ff0000;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px;
  border-color: #BBB;
  padding: 4px 4px 4px;
  
  font-weight: bold;
  
}

.bottom-left {
  position: absolute;
  bottom: 3px;
  left: 0px;
  background:#fff;
  color: #333;
  text-shadow: 2px 2px #ff0000;
  border-radius: 4px;
  border-style: solid;
  border-width:  1px 1px;
  border-color: #BBB;
  padding: 4px 4px 4px;
  
  font-weight: bold;
  
}

.image {
  opacity: 1;
  display: block;
  width: 200px;
  height: 200px;
  transition: .5s ease;
  backface-visibility: hidden;
  
}

.middle {
position: relative;
  opacity: 0;
  width: 200px;
  margin-left: 100px;
  margin-top: -100px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container2:hover .image {
  opacity: 0.3;
}

.container2:hover .middle {
  opacity: 1;
}

.container2:active .text {
background-color: #008000;
}

.container2 div:target {
display: none;
}

.text {
  background-color: #555555;
  color: white;
  font-size: 13px;
  padding: 8px 16px;
}

#id_confrmdiv
{
    display: none;
    background-color: #FDFDFD;
    border-radius: 5px;
    border: 1px solid #ccc;

    width: 360px;
    left: 45%;

    margin-top: 10px;
    padding: 0px 23px 10px;
    box-sizing: border-box;
    text-align: center;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.02);
}
#id_confrmdiv button {
    background-color: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #bbb;
    padding: 6px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
    width: 120px;
    cursor: pointer;
}
#id_confrmdiv button:hover
{
    background-color: #55C067;
    border: 1px solid #AAA;
    color: #000;
}
#id_confrmdiv button:active
{
    background-color: #3DA44E;
    border: 1px solid #bbb;
}
#confirmBox .message
{
    text-align: left;
    margin-bottom: 8px;
}


.classhr {
  border:none;
  height: 20px;
 	width: 100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 1px solid #BBBBBB;
	box-shadow: 0 15px 15px -20px #666;
  margin: -50px auto 10px; 
}
